Pull request #42942 updated Started by user Sebastiaan van Stijn Rebuilds build #31 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 06abe8dd2d6f783df28849148a1143598b67e78f+a583434ebc5fb98bab6f693475e89e4d3a6703be (9b4d610e098e2d48cf9984ff3f39078d66c6d470) 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-42942@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 [2022-03-11T17:58:21.853Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-03-11T17:58:21.859Z] Trying to pass milestone 31 [Pipeline] milestone [2022-03-11T17:58:21.938Z] Trying to pass milestone 32 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-03-11T17:58:22.189Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0d7755e4b36ec2e2f) in /home/ubuntu/workspace/moby_PR-42942 [Pipeline] { [Pipeline] checkout [2022-03-11T17:58:22.231Z] The recommended git tool is: git [2022-03-11T17:58:23.730Z] using credential docker-jenkins-github-credentials [2022-03-11T17:58:23.743Z] Cloning the remote Git repository [2022-03-11T17:58:23.743Z] Cloning with configured refspecs honoured and without tags [2022-03-11T17:58:23.756Z] Cloning repository https://github.com/moby/moby.git [2022-03-11T17:58:23.783Z] > git init /home/ubuntu/workspace/moby_PR-42942 # timeout=10 [2022-03-11T17:58:23.999Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T17:58:23.999Z] > git --version # timeout=10 [2022-03-11T17:58:24.002Z] > git --version # 'git version 2.17.1' [2022-03-11T17:58:24.002Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:58:24.003Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:58:35.838Z] Fetching without tags [2022-03-11T17:58:36.042Z] Merging remotes/origin/master commit a583434ebc5fb98bab6f693475e89e4d3a6703be into PR head commit 06abe8dd2d6f783df28849148a1143598b67e78f [2022-03-11T17:58:35.822Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T17:58:35.825Z] > git config --add remote.origin.fetch +refs/pull/42942/head:refs/remotes/origin/PR-42942 # timeout=10 [2022-03-11T17:58:35.828Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:58:35.833Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T17:58:35.839Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T17:58:35.839Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:58:35.840Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:58:36.046Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T17:58:36.049Z] > git checkout -f 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [2022-03-11T17:58:37.459Z] Merge succeeded, producing e8ef2106e2de538cc3e395634fafe4ebe253e420 [2022-03-11T17:58:37.459Z] Checking out Revision e8ef2106e2de538cc3e395634fafe4ebe253e420 (PR-42942) [2022-03-11T17:58:36.561Z] > git remote # timeout=10 [2022-03-11T17:58:36.564Z] > git config --get remote.origin.url # timeout=10 [2022-03-11T17:58:36.567Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:58:36.567Z] > git merge a583434ebc5fb98bab6f693475e89e4d3a6703be # timeout=10 [2022-03-11T17:58:37.454Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-11T17:58:37.460Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T17:58:37.462Z] > git checkout -f e8ef2106e2de538cc3e395634fafe4ebe253e420 # timeout=10 [2022-03-11T17:58:40.856Z] Commit message: "Merge commit 'a583434ebc5fb98bab6f693475e89e4d3a6703be' into HEAD" [2022-03-11T17:58:40.857Z] > git rev-list --no-walk 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-11T17:58:41.733Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42942:/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 [2022-03-11T17:58:48.288Z] Unable to find image 'alpine:latest' locally [2022-03-11T17:58:48.288Z] latest: Pulling from library/alpine [2022-03-11T17:58:48.288Z] 59bf1c3509f3: Pulling fs layer [2022-03-11T17:58:48.288Z] 59bf1c3509f3: Verifying Checksum [2022-03-11T17:58:48.288Z] 59bf1c3509f3: Download complete [2022-03-11T17:58:48.288Z] 59bf1c3509f3: Pull complete [2022-03-11T17:58:48.288Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300 [2022-03-11T17:58:48.288Z] Status: Downloaded newer image for alpine:latest [2022-03-11T17:58:52.468Z] 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-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-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [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] } [2022-03-11T17:58:53.325Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0e1bb915ce16cd8ff) in /home/ubuntu/workspace/moby_PR-42942 Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-03-11T17:58:53.343Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0640584ed561c8bba) in /home/ubuntu/workspace/moby_PR-42942 [Pipeline] // stage [2022-03-11T17:58:53.375Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0d83a19dc4d48d568) in /home/ubuntu/workspace/moby_PR-42942 [2022-03-11T17:58:53.389Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0478aea6fff2bd28d) in /home/ubuntu/workspace/moby_PR-42942 [2022-03-11T17:58:53.389Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-082316ec87e1983f8) in /home/ubuntu/workspace/moby_PR-42942 [Pipeline] // stage [Pipeline] { [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-03-11T17:58:53.484Z] The recommended git tool is: git [2022-03-11T17:58:53.492Z] using credential docker-jenkins-github-credentials [2022-03-11T17:58:53.504Z] Cloning the remote Git repository [2022-03-11T17:58:53.504Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [2022-03-11T17:58:53.520Z] The recommended git tool is: git [2022-03-11T17:58:53.530Z] using credential docker-jenkins-github-credentials [2022-03-11T17:58:53.539Z] Cloning the remote Git repository [2022-03-11T17:58:53.539Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [2022-03-11T17:58:53.553Z] The recommended git tool is: git [Pipeline] checkout [Pipeline] checkout Stage "s390x" skipped due to when conditional [2022-03-11T17:58:53.564Z] The recommended git tool is: git [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-03-11T17:58:53.571Z] The recommended git tool is: git [Pipeline] // stage [2022-03-11T17:58:53.609Z] Running on azwin-2-5c7261 in d:\jenkins\workspace\moby_PR-42942 [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] { [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] ws [2022-03-11T17:58:53.722Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] checkout [Pipeline] // stage [2022-03-11T17:58:54.040Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [2022-03-11T17:58:54.263Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-03-11T17:58:54.347Z] Cloning the remote Git repository [2022-03-11T17:58:54.347Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [2022-03-11T17:58:53.505Z] Cloning repository https://github.com/moby/moby.git [2022-03-11T17:58:53.506Z] > git init /home/ubuntu/workspace/moby_PR-42942 # timeout=10 [2022-03-11T17:58:53.516Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T17:58:53.517Z] > git --version # timeout=10 [2022-03-11T17:58:53.527Z] > git --version # 'git version 2.25.1' [2022-03-11T17:58:53.527Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:58:53.528Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] // stage [2022-03-11T17:58:53.545Z] Cloning repository https://github.com/moby/moby.git [2022-03-11T17:58:53.545Z] > git init /home/ubuntu/workspace/moby_PR-42942 # timeout=10 [2022-03-11T17:58:53.558Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T17:58:53.558Z] > git --version # timeout=10 [2022-03-11T17:58:53.566Z] > git --version # 'git version 2.25.1' [2022-03-11T17:58:53.566Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:58:53.567Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] } [Pipeline] } [2022-03-11T17:58:54.384Z] Cloning repository https://github.com/moby/moby.git [2022-03-11T17:58:54.384Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-11T17:58:54.455Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T17:58:54.455Z] > git --version # timeout=10 [2022-03-11T17:58:54.507Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-11T17:58:54.507Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:58:54.509Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:58:55.452Z] using credential docker-jenkins-github-credentials [2022-03-11T17:58:55.460Z] Cloning the remote Git repository [2022-03-11T17:58:55.460Z] Cloning with configured refspecs honoured and without tags [2022-03-11T17:58:55.756Z] using credential docker-jenkins-github-credentials [2022-03-11T17:58:55.764Z] Cloning the remote Git repository [2022-03-11T17:58:55.764Z] Cloning with configured refspecs honoured and without tags [2022-03-11T17:58:55.768Z] using credential docker-jenkins-github-credentials [2022-03-11T17:58:55.774Z] Cloning the remote Git repository [2022-03-11T17:58:55.774Z] Cloning with configured refspecs honoured and without tags [2022-03-11T17:58:55.472Z] Cloning repository https://github.com/moby/moby.git [2022-03-11T17:58:55.496Z] > git init /home/ubuntu/workspace/moby_PR-42942 # timeout=10 [2022-03-11T17:58:55.676Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T17:58:55.676Z] > git --version # timeout=10 [2022-03-11T17:58:55.679Z] > git --version # 'git version 2.17.1' [2022-03-11T17:58:55.679Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:58:55.680Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:58:55.790Z] Cloning repository https://github.com/moby/moby.git [2022-03-11T17:58:55.818Z] > git init /home/ubuntu/workspace/moby_PR-42942 # timeout=10 [2022-03-11T17:58:56.021Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T17:58:56.021Z] > git --version # timeout=10 [2022-03-11T17:58:55.781Z] Cloning repository https://github.com/moby/moby.git [2022-03-11T17:58:55.806Z] > git init /home/ubuntu/workspace/moby_PR-42942 # timeout=10 [2022-03-11T17:58:56.005Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T17:58:56.005Z] > git --version # timeout=10 [2022-03-11T17:58:56.017Z] > git --version # 'git version 2.17.1' [2022-03-11T17:58:56.018Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:58:56.019Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:58:56.044Z] > git --version # 'git version 2.17.1' [2022-03-11T17:58:56.045Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:58:56.047Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:59:05.597Z] Fetching without tags [2022-03-11T17:59:05.830Z] Merging remotes/origin/master commit a583434ebc5fb98bab6f693475e89e4d3a6703be into PR head commit 06abe8dd2d6f783df28849148a1143598b67e78f [2022-03-11T17:59:05.584Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T17:59:05.586Z] > git config --add remote.origin.fetch +refs/pull/42942/head:refs/remotes/origin/PR-42942 # timeout=10 [2022-03-11T17:59:05.590Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:59:05.596Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T17:59:05.603Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T17:59:05.603Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:59:05.604Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:59:05.835Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T17:59:05.840Z] > git checkout -f 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [2022-03-11T17:59:07.085Z] Fetching without tags [2022-03-11T17:59:07.281Z] Merge succeeded, producing a45b925a4a4482b45f6475dc051c071dc061199a [2022-03-11T17:59:07.281Z] Checking out Revision a45b925a4a4482b45f6475dc051c071dc061199a (PR-42942) [2022-03-11T17:59:07.311Z] Merging remotes/origin/master commit a583434ebc5fb98bab6f693475e89e4d3a6703be into PR head commit 06abe8dd2d6f783df28849148a1143598b67e78f [2022-03-11T17:59:07.331Z] Commit message: "Merge commit 'a583434ebc5fb98bab6f693475e89e4d3a6703be' into HEAD" [2022-03-11T17:59:06.308Z] > git remote # timeout=10 [2022-03-11T17:59:06.313Z] > git config --get remote.origin.url # timeout=10 [2022-03-11T17:59:06.320Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:59:06.321Z] > git merge a583434ebc5fb98bab6f693475e89e4d3a6703be # timeout=10 [2022-03-11T17:59:07.274Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-11T17:59:07.287Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T17:59:07.289Z] > git checkout -f a45b925a4a4482b45f6475dc051c071dc061199a # timeout=10 [2022-03-11T17:59:07.338Z] > git rev-list --no-walk 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-11T17:59:07.069Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T17:59:07.072Z] > git config --add remote.origin.fetch +refs/pull/42942/head:refs/remotes/origin/PR-42942 # timeout=10 [2022-03-11T17:59:07.075Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:59:07.081Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T17:59:07.087Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T17:59:07.087Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:59:07.088Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:59:07.318Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T17:59:07.320Z] > git checkout -f 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [2022-03-11T17:59:07.813Z] > git remote # timeout=10 [2022-03-11T17:59:07.816Z] > git config --get remote.origin.url # timeout=10 [2022-03-11T17:59:07.818Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:59:07.819Z] > git merge a583434ebc5fb98bab6f693475e89e4d3a6703be # timeout=10 [2022-03-11T17:59:08.125Z] + docker version [2022-03-11T17:59:08.125Z] Client: Docker Engine - Community [2022-03-11T17:59:08.125Z] Version: 20.10.12 [2022-03-11T17:59:08.125Z] API version: 1.41 [2022-03-11T17:59:08.125Z] Go version: go1.16.12 [2022-03-11T17:59:08.125Z] Git commit: e91ed57 [2022-03-11T17:59:08.125Z] Built: Mon Dec 13 11:44:28 2021 [2022-03-11T17:59:08.125Z] OS/Arch: linux/arm64 [2022-03-11T17:59:08.125Z] Context: default [2022-03-11T17:59:08.125Z] Experimental: true [2022-03-11T17:59:08.125Z] [2022-03-11T17:59:08.125Z] Server: Docker Engine - Community [2022-03-11T17:59:08.125Z] Engine: [2022-03-11T17:59:08.125Z] Version: 20.10.12 [2022-03-11T17:59:08.125Z] API version: 1.41 (minimum version 1.12) [2022-03-11T17:59:08.125Z] Go version: go1.16.12 [2022-03-11T17:59:08.125Z] Git commit: 459d0df [2022-03-11T17:59:08.125Z] Built: Mon Dec 13 11:43:05 2021 [2022-03-11T17:59:08.125Z] OS/Arch: linux/arm64 [2022-03-11T17:59:08.125Z] Experimental: true [2022-03-11T17:59:08.125Z] containerd: [2022-03-11T17:59:08.125Z] Version: 1.4.12 [2022-03-11T17:59:08.125Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-11T17:59:08.125Z] runc: [2022-03-11T17:59:08.125Z] Version: 1.0.2 [2022-03-11T17:59:08.125Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-11T17:59:08.125Z] docker-init: [2022-03-11T17:59:08.125Z] Version: 0.19.0 [2022-03-11T17:59:08.125Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-11T17:59:08.309Z] Still waiting to schedule task [2022-03-11T17:59:08.309Z] Waiting for next available executor on ‘windows-2019’ [2022-03-11T17:59:08.312Z] Still waiting to schedule task [2022-03-11T17:59:08.312Z] Waiting for next available executor on ‘windows-2022’ [2022-03-11T17:59:08.405Z] + docker info [2022-03-11T17:59:08.704Z] Merge succeeded, producing b065b81020d982b1be3a4a478f95ad345bcd4057 [2022-03-11T17:59:08.704Z] Checking out Revision b065b81020d982b1be3a4a478f95ad345bcd4057 (PR-42942) [2022-03-11T17:59:08.969Z] Client: [2022-03-11T17:59:08.969Z] Context: default [2022-03-11T17:59:08.969Z] Debug Mode: false [2022-03-11T17:59:08.969Z] Plugins: [2022-03-11T17:59:08.969Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-11T17:59:08.969Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-11T17:59:08.969Z] [2022-03-11T17:59:08.969Z] Server: [2022-03-11T17:59:08.969Z] Containers: 0 [2022-03-11T17:59:08.969Z] Running: 0 [2022-03-11T17:59:08.969Z] Paused: 0 [2022-03-11T17:59:08.969Z] Stopped: 0 [2022-03-11T17:59:08.969Z] Images: 2 [2022-03-11T17:59:08.969Z] Server Version: 20.10.12 [2022-03-11T17:59:08.969Z] Storage Driver: overlay2 [2022-03-11T17:59:08.969Z] Backing Filesystem: extfs [2022-03-11T17:59:08.969Z] Supports d_type: true [2022-03-11T17:59:08.969Z] Native Overlay Diff: true [2022-03-11T17:59:08.969Z] userxattr: false [2022-03-11T17:59:08.969Z] Logging Driver: json-file [2022-03-11T17:59:08.969Z] Cgroup Driver: cgroupfs [2022-03-11T17:59:08.969Z] Cgroup Version: 1 [2022-03-11T17:59:08.969Z] Plugins: [2022-03-11T17:59:08.969Z] Volume: local [2022-03-11T17:59:08.969Z] Network: bridge host ipvlan macvlan null overlay [2022-03-11T17:59:08.969Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-11T17:59:08.969Z] Swarm: inactive [2022-03-11T17:59:08.969Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-11T17:59:08.969Z] Default Runtime: runc [2022-03-11T17:59:08.969Z] Init Binary: docker-init [2022-03-11T17:59:08.969Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-11T17:59:08.969Z] runc version: v1.0.2-0-g52b36a2 [2022-03-11T17:59:08.969Z] init version: de40ad0 [2022-03-11T17:59:08.969Z] Security Options: [2022-03-11T17:59:08.969Z] apparmor [2022-03-11T17:59:08.969Z] seccomp [2022-03-11T17:59:08.969Z] Profile: default [2022-03-11T17:59:08.969Z] Kernel Version: 5.11.0-1023-aws [2022-03-11T17:59:08.969Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-11T17:59:08.969Z] OSType: linux [2022-03-11T17:59:08.969Z] Architecture: aarch64 [2022-03-11T17:59:08.969Z] CPUs: 2 [2022-03-11T17:59:08.969Z] Total Memory: 7.576GiB [2022-03-11T17:59:08.969Z] Name: ip-10-100-99-176 [2022-03-11T17:59:08.969Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-03-11T17:59:08.969Z] Docker Root Dir: /var/lib/docker [2022-03-11T17:59:08.969Z] Debug Mode: false [2022-03-11T17:59:08.969Z] Registry: https://index.docker.io/v1/ [2022-03-11T17:59:08.969Z] Labels: [2022-03-11T17:59:08.969Z] Experimental: true [2022-03-11T17:59:08.969Z] Insecure Registries: [2022-03-11T17:59:08.969Z] 127.0.0.0/8 [2022-03-11T17:59:08.969Z] Live Restore Enabled: true [2022-03-11T17:59:08.969Z] [Pipeline] sh [2022-03-11T17:59:09.219Z] Fetching without tags [2022-03-11T17:59:09.249Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-11T17:59:09.249Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-11T17:59:09.249Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42942/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-11T17:59:09.249Z] + bash /home/ubuntu/workspace/moby_PR-42942/check-config.sh [2022-03-11T17:59:09.249Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-11T17:59:09.249Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-03-11T17:59:09.249Z] [2022-03-11T17:59:09.249Z] Generally Necessary: [2022-03-11T17:59:09.249Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-11T17:59:09.249Z] - apparmor: enabled and tools installed [2022-03-11T17:59:09.249Z] - CONFIG_NAMESPACES: enabled [2022-03-11T17:59:09.249Z] - CONFIG_NET_NS: enabled [2022-03-11T17:59:09.249Z] - CONFIG_PID_NS: enabled [2022-03-11T17:59:09.249Z] - CONFIG_IPC_NS: enabled [2022-03-11T17:59:09.249Z] - CONFIG_UTS_NS: enabled [2022-03-11T17:59:09.249Z] - CONFIG_CGROUPS: enabled [2022-03-11T17:59:09.249Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-11T17:59:09.249Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-11T17:59:09.249Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-11T17:59:09.249Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-11T17:59:09.249Z] - CONFIG_CPUSETS: enabled [2022-03-11T17:59:09.249Z] - CONFIG_MEMCG: enabled [2022-03-11T17:59:09.249Z] - CONFIG_KEYS: enabled [2022-03-11T17:59:09.249Z] - CONFIG_VETH: enabled (as module) [2022-03-11T17:59:09.249Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-11T17:59:09.249Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-11T17:59:09.249Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-11T17:59:09.249Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-11T17:59:09.249Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-11T17:59:09.249Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-11T17:59:09.249Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-11T17:59:09.249Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-11T17:59:09.249Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-11T17:59:09.249Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-11T17:59:09.193Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T17:59:09.197Z] > git config --add remote.origin.fetch +refs/pull/42942/head:refs/remotes/origin/PR-42942 # timeout=10 [2022-03-11T17:59:09.201Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:59:09.209Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T17:59:09.218Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T17:59:09.219Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:59:09.219Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:59:09.437Z] Merging remotes/origin/master commit a583434ebc5fb98bab6f693475e89e4d3a6703be into PR head commit 06abe8dd2d6f783df28849148a1143598b67e78f [2022-03-11T17:59:09.507Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-11T17:59:09.507Z] - CONFIG_CGROUP_BPF: enabled [2022-03-11T17:59:09.507Z] [2022-03-11T17:59:09.507Z] Optional Features: [2022-03-11T17:59:09.507Z] - CONFIG_USER_NS: enabled [2022-03-11T17:59:09.507Z] - CONFIG_SECCOMP: enabled [2022-03-11T17:59:09.507Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-11T17:59:09.507Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-11T17:59:09.507Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-11T17:59:09.507Z] (cgroup swap accounting is currently enabled) [2022-03-11T17:59:09.507Z] - CONFIG_BLK_CGROUP: enabled [2022-03-11T17:59:09.507Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-11T17:59:09.507Z] - CONFIG_CGROUP_PERF: enabled [2022-03-11T17:59:09.507Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-11T17:59:09.507Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-11T17:59:09.507Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-11T17:59:09.507Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-11T17:59:09.507Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-11T17:59:09.507Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-11T17:59:09.507Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-11T17:59:09.507Z] - CONFIG_IP_VS: enabled (as module) [2022-03-11T17:59:09.507Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-11T17:59:09.507Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-11T17:59:09.507Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-11T17:59:09.507Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-11T17:59:09.507Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-11T17:59:09.507Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-11T17:59:09.507Z] - CONFIG_EXT4_FS: enabled [2022-03-11T17:59:09.507Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-11T17:59:09.507Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-11T17:59:09.507Z] - Network Drivers: [2022-03-11T17:59:09.507Z] - "overlay": [2022-03-11T17:59:09.507Z] - CONFIG_VXLAN: enabled (as module) [2022-03-11T17:59:09.507Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-11T17:59:09.507Z] Optional (for encrypted networks): [2022-03-11T17:59:09.507Z] - CONFIG_CRYPTO: enabled [2022-03-11T17:59:09.507Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-11T17:59:09.507Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-11T17:59:09.507Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-11T17:59:09.507Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-11T17:59:09.507Z] - CONFIG_XFRM: enabled [2022-03-11T17:59:09.507Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-11T17:59:09.507Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-11T17:59:09.507Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-11T17:59:09.507Z] - "ipvlan": [2022-03-11T17:59:09.507Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-11T17:59:09.507Z] - "macvlan": [2022-03-11T17:59:09.507Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-11T17:59:09.507Z] - CONFIG_DUMMY: enabled (as module) [2022-03-11T17:59:09.507Z] - "ftp,tftp client in container": [2022-03-11T17:59:09.507Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-11T17:59:09.507Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-11T17:59:09.507Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-11T17:59:09.507Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-11T17:59:09.507Z] - Storage Drivers: [2022-03-11T17:59:09.507Z] - "aufs": [2022-03-11T17:59:09.507Z] - CONFIG_AUFS_FS: missing [2022-03-11T17:59:09.507Z] - "btrfs": [2022-03-11T17:59:08.701Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-11T17:59:08.706Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T17:59:08.708Z] > git checkout -f b065b81020d982b1be3a4a478f95ad345bcd4057 # timeout=10 [2022-03-11T17:59:09.765Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-11T17:59:09.765Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-11T17:59:09.765Z] - "devicemapper": [2022-03-11T17:59:09.765Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-11T17:59:09.765Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-11T17:59:09.765Z] - "overlay": [2022-03-11T17:59:09.765Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-11T17:59:09.765Z] - "zfs": [2022-03-11T17:59:09.765Z] - /dev/zfs: present [2022-03-11T17:59:09.765Z] - zfs command: missing [2022-03-11T17:59:09.765Z] - zpool command: missing [2022-03-11T17:59:09.765Z] [2022-03-11T17:59:09.765Z] Limits: [2022-03-11T17:59:09.765Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-11T17:59:09.765Z] [2022-03-11T17:59:09.765Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-11T17:59:10.101Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a45b925a4a4482b45f6475dc051c071dc061199a . [2022-03-11T17:59:10.101Z] #1 [internal] load build definition from Dockerfile [2022-03-11T17:59:10.101Z] #1 sha256:6fae789ea0f0561da724b0670f7c957df9ddd741d38f9a963731d0f94a5fd80a [2022-03-11T17:59:10.101Z] #1 transferring dockerfile: 16.77kB done [2022-03-11T17:59:10.101Z] #1 DONE 0.0s [2022-03-11T17:59:10.101Z] [2022-03-11T17:59:10.101Z] #2 [internal] load .dockerignore [2022-03-11T17:59:10.101Z] #2 sha256:a02cac64ba973cc242c81a78cc4fd36f11cee86b9e193212063ba94c330e73c0 [2022-03-11T17:59:10.101Z] #2 transferring context: 87B 0.0s done [2022-03-11T17:59:10.101Z] #2 DONE 0.0s [2022-03-11T17:59:10.101Z] [2022-03-11T17:59:10.101Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-11T17:59:10.101Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-03-11T17:59:10.361Z] #3 DONE 0.1s [2022-03-11T17:59:10.361Z] [2022-03-11T17:59:10.361Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-11T17:59:10.361Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-03-11T17:59:10.361Z] #4 CACHED [2022-03-11T17:59:10.620Z] [2022-03-11T17:59:10.620Z] #5 [internal] load .dockerignore [2022-03-11T17:59:10.620Z] #5 sha256:e6a8e4e282225aadd4a442269ffad3e8db76c0a87cab5e9cabf2e909aeb38e4d [2022-03-11T17:59:10.620Z] #5 DONE 0.0s [2022-03-11T17:59:10.620Z] [2022-03-11T17:59:10.620Z] #6 [internal] load build definition from Dockerfile [2022-03-11T17:59:10.620Z] #6 sha256:3a15ede9975f2e85c66ccbd40c73456beee9ddc3ba8db5b9f09fb4d07cf0910d [2022-03-11T17:59:10.620Z] #6 DONE 0.0s [2022-03-11T17:59:10.620Z] [2022-03-11T17:59:10.620Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-11T17:59:10.620Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-11T17:59:10.620Z] #9 DONE 0.1s [2022-03-11T17:59:10.620Z] [2022-03-11T17:59:10.620Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-11T17:59:10.620Z] #10 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-03-11T17:59:10.854Z] Merge succeeded, producing 8814a29f7d9e4237d877d3bf767f2096899d9efa [2022-03-11T17:59:10.854Z] Checking out Revision 8814a29f7d9e4237d877d3bf767f2096899d9efa (PR-42942) [2022-03-11T17:59:10.885Z] #10 DONE 0.1s [2022-03-11T17:59:10.885Z] [2022-03-11T17:59:10.885Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-11T17:59:10.885Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-11T17:59:10.885Z] #7 DONE 0.1s [2022-03-11T17:59:10.885Z] [2022-03-11T17:59:10.885Z] #8 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-11T17:59:10.885Z] #8 sha256:22ad42c0f63999343985ab56aa068321849128ea8a7a89632def013e434f4488 [2022-03-11T17:59:10.885Z] #8 DONE 0.1s [2022-03-11T17:59:11.066Z] Commit message: "Merge commit 'a583434ebc5fb98bab6f693475e89e4d3a6703be' into HEAD" [2022-03-11T17:59:11.143Z] [2022-03-11T17:59:11.143Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-11T17:59:11.143Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-11T17:59:11.143Z] #69 DONE 0.0s [2022-03-11T17:59:11.143Z] [2022-03-11T17:59:11.143Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-11T17:59:11.143Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-11T17:59:11.143Z] #67 DONE 0.0s [2022-03-11T17:59:11.143Z] [2022-03-11T17:59:11.143Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:11.143Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-11T17:59:11.143Z] #11 DONE 0.0s [2022-03-11T17:59:11.143Z] [2022-03-11T17:59:11.143Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-11T17:59:11.143Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-11T17:59:11.143Z] #28 DONE 0.0s [2022-03-11T17:59:11.143Z] [2022-03-11T17:59:11.143Z] #24 [internal] load build context [2022-03-11T17:59:11.143Z] #24 sha256:f34b39980e8334b4a501dfe2bbee6d555b6f37b1b5fb383c5f4163cacd6c54c6 [2022-03-11T17:59:09.435Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T17:59:09.440Z] > git checkout -f 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [2022-03-11T17:59:09.913Z] > git remote # timeout=10 [2022-03-11T17:59:09.920Z] > git config --get remote.origin.url # timeout=10 [2022-03-11T17:59:09.923Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:59:09.923Z] > git merge a583434ebc5fb98bab6f693475e89e4d3a6703be # timeout=10 [2022-03-11T17:59:10.845Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-11T17:59:10.852Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T17:59:10.856Z] > git checkout -f 8814a29f7d9e4237d877d3bf767f2096899d9efa # timeout=10 [2022-03-11T17:59:11.065Z] > git rev-list --no-walk 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [2022-03-11T17:59:11.404Z] #24 ... [2022-03-11T17:59:11.404Z] [2022-03-11T17:59:11.404Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-11T17:59:11.404Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-11T17:59:11.404Z] #45 DONE 0.5s [2022-03-11T17:59:11.404Z] [2022-03-11T17:59:11.404Z] #24 [internal] load build context [2022-03-11T17:59:11.404Z] #24 sha256:f34b39980e8334b4a501dfe2bbee6d555b6f37b1b5fb383c5f4163cacd6c54c6 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-11T17:59:11.952Z] + docker version [2022-03-11T17:59:11.952Z] Client: Docker Engine - Community [2022-03-11T17:59:11.952Z] Version: 20.10.12 [2022-03-11T17:59:11.952Z] API version: 1.41 [2022-03-11T17:59:11.952Z] Go version: go1.16.12 [2022-03-11T17:59:11.952Z] Git commit: e91ed57 [2022-03-11T17:59:11.952Z] Built: Mon Dec 13 11:45:33 2021 [2022-03-11T17:59:11.952Z] OS/Arch: linux/amd64 [2022-03-11T17:59:11.952Z] Context: default [2022-03-11T17:59:11.952Z] Experimental: true [2022-03-11T17:59:11.952Z] [2022-03-11T17:59:11.952Z] Server: Docker Engine - Community [2022-03-11T17:59:11.952Z] Engine: [2022-03-11T17:59:11.952Z] Version: 20.10.12 [2022-03-11T17:59:11.952Z] API version: 1.41 (minimum version 1.12) [2022-03-11T17:59:11.952Z] Go version: go1.16.12 [2022-03-11T17:59:11.952Z] Git commit: 459d0df [2022-03-11T17:59:11.952Z] Built: Mon Dec 13 11:43:42 2021 [2022-03-11T17:59:11.952Z] OS/Arch: linux/amd64 [2022-03-11T17:59:11.952Z] Experimental: true [2022-03-11T17:59:11.952Z] containerd: [2022-03-11T17:59:11.952Z] Version: 1.4.12 [2022-03-11T17:59:11.952Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-11T17:59:11.952Z] runc: [2022-03-11T17:59:11.952Z] Version: 1.0.2 [2022-03-11T17:59:11.952Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-11T17:59:11.952Z] docker-init: [2022-03-11T17:59:11.952Z] Version: 0.19.0 [2022-03-11T17:59:11.952Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-11T17:59:12.198Z] Commit message: "Merge commit 'a583434ebc5fb98bab6f693475e89e4d3a6703be' into HEAD" [2022-03-11T17:59:12.234Z] + docker info [2022-03-11T17:59:12.200Z] > git rev-list --no-walk 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [2022-03-11T17:59:12.341Z] #24 transferring context: 59.70MB 1.2s done [2022-03-11T17:59:12.341Z] #24 DONE 1.3s [2022-03-11T17:59:12.341Z] [2022-03-11T17:59:12.341Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-11T17:59:12.341Z] #12 sha256:f224c0882cf598acea34e9eb020bc42c885ac138a9d50f4a2fbe066742f67597 [2022-03-11T17:59:12.341Z] #12 CACHED [2022-03-11T17:59:12.341Z] [2022-03-11T17:59:12.341Z] #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 [2022-03-11T17:59:12.341Z] #13 sha256:9f188e1017c9fac2fca657577c71ee2cc73089491a98e5c2195a0038fb0a90a9 [2022-03-11T17:59:12.341Z] #13 CACHED [2022-03-11T17:59:12.341Z] [2022-03-11T17:59:12.341Z] #58 [containerd 1/3] 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 [2022-03-11T17:59:12.341Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-11T17:59:12.341Z] #58 CACHED [2022-03-11T17:59:12.341Z] [2022-03-11T17:59:12.341Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-11T17:59:12.341Z] #59 sha256:2fd28774c6632954e4138ae5286b27a43d9e1ebe78fdd51d14d6b9d864cb308b [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-11T17:59:12.820Z] Fetching without tags [2022-03-11T17:59:12.869Z] Fetching without tags [2022-03-11T17:59:12.907Z] #59 DONE 0.4s [2022-03-11T17:59:12.907Z] [2022-03-11T17:59:12.907Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T17:59:12.907Z] #60 sha256:8b6f53715b092f49a972665f3c19897f80af7c37b477e625e27d76de60f5e86b [2022-03-11T17:59:13.086Z] + [ PR != PR ] [2022-03-11T17:59:13.086Z] + [ master != master ] [2022-03-11T17:59:13.086Z] + [ false = true ] [2022-03-11T17:59:13.100Z] Merging remotes/origin/master commit a583434ebc5fb98bab6f693475e89e4d3a6703be into PR head commit 06abe8dd2d6f783df28849148a1143598b67e78f [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-11T17:59:13.165Z] #60 0.291 + RM_GOPATH=0 [2022-03-11T17:59:13.165Z] #60 0.291 + TMP_GOPATH= [2022-03-11T17:59:13.165Z] #60 0.291 + : /build [2022-03-11T17:59:13.165Z] #60 0.291 + '[' -z '' ']' [2022-03-11T17:59:13.165Z] #60 0.291 ++ mktemp -d [2022-03-11T17:59:13.165Z] #60 0.295 + export GOPATH=/tmp/tmp.M6yFEAFViN [2022-03-11T17:59:13.165Z] #60 0.295 + GOPATH=/tmp/tmp.M6yFEAFViN [2022-03-11T17:59:13.165Z] #60 0.295 + RM_GOPATH=1 [2022-03-11T17:59:13.165Z] #60 0.295 + case "$(go env GOARCH)" in [2022-03-11T17:59:13.165Z] #60 0.295 ++ go env GOARCH [2022-03-11T17:59:13.165Z] #60 0.298 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T17:59:13.165Z] #60 0.298 + GO_BUILDMODE=-buildmode=pie [2022-03-11T17:59:13.165Z] #60 0.298 ++ dirname /install.sh [2022-03-11T17:59:13.165Z] #60 0.299 + dir=/ [2022-03-11T17:59:13.165Z] #60 0.299 + bin=containerd [2022-03-11T17:59:13.165Z] #60 0.299 + shift [2022-03-11T17:59:13.165Z] #60 0.299 + '[' '!' -f //containerd.installer ']' [2022-03-11T17:59:13.165Z] #60 0.299 + . //containerd.installer [2022-03-11T17:59:13.165Z] #60 0.299 ++ set -e [2022-03-11T17:59:13.165Z] #60 0.299 ++ : v1.6.1 [2022-03-11T17:59:13.165Z] #60 0.299 + install_containerd [2022-03-11T17:59:13.165Z] #60 0.299 Install containerd version v1.6.1 [2022-03-11T17:59:13.165Z] #60 0.299 + echo 'Install containerd version v1.6.1' [2022-03-11T17:59:13.165Z] #60 0.299 + git clone https://github.com/containerd/containerd.git /tmp/tmp.M6yFEAFViN/src/github.com/containerd/containerd [2022-03-11T17:59:13.165Z] #60 0.322 Cloning into '/tmp/tmp.M6yFEAFViN/src/github.com/containerd/containerd'... [2022-03-11T17:59:13.170Z] Client: [2022-03-11T17:59:13.170Z] Context: default [2022-03-11T17:59:13.170Z] Debug Mode: false [2022-03-11T17:59:13.170Z] Plugins: [2022-03-11T17:59:13.170Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-11T17:59:13.170Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-11T17:59:13.170Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-11T17:59:13.170Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-11T17:59:13.170Z] [2022-03-11T17:59:13.170Z] Server: [2022-03-11T17:59:13.170Z] Containers: 0 [2022-03-11T17:59:13.170Z] Running: 0 [2022-03-11T17:59:13.170Z] Paused: 0 [2022-03-11T17:59:13.170Z] Stopped: 0 [2022-03-11T17:59:13.170Z] Images: 2 [2022-03-11T17:59:13.170Z] Server Version: 20.10.12 [2022-03-11T17:59:13.170Z] Storage Driver: overlay2 [2022-03-11T17:59:13.170Z] Backing Filesystem: extfs [2022-03-11T17:59:13.170Z] Supports d_type: true [2022-03-11T17:59:13.170Z] Native Overlay Diff: true [2022-03-11T17:59:13.170Z] userxattr: false [2022-03-11T17:59:13.170Z] Logging Driver: json-file [2022-03-11T17:59:13.170Z] Cgroup Driver: systemd [2022-03-11T17:59:13.170Z] Cgroup Version: 2 [2022-03-11T17:59:13.170Z] Plugins: [2022-03-11T17:59:13.170Z] Volume: local [2022-03-11T17:59:13.170Z] Network: bridge host ipvlan macvlan null overlay [2022-03-11T17:59:13.170Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-11T17:59:13.170Z] Swarm: inactive [2022-03-11T17:59:13.170Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-11T17:59:13.170Z] Default Runtime: runc [2022-03-11T17:59:13.170Z] Init Binary: docker-init [2022-03-11T17:59:13.170Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-11T17:59:13.170Z] runc version: v1.0.2-0-g52b36a2 [2022-03-11T17:59:13.170Z] init version: de40ad0 [2022-03-11T17:59:13.170Z] Security Options: [2022-03-11T17:59:13.170Z] apparmor [2022-03-11T17:59:13.170Z] seccomp [2022-03-11T17:59:13.170Z] Profile: default [2022-03-11T17:59:13.170Z] cgroupns [2022-03-11T17:59:13.170Z] Kernel Version: 5.11.0-1023-aws [2022-03-11T17:59:13.170Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-11T17:59:13.170Z] OSType: linux [2022-03-11T17:59:13.170Z] Architecture: x86_64 [2022-03-11T17:59:13.170Z] CPUs: 2 [2022-03-11T17:59:13.170Z] Total Memory: 7.477GiB [2022-03-11T17:59:13.170Z] Name: ip-10-100-125-59 [2022-03-11T17:59:13.170Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-03-11T17:59:13.170Z] Docker Root Dir: /var/lib/docker [2022-03-11T17:59:13.170Z] Debug Mode: false [2022-03-11T17:59:13.170Z] Registry: https://index.docker.io/v1/ [2022-03-11T17:59:13.170Z] Labels: [2022-03-11T17:59:13.170Z] Experimental: true [2022-03-11T17:59:13.170Z] Insecure Registries: [2022-03-11T17:59:13.170Z] 127.0.0.0/8 [2022-03-11T17:59:13.170Z] Live Restore Enabled: true [2022-03-11T17:59:13.170Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-11T17:59:13.313Z] Fetching without tags [2022-03-11T17:59:13.431Z] + docker version [2022-03-11T17:59:13.514Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:8814a29f7d9e4237d877d3bf767f2096899d9efa . [2022-03-11T17:59:13.247Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T17:59:13.268Z] > git config --add remote.origin.fetch +refs/pull/42942/head:refs/remotes/origin/PR-42942 # timeout=10 [2022-03-11T17:59:13.282Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:59:13.296Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T17:59:13.316Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T17:59:13.316Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:59:13.317Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:59:13.537Z] Merging remotes/origin/master commit a583434ebc5fb98bab6f693475e89e4d3a6703be into PR head commit 06abe8dd2d6f783df28849148a1143598b67e78f [2022-03-11T17:59:12.805Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T17:59:12.823Z] > git config --add remote.origin.fetch +refs/pull/42942/head:refs/remotes/origin/PR-42942 # timeout=10 [2022-03-11T17:59:12.843Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:59:12.856Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T17:59:12.873Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T17:59:12.873Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:59:12.874Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:59:13.114Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T17:59:13.126Z] > git checkout -f 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [2022-03-11T17:59:13.681Z] Merging remotes/origin/master commit a583434ebc5fb98bab6f693475e89e4d3a6703be into PR head commit 06abe8dd2d6f783df28849148a1143598b67e78f [2022-03-11T17:59:12.489Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T17:59:12.547Z] > git config --add remote.origin.fetch +refs/pull/42942/head:refs/remotes/origin/PR-42942 # timeout=10 [2022-03-11T17:59:12.600Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:59:12.726Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T17:59:12.857Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T17:59:12.857Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:59:12.859Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T17:59:13.772Z] #1 [internal] load build definition from Dockerfile [2022-03-11T17:59:13.772Z] #1 sha256:abdaf93eccc322027b4d7d71f257eabc15b421ad6d99034adeed6dd2484d7fef [2022-03-11T17:59:13.772Z] #1 transferring dockerfile: 16.77kB done [2022-03-11T17:59:13.772Z] #1 DONE 0.0s [2022-03-11T17:59:13.772Z] [2022-03-11T17:59:13.772Z] #2 [internal] load .dockerignore [2022-03-11T17:59:13.772Z] #2 sha256:78cf238ca0ce4cfea0e64de1523052c0cf259b5937a170ee3f4f666925b0b148 [2022-03-11T17:59:13.772Z] #2 transferring context: 87B done [2022-03-11T17:59:13.772Z] #2 DONE 0.0s [2022-03-11T17:59:13.772Z] [2022-03-11T17:59:13.772Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-11T17:59:13.772Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-11T17:59:13.772Z] #3 DONE 0.1s [2022-03-11T17:59:13.772Z] [2022-03-11T17:59:13.772Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-11T17:59:13.772Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-11T17:59:13.772Z] #4 CACHED [2022-03-11T17:59:14.030Z] [2022-03-11T17:59:14.030Z] #5 [internal] load .dockerignore [2022-03-11T17:59:14.030Z] #5 sha256:75f2630cf0795182011c3b95d7c113fd6a77a8da609b47136844eb81e4ab35fd [2022-03-11T17:59:14.030Z] #5 DONE 0.0s [2022-03-11T17:59:14.030Z] [2022-03-11T17:59:14.030Z] #6 [internal] load build definition from Dockerfile [2022-03-11T17:59:14.030Z] #6 sha256:2f0953596bc1bb3a840d3707bea9f702c0e479e31e6b19ea1f7a3011440b09c2 [2022-03-11T17:59:14.030Z] #6 DONE 0.0s [2022-03-11T17:59:14.030Z] [2022-03-11T17:59:14.030Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-11T17:59:14.030Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-11T17:59:14.030Z] #8 DONE 0.1s [2022-03-11T17:59:14.030Z] [2022-03-11T17:59:14.030Z] #10 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-11T17:59:14.030Z] #10 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-11T17:59:14.291Z] #10 DONE 0.1s [2022-03-11T17:59:14.291Z] [2022-03-11T17:59:14.291Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-11T17:59:14.291Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-11T17:59:14.291Z] #9 DONE 0.1s [2022-03-11T17:59:14.291Z] [2022-03-11T17:59:14.291Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-11T17:59:14.291Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-11T17:59:14.291Z] #7 DONE 0.1s [2022-03-11T17:59:14.552Z] [2022-03-11T17:59:14.552Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-11T17:59:14.552Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-11T17:59:14.552Z] #69 DONE 0.0s [2022-03-11T17:59:14.552Z] [2022-03-11T17:59:14.552Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:14.552Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:14.552Z] #11 DONE 0.0s [2022-03-11T17:59:14.552Z] [2022-03-11T17:59:14.552Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-11T17:59:14.552Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-11T17:59:14.552Z] #67 DONE 0.0s [2022-03-11T17:59:14.552Z] [2022-03-11T17:59:14.552Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-11T17:59:14.552Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-11T17:59:14.552Z] #28 DONE 0.0s [2022-03-11T17:59:14.552Z] [2022-03-11T17:59:14.552Z] #24 [internal] load build context [2022-03-11T17:59:14.552Z] #24 sha256:1f8a34a8c99e0f825e153e3b42b01d446d4f89c818fe90833a9f4a340161fc73 [2022-03-11T17:59:14.645Z] Merge succeeded, producing 67ed909c60584bbbc48039465258c337ea29183b [2022-03-11T17:59:14.646Z] Checking out Revision 67ed909c60584bbbc48039465258c337ea29183b (PR-42942) [2022-03-11T17:59:14.764Z] Merge succeeded, producing 67ed909c60584bbbc48039465258c337ea29183b [2022-03-11T17:59:14.764Z] Checking out Revision 67ed909c60584bbbc48039465258c337ea29183b (PR-42942) [2022-03-11T17:59:14.815Z] #24 ... [2022-03-11T17:59:14.815Z] [2022-03-11T17:59:14.815Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-11T17:59:14.815Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-11T17:59:14.815Z] #45 DONE 0.4s [2022-03-11T17:59:14.815Z] [2022-03-11T17:59:14.815Z] #24 [internal] load build context [2022-03-11T17:59:14.815Z] #24 sha256:1f8a34a8c99e0f825e153e3b42b01d446d4f89c818fe90833a9f4a340161fc73 [2022-03-11T17:59:13.545Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T17:59:13.564Z] > git checkout -f 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [2022-03-11T17:59:14.128Z] > git remote # timeout=10 [2022-03-11T17:59:14.144Z] > git config --get remote.origin.url # timeout=10 [2022-03-11T17:59:14.157Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:59:14.158Z] > git merge a583434ebc5fb98bab6f693475e89e4d3a6703be # timeout=10 [2022-03-11T17:59:14.633Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-11T17:59:14.647Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T17:59:14.661Z] > git checkout -f 67ed909c60584bbbc48039465258c337ea29183b # timeout=10 [2022-03-11T17:59:13.713Z] > git remote # timeout=10 [2022-03-11T17:59:13.733Z] > git config --get remote.origin.url # timeout=10 [2022-03-11T17:59:13.748Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:59:13.749Z] > git merge a583434ebc5fb98bab6f693475e89e4d3a6703be # timeout=10 [2022-03-11T17:59:14.753Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-11T17:59:14.767Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T17:59:14.781Z] > git checkout -f 67ed909c60584bbbc48039465258c337ea29183b # timeout=10 [2022-03-11T17:59:13.718Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T17:59:13.773Z] > git checkout -f 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [2022-03-11T17:59:16.221Z] #24 transferring context: 59.69MB 1.7s done [2022-03-11T17:59:16.481Z] #24 DONE 1.8s [2022-03-11T17:59:16.481Z] [2022-03-11T17:59:16.481Z] #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 [2022-03-11T17:59:16.481Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-11T17:59:16.481Z] #13 CACHED [2022-03-11T17:59:16.481Z] [2022-03-11T17:59:16.481Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-11T17:59:16.481Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-11T17:59:16.481Z] #12 CACHED [2022-03-11T17:59:16.481Z] [2022-03-11T17:59:16.481Z] #58 [containerd 1/3] 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 [2022-03-11T17:59:16.481Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-11T17:59:16.481Z] #58 CACHED [2022-03-11T17:59:16.481Z] [2022-03-11T17:59:16.481Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-11T17:59:16.481Z] #59 sha256:1794e723de76d8790d473593e11f2df80408e05809971925fd8f8605826150d6 [2022-03-11T17:59:16.740Z] #59 DONE 0.3s [2022-03-11T17:59:16.740Z] [2022-03-11T17:59:16.740Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T17:59:16.740Z] #60 sha256:c5d963e697d2611ff8ace40e7f6dfce7a6c4bc41886b5fe71f3de5bf7519fb54 [2022-03-11T17:59:16.998Z] #60 0.364 + RM_GOPATH=0 [2022-03-11T17:59:16.998Z] #60 0.364 + TMP_GOPATH= [2022-03-11T17:59:16.998Z] #60 0.364 + : /build [2022-03-11T17:59:16.998Z] #60 0.364 + '[' -z '' ']' [2022-03-11T17:59:16.998Z] #60 0.364 ++ mktemp -d [2022-03-11T17:59:16.998Z] #60 0.368 + export GOPATH=/tmp/tmp.wlHEsDkRRI [2022-03-11T17:59:16.998Z] #60 0.368 + GOPATH=/tmp/tmp.wlHEsDkRRI [2022-03-11T17:59:16.998Z] #60 0.368 + RM_GOPATH=1 [2022-03-11T17:59:16.998Z] #60 0.368 + case "$(go env GOARCH)" in [2022-03-11T17:59:16.998Z] #60 0.368 ++ go env GOARCH [2022-03-11T17:59:16.998Z] #60 0.371 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T17:59:16.998Z] #60 0.371 + GO_BUILDMODE=-buildmode=pie [2022-03-11T17:59:16.998Z] #60 0.371 ++ dirname /install.sh [2022-03-11T17:59:16.998Z] #60 0.373 + dir=/ [2022-03-11T17:59:16.998Z] #60 0.373 + bin=containerd [2022-03-11T17:59:16.998Z] #60 0.373 + shift [2022-03-11T17:59:16.998Z] #60 0.373 + '[' '!' -f //containerd.installer ']' [2022-03-11T17:59:16.998Z] #60 0.373 + . //containerd.installer [2022-03-11T17:59:16.998Z] #60 0.373 ++ set -e [2022-03-11T17:59:16.998Z] #60 0.373 ++ : v1.6.1 [2022-03-11T17:59:16.998Z] #60 0.373 + install_containerd [2022-03-11T17:59:16.998Z] #60 0.373 + echo 'Install containerd version v1.6.1' [2022-03-11T17:59:16.998Z] #60 0.373 + git clone https://github.com/containerd/containerd.git /tmp/tmp.wlHEsDkRRI/src/github.com/containerd/containerd [2022-03-11T17:59:16.998Z] #60 0.373 Install containerd version v1.6.1 [2022-03-11T17:59:16.998Z] #60 0.392 Cloning into '/tmp/tmp.wlHEsDkRRI/src/github.com/containerd/containerd'... [2022-03-11T17:59:17.621Z] Client: Docker Engine - Community [2022-03-11T17:59:17.621Z] Version: 20.10.12 [2022-03-11T17:59:17.621Z] API version: 1.41 [2022-03-11T17:59:17.621Z] Go version: go1.16.12 [2022-03-11T17:59:17.621Z] Git commit: e91ed57 [2022-03-11T17:59:17.621Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-11T17:59:17.621Z] OS/Arch: linux/amd64 [2022-03-11T17:59:17.621Z] Context: default [2022-03-11T17:59:17.621Z] Experimental: true [2022-03-11T17:59:17.621Z] [2022-03-11T17:59:17.621Z] Server: Docker Engine - Community [2022-03-11T17:59:17.621Z] Engine: [2022-03-11T17:59:17.621Z] Version: 20.10.12 [2022-03-11T17:59:17.621Z] API version: 1.41 (minimum version 1.12) [2022-03-11T17:59:17.621Z] Go version: go1.16.12 [2022-03-11T17:59:17.621Z] Git commit: 459d0df [2022-03-11T17:59:17.621Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-11T17:59:17.621Z] OS/Arch: linux/amd64 [2022-03-11T17:59:17.621Z] Experimental: true [2022-03-11T17:59:17.621Z] containerd: [2022-03-11T17:59:17.621Z] Version: 1.4.12 [2022-03-11T17:59:17.621Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-11T17:59:17.621Z] runc: [2022-03-11T17:59:17.621Z] Version: 1.0.2 [2022-03-11T17:59:17.621Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-11T17:59:17.621Z] docker-init: [2022-03-11T17:59:17.621Z] Version: 0.19.0 [2022-03-11T17:59:17.621Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-11T17:59:17.265Z] > git remote # timeout=10 [2022-03-11T17:59:17.326Z] > git config --get remote.origin.url # timeout=10 [2022-03-11T17:59:17.380Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T17:59:17.382Z] > git merge a583434ebc5fb98bab6f693475e89e4d3a6703be # timeout=10 [2022-03-11T17:59:17.903Z] + docker info [2022-03-11T17:59:18.375Z] Commit message: "Merge commit 'a583434ebc5fb98bab6f693475e89e4d3a6703be' into HEAD" [2022-03-11T17:59:18.420Z] Commit message: "Merge commit 'a583434ebc5fb98bab6f693475e89e4d3a6703be' into HEAD" [2022-03-11T17:59:18.435Z] #60 5.356 + cd /tmp/tmp.M6yFEAFViN/src/github.com/containerd/containerd [2022-03-11T17:59:18.435Z] #60 5.356 + git checkout -q v1.6.1 [2022-03-11T17:59:18.435Z] #60 5.755 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-11T17:59:18.435Z] #60 5.755 + BUILDTAGS='netgo osusergo static_build' [2022-03-11T17:59:18.435Z] #60 5.755 + export EXTRA_FLAGS=-buildmode=pie [2022-03-11T17:59:18.435Z] #60 5.757 + EXTRA_FLAGS=-buildmode=pie [2022-03-11T17:59:18.421Z] > git rev-list --no-walk 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [2022-03-11T17:59:18.693Z] #60 5.757 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-11T17:59:18.693Z] #60 5.757 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-11T17:59:18.693Z] #60 5.758 + '[' '' = dynamic ']' [2022-03-11T17:59:18.693Z] #60 5.758 + make [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-11T17:59:18.951Z] #60 6.118 + bin/ctr [2022-03-11T17:59:19.140Z] Merge succeeded, producing 77ae4e4e03056374553310ba2ea54a66bfa428cd [2022-03-11T17:59:19.141Z] Checking out Revision 77ae4e4e03056374553310ba2ea54a66bfa428cd (PR-42942) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-11T17:59:19.461Z] + docker version [2022-03-11T17:59:19.727Z] Commit message: "Merge commit 'a583434ebc5fb98bab6f693475e89e4d3a6703be' into HEAD" [2022-03-11T17:59:19.777Z] + docker version [2022-03-11T17:59:19.043Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-11T17:59:19.178Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T17:59:19.236Z] > git checkout -f 77ae4e4e03056374553310ba2ea54a66bfa428cd # timeout=10 [2022-03-11T17:59:19.766Z] > git rev-list --no-walk 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-11T17:59:21.620Z] + docker version [2022-03-11T17:59:21.620Z] Client: [2022-03-11T17:59:21.620Z] Version: 20.10.9 [2022-03-11T17:59:21.620Z] API version: 1.41 [2022-03-11T17:59:21.620Z] Go version: go1.16.8 [2022-03-11T17:59:21.620Z] Git commit: c2ea9bc [2022-03-11T17:59:21.620Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-11T17:59:21.620Z] OS/Arch: windows/amd64 [2022-03-11T17:59:21.620Z] Context: default [2022-03-11T17:59:21.620Z] Experimental: true [2022-03-11T17:59:21.620Z] [2022-03-11T17:59:21.620Z] Server: Docker Engine - Community [2022-03-11T17:59:21.620Z] Engine: [2022-03-11T17:59:21.620Z] Version: 20.10.9 [2022-03-11T17:59:21.620Z] API version: 1.41 (minimum version 1.24) [2022-03-11T17:59:21.620Z] Go version: go1.16.8 [2022-03-11T17:59:21.620Z] Git commit: 79ea9d3 [2022-03-11T17:59:21.620Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-11T17:59:21.620Z] OS/Arch: windows/amd64 [2022-03-11T17:59:21.620Z] Experimental: true [Pipeline] sh [2022-03-11T17:59:22.308Z] Client: Docker Engine - Community [2022-03-11T17:59:22.308Z] Version: 20.10.12 [2022-03-11T17:59:22.308Z] API version: 1.41 [2022-03-11T17:59:22.308Z] Go version: go1.16.12 [2022-03-11T17:59:22.308Z] Git commit: e91ed57 [2022-03-11T17:59:22.308Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-11T17:59:22.308Z] OS/Arch: linux/amd64 [2022-03-11T17:59:22.308Z] Context: default [2022-03-11T17:59:22.308Z] Experimental: true [2022-03-11T17:59:22.308Z] [2022-03-11T17:59:22.308Z] Server: Docker Engine - Community [2022-03-11T17:59:22.308Z] Engine: [2022-03-11T17:59:22.308Z] Version: 20.10.12 [2022-03-11T17:59:22.308Z] API version: 1.41 (minimum version 1.12) [2022-03-11T17:59:22.308Z] Go version: go1.16.12 [2022-03-11T17:59:22.308Z] Git commit: 459d0df [2022-03-11T17:59:22.308Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-11T17:59:22.308Z] OS/Arch: linux/amd64 [2022-03-11T17:59:22.308Z] Experimental: true [2022-03-11T17:59:22.308Z] containerd: [2022-03-11T17:59:22.308Z] Version: 1.4.12 [2022-03-11T17:59:22.308Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-11T17:59:22.308Z] runc: [2022-03-11T17:59:22.308Z] Version: 1.0.2 [2022-03-11T17:59:22.308Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-11T17:59:22.308Z] docker-init: [2022-03-11T17:59:22.308Z] Version: 0.19.0 [2022-03-11T17:59:22.308Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-11T17:59:22.632Z] + docker info [2022-03-11T17:59:22.694Z] + docker info [2022-03-11T17:59:22.694Z] Client: [2022-03-11T17:59:22.694Z] Context: default [2022-03-11T17:59:22.694Z] Debug Mode: false [2022-03-11T17:59:22.694Z] [2022-03-11T17:59:22.694Z] Server: [2022-03-11T17:59:22.694Z] Containers: 0 [2022-03-11T17:59:22.694Z] Running: 0 [2022-03-11T17:59:22.694Z] Paused: 0 [2022-03-11T17:59:22.694Z] Stopped: 0 [2022-03-11T17:59:22.694Z] Images: 11 [2022-03-11T17:59:22.694Z] Server Version: 20.10.9 [2022-03-11T17:59:22.694Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-11T17:59:22.694Z] Windows: [2022-03-11T17:59:22.694Z] LCOW: [2022-03-11T17:59:22.694Z] Logging Driver: json-file [2022-03-11T17:59:22.694Z] Plugins: [2022-03-11T17:59:22.694Z] Volume: local [2022-03-11T17:59:22.694Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-11T17:59:22.694Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-11T17:59:22.694Z] Swarm: inactive [2022-03-11T17:59:22.694Z] Default Isolation: process [2022-03-11T17:59:22.694Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-11T17:59:22.694Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-11T17:59:22.694Z] OSType: windows [2022-03-11T17:59:22.694Z] Architecture: x86_64 [2022-03-11T17:59:22.694Z] CPUs: 4 [2022-03-11T17:59:22.694Z] Total Memory: 32GiB [2022-03-11T17:59:22.694Z] Name: azwin-2-5c7261 [2022-03-11T17:59:22.694Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-11T17:59:22.694Z] Docker Root Dir: D:\docker [2022-03-11T17:59:22.694Z] Debug Mode: false [2022-03-11T17:59:22.694Z] Registry: https://index.docker.io/v1/ [2022-03-11T17:59:22.694Z] Labels: [2022-03-11T17:59:22.694Z] Experimental: true [2022-03-11T17:59:22.694Z] Insecure Registries: [2022-03-11T17:59:22.694Z] 10.0.0.4:5000 [2022-03-11T17:59:22.694Z] 127.0.0.0/8 [2022-03-11T17:59:22.694Z] Registry Mirrors: [2022-03-11T17:59:22.694Z] http://10.0.0.4:5000/ [2022-03-11T17:59:22.694Z] Live Restore Enabled: false [2022-03-11T17:59:22.694Z] Product License: Community Engine [2022-03-11T17:59:22.694Z] [2022-03-11T17:59:22.746Z] Client: Docker Engine - Community [2022-03-11T17:59:22.746Z] Version: 20.10.12 [2022-03-11T17:59:22.746Z] API version: 1.41 [2022-03-11T17:59:22.746Z] Go version: go1.16.12 [2022-03-11T17:59:22.746Z] Git commit: e91ed57 [2022-03-11T17:59:22.746Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-11T17:59:22.746Z] OS/Arch: linux/amd64 [2022-03-11T17:59:22.746Z] Context: default [2022-03-11T17:59:22.746Z] Experimental: true [2022-03-11T17:59:22.746Z] [2022-03-11T17:59:22.746Z] Server: Docker Engine - Community [2022-03-11T17:59:22.746Z] Engine: [2022-03-11T17:59:22.746Z] Version: 20.10.12 [2022-03-11T17:59:22.746Z] API version: 1.41 (minimum version 1.12) [2022-03-11T17:59:22.746Z] Go version: go1.16.12 [2022-03-11T17:59:22.746Z] Git commit: 459d0df [2022-03-11T17:59:22.746Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-11T17:59:22.746Z] OS/Arch: linux/amd64 [2022-03-11T17:59:22.746Z] Experimental: true [2022-03-11T17:59:22.746Z] containerd: [2022-03-11T17:59:22.746Z] Version: 1.4.12 [2022-03-11T17:59:22.746Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-11T17:59:22.746Z] runc: [2022-03-11T17:59:22.746Z] Version: 1.0.2 [2022-03-11T17:59:22.746Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-11T17:59:22.746Z] docker-init: [2022-03-11T17:59:22.746Z] Version: 0.19.0 [2022-03-11T17:59:22.746Z] GitCommit: de40ad0 [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-11T17:59:23.040Z] + docker info [2022-03-11T17:59:23.583Z] #60 6.315 + cd /tmp/tmp.wlHEsDkRRI/src/github.com/containerd/containerd [2022-03-11T17:59:23.583Z] #60 6.315 + git checkout -q v1.6.1 [2022-03-11T17:59:23.583Z] #60 6.695 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-11T17:59:23.583Z] #60 6.695 + BUILDTAGS='netgo osusergo static_build' [2022-03-11T17:59:23.584Z] #60 6.695 + export EXTRA_FLAGS=-buildmode=pie [2022-03-11T17:59:23.584Z] #60 6.695 + EXTRA_FLAGS=-buildmode=pie [2022-03-11T17:59:23.584Z] #60 6.695 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-11T17:59:23.584Z] #60 6.695 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-11T17:59:23.584Z] #60 6.695 + '[' '' = dynamic ']' [2022-03-11T17:59:23.584Z] #60 6.695 + make [2022-03-11T17:59:23.844Z] #60 7.053 + bin/ctr [2022-03-11T17:59:32.059Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-11T17:59:32.059Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-fe123d21\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-11T17:59:32.059Z] ---------------------------------------------------------------------------- [2022-03-11T17:59:32.059Z] [2022-03-11T17:59:32.059Z] INFO: executeCI.ps1 starting at Fri Mar 11 17:59:31 CUT 2022 [2022-03-11T17:59:32.059Z] [2022-03-11T17:59:32.059Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-11T17:59:32.059Z] INFO: Running git version 2.24.1.windows.2 [2022-03-11T17:59:32.059Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-11T17:59:32.059Z] INFO: Environment variables: [2022-03-11T17:59:32.059Z] [2022-03-11T17:59:32.059Z] Name Value [2022-03-11T17:59:32.059Z] ---- ----- [2022-03-11T17:59:32.059Z] ALLUSERSPROFILE C:\ProgramData [2022-03-11T17:59:32.059Z] amd64 true [2022-03-11T17:59:32.059Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-11T17:59:32.059Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-11T17:59:32.059Z] arm64 true [2022-03-11T17:59:32.059Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-11T17:59:32.059Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-11T17:59:32.059Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-11T17:59:32.059Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-11T17:59:32.059Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-11T17:59:32.059Z] BRANCH_NAME PR-42942 [2022-03-11T17:59:32.059Z] BUILD_DISPLAY_NAME #32 [2022-03-11T17:59:32.059Z] BUILD_ID 32 [2022-03-11T17:59:32.059Z] BUILD_NUMBER 32 [2022-03-11T17:59:32.059Z] BUILD_TAG jenkins-moby-PR-42942-32 [2022-03-11T17:59:32.059Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/32/ [2022-03-11T17:59:32.059Z] cgroup2 true [2022-03-11T17:59:32.059Z] CHANGE_AUTHOR thaJeztah [2022-03-11T17:59:32.059Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-11T17:59:32.059Z] CHANGE_BRANCH containerd_binary_1.6 [2022-03-11T17:59:32.059Z] CHANGE_FORK thaJeztah/docker [2022-03-11T17:59:32.059Z] CHANGE_ID 42942 [2022-03-11T17:59:32.059Z] CHANGE_TARGET master [2022-03-11T17:59:32.059Z] CHANGE_TITLE update containerd binary to v1.6.1 [2022-03-11T17:59:32.059Z] CHANGE_URL https://github.com/moby/moby/pull/42942 [2022-03-11T17:59:32.059Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-11T17:59:32.059Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-11T17:59:32.059Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-11T17:59:32.059Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-11T17:59:32.059Z] COMPUTERNAME azwin-2-5c7261 [2022-03-11T17:59:32.059Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-11T17:59:32.059Z] ConfigSequenceNumber 0 [2022-03-11T17:59:32.059Z] dco true [2022-03-11T17:59:32.059Z] DOCKER_BUILDKIT 0 [2022-03-11T17:59:32.059Z] DOCKER_DUT_DEBUG 1 [2022-03-11T17:59:32.059Z] DOCKER_EXPERIMENTAL 1 [2022-03-11T17:59:32.059Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-11T17:59:32.059Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-11T17:59:32.059Z] EXECUTOR_NUMBER 0 [2022-03-11T17:59:32.059Z] FQDN azwin-2-5c7261.westus.cloudapp.azure.com [2022-03-11T17:59:32.059Z] GIT_BRANCH PR-42942 [2022-03-11T17:59:32.059Z] GIT_COMMIT 77ae4e4e03056374553310ba2ea54a66bfa428cd [2022-03-11T17:59:32.059Z] GIT_PREVIOUS_COMMIT 06abe8dd2d6f783df28849148a1143598b67e78f [2022-03-11T17:59:32.059Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 80b3a23cc1ba6dee861974652b79347ac26ad397 [2022-03-11T17:59:32.059Z] GIT_URL https://github.com/moby/moby.git [2022-03-11T17:59:32.059Z] HUDSON_COOKIE 1e45086e-0b12-4edb-8704-081cc4f586b4 [2022-03-11T17:59:32.059Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-11T17:59:32.059Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-11T17:59:32.059Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-11T17:59:32.059Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-11T17:59:32.059Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-11T17:59:32.059Z] JENKINS_NODE_COOKIE 8c01e039-0be9-4ead-a2f8-c30e335927ed [2022-03-11T17:59:32.059Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-11T17:59:32.059Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-11T17:59:32.059Z] JOB_BASE_NAME PR-42942 [2022-03-11T17:59:32.059Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/display/redirect [2022-03-11T17:59:32.059Z] JOB_NAME moby/PR-42942 [2022-03-11T17:59:32.059Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/ [2022-03-11T17:59:32.059Z] library.jps.version master [2022-03-11T17:59:32.059Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-11T17:59:32.060Z] NODE_LABELS amd64 azure azwin-2-5c7261 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-11T17:59:32.060Z] NODE_NAME azwin-2-5c7261 [2022-03-11T17:59:32.060Z] NUMBER_OF_PROCESSORS 4 [2022-03-11T17:59:32.060Z] OS Windows_NT [2022-03-11T17:59:32.060Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-11T17:59:32.060Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-11T17:59:32.060Z] ppc64le false [2022-03-11T17:59:32.060Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-11T17:59:32.060Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-11T17:59:32.060Z] PROCESSOR_LEVEL 6 [2022-03-11T17:59:32.060Z] PROCESSOR_REVISION 4f01 [2022-03-11T17:59:32.060Z] ProgramData C:\ProgramData [2022-03-11T17:59:32.060Z] ProgramFiles C:\Program Files [2022-03-11T17:59:32.060Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-11T17:59:32.060Z] ProgramW6432 C:\Program Files [2022-03-11T17:59:32.060Z] PROMPT $P$G [2022-03-11T17:59:32.060Z] PSExecutionPolicyPreference Bypass [2022-03-11T17:59:32.060Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-11T17:59:32.060Z] PUBLIC C:\Users\Public [2022-03-11T17:59:32.060Z] rootless true [2022-03-11T17:59:32.060Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/32/display/redirect?page=arti... [2022-03-11T17:59:32.060Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/32/display/redirect?page=changes [2022-03-11T17:59:32.060Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/32/display/redirect [2022-03-11T17:59:32.060Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/32/display/redirect?page=tests [2022-03-11T17:59:32.060Z] s390x false [2022-03-11T17:59:32.060Z] SKIP_VALIDATION_TESTS 1 [2022-03-11T17:59:32.060Z] SOURCES_DRIVE d [2022-03-11T17:59:32.060Z] SOURCES_SUBDIR gopath [2022-03-11T17:59:32.060Z] STAGE_NAME Run tests [2022-03-11T17:59:32.060Z] SystemDrive C: [2022-03-11T17:59:32.060Z] SystemRoot C:\Windows [2022-03-11T17:59:32.060Z] TEMP C:\Windows\TEMP [2022-03-11T17:59:32.060Z] TESTDEBUG 0 [2022-03-11T17:59:32.060Z] TESTRUN_DRIVE d [2022-03-11T17:59:32.060Z] TESTRUN_SUBDIR CI [2022-03-11T17:59:32.060Z] TIMEOUT 120m [2022-03-11T17:59:32.060Z] TMP C:\Windows\TEMP [2022-03-11T17:59:32.060Z] unit_validate true [2022-03-11T17:59:32.060Z] USERDOMAIN WORKGROUP [2022-03-11T17:59:32.060Z] USERNAME azwin-2-5c7261$ [2022-03-11T17:59:32.060Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-11T17:59:32.060Z] validate_force false [2022-03-11T17:59:32.060Z] windir C:\Windows [2022-03-11T17:59:32.060Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-11T17:59:32.060Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-11T17:59:32.060Z] windows2022 true [2022-03-11T17:59:32.060Z] windows2022containerd true [2022-03-11T17:59:32.060Z] windowsRS5 true [2022-03-11T17:59:32.060Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-11T17:59:32.060Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-11T17:59:32.060Z] [2022-03-11T17:59:32.060Z] [2022-03-11T17:59:32.060Z] [2022-03-11T17:59:32.060Z] INFO: Sources under d:\gopath\... [2022-03-11T17:59:32.060Z] INFO: Test run under d:\CI\... [2022-03-11T17:59:32.060Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-11T17:59:32.060Z] INFO: docker/docker repository was found [2022-03-11T17:59:32.060Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2022-03-11T17:59:32.060Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.587' [2022-03-11T17:59:32.060Z] INFO: Docker version of control daemon [2022-03-11T17:59:32.060Z] [2022-03-11T17:59:32.060Z] Client: [2022-03-11T17:59:32.060Z] Version: 20.10.9 [2022-03-11T17:59:32.060Z] API version: 1.41 [2022-03-11T17:59:32.060Z] Go version: go1.16.8 [2022-03-11T17:59:32.060Z] Git commit: c2ea9bc [2022-03-11T17:59:32.060Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-11T17:59:32.060Z] OS/Arch: windows/amd64 [2022-03-11T17:59:32.060Z] Context: default [2022-03-11T17:59:32.060Z] Experimental: true [2022-03-11T17:59:32.060Z] [2022-03-11T17:59:32.060Z] Server: Docker Engine - Community [2022-03-11T17:59:32.060Z] Engine: [2022-03-11T17:59:32.060Z] Version: 20.10.9 [2022-03-11T17:59:32.060Z] API version: 1.41 (minimum version 1.24) [2022-03-11T17:59:32.060Z] Go version: go1.16.8 [2022-03-11T17:59:32.060Z] Git commit: 79ea9d3 [2022-03-11T17:59:32.060Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-11T17:59:32.060Z] OS/Arch: windows/amd64 [2022-03-11T17:59:32.060Z] Experimental: true [2022-03-11T17:59:32.060Z] [2022-03-11T17:59:32.060Z] INFO: Docker info of control daemon [2022-03-11T17:59:32.060Z] [2022-03-11T17:59:32.529Z] Client: [2022-03-11T17:59:32.529Z] Context: default [2022-03-11T17:59:32.529Z] Debug Mode: false [2022-03-11T17:59:32.529Z] [2022-03-11T17:59:32.529Z] Server: [2022-03-11T17:59:32.529Z] Containers: 0 [2022-03-11T17:59:32.529Z] Running: 0 [2022-03-11T17:59:32.529Z] Paused: 0 [2022-03-11T17:59:32.529Z] Stopped: 0 [2022-03-11T17:59:32.529Z] Images: 11 [2022-03-11T17:59:32.529Z] Server Version: 20.10.9 [2022-03-11T17:59:32.529Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-11T17:59:32.529Z] Windows: [2022-03-11T17:59:32.529Z] LCOW: [2022-03-11T17:59:32.529Z] Logging Driver: json-file [2022-03-11T17:59:32.529Z] Plugins: [2022-03-11T17:59:32.529Z] Volume: local [2022-03-11T17:59:32.529Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-11T17:59:32.529Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-11T17:59:32.529Z] Swarm: inactive [2022-03-11T17:59:32.529Z] Default Isolation: process [2022-03-11T17:59:32.529Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-11T17:59:32.529Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-11T17:59:32.529Z] OSType: windows [2022-03-11T17:59:32.529Z] Architecture: x86_64 [2022-03-11T17:59:32.529Z] CPUs: 4 [2022-03-11T17:59:32.529Z] Total Memory: 32GiB [2022-03-11T17:59:32.529Z] Name: azwin-2-5c7261 [2022-03-11T17:59:32.529Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-11T17:59:32.529Z] Docker Root Dir: D:\docker [2022-03-11T17:59:32.529Z] Debug Mode: false [2022-03-11T17:59:32.529Z] Registry: https://index.docker.io/v1/ [2022-03-11T17:59:32.529Z] Labels: [2022-03-11T17:59:32.529Z] Experimental: true [2022-03-11T17:59:32.529Z] Insecure Registries: [2022-03-11T17:59:32.529Z] 10.0.0.4:5000 [2022-03-11T17:59:32.529Z] 127.0.0.0/8 [2022-03-11T17:59:32.529Z] Registry Mirrors: [2022-03-11T17:59:32.529Z] http://10.0.0.4:5000/ [2022-03-11T17:59:32.529Z] Live Restore Enabled: false [2022-03-11T17:59:32.529Z] Product License: Community Engine [2022-03-11T17:59:32.529Z] [2022-03-11T17:59:32.529Z] [2022-03-11T17:59:32.529Z] INFO: Commit hash is 77ae4e4e03 [2022-03-11T17:59:32.529Z] INFO: Nuke-Everything... [2022-03-11T17:59:32.529Z] INFO: Container count on control daemon to delete is 0 [2022-03-11T17:59:32.998Z] INFO: Nuking d:\CI [2022-03-11T17:59:32.998Z] INFO: Zapped successfully [2022-03-11T17:59:32.998Z] INFO: Location for testing is d:\CI\PR-42942\32 [2022-03-11T17:59:32.998Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-11T17:59:32.998Z] [2022-03-11T17:59:32.998Z] [2022-03-11T17:59:32.998Z] INFO: Building the image from Dockerfile.windows at 03/11/2022 17:59:32... [2022-03-11T17:59:32.998Z] [2022-03-11T17:59:34.847Z] Client: [2022-03-11T17:59:34.847Z] Context: default [2022-03-11T17:59:34.847Z] Debug Mode: false [2022-03-11T17:59:34.847Z] Plugins: [2022-03-11T17:59:34.847Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-11T17:59:34.847Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-11T17:59:34.847Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-11T17:59:34.847Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-11T17:59:34.847Z] [2022-03-11T17:59:34.847Z] Server: [2022-03-11T17:59:34.847Z] Containers: 0 [2022-03-11T17:59:34.847Z] Running: 0 [2022-03-11T17:59:34.847Z] Paused: 0 [2022-03-11T17:59:34.847Z] Stopped: 0 [2022-03-11T17:59:34.847Z] Images: 0 [2022-03-11T17:59:34.847Z] Server Version: 20.10.12 [2022-03-11T17:59:34.847Z] Storage Driver: overlay2 [2022-03-11T17:59:34.847Z] Backing Filesystem: extfs [2022-03-11T17:59:34.847Z] Supports d_type: true [2022-03-11T17:59:34.847Z] Native Overlay Diff: true [2022-03-11T17:59:34.847Z] userxattr: false [2022-03-11T17:59:34.847Z] Logging Driver: json-file [2022-03-11T17:59:34.847Z] Cgroup Driver: cgroupfs [2022-03-11T17:59:34.847Z] Cgroup Version: 1 [2022-03-11T17:59:34.847Z] Plugins: [2022-03-11T17:59:34.847Z] Volume: local [2022-03-11T17:59:34.847Z] Network: bridge host ipvlan macvlan null overlay [2022-03-11T17:59:34.847Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-11T17:59:34.847Z] Swarm: inactive [2022-03-11T17:59:34.847Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-11T17:59:34.847Z] Default Runtime: runc [2022-03-11T17:59:34.847Z] Init Binary: docker-init [2022-03-11T17:59:34.847Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-11T17:59:34.847Z] runc version: v1.0.2-0-g52b36a2 [2022-03-11T17:59:34.847Z] init version: de40ad0 [2022-03-11T17:59:34.847Z] Security Options: [2022-03-11T17:59:34.847Z] apparmor [2022-03-11T17:59:34.847Z] seccomp [2022-03-11T17:59:34.847Z] Profile: default [2022-03-11T17:59:34.847Z] Kernel Version: 5.4.0-1061-aws [2022-03-11T17:59:34.847Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-11T17:59:34.847Z] OSType: linux [2022-03-11T17:59:34.847Z] Architecture: x86_64 [2022-03-11T17:59:34.847Z] CPUs: 2 [2022-03-11T17:59:34.847Z] Total Memory: 7.483GiB [2022-03-11T17:59:34.847Z] Name: ip-10-100-118-24 [2022-03-11T17:59:34.847Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-11T17:59:34.847Z] Docker Root Dir: /var/lib/docker [2022-03-11T17:59:34.847Z] Debug Mode: false [2022-03-11T17:59:34.847Z] Registry: https://index.docker.io/v1/ [2022-03-11T17:59:34.847Z] Labels: [2022-03-11T17:59:34.847Z] Experimental: true [2022-03-11T17:59:34.847Z] Insecure Registries: [2022-03-11T17:59:34.847Z] 127.0.0.0/8 [2022-03-11T17:59:34.847Z] Live Restore Enabled: true [2022-03-11T17:59:34.847Z] [2022-03-11T17:59:34.847Z] WARNING: No swap limit support [Pipeline] sh [2022-03-11T17:59:35.131Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-11T17:59:35.131Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-11T17:59:35.131Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42942/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-11T17:59:35.131Z] + bash /home/ubuntu/workspace/moby_PR-42942/check-config.sh [2022-03-11T17:59:35.131Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-11T17:59:35.131Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-11T17:59:35.131Z] [2022-03-11T17:59:35.131Z] Generally Necessary: [2022-03-11T17:59:35.131Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-11T17:59:35.131Z] - apparmor: enabled and tools installed [2022-03-11T17:59:35.131Z] - CONFIG_NAMESPACES: enabled [2022-03-11T17:59:35.131Z] - CONFIG_NET_NS: enabled [2022-03-11T17:59:35.131Z] - CONFIG_PID_NS: enabled [2022-03-11T17:59:35.131Z] - CONFIG_IPC_NS: enabled [2022-03-11T17:59:35.131Z] - CONFIG_UTS_NS: enabled [2022-03-11T17:59:35.131Z] - CONFIG_CGROUPS: enabled [2022-03-11T17:59:35.131Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-11T17:59:35.131Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-11T17:59:35.131Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-11T17:59:35.132Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-11T17:59:35.132Z] - CONFIG_CPUSETS: enabled [2022-03-11T17:59:35.132Z] - CONFIG_MEMCG: enabled [2022-03-11T17:59:35.132Z] - CONFIG_KEYS: enabled [2022-03-11T17:59:35.132Z] - CONFIG_VETH: enabled (as module) [2022-03-11T17:59:35.132Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-11T17:59:35.132Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-11T17:59:35.132Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-11T17:59:35.132Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-11T17:59:35.132Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-11T17:59:35.132Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-11T17:59:35.132Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-11T17:59:35.132Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-11T17:59:35.132Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-11T17:59:35.132Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-11T17:59:35.132Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-11T17:59:35.132Z] - CONFIG_CGROUP_BPF: enabled [2022-03-11T17:59:35.132Z] [2022-03-11T17:59:35.132Z] Optional Features: [2022-03-11T17:59:35.132Z] - CONFIG_USER_NS: enabled [2022-03-11T17:59:35.132Z] - CONFIG_SECCOMP: enabled [2022-03-11T17:59:35.132Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-11T17:59:35.132Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-11T17:59:35.132Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-11T17:59:35.132Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-11T17:59:35.132Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-11T17:59:35.132Z] - CONFIG_BLK_CGROUP: enabled [2022-03-11T17:59:35.132Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-11T17:59:35.132Z] - CONFIG_CGROUP_PERF: enabled [2022-03-11T17:59:35.132Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-11T17:59:35.132Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-11T17:59:35.132Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-11T17:59:35.132Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-11T17:59:35.132Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-11T17:59:35.132Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-11T17:59:35.132Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-11T17:59:35.230Z] Client: [2022-03-11T17:59:35.230Z] Context: default [2022-03-11T17:59:35.230Z] Debug Mode: false [2022-03-11T17:59:35.230Z] Plugins: [2022-03-11T17:59:35.230Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-11T17:59:35.230Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-11T17:59:35.230Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-11T17:59:35.230Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-11T17:59:35.230Z] [2022-03-11T17:59:35.230Z] Server: [2022-03-11T17:59:35.230Z] Containers: 0 [2022-03-11T17:59:35.230Z] Running: 0 [2022-03-11T17:59:35.230Z] Paused: 0 [2022-03-11T17:59:35.230Z] Stopped: 0 [2022-03-11T17:59:35.230Z] Images: 0 [2022-03-11T17:59:35.230Z] Server Version: 20.10.12 [2022-03-11T17:59:35.230Z] Storage Driver: overlay2 [2022-03-11T17:59:35.230Z] Backing Filesystem: extfs [2022-03-11T17:59:35.230Z] Supports d_type: true [2022-03-11T17:59:35.230Z] Native Overlay Diff: true [2022-03-11T17:59:35.230Z] userxattr: false [2022-03-11T17:59:35.230Z] Logging Driver: json-file [2022-03-11T17:59:35.230Z] Cgroup Driver: cgroupfs [2022-03-11T17:59:35.230Z] Cgroup Version: 1 [2022-03-11T17:59:35.230Z] Plugins: [2022-03-11T17:59:35.230Z] Volume: local [2022-03-11T17:59:35.230Z] Network: bridge host ipvlan macvlan null overlay [2022-03-11T17:59:35.230Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-11T17:59:35.230Z] Swarm: inactive [2022-03-11T17:59:35.230Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-11T17:59:35.230Z] Default Runtime: runc [2022-03-11T17:59:35.230Z] Init Binary: docker-init [2022-03-11T17:59:35.230Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-11T17:59:35.230Z] runc version: v1.0.2-0-g52b36a2 [2022-03-11T17:59:35.230Z] init version: de40ad0 [2022-03-11T17:59:35.230Z] Security Options: [2022-03-11T17:59:35.230Z] apparmor [2022-03-11T17:59:35.230Z] seccomp [2022-03-11T17:59:35.230Z] Profile: default [2022-03-11T17:59:35.230Z] Kernel Version: 5.4.0-1061-aws [2022-03-11T17:59:35.230Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-11T17:59:35.230Z] OSType: linux [2022-03-11T17:59:35.230Z] Architecture: x86_64 [2022-03-11T17:59:35.230Z] CPUs: 2 [2022-03-11T17:59:35.230Z] Total Memory: 15.35GiB [2022-03-11T17:59:35.230Z] Name: ip-10-100-94-238 [2022-03-11T17:59:35.230Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-11T17:59:35.230Z] Docker Root Dir: /var/lib/docker [2022-03-11T17:59:35.230Z] Debug Mode: false [2022-03-11T17:59:35.230Z] Registry: https://index.docker.io/v1/ [2022-03-11T17:59:35.230Z] Labels: [2022-03-11T17:59:35.230Z] Experimental: true [2022-03-11T17:59:35.230Z] Insecure Registries: [2022-03-11T17:59:35.230Z] 127.0.0.0/8 [2022-03-11T17:59:35.230Z] Live Restore Enabled: true [2022-03-11T17:59:35.230Z] [2022-03-11T17:59:35.230Z] WARNING: No swap limit support [Pipeline] sh [2022-03-11T17:59:35.389Z] - CONFIG_IP_VS: enabled (as module) [2022-03-11T17:59:35.389Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-11T17:59:35.389Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-11T17:59:35.389Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-11T17:59:35.389Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-11T17:59:35.389Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-11T17:59:35.389Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-11T17:59:35.389Z] - CONFIG_EXT4_FS: enabled [2022-03-11T17:59:35.389Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-11T17:59:35.389Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-11T17:59:35.389Z] - Network Drivers: [2022-03-11T17:59:35.389Z] - "overlay": [2022-03-11T17:59:35.389Z] - CONFIG_VXLAN: enabled (as module) [2022-03-11T17:59:35.389Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-11T17:59:35.389Z] Optional (for encrypted networks): [2022-03-11T17:59:35.389Z] - CONFIG_CRYPTO: enabled [2022-03-11T17:59:35.389Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-11T17:59:35.389Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-11T17:59:35.389Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-11T17:59:35.389Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-11T17:59:35.389Z] - CONFIG_XFRM: enabled [2022-03-11T17:59:35.389Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-11T17:59:35.389Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-11T17:59:35.389Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-11T17:59:35.390Z] - "ipvlan": [2022-03-11T17:59:35.390Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-11T17:59:35.390Z] - "macvlan": [2022-03-11T17:59:35.390Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-11T17:59:35.390Z] - CONFIG_DUMMY: enabled (as module) [2022-03-11T17:59:35.390Z] - "ftp,tftp client in container": [2022-03-11T17:59:35.390Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-11T17:59:35.390Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-11T17:59:35.390Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-11T17:59:35.390Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-11T17:59:35.390Z] - Storage Drivers: [2022-03-11T17:59:35.390Z] - "aufs": [2022-03-11T17:59:35.390Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-11T17:59:35.390Z] - "btrfs": [2022-03-11T17:59:35.390Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-11T17:59:35.390Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-11T17:59:35.390Z] - "devicemapper": [2022-03-11T17:59:35.390Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-11T17:59:35.390Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-11T17:59:35.390Z] - "overlay": [2022-03-11T17:59:35.390Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-11T17:59:35.390Z] - "zfs": [2022-03-11T17:59:35.390Z] - /dev/zfs: present [2022-03-11T17:59:35.390Z] - zfs command: missing [2022-03-11T17:59:35.390Z] - zpool command: missing [2022-03-11T17:59:35.390Z] [2022-03-11T17:59:35.390Z] Limits: [2022-03-11T17:59:35.390Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-11T17:59:35.390Z] [2022-03-11T17:59:35.390Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-11T17:59:35.515Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-11T17:59:35.515Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-11T17:59:35.515Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42942/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-11T17:59:35.515Z] + bash /home/ubuntu/workspace/moby_PR-42942/check-config.sh [2022-03-11T17:59:35.515Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-11T17:59:35.515Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-11T17:59:35.515Z] [2022-03-11T17:59:35.515Z] Generally Necessary: [2022-03-11T17:59:35.515Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-11T17:59:35.515Z] - apparmor: enabled and tools installed [2022-03-11T17:59:35.515Z] - CONFIG_NAMESPACES: enabled [2022-03-11T17:59:35.515Z] - CONFIG_NET_NS: enabled [2022-03-11T17:59:35.515Z] - CONFIG_PID_NS: enabled [2022-03-11T17:59:35.515Z] - CONFIG_IPC_NS: enabled [2022-03-11T17:59:35.515Z] - CONFIG_UTS_NS: enabled [2022-03-11T17:59:35.515Z] - CONFIG_CGROUPS: enabled [2022-03-11T17:59:35.515Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-11T17:59:35.515Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-11T17:59:35.515Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-11T17:59:35.515Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-11T17:59:35.515Z] - CONFIG_CPUSETS: enabled [2022-03-11T17:59:35.515Z] - CONFIG_MEMCG: enabled [2022-03-11T17:59:35.515Z] - CONFIG_KEYS: enabled [2022-03-11T17:59:35.515Z] - CONFIG_VETH: enabled (as module) [2022-03-11T17:59:35.515Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-11T17:59:35.515Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-11T17:59:35.515Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-11T17:59:35.515Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-11T17:59:35.515Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-11T17:59:35.515Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-11T17:59:35.515Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-11T17:59:35.515Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-11T17:59:35.515Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-11T17:59:35.515Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-11T17:59:35.515Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-11T17:59:35.515Z] - CONFIG_CGROUP_BPF: enabled [2022-03-11T17:59:35.515Z] [2022-03-11T17:59:35.515Z] Optional Features: [2022-03-11T17:59:35.515Z] - CONFIG_USER_NS: enabled [2022-03-11T17:59:35.515Z] - CONFIG_SECCOMP: enabled [2022-03-11T17:59:35.515Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-11T17:59:35.515Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-11T17:59:35.515Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-11T17:59:35.515Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-11T17:59:35.515Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-11T17:59:35.515Z] - CONFIG_BLK_CGROUP: enabled [2022-03-11T17:59:35.515Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-11T17:59:35.515Z] - CONFIG_CGROUP_PERF: enabled [2022-03-11T17:59:35.515Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-11T17:59:35.515Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-11T17:59:35.515Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-11T17:59:35.515Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-11T17:59:35.515Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-11T17:59:35.515Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-11T17:59:35.721Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:67ed909c60584bbbc48039465258c337ea29183b . [2022-03-11T17:59:35.721Z] #1 [internal] load build definition from Dockerfile [2022-03-11T17:59:35.721Z] #1 sha256:736913d924fe45ee58adb7c05ca40024b40e8db6aac6ebe84c262770c5cdc7b7 [2022-03-11T17:59:35.721Z] #1 transferring dockerfile: 16.77kB 0.0s done [2022-03-11T17:59:35.721Z] #1 DONE 0.0s [2022-03-11T17:59:35.721Z] [2022-03-11T17:59:35.721Z] #2 [internal] load .dockerignore [2022-03-11T17:59:35.721Z] #2 sha256:e99391ed8a8b59bcc624ea2358723986c8d81f8642a6b9357a3acb1dd762c2ad [2022-03-11T17:59:35.721Z] #2 transferring context: 87B done [2022-03-11T17:59:35.721Z] #2 DONE 0.0s [2022-03-11T17:59:35.721Z] [2022-03-11T17:59:35.721Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-11T17:59:35.721Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-11T17:59:35.772Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-11T17:59:35.772Z] - CONFIG_IP_VS: enabled (as module) [2022-03-11T17:59:35.772Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-11T17:59:35.772Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-11T17:59:35.772Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-11T17:59:35.772Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-11T17:59:35.772Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-11T17:59:35.772Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-11T17:59:35.772Z] - CONFIG_EXT4_FS: enabled [2022-03-11T17:59:35.772Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-11T17:59:35.772Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-11T17:59:35.772Z] - Network Drivers: [2022-03-11T17:59:35.772Z] - "overlay": [2022-03-11T17:59:35.772Z] - CONFIG_VXLAN: enabled (as module) [2022-03-11T17:59:35.772Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-11T17:59:35.772Z] Optional (for encrypted networks): [2022-03-11T17:59:35.772Z] - CONFIG_CRYPTO: enabled [2022-03-11T17:59:35.772Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-11T17:59:35.772Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-11T17:59:35.772Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-11T17:59:35.772Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-11T17:59:35.772Z] - CONFIG_XFRM: enabled [2022-03-11T17:59:35.772Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-11T17:59:35.772Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-11T17:59:35.772Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-11T17:59:35.772Z] - "ipvlan": [2022-03-11T17:59:35.772Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-11T17:59:35.772Z] - "macvlan": [2022-03-11T17:59:35.772Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-11T17:59:35.772Z] - CONFIG_DUMMY: enabled (as module) [2022-03-11T17:59:35.772Z] - "ftp,tftp client in container": [2022-03-11T17:59:35.772Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-11T17:59:35.772Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-11T17:59:35.772Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-11T17:59:35.772Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-11T17:59:35.772Z] - Storage Drivers: [2022-03-11T17:59:35.772Z] - "aufs": [2022-03-11T17:59:35.772Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-11T17:59:35.772Z] - "btrfs": [2022-03-11T17:59:35.772Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-11T17:59:35.772Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-11T17:59:35.772Z] - "devicemapper": [2022-03-11T17:59:35.772Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-11T17:59:35.772Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-11T17:59:35.772Z] - "overlay": [2022-03-11T17:59:35.772Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-11T17:59:35.772Z] - "zfs": [2022-03-11T17:59:35.772Z] - /dev/zfs: present [2022-03-11T17:59:35.772Z] - zfs command: missing [2022-03-11T17:59:35.772Z] - zpool command: missing [2022-03-11T17:59:35.772Z] [2022-03-11T17:59:35.772Z] Limits: [2022-03-11T17:59:35.772Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-11T17:59:35.772Z] [2022-03-11T17:59:35.772Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-11T17:59:35.986Z] Client: [2022-03-11T17:59:35.986Z] Context: default [2022-03-11T17:59:35.986Z] Debug Mode: false [2022-03-11T17:59:35.986Z] Plugins: [2022-03-11T17:59:35.986Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-11T17:59:35.986Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-11T17:59:35.986Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-11T17:59:35.986Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-11T17:59:35.986Z] [2022-03-11T17:59:35.986Z] Server: [2022-03-11T17:59:35.986Z] Containers: 0 [2022-03-11T17:59:35.986Z] Running: 0 [2022-03-11T17:59:35.986Z] Paused: 0 [2022-03-11T17:59:35.986Z] Stopped: 0 [2022-03-11T17:59:35.986Z] Images: 0 [2022-03-11T17:59:35.986Z] Server Version: 20.10.12 [2022-03-11T17:59:35.986Z] Storage Driver: overlay2 [2022-03-11T17:59:35.986Z] Backing Filesystem: extfs [2022-03-11T17:59:35.986Z] Supports d_type: true [2022-03-11T17:59:35.986Z] Native Overlay Diff: true [2022-03-11T17:59:35.986Z] userxattr: false [2022-03-11T17:59:35.986Z] Logging Driver: json-file [2022-03-11T17:59:35.986Z] Cgroup Driver: cgroupfs [2022-03-11T17:59:35.986Z] Cgroup Version: 1 [2022-03-11T17:59:35.986Z] Plugins: [2022-03-11T17:59:35.986Z] Volume: local [2022-03-11T17:59:35.986Z] Network: bridge host ipvlan macvlan null overlay [2022-03-11T17:59:35.986Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-11T17:59:35.986Z] Swarm: inactive [2022-03-11T17:59:35.986Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-11T17:59:35.986Z] Default Runtime: runc [2022-03-11T17:59:35.986Z] Init Binary: docker-init [2022-03-11T17:59:35.986Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-11T17:59:35.986Z] runc version: v1.0.2-0-g52b36a2 [2022-03-11T17:59:35.986Z] init version: de40ad0 [2022-03-11T17:59:35.986Z] Security Options: [2022-03-11T17:59:35.986Z] apparmor [2022-03-11T17:59:35.986Z] seccomp [2022-03-11T17:59:35.986Z] Profile: default [2022-03-11T17:59:35.986Z] Kernel Version: 5.4.0-1061-aws [2022-03-11T17:59:35.986Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-11T17:59:35.986Z] OSType: linux [2022-03-11T17:59:35.986Z] Architecture: x86_64 [2022-03-11T17:59:35.986Z] CPUs: 8 [2022-03-11T17:59:35.986Z] Total Memory: 30.91GiB [2022-03-11T17:59:35.986Z] Name: ip-10-100-113-162 [2022-03-11T17:59:35.986Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-11T17:59:35.986Z] Docker Root Dir: /var/lib/docker [2022-03-11T17:59:35.986Z] Debug Mode: false [2022-03-11T17:59:35.986Z] Registry: https://index.docker.io/v1/ [2022-03-11T17:59:35.986Z] Labels: [2022-03-11T17:59:35.986Z] Experimental: true [2022-03-11T17:59:35.986Z] Insecure Registries: [2022-03-11T17:59:35.986Z] 127.0.0.0/8 [2022-03-11T17:59:35.986Z] Live Restore Enabled: true [2022-03-11T17:59:35.986Z] [2022-03-11T17:59:35.986Z] WARNING: No swap limit support [Pipeline] sh [2022-03-11T17:59:36.096Z] + sudo modprobe ip_vs [2022-03-11T17:59:36.096Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:67ed909c60584bbbc48039465258c337ea29183b . [2022-03-11T17:59:36.269Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-11T17:59:36.269Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-11T17:59:36.269Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42942/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-11T17:59:36.269Z] + bash /home/ubuntu/workspace/moby_PR-42942/check-config.sh [2022-03-11T17:59:36.269Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-11T17:59:36.269Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-11T17:59:36.269Z] [2022-03-11T17:59:36.269Z] Generally Necessary: [2022-03-11T17:59:36.269Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-11T17:59:36.269Z] - apparmor: enabled and tools installed [2022-03-11T17:59:36.269Z] - CONFIG_NAMESPACES: enabled [2022-03-11T17:59:36.269Z] - CONFIG_NET_NS: enabled [2022-03-11T17:59:36.269Z] - CONFIG_PID_NS: enabled [2022-03-11T17:59:36.269Z] - CONFIG_IPC_NS: enabled [2022-03-11T17:59:36.269Z] - CONFIG_UTS_NS: enabled [2022-03-11T17:59:36.269Z] - CONFIG_CGROUPS: enabled [2022-03-11T17:59:36.269Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-11T17:59:36.269Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-11T17:59:36.269Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-11T17:59:36.269Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-11T17:59:36.269Z] - CONFIG_CPUSETS: enabled [2022-03-11T17:59:36.269Z] - CONFIG_MEMCG: enabled [2022-03-11T17:59:36.269Z] - CONFIG_KEYS: enabled [2022-03-11T17:59:36.269Z] - CONFIG_VETH: enabled (as module) [2022-03-11T17:59:36.269Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-11T17:59:36.269Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-11T17:59:36.269Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-11T17:59:36.269Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-11T17:59:36.269Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-11T17:59:36.269Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-11T17:59:36.269Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-11T17:59:36.269Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-11T17:59:36.269Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-11T17:59:36.269Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-11T17:59:36.269Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-11T17:59:36.269Z] - CONFIG_CGROUP_BPF: enabled [2022-03-11T17:59:36.269Z] [2022-03-11T17:59:36.269Z] Optional Features: [2022-03-11T17:59:36.269Z] - CONFIG_USER_NS: enabled [2022-03-11T17:59:36.269Z] - CONFIG_SECCOMP: enabled [2022-03-11T17:59:36.269Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-11T17:59:36.269Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-11T17:59:36.269Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-11T17:59:36.269Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-11T17:59:36.269Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-11T17:59:36.269Z] - CONFIG_BLK_CGROUP: enabled [2022-03-11T17:59:36.269Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-11T17:59:36.269Z] - CONFIG_CGROUP_PERF: enabled [2022-03-11T17:59:36.269Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-11T17:59:36.269Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-11T17:59:36.269Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-11T17:59:36.269Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-11T17:59:36.269Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-11T17:59:36.269Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-11T17:59:36.295Z] #3 DONE 0.3s [2022-03-11T17:59:36.295Z] [2022-03-11T17:59:36.295Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-11T17:59:36.295Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-11T17:59:36.295Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-11T17:59:36.295Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-11T17:59:36.295Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-11T17:59:36.295Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-11T17:59:36.295Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-11T17:59:36.358Z] #2 [internal] load .dockerignore [2022-03-11T17:59:36.358Z] #2 sha256:59536230341b75489abfc113c5cd22f11510b8d318975c67acdbf384154ab2e7 [2022-03-11T17:59:36.358Z] #2 transferring context: 87B done [2022-03-11T17:59:36.358Z] #2 DONE 0.0s [2022-03-11T17:59:36.358Z] [2022-03-11T17:59:36.358Z] #1 [internal] load build definition from Dockerfile [2022-03-11T17:59:36.358Z] #1 sha256:280758852e72c224826e07558e749f74f3ad89f24292edeb48bff93246411553 [2022-03-11T17:59:36.358Z] #1 transferring dockerfile: 16.77kB done [2022-03-11T17:59:36.358Z] #1 DONE 0.1s [2022-03-11T17:59:36.358Z] [2022-03-11T17:59:36.358Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-11T17:59:36.358Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-11T17:59:36.528Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-11T17:59:36.528Z] - CONFIG_IP_VS: enabled (as module) [2022-03-11T17:59:36.528Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-11T17:59:36.528Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-11T17:59:36.528Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-11T17:59:36.528Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-11T17:59:36.528Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-11T17:59:36.528Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-11T17:59:36.528Z] - CONFIG_EXT4_FS: enabled [2022-03-11T17:59:36.528Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-11T17:59:36.528Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-11T17:59:36.528Z] - Network Drivers: [2022-03-11T17:59:36.528Z] - "overlay": [2022-03-11T17:59:36.528Z] - CONFIG_VXLAN: enabled (as module) [2022-03-11T17:59:36.528Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-11T17:59:36.528Z] Optional (for encrypted networks): [2022-03-11T17:59:36.528Z] - CONFIG_CRYPTO: enabled [2022-03-11T17:59:36.528Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-11T17:59:36.528Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-11T17:59:36.528Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-11T17:59:36.528Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-11T17:59:36.528Z] - CONFIG_XFRM: enabled [2022-03-11T17:59:36.528Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-11T17:59:36.528Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-11T17:59:36.528Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-11T17:59:36.528Z] - "ipvlan": [2022-03-11T17:59:36.528Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-11T17:59:36.528Z] - "macvlan": [2022-03-11T17:59:36.528Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-11T17:59:36.528Z] - CONFIG_DUMMY: enabled (as module) [2022-03-11T17:59:36.528Z] - "ftp,tftp client in container": [2022-03-11T17:59:36.528Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-11T17:59:36.528Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-11T17:59:36.528Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-11T17:59:36.528Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-11T17:59:36.528Z] - Storage Drivers: [2022-03-11T17:59:36.528Z] - "aufs": [2022-03-11T17:59:36.528Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-11T17:59:36.528Z] - "btrfs": [2022-03-11T17:59:36.528Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-11T17:59:36.528Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-11T17:59:36.528Z] - "devicemapper": [2022-03-11T17:59:36.528Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-11T17:59:36.528Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-11T17:59:36.528Z] - "overlay": [2022-03-11T17:59:36.528Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-11T17:59:36.528Z] - "zfs": [2022-03-11T17:59:36.528Z] - /dev/zfs: present [2022-03-11T17:59:36.528Z] - zfs command: missing [2022-03-11T17:59:36.528Z] - zpool command: missing [2022-03-11T17:59:36.528Z] [2022-03-11T17:59:36.528Z] Limits: [2022-03-11T17:59:36.528Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-11T17:59:36.528Z] [2022-03-11T17:59:36.528Z] + true [Pipeline] } [Pipeline] // stage [2022-03-11T17:59:36.554Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-03-11T17:59:36.554Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-11T17:59:36.615Z] #3 DONE 0.3s [2022-03-11T17:59:36.615Z] [2022-03-11T17:59:36.615Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-11T17:59:36.615Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-11T17:59:36.615Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-11T17:59:36.615Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-03-11T17:59:36.615Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-11T17:59:36.615Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-11T17:59:36.615Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-11T17:59:36.813Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-03-11T17:59:36.813Z] #4 DONE 0.5s [2022-03-11T17:59:36.813Z] [2022-03-11T17:59:36.813Z] #6 [internal] load .dockerignore [2022-03-11T17:59:36.813Z] #6 sha256:1794a6ec13b0678ae51fb5d7b7578cf17ba760e86e5e379f072268f2fdd8d7cd [2022-03-11T17:59:36.813Z] #6 DONE 0.0s [2022-03-11T17:59:36.813Z] [2022-03-11T17:59:36.813Z] #5 [internal] load build definition from Dockerfile [2022-03-11T17:59:36.813Z] #5 sha256:8660c392a5b5cca865a37ca1d175bb799a4048eaed4ac0545323a5cf50461b21 [2022-03-11T17:59:36.813Z] #5 DONE 0.0s [2022-03-11T17:59:36.813Z] [2022-03-11T17:59:36.813Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-11T17:59:36.813Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-11T17:59:36.858Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:8814a29f7d9e4237d877d3bf767f2096899d9efa . [2022-03-11T17:59:36.858Z] #1 [internal] load build definition from Dockerfile [2022-03-11T17:59:36.858Z] #1 sha256:d8be5a63c7abcd879129129bcda3033bcce5516bb3954119b70e2f909c3ec6bf [2022-03-11T17:59:36.858Z] #1 transferring dockerfile: 16.77kB done [2022-03-11T17:59:36.858Z] #1 DONE 0.0s [2022-03-11T17:59:36.858Z] [2022-03-11T17:59:36.858Z] #2 [internal] load .dockerignore [2022-03-11T17:59:36.858Z] #2 sha256:140f627aed74ca514b550be7a2962bc5b65f0c23bd403d08bc44469d00f5e20a [2022-03-11T17:59:36.858Z] #2 transferring context: 87B done [2022-03-11T17:59:36.858Z] #2 DONE 0.0s [2022-03-11T17:59:36.858Z] [2022-03-11T17:59:36.858Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-11T17:59:36.858Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-11T17:59:36.872Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-03-11T17:59:37.117Z] #3 DONE 0.4s [2022-03-11T17:59:37.130Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-03-11T17:59:37.130Z] #4 DONE 0.5s [2022-03-11T17:59:37.130Z] [2022-03-11T17:59:37.130Z] #6 [internal] load build definition from Dockerfile [2022-03-11T17:59:37.130Z] #6 sha256:56f01e3d41b2d83ec74e020695b6a0246dbb35be00233f682f396529acf02d59 [2022-03-11T17:59:37.130Z] #6 DONE 0.0s [2022-03-11T17:59:37.130Z] [2022-03-11T17:59:37.130Z] #5 [internal] load .dockerignore [2022-03-11T17:59:37.130Z] #5 sha256:633c3fb77a2b3935b16a4dcb03fbaa3fd6da81332729e6dbba2cbbbcf6d5af15 [2022-03-11T17:59:37.130Z] #5 DONE 0.0s [2022-03-11T17:59:37.130Z] [2022-03-11T17:59:37.130Z] #10 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-11T17:59:37.130Z] #10 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-11T17:59:37.376Z] [2022-03-11T17:59:37.376Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-11T17:59:37.376Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-11T17:59:37.376Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-11T17:59:37.376Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-11T17:59:37.376Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-11T17:59:37.376Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-11T17:59:37.376Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 4.19MB / 9.67MB 0.1s [2022-03-11T17:59:37.376Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-11T17:59:37.635Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-03-11T17:59:37.635Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-11T17:59:37.635Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s done [2022-03-11T17:59:37.635Z] #4 DONE 0.5s [2022-03-11T17:59:37.747Z] #10 DONE 0.9s [2022-03-11T17:59:37.748Z] [2022-03-11T17:59:37.748Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-11T17:59:37.748Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-11T17:59:37.748Z] #9 DONE 1.0s [2022-03-11T17:59:37.748Z] [2022-03-11T17:59:37.748Z] #8 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-11T17:59:37.748Z] #8 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-11T17:59:37.748Z] #8 DONE 1.0s [2022-03-11T17:59:37.748Z] [2022-03-11T17:59:37.748Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-11T17:59:37.748Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-11T17:59:37.748Z] #7 DONE 1.0s [2022-03-11T17:59:37.894Z] [2022-03-11T17:59:37.894Z] #5 [internal] load .dockerignore [2022-03-11T17:59:37.894Z] #5 sha256:5f420d21fb8f6ed6e1a6a414cef4333c821042d873d7d1ae6e977c244e8f128c [2022-03-11T17:59:37.894Z] #5 DONE 0.0s [2022-03-11T17:59:37.894Z] [2022-03-11T17:59:37.894Z] #6 [internal] load build definition from Dockerfile [2022-03-11T17:59:37.894Z] #6 sha256:c300e6d84de74c38043b208ffc0e2405e4dd9eb8437bf6e79d216aa3f86760ff [2022-03-11T17:59:37.894Z] #6 DONE 0.0s [2022-03-11T17:59:37.894Z] [2022-03-11T17:59:37.894Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-11T17:59:37.894Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-11T17:59:38.314Z] [2022-03-11T17:59:38.314Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-11T17:59:38.314Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-11T17:59:38.314Z] #28 DONE 0.0s [2022-03-11T17:59:38.314Z] [2022-03-11T17:59:38.314Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:38.314Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:38.314Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:38.314Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.0s done [2022-03-11T17:59:38.501Z] #10 ... [2022-03-11T17:59:38.501Z] [2022-03-11T17:59:38.501Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-11T17:59:38.501Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-11T17:59:38.501Z] #8 DONE 1.4s [2022-03-11T17:59:38.573Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-11T17:59:38.573Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0B / 54.92MB 0.0s [2022-03-11T17:59:38.573Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0B / 5.15MB 0.0s [2022-03-11T17:59:38.573Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-11T17:59:38.573Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-11T17:59:38.573Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 15.73MB / 54.92MB 0.2s [2022-03-11T17:59:38.573Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 4.07MB / 5.15MB 0.2s [2022-03-11T17:59:38.758Z] [2022-03-11T17:59:38.758Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-11T17:59:38.758Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-11T17:59:38.758Z] #7 DONE 1.4s [2022-03-11T17:59:38.758Z] [2022-03-11T17:59:38.758Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-11T17:59:38.758Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-11T17:59:38.758Z] #9 DONE 1.5s [2022-03-11T17:59:38.758Z] [2022-03-11T17:59:38.758Z] #10 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-11T17:59:38.758Z] #10 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-11T17:59:38.758Z] #10 DONE 1.5s [2022-03-11T17:59:38.831Z] #10 ... [2022-03-11T17:59:38.831Z] [2022-03-11T17:59:38.831Z] #8 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-11T17:59:38.831Z] #8 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-11T17:59:38.831Z] #8 DONE 1.0s [2022-03-11T17:59:38.831Z] [2022-03-11T17:59:38.831Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-11T17:59:38.831Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-11T17:59:38.831Z] #7 DONE 1.0s [2022-03-11T17:59:38.833Z] #11 ... [2022-03-11T17:59:38.833Z] [2022-03-11T17:59:38.833Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-11T17:59:38.833Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-11T17:59:38.833Z] #45 DONE 0.0s [2022-03-11T17:59:38.833Z] [2022-03-11T17:59:38.833Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:38.833Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:38.833Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 27.26MB / 54.92MB 0.3s [2022-03-11T17:59:38.833Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.2s done [2022-03-11T17:59:38.833Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 2.10MB / 10.87MB 0.3s [2022-03-11T17:59:38.833Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 33.55MB / 54.92MB 0.5s [2022-03-11T17:59:38.833Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 0.5s [2022-03-11T17:59:39.015Z] [2022-03-11T17:59:39.015Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:39.015Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:39.015Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:39.089Z] [2022-03-11T17:59:39.089Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-11T17:59:39.089Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-11T17:59:39.089Z] #10 DONE 1.0s [2022-03-11T17:59:39.089Z] [2022-03-11T17:59:39.089Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-11T17:59:39.089Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-11T17:59:39.089Z] #9 DONE 1.0s [2022-03-11T17:59:39.092Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 0.6s done [2022-03-11T17:59:39.092Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 0B / 54.58MB 0.7s [2022-03-11T17:59:39.092Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 1.05MB / 85.81MB 0.7s [2022-03-11T17:59:39.277Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.1s done [2022-03-11T17:59:39.277Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-11T17:59:39.277Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-11T17:59:39.277Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-11T17:59:39.277Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 1.05MB / 54.92MB 0.1s [2022-03-11T17:59:39.348Z] [2022-03-11T17:59:39.348Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-11T17:59:39.348Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-11T17:59:39.348Z] #35 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-11T17:59:39.351Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 42.99MB / 54.92MB 0.8s [2022-03-11T17:59:39.351Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 18.87MB / 85.81MB 0.8s [2022-03-11T17:59:39.351Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 48.31MB / 54.92MB 1.0s [2022-03-11T17:59:39.351Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 9.44MB / 54.58MB 1.0s [2022-03-11T17:59:39.538Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.24MB / 54.92MB 0.2s [2022-03-11T17:59:39.538Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 12.27MB / 54.92MB 0.3s [2022-03-11T17:59:39.608Z] #35 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s done [2022-03-11T17:59:39.608Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 3.63MB / 54.92MB 0.1s [2022-03-11T17:59:39.608Z] #35 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-11T17:59:39.608Z] #35 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-11T17:59:39.608Z] #35 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-11T17:59:39.608Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 13.63MB / 54.92MB 0.2s [2022-03-11T17:59:39.610Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 15.73MB / 54.58MB 1.0s [2022-03-11T17:59:39.610Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 52.43MB / 54.92MB 1.1s [2022-03-11T17:59:39.610Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 28.31MB / 54.58MB 1.2s [2022-03-11T17:59:39.610Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 34.60MB / 85.81MB 1.2s [2022-03-11T17:59:39.796Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 17.71MB / 54.92MB 0.4s [2022-03-11T17:59:39.796Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 1.05MB / 5.15MB 0.4s [2022-03-11T17:59:39.796Z] #11 ... [2022-03-11T17:59:39.796Z] [2022-03-11T17:59:39.796Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-11T17:59:39.796Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-11T17:59:39.796Z] #45 DONE 0.0s [2022-03-11T17:59:39.796Z] [2022-03-11T17:59:39.796Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:39.796Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:39.796Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 30.41MB / 54.92MB 0.6s [2022-03-11T17:59:39.796Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.6s done [2022-03-11T17:59:39.796Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 0B / 54.58MB 0.6s [2022-03-11T17:59:39.870Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 35.65MB / 54.58MB 1.4s [2022-03-11T17:59:39.870Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 42.99MB / 85.81MB 1.4s [2022-03-11T17:59:39.870Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 47.19MB / 54.58MB 1.6s [2022-03-11T17:59:39.870Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 52.43MB / 85.81MB 1.6s [2022-03-11T17:59:39.872Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 23.07MB / 54.92MB 0.3s [2022-03-11T17:59:39.872Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 35.31MB / 54.92MB 0.4s [2022-03-11T17:59:40.055Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 35.65MB / 54.92MB 0.7s [2022-03-11T17:59:40.055Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0B / 10.87MB 0.7s [2022-03-11T17:59:40.055Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 39.85MB / 54.92MB 0.8s [2022-03-11T17:59:40.055Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 6.29MB / 54.58MB 0.8s [2022-03-11T17:59:40.055Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 5.24MB / 10.87MB 0.8s [2022-03-11T17:59:40.055Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 45.09MB / 54.92MB 0.9s [2022-03-11T17:59:40.055Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 13.63MB / 54.58MB 0.9s [2022-03-11T17:59:40.055Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.49MB / 10.87MB 0.9s [2022-03-11T17:59:40.128Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.6s done [2022-03-11T17:59:40.129Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.53MB / 54.58MB 1.6s [2022-03-11T17:59:40.129Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 57.67MB / 85.81MB 1.6s [2022-03-11T17:59:40.129Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 62.91MB / 85.81MB 1.7s [2022-03-11T17:59:40.130Z] #35 ... [2022-03-11T17:59:40.130Z] [2022-03-11T17:59:40.130Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-11T17:59:40.130Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-11T17:59:40.130Z] #52 DONE 0.0s [2022-03-11T17:59:40.130Z] [2022-03-11T17:59:40.130Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-11T17:59:40.130Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-11T17:59:40.130Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 45.09MB / 54.92MB 0.5s [2022-03-11T17:59:40.130Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 0.6s [2022-03-11T17:59:40.139Z] Sending build context to Docker daemon 65.14MB [2022-03-11T17:59:40.139Z] [2022-03-11T17:59:40.313Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 51.38MB / 54.92MB 1.0s [2022-03-11T17:59:40.313Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 16.78MB / 54.58MB 1.0s [2022-03-11T17:59:40.313Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.53MB / 54.92MB 1.1s [2022-03-11T17:59:40.313Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 1.0s done [2022-03-11T17:59:40.313Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 0B / 85.81MB 1.1s [2022-03-11T17:59:40.387Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 70.25MB / 85.81MB 1.8s [2022-03-11T17:59:40.387Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 2.0s done [2022-03-11T17:59:40.387Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 2.0s [2022-03-11T17:59:40.387Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 0B / 134.90MB 2.0s [2022-03-11T17:59:40.387Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 0B / 157B 2.0s [2022-03-11T17:59:40.571Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 19.92MB / 54.58MB 1.2s [2022-03-11T17:59:40.571Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 24.12MB / 54.58MB 1.3s [2022-03-11T17:59:40.571Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 8.39MB / 85.81MB 1.3s [2022-03-11T17:59:40.571Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 31.46MB / 54.58MB 1.4s [2022-03-11T17:59:40.571Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 16.78MB / 85.81MB 1.4s [2022-03-11T17:59:40.595Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-11T17:59:40.595Z] ---> 02f938cacc3b [2022-03-11T17:59:40.595Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-11T17:59:40.595Z] ---> Using cache [2022-03-11T17:59:40.595Z] ---> 9bf0c8b8922e [2022-03-11T17:59:40.595Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-11T17:59:40.595Z] ---> Using cache [2022-03-11T17:59:40.595Z] ---> 3c18d52f5139 [2022-03-11T17:59:40.595Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.1 [2022-03-11T17:59:40.595Z] ---> Running in 4d135617fa94 [2022-03-11T17:59:40.646Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 2.1s [2022-03-11T17:59:40.646Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 11.53MB / 134.90MB 2.3s [2022-03-11T17:59:40.698Z] #35 ... [2022-03-11T17:59:40.698Z] [2022-03-11T17:59:40.698Z] #31 [internal] load build context [2022-03-11T17:59:40.698Z] #31 sha256:3dfeb060558df026a265210a108388b160efde9d4823280a257d276810823402 [2022-03-11T17:59:40.698Z] #31 transferring context: 59.70MB 1.0s done [2022-03-11T17:59:40.698Z] #31 DONE 1.2s [2022-03-11T17:59:40.698Z] [2022-03-11T17:59:40.698Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-11T17:59:40.698Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-11T17:59:40.698Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.0s done [2022-03-11T17:59:40.698Z] #35 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0.1s [2022-03-11T17:59:40.828Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 34.60MB / 54.58MB 1.5s [2022-03-11T17:59:40.828Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 24.12MB / 85.81MB 1.5s [2022-03-11T17:59:40.828Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.5s done [2022-03-11T17:59:40.828Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 41.94MB / 54.58MB 1.7s [2022-03-11T17:59:40.828Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 35.65MB / 85.81MB 1.7s [2022-03-11T17:59:40.828Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 0B / 134.90MB 1.7s [2022-03-11T17:59:40.914Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 24.12MB / 134.90MB 2.4s [2022-03-11T17:59:40.914Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 37.75MB / 134.90MB 2.6s [2022-03-11T17:59:40.957Z] #35 ... [2022-03-11T17:59:40.957Z] [2022-03-11T17:59:40.957Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-11T17:59:40.957Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-11T17:59:40.957Z] #76 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-03-11T17:59:40.957Z] #76 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-11T17:59:40.957Z] #76 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-11T17:59:40.957Z] #76 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-11T17:59:40.957Z] #76 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.3s done [2022-03-11T17:59:40.957Z] #76 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.5s done [2022-03-11T17:59:40.957Z] #76 DONE 1.6s [2022-03-11T17:59:41.051Z] Removing intermediate container 4d135617fa94 [2022-03-11T17:59:41.051Z] ---> 131f7eeaf51f [2022-03-11T17:59:41.051Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-11T17:59:41.051Z] ---> Running in d98c26139067 [2022-03-11T17:59:41.098Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 [2022-03-11T17:59:41.098Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 47.19MB / 54.58MB 1.8s [2022-03-11T17:59:41.098Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 41.94MB / 85.81MB 1.8s [2022-03-11T17:59:41.176Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 2.7s done [2022-03-11T17:59:41.176Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 46.14MB / 134.90MB 2.7s [2022-03-11T17:59:41.176Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 2.7s done [2022-03-11T17:59:41.216Z] [2022-03-11T17:59:41.216Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-11T17:59:41.216Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-11T17:59:41.216Z] #74 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-03-11T17:59:41.216Z] #74 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-11T17:59:41.216Z] #74 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-11T17:59:41.216Z] #74 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-11T17:59:41.216Z] #74 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s done [2022-03-11T17:59:41.216Z] #74 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.4s done [2022-03-11T17:59:41.216Z] #74 DONE 1.6s [2022-03-11T17:59:41.216Z] [2022-03-11T17:59:41.216Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:41.216Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:41.216Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.0s done [2022-03-11T17:59:41.216Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-11T17:59:41.216Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-11T17:59:41.216Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-11T17:59:41.216Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.0s done [2022-03-11T17:59:41.216Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 1.1s done [2022-03-11T17:59:41.216Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.5s done [2022-03-11T17:59:41.216Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 1.5s [2022-03-11T17:59:41.216Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 55.57MB / 85.81MB 1.7s [2022-03-11T17:59:41.216Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 55.57MB / 134.90MB 1.7s [2022-03-11T17:59:41.216Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 1.6s done [2022-03-11T17:59:41.216Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 65.01MB / 85.81MB 1.8s [2022-03-11T17:59:41.216Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 65.01MB / 134.90MB 1.8s [2022-03-11T17:59:41.356Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 52.43MB / 54.58MB 2.0s [2022-03-11T17:59:41.356Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 48.23MB / 85.81MB 2.1s [2022-03-11T17:59:41.356Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 10.49MB / 134.90MB 2.1s [2022-03-11T17:59:41.434Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 54.71MB / 134.90MB 2.9s [2022-03-11T17:59:41.434Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 64.02MB / 134.90MB 3.1s [2022-03-11T17:59:41.475Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 70.32MB / 85.81MB 1.9s [2022-03-11T17:59:41.475Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 75.50MB / 134.90MB 1.9s [2022-03-11T17:59:41.475Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 2.0s [2022-03-11T17:59:41.475Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 84.93MB / 134.90MB 2.0s [2022-03-11T17:59:41.475Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 95.42MB / 134.90MB 2.1s [2022-03-11T17:59:41.507Z] Removing intermediate container d98c26139067 [2022-03-11T17:59:41.507Z] ---> fb797217486c [2022-03-11T17:59:41.507Z] 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} [2022-03-11T17:59:41.507Z] ---> Running in 3f2ba14b0f20 [2022-03-11T17:59:41.615Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 58.72MB / 85.81MB 2.3s [2022-03-11T17:59:41.615Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 18.87MB / 134.90MB 2.3s [2022-03-11T17:59:41.694Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 81.43MB / 134.90MB 3.4s [2022-03-11T17:59:41.734Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 104.86MB / 134.90MB 2.2s [2022-03-11T17:59:41.734Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 124.78MB / 134.90MB 2.4s [2022-03-11T17:59:41.876Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 67.11MB / 85.81MB 2.5s [2022-03-11T17:59:41.876Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 30.41MB / 134.90MB 2.5s [2022-03-11T17:59:41.876Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 2.5s done [2022-03-11T17:59:41.876Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 0B / 157B 2.6s [2022-03-11T17:59:41.953Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 91.23MB / 134.90MB 3.6s [2022-03-11T17:59:41.962Z] Removing intermediate container 3f2ba14b0f20 [2022-03-11T17:59:41.962Z] ---> 9249c55a51ea [2022-03-11T17:59:41.962Z] 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; [2022-03-11T17:59:41.962Z] ---> Running in 24f686a14780 [2022-03-11T17:59:41.992Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 2.5s [2022-03-11T17:59:42.133Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 75.50MB / 85.81MB 2.7s [2022-03-11T17:59:42.133Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 42.99MB / 134.90MB 2.7s [2022-03-11T17:59:42.133Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 2.6s done [2022-03-11T17:59:42.133Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 2.9s [2022-03-11T17:59:42.133Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 54.10MB / 134.90MB 2.9s [2022-03-11T17:59:42.133Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 61.87MB / 134.90MB 3.0s [2022-03-11T17:59:42.212Z] #11 ... [2022-03-11T17:59:42.212Z] [2022-03-11T17:59:42.212Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-11T17:59:42.212Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-11T17:59:42.212Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-03-11T17:59:42.212Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-11T17:59:42.212Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s done [2022-03-11T17:59:42.212Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-11T17:59:42.212Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-11T17:59:42.212Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.2s done [2022-03-11T17:59:42.212Z] #69 DONE 3.9s [2022-03-11T17:59:42.212Z] [2022-03-11T17:59:42.212Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:42.212Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:42.212Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 109.05MB / 134.90MB 4.0s [2022-03-11T17:59:42.250Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 1.5s done [2022-03-11T17:59:42.390Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 71.30MB / 134.90MB 3.2s [2022-03-11T17:59:42.471Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 123.73MB / 134.90MB 4.1s [2022-03-11T17:59:42.646Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 78.64MB / 134.90MB 3.3s [2022-03-11T17:59:42.729Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 4.3s [2022-03-11T17:59:42.816Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 3.0s done [2022-03-11T17:59:42.904Z] #11 ... [2022-03-11T17:59:42.904Z] [2022-03-11T17:59:42.904Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-11T17:59:42.904Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-11T17:59:42.904Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-03-11T17:59:42.904Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-11T17:59:42.904Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-11T17:59:42.904Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-11T17:59:42.904Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s done [2022-03-11T17:59:42.904Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.1s done [2022-03-11T17:59:42.904Z] #67 DONE 3.7s [2022-03-11T17:59:42.904Z] [2022-03-11T17:59:42.904Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:42.904Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:42.904Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 3.5s done [2022-03-11T17:59:42.904Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 96.85MB / 134.90MB 3.6s [2022-03-11T17:59:43.160Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 112.20MB / 134.90MB 3.8s [2022-03-11T17:59:43.160Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 119.54MB / 134.90MB 3.9s [2022-03-11T17:59:43.160Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 128.53MB / 134.90MB 4.0s [2022-03-11T17:59:43.382Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 [2022-03-11T17:59:43.382Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.2s done [2022-03-11T17:59:43.666Z] #11 ... [2022-03-11T17:59:43.666Z] [2022-03-11T17:59:43.666Z] #24 [internal] load build context [2022-03-11T17:59:43.666Z] #24 sha256:90c45d7389c3b0ca2e3d8599720bf5b9eb1ed7ca583677df79ae2d0e1c5e78c6 [2022-03-11T17:59:43.666Z] #24 transferring context: 59.70MB 4.6s done [2022-03-11T17:59:43.666Z] #24 DONE 5.3s [2022-03-11T17:59:43.666Z] [2022-03-11T17:59:43.666Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:43.666Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:43.947Z] #11 ... [2022-03-11T17:59:43.947Z] [2022-03-11T17:59:43.947Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-11T17:59:43.947Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-11T17:59:43.947Z] #35 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 1.5s done [2022-03-11T17:59:43.947Z] #35 DONE 4.5s [2022-03-11T17:59:43.947Z] [2022-03-11T17:59:43.947Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:43.947Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:43.947Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be [2022-03-11T17:59:44.206Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.2s done [2022-03-11T17:59:44.206Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 [2022-03-11T17:59:44.233Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 3.9s [2022-03-11T17:59:44.233Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 5.7s done [2022-03-11T17:59:44.494Z] #11 ... [2022-03-11T17:59:44.494Z] [2022-03-11T17:59:44.494Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-11T17:59:44.494Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-11T17:59:44.494Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-03-11T17:59:44.494Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-11T17:59:44.494Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-11T17:59:44.494Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-11T17:59:44.494Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.1s done [2022-03-11T17:59:44.494Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.7s done [2022-03-11T17:59:44.494Z] #67 DONE 6.1s [2022-03-11T17:59:44.494Z] [2022-03-11T17:59:44.494Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-11T17:59:44.494Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-11T17:59:44.495Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s done [2022-03-11T17:59:44.495Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-11T17:59:44.495Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-11T17:59:44.495Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-11T17:59:44.495Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.6s done [2022-03-11T17:59:45.057Z] #11 ... [2022-03-11T17:59:45.057Z] [2022-03-11T17:59:45.057Z] #24 [internal] load build context [2022-03-11T17:59:45.057Z] #24 sha256:0e6552026ae6620ee41299dbd4faca3a6f1e835e2cf324e5c765abc08e34a7f6 [2022-03-11T17:59:45.057Z] #24 transferring context: 59.70MB 5.0s done [2022-03-11T17:59:45.057Z] #24 DONE 6.0s [2022-03-11T17:59:45.057Z] [2022-03-11T17:59:45.057Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:45.057Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:45.141Z] #11 ... [2022-03-11T17:59:45.141Z] [2022-03-11T17:59:45.141Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-11T17:59:45.141Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-11T17:59:45.141Z] #75 DONE 0.6s [2022-03-11T17:59:45.141Z] [2022-03-11T17:59:45.141Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:45.141Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:45.314Z] #11 ... [2022-03-11T17:59:45.314Z] [2022-03-11T17:59:45.314Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-11T17:59:45.314Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-11T17:59:45.314Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-11T17:59:45.314Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-11T17:59:45.314Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-11T17:59:45.314Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-11T17:59:45.314Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s done [2022-03-11T17:59:45.314Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.8s done [2022-03-11T17:59:45.314Z] #69 DONE 5.9s [2022-03-11T17:59:45.314Z] [2022-03-11T17:59:45.314Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:45.314Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:45.314Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 5.8s done [2022-03-11T17:59:45.441Z] #28 ... [2022-03-11T17:59:45.441Z] [2022-03-11T17:59:45.441Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-11T17:59:45.441Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-11T17:59:45.487Z] #60 29.78 + bin/containerd [2022-03-11T17:59:45.703Z] #68 DONE 0.5s [2022-03-11T17:59:45.703Z] [2022-03-11T17:59:45.703Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-11T17:59:45.703Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-11T17:59:45.703Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.2s done [2022-03-11T17:59:45.879Z] #11 ... [2022-03-11T17:59:45.879Z] [2022-03-11T17:59:45.879Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-11T17:59:45.879Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-11T17:59:45.879Z] #68 DONE 0.5s [2022-03-11T17:59:45.961Z] #28 DONE 7.5s [2022-03-11T17:59:45.961Z] [2022-03-11T17:59:45.961Z] #29 [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 [2022-03-11T17:59:45.961Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-11T17:59:46.075Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 1.5s done [2022-03-11T17:59:46.075Z] #11 ... [2022-03-11T17:59:46.075Z] [2022-03-11T17:59:46.075Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-11T17:59:46.075Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-11T17:59:46.075Z] #77 DONE 0.8s [2022-03-11T17:59:46.075Z] [2022-03-11T17:59:46.075Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:46.075Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:46.075Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 [2022-03-11T17:59:46.136Z] [2022-03-11T17:59:46.136Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-11T17:59:46.136Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-11T17:59:46.136Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s done [2022-03-11T17:59:46.136Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-11T17:59:46.136Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-11T17:59:46.136Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-11T17:59:46.136Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.5s done [2022-03-11T17:59:46.136Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.1s [2022-03-11T17:59:46.393Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.2s done [2022-03-11T17:59:46.651Z] #28 DONE 7.3s [2022-03-11T17:59:46.651Z] [2022-03-11T17:59:46.651Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-11T17:59:46.651Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-11T17:59:46.651Z] #70 DONE 0.6s [2022-03-11T17:59:46.651Z] [2022-03-11T17:59:46.651Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:46.651Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:46.651Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.1s [2022-03-11T17:59:46.698Z] [2022-03-11T17:59:46.698Z] SUCCESS: Specified value was saved. [2022-03-11T17:59:46.900Z] #29 ... [2022-03-11T17:59:46.900Z] [2022-03-11T17:59:46.900Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-11T17:59:46.900Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-11T17:59:46.900Z] #70 DONE 0.9s [2022-03-11T17:59:46.900Z] [2022-03-11T17:59:46.900Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:46.900Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:46.900Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.4s done [2022-03-11T17:59:46.900Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.2s [2022-03-11T17:59:47.157Z] INFO: Downloading git... [2022-03-11T17:59:47.160Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.6s done [2022-03-11T17:59:47.218Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.6s done [2022-03-11T17:59:47.218Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be [2022-03-11T17:59:47.477Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.4s done [2022-03-11T17:59:47.727Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 0.1s [2022-03-11T17:59:47.734Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 [2022-03-11T17:59:47.978Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 1.8s done [2022-03-11T17:59:47.978Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 [2022-03-11T17:59:48.684Z] INFO: Downloading go... [2022-03-11T17:59:50.231Z] INFO: Downloading compiler 1 of 3... [2022-03-11T17:59:50.231Z] INFO: Downloading compiler 2 of 3... [2022-03-11T17:59:50.690Z] INFO: Downloading compiler 3 of 3... [2022-03-11T17:59:51.145Z] INFO: Extracting git... [2022-03-11T17:59:51.304Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 3.5s done [2022-03-11T17:59:51.563Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-11T17:59:51.926Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 4.5s done [2022-03-11T17:59:52.185Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 [2022-03-11T17:59:52.938Z] #11 DONE 13.5s [2022-03-11T17:59:52.938Z] [2022-03-11T17:59:52.938Z] #36 [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 [2022-03-11T17:59:52.938Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-11T17:59:52.938Z] #36 1.115 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T17:59:52.938Z] #36 1.125 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T17:59:52.938Z] #36 1.131 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T17:59:52.938Z] #36 1.226 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T17:59:52.938Z] #36 1.416 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T17:59:52.938Z] #36 1.499 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T17:59:52.938Z] #36 2.686 Fetched 8507 kB in 2s (4620 kB/s) [2022-03-11T17:59:52.938Z] #36 2.686 Reading package lists... [2022-03-11T17:59:52.938Z] #36 3.303 Reading package lists... [2022-03-11T17:59:52.938Z] #36 3.894 Building dependency tree... [2022-03-11T17:59:52.938Z] #36 4.146 The following additional packages will be installed: [2022-03-11T17:59:52.938Z] #36 4.146 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-11T17:59:52.938Z] #36 4.147 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-11T17:59:52.938Z] #36 4.148 Recommended packages: [2022-03-11T17:59:52.938Z] #36 4.148 libldap-common publicsuffix libsasl2-modules [2022-03-11T17:59:52.938Z] #36 4.286 The following NEW packages will be installed: [2022-03-11T17:59:52.938Z] #36 4.286 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-11T17:59:52.938Z] #36 4.287 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-11T17:59:52.938Z] #36 4.287 libssh2-1 openssl [2022-03-11T17:59:52.938Z] #36 4.560 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-11T17:59:52.938Z] #36 4.560 Need to get 3038 kB of archives. [2022-03-11T17:59:52.938Z] #36 4.560 After this operation, 6650 kB of additional disk space will be used. [2022-03-11T17:59:52.938Z] #36 4.560 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-11T17:59:52.938Z] #36 4.560 Get:2 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-11T17:59:52.938Z] #36 4.561 Get:3 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-11T17:59:52.938Z] #36 4.569 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-11T17:59:52.938Z] #36 4.570 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-11T17:59:52.938Z] #36 4.573 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-11T17:59:52.938Z] #36 4.586 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-11T17:59:52.938Z] #36 4.587 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-11T17:59:52.938Z] #36 4.600 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-11T17:59:52.938Z] #36 4.600 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-11T17:59:52.938Z] #36 4.601 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-11T17:59:52.938Z] #36 4.604 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-11T17:59:52.938Z] #36 4.606 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-11T17:59:52.938Z] #36 4.615 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-11T17:59:52.938Z] #36 4.617 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-11T17:59:52.938Z] #36 4.769 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T17:59:52.938Z] #36 4.794 Fetched 3038 kB in 0s (9345 kB/s) [2022-03-11T17:59:52.938Z] #36 4.815 Selecting previously unselected package openssl. [2022-03-11T17:59:52.938Z] #36 4.815 (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.) [2022-03-11T17:59:52.938Z] #36 4.820 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-11T17:59:52.938Z] #36 4.825 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-11T17:59:52.938Z] #36 4.931 Selecting previously unselected package ca-certificates. [2022-03-11T17:59:52.938Z] #36 4.932 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-11T17:59:52.938Z] #36 4.936 Unpacking ca-certificates (20210119) ... [2022-03-11T17:59:52.938Z] #36 5.033 Selecting previously unselected package libbrotli1:amd64. [2022-03-11T17:59:52.938Z] #36 5.034 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-11T17:59:52.938Z] #36 5.041 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-11T17:59:52.938Z] #36 5.094 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-11T17:59:52.938Z] #36 5.095 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-11T17:59:52.938Z] #36 5.099 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-11T17:59:52.938Z] #36 5.136 Selecting previously unselected package libsasl2-2:amd64. [2022-03-11T17:59:52.938Z] #36 5.137 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-11T17:59:52.938Z] #36 5.141 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-11T17:59:52.938Z] #36 5.184 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-11T17:59:52.938Z] #36 5.185 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-11T17:59:52.938Z] #36 5.190 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-11T17:59:52.938Z] #36 5.246 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-11T17:59:52.938Z] #36 5.247 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-11T17:59:52.938Z] #36 5.251 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-11T17:59:52.938Z] #36 5.293 Selecting previously unselected package libpsl5:amd64. [2022-03-11T17:59:52.938Z] #36 5.294 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-11T17:59:52.938Z] #36 5.299 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-11T17:59:52.938Z] #36 5.335 Selecting previously unselected package librtmp1:amd64. [2022-03-11T17:59:52.938Z] #36 5.336 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-11T17:59:52.938Z] #36 5.341 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-11T17:59:52.938Z] #36 5.379 Selecting previously unselected package libssh2-1:amd64. [2022-03-11T17:59:52.938Z] #36 5.380 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-11T17:59:52.938Z] #36 5.384 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-11T17:59:52.938Z] #36 5.433 Selecting previously unselected package libcurl4:amd64. [2022-03-11T17:59:52.938Z] #36 5.434 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-11T17:59:52.938Z] #36 5.438 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-11T17:59:52.938Z] #36 5.490 Selecting previously unselected package curl. [2022-03-11T17:59:52.938Z] #36 5.492 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-11T17:59:52.938Z] #36 5.495 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-11T17:59:52.938Z] #36 5.546 Selecting previously unselected package libonig5:amd64. [2022-03-11T17:59:52.938Z] #36 5.546 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-11T17:59:52.938Z] #36 5.551 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-11T17:59:52.938Z] #36 5.603 Selecting previously unselected package libjq1:amd64. [2022-03-11T17:59:52.938Z] #36 5.605 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-11T17:59:52.938Z] #36 5.663 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-11T17:59:52.938Z] #36 5.704 Selecting previously unselected package jq. [2022-03-11T17:59:52.938Z] #36 5.705 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-11T17:59:52.938Z] #36 5.709 Unpacking jq (1.6-2.1) ... [2022-03-11T17:59:52.938Z] #36 5.748 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-11T17:59:52.938Z] #36 5.760 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-11T17:59:52.938Z] #36 5.773 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-11T17:59:52.938Z] #36 5.785 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-11T17:59:52.938Z] #36 5.798 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-11T17:59:52.938Z] #36 5.811 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-11T17:59:52.938Z] #36 5.823 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-11T17:59:52.938Z] #36 5.836 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-11T17:59:52.938Z] #36 5.854 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-11T17:59:52.938Z] #36 5.867 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-11T17:59:52.938Z] #36 5.881 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-11T17:59:52.938Z] #36 5.894 Setting up ca-certificates (20210119) ... [2022-03-11T17:59:52.938Z] #36 6.339 Updating certificates in /etc/ssl/certs... [2022-03-11T17:59:52.938Z] #36 6.983 129 added, 0 removed; done. [2022-03-11T17:59:52.938Z] #36 7.050 Setting up jq (1.6-2.1) ... [2022-03-11T17:59:52.938Z] #36 7.065 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-11T17:59:52.938Z] #36 7.078 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-11T17:59:52.938Z] #36 7.090 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T17:59:52.938Z] #36 7.109 Processing triggers for ca-certificates (20210119) ... [2022-03-11T17:59:52.938Z] #36 7.118 Updating certificates in /etc/ssl/certs... [2022-03-11T17:59:52.938Z] #36 7.515 0 added, 0 removed; done. [2022-03-11T17:59:52.938Z] #36 7.515 Running hooks in /etc/ca-certificates/update.d... [2022-03-11T17:59:52.938Z] #36 7.516 done. [2022-03-11T17:59:52.990Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 4.7s done [2022-03-11T17:59:52.990Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 [2022-03-11T17:59:54.314Z] #36 DONE 10.3s [2022-03-11T17:59:54.314Z] [2022-03-11T17:59:54.314Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-11T17:59:54.314Z] #37 sha256:b29ffa58aba8dae837259e0f10126c4b3d88f1e3421f28beb87798a2ab65647a [2022-03-11T17:59:54.314Z] #37 DONE 0.0s [2022-03-11T17:59:54.314Z] [2022-03-11T17:59:54.314Z] #38 [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 [2022-03-11T17:59:54.314Z] #38 sha256:8bb8a39f122492aedbb535cff663e255e0d6cd494ee6006df4e092f0dbabe028 [2022-03-11T17:59:54.722Z] #11 ... [2022-03-11T17:59:54.722Z] [2022-03-11T17:59:54.722Z] #29 [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 [2022-03-11T17:59:54.722Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-11T17:59:54.722Z] #29 1.806 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T17:59:54.722Z] #29 1.814 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T17:59:54.722Z] #29 1.814 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T17:59:54.722Z] #29 1.932 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T17:59:54.722Z] #29 2.102 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T17:59:54.722Z] #29 2.472 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T17:59:54.722Z] #29 3.818 Fetched 8507 kB in 2s (3731 kB/s) [2022-03-11T17:59:54.722Z] #29 3.818 Reading package lists... [2022-03-11T17:59:54.722Z] #29 4.667 Reading package lists... [2022-03-11T17:59:54.722Z] #29 5.499 Building dependency tree... [2022-03-11T17:59:54.722Z] #29 5.966 The following additional packages will be installed: [2022-03-11T17:59:54.722Z] #29 5.966 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-11T17:59:54.722Z] #29 5.966 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-11T17:59:54.722Z] #29 5.966 Recommended packages: [2022-03-11T17:59:54.722Z] #29 5.966 libldap-common publicsuffix libsasl2-modules [2022-03-11T17:59:54.722Z] #29 6.138 The following NEW packages will be installed: [2022-03-11T17:59:54.722Z] #29 6.138 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-11T17:59:54.722Z] #29 6.138 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-11T17:59:54.722Z] #29 6.138 libssh2-1 openssl [2022-03-11T17:59:54.722Z] #29 6.414 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-11T17:59:54.722Z] #29 6.414 Need to get 3038 kB of archives. [2022-03-11T17:59:54.722Z] #29 6.414 After this operation, 6650 kB of additional disk space will be used. [2022-03-11T17:59:54.722Z] #29 6.414 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-11T17:59:54.722Z] #29 6.418 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-11T17:59:54.722Z] #29 6.421 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-11T17:59:54.722Z] #29 6.455 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-11T17:59:54.722Z] #29 6.458 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-11T17:59:54.722Z] #29 6.462 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-11T17:59:54.722Z] #29 6.466 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-11T17:59:54.722Z] #29 6.466 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-11T17:59:54.722Z] #29 6.466 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-11T17:59:54.722Z] #29 6.466 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-11T17:59:54.722Z] #29 6.469 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-11T17:59:54.722Z] #29 6.470 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-11T17:59:54.722Z] #29 6.472 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-11T17:59:54.722Z] #29 6.480 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-11T17:59:54.722Z] #29 6.480 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-11T17:59:54.722Z] #29 6.642 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T17:59:54.722Z] #29 6.681 Fetched 3038 kB in 0s (8985 kB/s) [2022-03-11T17:59:54.722Z] #29 6.710 Selecting previously unselected package openssl. [2022-03-11T17:59:54.722Z] #29 6.710 (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.) [2022-03-11T17:59:54.722Z] #29 6.710 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-11T17:59:54.722Z] #29 6.714 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-11T17:59:54.722Z] #29 6.852 Selecting previously unselected package ca-certificates. [2022-03-11T17:59:54.722Z] #29 6.852 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-11T17:59:54.722Z] #29 6.856 Unpacking ca-certificates (20210119) ... [2022-03-11T17:59:54.722Z] #29 6.930 Selecting previously unselected package libbrotli1:amd64. [2022-03-11T17:59:54.722Z] #29 6.931 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-11T17:59:54.722Z] #29 6.938 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-11T17:59:54.722Z] #29 7.005 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-11T17:59:54.722Z] #29 7.005 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-11T17:59:54.722Z] #29 7.008 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-11T17:59:54.722Z] #29 7.056 Selecting previously unselected package libsasl2-2:amd64. [2022-03-11T17:59:54.722Z] #29 7.056 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-11T17:59:54.722Z] #29 7.058 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-11T17:59:54.722Z] #29 7.102 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-11T17:59:54.722Z] #29 7.104 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-11T17:59:54.722Z] #29 7.106 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-11T17:59:54.722Z] #29 7.164 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-11T17:59:54.722Z] #29 7.164 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-11T17:59:54.722Z] #29 7.167 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-11T17:59:54.722Z] #29 7.216 Selecting previously unselected package libpsl5:amd64. [2022-03-11T17:59:54.722Z] #29 7.217 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-11T17:59:54.722Z] #29 7.220 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-11T17:59:54.722Z] #29 7.272 Selecting previously unselected package librtmp1:amd64. [2022-03-11T17:59:54.722Z] #29 7.272 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-11T17:59:54.722Z] #29 7.278 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-11T17:59:54.722Z] #29 7.313 Selecting previously unselected package libssh2-1:amd64. [2022-03-11T17:59:54.722Z] #29 7.314 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-11T17:59:54.722Z] #29 7.321 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-11T17:59:54.722Z] #29 7.379 Selecting previously unselected package libcurl4:amd64. [2022-03-11T17:59:54.722Z] #29 7.379 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-11T17:59:54.722Z] #29 7.384 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-11T17:59:54.722Z] #29 7.465 Selecting previously unselected package curl. [2022-03-11T17:59:54.722Z] #29 7.465 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-11T17:59:54.722Z] #29 7.465 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-11T17:59:54.722Z] #29 7.533 Selecting previously unselected package libonig5:amd64. [2022-03-11T17:59:54.722Z] #29 7.533 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-11T17:59:54.722Z] #29 7.543 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-11T17:59:54.722Z] #29 7.599 Selecting previously unselected package libjq1:amd64. [2022-03-11T17:59:54.722Z] #29 7.599 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-11T17:59:54.722Z] #29 7.603 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-11T17:59:54.722Z] #29 7.657 Selecting previously unselected package jq. [2022-03-11T17:59:54.722Z] #29 7.657 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-11T17:59:54.722Z] #29 7.657 Unpacking jq (1.6-2.1) ... [2022-03-11T17:59:54.722Z] #29 7.694 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-11T17:59:54.722Z] #29 7.703 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-11T17:59:54.722Z] #29 7.713 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-11T17:59:54.722Z] #29 7.722 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-11T17:59:54.722Z] #29 7.731 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-11T17:59:54.722Z] #29 7.740 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-11T17:59:54.722Z] #29 7.750 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-11T17:59:54.722Z] #29 7.759 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-11T17:59:54.722Z] #29 7.774 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-11T17:59:54.722Z] #29 7.780 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-11T17:59:54.722Z] #29 7.789 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-11T17:59:54.722Z] #29 7.798 Setting up ca-certificates (20210119) ... [2022-03-11T17:59:54.722Z] #29 8.375 Updating certificates in /etc/ssl/certs... [2022-03-11T17:59:54.722Z] #29 ... [2022-03-11T17:59:54.722Z] [2022-03-11T17:59:54.722Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:54.722Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:54.892Z] #38 ... [2022-03-11T17:59:54.892Z] [2022-03-11T17:59:54.892Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-11T17:59:54.892Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-11T17:59:54.892Z] #12 DONE 1.8s [2022-03-11T17:59:54.892Z] [2022-03-11T17:59:54.892Z] #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 [2022-03-11T17:59:54.892Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-11T17:59:55.466Z] #13 DONE 0.4s [2022-03-11T17:59:55.466Z] [2022-03-11T17:59:55.466Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-11T17:59:55.466Z] #43 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-11T17:59:55.466Z] #43 ... [2022-03-11T17:59:55.466Z] [2022-03-11T17:59:55.466Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-11T17:59:55.466Z] #40 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-11T17:59:55.466Z] #40 DONE 0.1s [2022-03-11T17:59:55.466Z] [2022-03-11T17:59:55.466Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-11T17:59:55.466Z] #49 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-11T17:59:55.466Z] #49 DONE 0.1s [2022-03-11T17:59:55.466Z] [2022-03-11T17:59:55.466Z] #53 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-11T17:59:55.466Z] #53 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-11T17:59:55.466Z] #53 DONE 0.1s [2022-03-11T17:59:55.466Z] [2022-03-11T17:59:55.466Z] #38 [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 [2022-03-11T17:59:55.466Z] #38 sha256:8bb8a39f122492aedbb535cff663e255e0d6cd494ee6006df4e092f0dbabe028 [2022-03-11T17:59:55.466Z] #38 1.098 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-11T17:59:55.466Z] #38 1.279 [2022-03-11T17:59:55.728Z] #38 ... [2022-03-11T17:59:55.728Z] [2022-03-11T17:59:55.728Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-03-11T17:59:55.728Z] #14 sha256:09b6e3692320f08cf6327db0ae6dbac3f5eaa5ea0349ddf964de4290be45ec49 [2022-03-11T17:59:55.728Z] #14 DONE 0.5s [2022-03-11T17:59:55.728Z] [2022-03-11T17:59:55.728Z] #38 [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 [2022-03-11T17:59:55.728Z] #38 sha256:8bb8a39f122492aedbb535cff663e255e0d6cd494ee6006df4e092f0dbabe028 [2022-03-11T17:59:55.728Z] #38 1.493 #=#=# ######################################################################## 100.0% [2022-03-11T17:59:55.928Z] #60 36.78 + bin/containerd [2022-03-11T17:59:56.267Z] #11 ... [2022-03-11T17:59:56.267Z] [2022-03-11T17:59:56.267Z] #29 [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 [2022-03-11T17:59:56.267Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-11T17:59:56.267Z] #29 1.039 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T17:59:56.267Z] #29 1.060 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T17:59:56.267Z] #29 1.060 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T17:59:56.267Z] #29 1.216 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T17:59:56.267Z] #29 1.394 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T17:59:56.267Z] #29 1.658 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T17:59:56.267Z] #29 3.062 Fetched 8507 kB in 2s (3670 kB/s) [2022-03-11T17:59:56.267Z] #29 3.062 Reading package lists... [2022-03-11T17:59:56.267Z] #29 3.891 Reading package lists... [2022-03-11T17:59:56.267Z] #29 4.698 Building dependency tree... [2022-03-11T17:59:56.267Z] #29 5.082 The following additional packages will be installed: [2022-03-11T17:59:56.267Z] #29 5.082 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-11T17:59:56.267Z] #29 5.082 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-11T17:59:56.267Z] #29 5.082 Recommended packages: [2022-03-11T17:59:56.267Z] #29 5.082 libldap-common publicsuffix libsasl2-modules [2022-03-11T17:59:56.267Z] #29 5.254 The following NEW packages will be installed: [2022-03-11T17:59:56.267Z] #29 5.254 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-11T17:59:56.267Z] #29 5.254 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-11T17:59:56.267Z] #29 5.262 libssh2-1 openssl [2022-03-11T17:59:56.267Z] #29 5.540 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-11T17:59:56.267Z] #29 5.540 Need to get 3038 kB of archives. [2022-03-11T17:59:56.267Z] #29 5.540 After this operation, 6650 kB of additional disk space will be used. [2022-03-11T17:59:56.267Z] #29 5.540 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-11T17:59:56.267Z] #29 5.554 Get:2 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-11T17:59:56.267Z] #29 5.554 Get:3 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-11T17:59:56.267Z] #29 5.557 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-11T17:59:56.267Z] #29 5.558 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-11T17:59:56.267Z] #29 5.562 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-11T17:59:56.268Z] #29 5.562 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-11T17:59:56.268Z] #29 5.563 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-11T17:59:56.268Z] #29 5.589 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-11T17:59:56.268Z] #29 5.589 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-11T17:59:56.268Z] #29 5.589 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-11T17:59:56.268Z] #29 5.591 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-11T17:59:56.268Z] #29 5.599 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-11T17:59:56.268Z] #29 5.599 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-11T17:59:56.268Z] #29 5.599 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-11T17:59:56.268Z] #29 5.769 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T17:59:56.268Z] #29 5.802 Fetched 3038 kB in 0s (9046 kB/s) [2022-03-11T17:59:56.268Z] #29 5.826 Selecting previously unselected package openssl. [2022-03-11T17:59:56.268Z] #29 5.826 (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.) [2022-03-11T17:59:56.268Z] #29 5.828 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-11T17:59:56.268Z] #29 5.842 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-11T17:59:56.268Z] #29 5.987 Selecting previously unselected package ca-certificates. [2022-03-11T17:59:56.268Z] #29 5.987 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-11T17:59:56.268Z] #29 5.991 Unpacking ca-certificates (20210119) ... [2022-03-11T17:59:56.268Z] #29 6.074 Selecting previously unselected package libbrotli1:amd64. [2022-03-11T17:59:56.268Z] #29 6.074 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-11T17:59:56.268Z] #29 6.083 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-11T17:59:56.268Z] #29 6.153 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-11T17:59:56.268Z] #29 6.153 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-11T17:59:56.268Z] #29 6.157 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-11T17:59:56.268Z] #29 6.195 Selecting previously unselected package libsasl2-2:amd64. [2022-03-11T17:59:56.268Z] #29 6.195 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-11T17:59:56.268Z] #29 6.198 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-11T17:59:56.268Z] #29 6.267 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-11T17:59:56.268Z] #29 6.267 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-11T17:59:56.268Z] #29 6.271 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-11T17:59:56.268Z] #29 6.330 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-11T17:59:56.268Z] #29 6.330 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-11T17:59:56.268Z] #29 6.333 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-11T17:59:56.268Z] #29 6.371 Selecting previously unselected package libpsl5:amd64. [2022-03-11T17:59:56.268Z] #29 6.373 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-11T17:59:56.268Z] #29 6.377 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-11T17:59:56.268Z] #29 6.414 Selecting previously unselected package librtmp1:amd64. [2022-03-11T17:59:56.268Z] #29 6.414 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-11T17:59:56.268Z] #29 6.418 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-11T17:59:56.268Z] #29 6.455 Selecting previously unselected package libssh2-1:amd64. [2022-03-11T17:59:56.268Z] #29 6.456 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-11T17:59:56.268Z] #29 6.459 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-11T17:59:56.268Z] #29 6.507 Selecting previously unselected package libcurl4:amd64. [2022-03-11T17:59:56.268Z] #29 6.507 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-11T17:59:56.268Z] #29 6.510 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-11T17:59:56.268Z] #29 6.572 Selecting previously unselected package curl. [2022-03-11T17:59:56.268Z] #29 6.572 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-11T17:59:56.268Z] #29 6.576 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-11T17:59:56.268Z] #29 6.630 Selecting previously unselected package libonig5:amd64. [2022-03-11T17:59:56.268Z] #29 6.630 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-11T17:59:56.268Z] #29 6.634 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-11T17:59:56.268Z] #29 6.703 Selecting previously unselected package libjq1:amd64. [2022-03-11T17:59:56.268Z] #29 6.703 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-11T17:59:56.268Z] #29 6.707 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-11T17:59:56.268Z] #29 6.766 Selecting previously unselected package jq. [2022-03-11T17:59:56.268Z] #29 6.766 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-11T17:59:56.268Z] #29 6.769 Unpacking jq (1.6-2.1) ... [2022-03-11T17:59:56.268Z] #29 6.817 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-11T17:59:56.268Z] #29 6.827 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-11T17:59:56.268Z] #29 6.841 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-11T17:59:56.268Z] #29 6.851 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-11T17:59:56.268Z] #29 6.862 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-11T17:59:56.268Z] #29 6.872 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-11T17:59:56.268Z] #29 6.884 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-11T17:59:56.268Z] #29 6.894 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-11T17:59:56.268Z] #29 6.913 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-11T17:59:56.268Z] #29 6.924 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-11T17:59:56.268Z] #29 6.934 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-11T17:59:56.268Z] #29 6.948 Setting up ca-certificates (20210119) ... [2022-03-11T17:59:56.268Z] #29 7.584 Updating certificates in /etc/ssl/certs... [2022-03-11T17:59:56.268Z] #29 8.308 129 added, 0 removed; done. [2022-03-11T17:59:56.268Z] #29 8.340 Setting up jq (1.6-2.1) ... [2022-03-11T17:59:56.268Z] #29 8.349 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-11T17:59:56.268Z] #29 8.361 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-11T17:59:56.268Z] #29 8.370 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T17:59:56.268Z] #29 8.387 Processing triggers for ca-certificates (20210119) ... [2022-03-11T17:59:56.268Z] #29 8.395 Updating certificates in /etc/ssl/certs... [2022-03-11T17:59:56.268Z] #29 8.995 0 added, 0 removed; done. [2022-03-11T17:59:56.268Z] #29 8.995 Running hooks in /etc/ca-certificates/update.d... [2022-03-11T17:59:56.268Z] #29 8.996 done. [2022-03-11T17:59:56.268Z] #29 ... [2022-03-11T17:59:56.268Z] [2022-03-11T17:59:56.268Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:56.268Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:56.312Z] #38 1.734 [2022-03-11T17:59:56.559Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 4.0s done [2022-03-11T17:59:56.650Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 4.3s done [2022-03-11T17:59:56.879Z] #38 ... [2022-03-11T17:59:56.879Z] [2022-03-11T17:59:56.879Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-03-11T17:59:56.879Z] #15 sha256:96bcf02670b65def60e1b23dcad47755d0bff725bd59a782e559ae99ba7a16f0 [2022-03-11T17:59:56.879Z] #15 DONE 1.1s [2022-03-11T17:59:56.879Z] [2022-03-11T17:59:56.879Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-03-11T17:59:56.879Z] #16 sha256:beddf0d6d60e18c9ac5b3546568cba2a4901f4a5fec519fe15cb3d5d496e5cb7 [2022-03-11T17:59:56.914Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 [2022-03-11T17:59:57.121Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 [2022-03-11T17:59:57.377Z] #11 ... [2022-03-11T17:59:57.377Z] [2022-03-11T17:59:57.377Z] #29 [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 [2022-03-11T17:59:57.377Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-11T17:59:57.377Z] #29 DONE 10.9s [2022-03-11T17:59:57.634Z] [2022-03-11T17:59:57.634Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:57.634Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:57.634Z] #11 ... [2022-03-11T17:59:57.634Z] [2022-03-11T17:59:57.634Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-11T17:59:57.634Z] #30 sha256:b127daa401a4067b266d697528fc7c8527606b8afd5ce720d972e1670dc307d2 [2022-03-11T17:59:57.634Z] #30 DONE 0.3s [2022-03-11T17:59:57.634Z] [2022-03-11T17:59:57.634Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:57.634Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:57.818Z] #16 DONE 0.9s [2022-03-11T17:59:57.818Z] [2022-03-11T17:59:57.818Z] #38 [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 [2022-03-11T17:59:57.818Z] #38 sha256:8bb8a39f122492aedbb535cff663e255e0d6cd494ee6006df4e092f0dbabe028 [2022-03-11T17:59:57.818Z] #38 2.701 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-11T17:59:57.818Z] #38 2.979 [2022-03-11T17:59:57.818Z] #38 3.209 #=#=# ######################################################################## 100.0% [2022-03-11T17:59:57.818Z] #38 3.515 [2022-03-11T17:59:57.852Z] #11 ... [2022-03-11T17:59:57.852Z] [2022-03-11T17:59:57.852Z] #29 [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 [2022-03-11T17:59:57.852Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-11T17:59:57.852Z] #29 9.106 129 added, 0 removed; done. [2022-03-11T17:59:57.852Z] #29 9.138 Setting up jq (1.6-2.1) ... [2022-03-11T17:59:57.852Z] #29 9.147 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-11T17:59:57.852Z] #29 9.156 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-11T17:59:57.852Z] #29 9.165 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T17:59:57.852Z] #29 9.180 Processing triggers for ca-certificates (20210119) ... [2022-03-11T17:59:57.852Z] #29 9.190 Updating certificates in /etc/ssl/certs... [2022-03-11T17:59:57.852Z] #29 9.783 0 added, 0 removed; done. [2022-03-11T17:59:57.852Z] #29 9.783 Running hooks in /etc/ca-certificates/update.d... [2022-03-11T17:59:57.852Z] #29 9.784 done. [2022-03-11T17:59:57.852Z] #29 DONE 12.0s [2022-03-11T17:59:57.852Z] [2022-03-11T17:59:57.852Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:57.852Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:58.111Z] #11 ... [2022-03-11T17:59:58.111Z] [2022-03-11T17:59:58.111Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-11T17:59:58.111Z] #30 sha256:503be3fe88ff70fd28b4415ecea81713a8f60772bf74ece7471104409a39a4d4 [2022-03-11T17:59:58.111Z] #30 DONE 0.1s [2022-03-11T17:59:58.111Z] [2022-03-11T17:59:58.111Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-11T17:59:58.111Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-11T17:59:59.199Z] #38 ... [2022-03-11T17:59:59.199Z] [2022-03-11T17:59:59.199Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-03-11T17:59:59.199Z] #17 sha256:44e4058ee4dc4bd39264506dac38d0f29b98e82470d99148e586789f2478289b [2022-03-11T17:59:59.199Z] #17 DONE 1.3s [2022-03-11T17:59:59.199Z] [2022-03-11T17:59:59.199Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-11T17:59:59.199Z] #43 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-11T17:59:59.199Z] #43 1.516 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-11T17:59:59.199Z] #43 3.435 tomll can be used in two ways: [2022-03-11T17:59:59.199Z] #43 3.435 Writing to STDIN and reading from STDOUT: [2022-03-11T17:59:59.199Z] #43 3.435 cat file.toml | tomll > file.toml [2022-03-11T17:59:59.199Z] #43 3.435 [2022-03-11T17:59:59.199Z] #43 3.435 Reading and updating a list of files: [2022-03-11T17:59:59.199Z] #43 3.435 tomll a.toml b.toml c.toml [2022-03-11T17:59:59.199Z] #43 3.435 [2022-03-11T17:59:59.199Z] #43 3.435 When given a list of files, tomll will modify all files in place without asking. [2022-03-11T17:59:59.199Z] #43 DONE 3.9s [2022-03-11T17:59:59.199Z] [2022-03-11T17:59:59.199Z] #38 [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 [2022-03-11T17:59:59.199Z] #38 sha256:8bb8a39f122492aedbb535cff663e255e0d6cd494ee6006df4e092f0dbabe028 [2022-03-11T17:59:59.199Z] #38 4.868 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-11T17:59:59.769Z] #38 5.429 [2022-03-11T18:00:00.295Z] #38 5.682 #=#=# ################## 25.5% ########################################## 59.1% ################################################################# 91.1% ######################################################################## 100.0% [2022-03-11T18:00:00.555Z] #38 ... [2022-03-11T18:00:00.555Z] [2022-03-11T18:00:00.555Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-03-11T18:00:00.555Z] #18 sha256:4537d596aeb6a1f91ba4cb2255575856f0f9010515abf5fd2f90bdd0313e4de4 [2022-03-11T18:00:00.555Z] #18 DONE 1.5s [2022-03-11T18:00:00.814Z] [2022-03-11T18:00:00.814Z] #38 [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 [2022-03-11T18:00:00.814Z] #38 sha256:8bb8a39f122492aedbb535cff663e255e0d6cd494ee6006df4e092f0dbabe028 [2022-03-11T18:00:00.814Z] #38 6.397 [2022-03-11T18:00:02.195Z] #38 7.587 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-11T18:00:02.195Z] #38 7.863 [2022-03-11T18:00:02.316Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 5.0s [2022-03-11T18:00:02.454Z] [2022-03-11T18:00:02.454Z] #38 ... [2022-03-11T18:00:02.454Z] [2022-03-11T18:00:02.454Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-11T18:00:02.454Z] #60 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-11T18:00:02.454Z] #60 1.688 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-11T18:00:02.454Z] #60 2.213 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-11T18:00:02.454Z] #60 2.216 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-11T18:00:02.454Z] #60 2.216 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-11T18:00:02.454Z] #60 2.494 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-11T18:00:02.454Z] #60 6.361 v3.0.2 [2022-03-11T18:00:02.454Z] #60 DONE 7.1s [2022-03-11T18:00:02.454Z] [2022-03-11T18:00:02.454Z] #38 [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 [2022-03-11T18:00:02.454Z] #38 sha256:8bb8a39f122492aedbb535cff663e255e0d6cd494ee6006df4e092f0dbabe028 [2022-03-11T18:00:02.714Z] #38 8.092 #=#=# ######################################################################## 100.0% [2022-03-11T18:00:02.899Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 5.0s [2022-03-11T18:00:02.973Z] #38 8.544 [2022-03-11T18:00:03.542Z] #38 9.309 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-11T18:00:03.802Z] #38 ... [2022-03-11T18:00:03.802Z] [2022-03-11T18:00:03.802Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-11T18:00:03.802Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-11T18:00:03.802Z] #56 1.672 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-11T18:00:03.802Z] #56 2.139 go: downloading github.com/fatih/color v1.10.0 [2022-03-11T18:00:03.802Z] #56 2.141 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-11T18:00:03.802Z] #56 2.141 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-11T18:00:03.802Z] #56 2.141 go: downloading github.com/pkg/errors v0.9.1 [2022-03-11T18:00:03.802Z] #56 2.161 go: downloading golang.org/x/tools v0.1.0 [2022-03-11T18:00:03.802Z] #56 2.167 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-11T18:00:03.802Z] #56 2.167 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-11T18:00:03.802Z] #56 2.174 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-11T18:00:03.802Z] #56 2.184 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-11T18:00:03.802Z] #56 2.186 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-11T18:00:03.802Z] #56 2.193 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-11T18:00:03.802Z] #56 2.208 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-11T18:00:03.802Z] #56 3.249 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-11T18:00:03.802Z] #56 3.257 go: downloading golang.org/x/mod v0.3.0 [2022-03-11T18:00:03.802Z] #56 8.321 gotestsum version dev [2022-03-11T18:00:03.802Z] #56 DONE 8.5s [2022-03-11T18:00:03.802Z] [2022-03-11T18:00:03.802Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:00:03.802Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:00:03.802Z] #58 0.767 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-11T18:00:03.802Z] #58 4.753 go: downloading github.com/fatih/color v1.13.0 [2022-03-11T18:00:03.802Z] #58 4.762 go: downloading github.com/spf13/viper v1.10.1 [2022-03-11T18:00:03.802Z] #58 4.781 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-11T18:00:03.802Z] #58 4.781 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-11T18:00:03.802Z] #58 4.781 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-11T18:00:03.802Z] #58 4.784 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-11T18:00:03.802Z] #58 4.787 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-11T18:00:03.802Z] #58 4.808 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-11T18:00:03.802Z] #58 4.857 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-11T18:00:03.802Z] #58 4.864 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-11T18:00:03.802Z] #58 4.907 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-11T18:00:03.802Z] #58 4.924 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-11T18:00:03.802Z] #58 4.929 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-11T18:00:03.802Z] #58 4.933 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-11T18:00:03.802Z] #58 4.978 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-11T18:00:03.802Z] #58 5.018 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-11T18:00:03.802Z] #58 5.033 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-11T18:00:03.802Z] #58 5.064 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-11T18:00:03.802Z] #58 5.082 go: downloading github.com/spf13/afero v1.6.0 [2022-03-11T18:00:03.802Z] #58 5.082 go: downloading github.com/spf13/cast v1.4.1 [2022-03-11T18:00:03.802Z] #58 5.113 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-11T18:00:03.802Z] #58 5.127 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-11T18:00:03.802Z] #58 5.127 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-11T18:00:03.802Z] #58 5.132 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-11T18:00:03.802Z] #58 5.201 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-11T18:00:03.802Z] #58 5.221 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-11T18:00:03.802Z] #58 5.233 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-11T18:00:03.802Z] #58 5.250 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-11T18:00:03.802Z] #58 5.272 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-11T18:00:03.802Z] #58 5.273 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-11T18:00:03.802Z] #58 5.285 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-11T18:00:03.802Z] #58 5.290 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-11T18:00:03.802Z] #58 5.294 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-11T18:00:03.802Z] #58 5.317 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-11T18:00:03.802Z] #58 5.331 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-11T18:00:03.802Z] #58 5.341 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-11T18:00:03.802Z] #58 5.344 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-11T18:00:03.802Z] #58 5.415 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-11T18:00:03.802Z] #58 5.420 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-11T18:00:03.802Z] #58 5.441 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-11T18:00:03.802Z] #58 5.447 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-11T18:00:03.802Z] #58 5.460 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-11T18:00:03.802Z] #58 5.464 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-11T18:00:03.802Z] #58 5.469 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-11T18:00:03.802Z] #58 5.476 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-11T18:00:03.802Z] #58 5.486 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-11T18:00:03.802Z] #58 5.503 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-11T18:00:03.802Z] #58 5.519 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-11T18:00:03.802Z] #58 5.547 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-11T18:00:03.802Z] #58 5.575 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-11T18:00:03.802Z] #58 5.595 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-11T18:00:03.802Z] #58 5.595 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-11T18:00:03.802Z] #58 5.595 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-11T18:00:03.802Z] #58 5.599 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-11T18:00:03.802Z] #58 5.607 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-11T18:00:03.802Z] #58 5.613 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-11T18:00:03.802Z] #58 5.638 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-11T18:00:03.802Z] #58 5.642 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-11T18:00:03.802Z] #58 5.647 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-11T18:00:03.802Z] #58 5.651 go: downloading github.com/julz/importas v0.1.0 [2022-03-11T18:00:03.802Z] #58 5.655 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-11T18:00:03.802Z] #58 5.656 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-11T18:00:03.802Z] #58 5.691 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-11T18:00:03.802Z] #58 5.703 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-11T18:00:03.802Z] #58 5.724 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-11T18:00:03.802Z] #58 5.750 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-11T18:00:03.802Z] #58 5.759 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-11T18:00:03.802Z] #58 5.759 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-11T18:00:03.802Z] #58 5.774 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-11T18:00:03.802Z] #58 5.785 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-11T18:00:03.802Z] #58 5.787 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-11T18:00:03.802Z] #58 5.791 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-11T18:00:03.802Z] #58 6.018 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-11T18:00:03.802Z] #58 6.020 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-11T18:00:03.802Z] #58 6.021 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-11T18:00:03.802Z] #58 6.033 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-11T18:00:03.802Z] #58 6.037 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-11T18:00:03.802Z] #58 6.045 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-11T18:00:03.802Z] #58 6.046 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-11T18:00:03.802Z] #58 6.057 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-11T18:00:03.802Z] #58 6.067 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-11T18:00:03.802Z] #58 6.075 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-11T18:00:03.802Z] #58 6.087 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-11T18:00:03.802Z] #58 6.095 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-11T18:00:03.802Z] #58 6.106 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-11T18:00:03.802Z] #58 6.106 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-11T18:00:03.802Z] #58 6.127 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-11T18:00:03.802Z] #58 6.131 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-11T18:00:03.802Z] #58 6.137 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-11T18:00:03.802Z] #58 6.147 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-11T18:00:03.802Z] #58 6.174 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-11T18:00:03.802Z] #58 6.177 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-11T18:00:03.802Z] #58 6.197 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-11T18:00:03.802Z] #58 6.198 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-11T18:00:03.802Z] #58 6.203 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-11T18:00:03.802Z] #58 6.206 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-11T18:00:03.802Z] #58 6.214 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-11T18:00:03.802Z] #58 6.214 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-11T18:00:03.802Z] #58 6.232 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-11T18:00:03.802Z] #58 6.432 go: downloading honnef.co/go/tools v0.2.2 [2022-03-11T18:00:03.802Z] #58 6.433 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-11T18:00:03.802Z] #58 6.434 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-11T18:00:03.802Z] #58 6.450 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-11T18:00:03.802Z] #58 6.459 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-11T18:00:03.802Z] #58 6.483 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-11T18:00:03.802Z] #58 6.550 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-11T18:00:03.802Z] #58 6.632 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-11T18:00:03.802Z] #58 6.650 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-11T18:00:03.802Z] #58 6.674 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-11T18:00:03.802Z] #58 6.748 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-11T18:00:03.802Z] #58 6.766 go: downloading golang.org/x/text v0.3.7 [2022-03-11T18:00:03.802Z] #58 6.769 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-11T18:00:03.802Z] #58 6.770 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-11T18:00:03.802Z] #58 6.771 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-11T18:00:03.802Z] #58 6.771 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-11T18:00:03.802Z] #58 6.771 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-11T18:00:03.802Z] #58 6.848 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-11T18:00:03.802Z] #58 6.850 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-11T18:00:03.802Z] #58 6.850 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-11T18:00:03.802Z] #58 6.851 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-11T18:00:03.802Z] #58 6.852 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-11T18:00:03.802Z] #58 6.884 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-11T18:00:03.802Z] #58 6.890 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-11T18:00:03.802Z] #58 6.914 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-11T18:00:03.802Z] #58 6.917 go: downloading golang.org/x/mod v0.5.1 [2022-03-11T18:00:03.802Z] #58 6.920 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-11T18:00:03.802Z] #58 6.923 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-11T18:00:03.802Z] #58 6.927 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-11T18:00:03.802Z] #58 7.036 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-11T18:00:03.802Z] #58 7.133 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-11T18:00:03.802Z] #58 7.135 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-11T18:00:03.802Z] #58 7.138 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-11T18:00:03.802Z] #58 7.161 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-11T18:00:03.802Z] #58 7.189 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-11T18:00:03.802Z] #58 7.213 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-11T18:00:03.802Z] #58 7.221 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-11T18:00:03.802Z] #58 7.243 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-11T18:00:03.802Z] #58 7.248 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-11T18:00:03.802Z] #58 7.307 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-11T18:00:03.802Z] #58 7.307 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-11T18:00:03.802Z] #58 7.315 go: downloading github.com/prometheus/common v0.10.0 [2022-03-11T18:00:03.802Z] #58 7.315 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-11T18:00:03.802Z] #58 7.410 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-11T18:00:03.802Z] #58 7.411 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-11T18:00:03.802Z] #58 7.411 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-11T18:00:03.802Z] #58 7.831 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-11T18:00:04.062Z] #58 ... [2022-03-11T18:00:04.062Z] [2022-03-11T18:00:04.062Z] #38 [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 [2022-03-11T18:00:04.062Z] #38 sha256:8bb8a39f122492aedbb535cff663e255e0d6cd494ee6006df4e092f0dbabe028 [2022-03-11T18:00:04.062Z] #38 9.748 [2022-03-11T18:00:04.321Z] #38 9.998 #=#=# ######################################################################## 100.0% [2022-03-11T18:00:04.580Z] #38 10.31 [2022-03-11T18:00:04.808Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 7.8s done [2022-03-11T18:00:04.839Z] #38 10.38 Download of images into '/build' complete. [2022-03-11T18:00:04.839Z] #38 10.38 Use something like the following to load the result into a Docker daemon: [2022-03-11T18:00:04.839Z] #38 10.38 tar -cC '/build' . | docker load [2022-03-11T18:00:04.839Z] #38 DONE 10.4s [2022-03-11T18:00:04.839Z] [2022-03-11T18:00:04.839Z] #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 [2022-03-11T18:00:04.839Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-11T18:00:04.839Z] #19 1.361 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:00:04.839Z] #19 1.376 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:00:04.839Z] #19 1.377 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:00:04.839Z] #19 1.798 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-11T18:00:04.839Z] #19 2.198 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-11T18:00:04.839Z] #19 2.415 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-11T18:00:04.839Z] #19 2.621 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:00:04.839Z] #19 2.785 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-11T18:00:04.839Z] #19 2.912 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-11T18:00:04.839Z] #19 3.016 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-11T18:00:04.839Z] #19 3.018 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [124 kB] [2022-03-11T18:00:04.839Z] #19 3.019 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [122 kB] [2022-03-11T18:00:04.839Z] #19 3.020 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-11T18:00:04.839Z] #19 3.021 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [116 kB] [2022-03-11T18:00:04.839Z] #19 3.023 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:00:04.839Z] #19 3.026 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-11T18:00:04.839Z] #19 3.027 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:00:04.839Z] #19 3.031 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-11T18:00:04.839Z] #19 3.032 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-11T18:00:04.839Z] #19 3.032 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-11T18:00:04.839Z] #19 3.035 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-11T18:00:04.853Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 7.9s done [2022-03-11T18:00:05.111Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 [2022-03-11T18:00:05.370Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-11T18:00:05.370Z] #11 DONE 27.1s [2022-03-11T18:00:05.370Z] [2022-03-11T18:00:05.370Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-11T18:00:05.370Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-11T18:00:05.375Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-11T18:00:05.375Z] #11 DONE 26.1s [2022-03-11T18:00:05.375Z] [2022-03-11T18:00:05.375Z] #31 [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 [2022-03-11T18:00:05.375Z] #31 sha256:760e9d06589c09ab83d019a0bf3b8b0b6d1706fd6fed40c926587de6af1aba98 [2022-03-11T18:00:05.375Z] #31 1.603 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-11T18:00:05.375Z] #31 1.855 [2022-03-11T18:00:05.375Z] #31 2.074 #=#=# ######################################################################## 100.0% [2022-03-11T18:00:05.375Z] #31 2.327 [2022-03-11T18:00:05.375Z] #31 3.207 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-11T18:00:05.375Z] #31 3.467 [2022-03-11T18:00:05.375Z] #31 3.682 #=#=# ################# 23.9% ######################################################################## 100.0% [2022-03-11T18:00:05.375Z] #31 3.991 [2022-03-11T18:00:05.375Z] #31 4.902 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-11T18:00:05.375Z] #31 5.175 [2022-03-11T18:00:05.375Z] #31 5.392 #=#=# ########### 16.7% ######################################### 58.1% ################################################################ 90.2% ######################################################################## 100.0% [2022-03-11T18:00:05.375Z] #31 5.932 [2022-03-11T18:00:05.375Z] #31 6.838 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-11T18:00:05.375Z] #31 7.130 [2022-03-11T18:00:05.375Z] #31 7.348 #=#=# ######################################################################## 100.0% [2022-03-11T18:00:05.375Z] #31 7.539 [2022-03-11T18:00:05.375Z] #31 ... [2022-03-11T18:00:05.375Z] [2022-03-11T18:00:05.375Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-11T18:00:05.375Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-11T18:00:05.406Z] #19 ... [2022-03-11T18:00:05.406Z] [2022-03-11T18:00:05.406Z] #41 [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 [2022-03-11T18:00:05.406Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-11T18:00:05.406Z] #41 1.237 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-11T18:00:05.406Z] #41 1.241 Cloning into '.'... [2022-03-11T18:00:05.406Z] #41 6.847 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-11T18:00:05.406Z] #41 6.884 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-11T18:00:05.406Z] #41 ... [2022-03-11T18:00:05.406Z] [2022-03-11T18:00:05.406Z] #50 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-11T18:00:05.406Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-11T18:00:05.406Z] #50 1.273 + git clone https://github.com/docker/distribution.git . [2022-03-11T18:00:05.406Z] #50 1.276 Cloning into '.'... [2022-03-11T18:00:05.406Z] #50 4.456 + git checkout -q v2.3.0 [2022-03-11T18:00:05.406Z] #50 4.979 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-11T18:00:05.666Z] #50 ... [2022-03-11T18:00:05.666Z] [2022-03-11T18:00:05.666Z] #54 [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_11/ /' > /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 [2022-03-11T18:00:05.666Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-11T18:00:05.666Z] #54 1.619 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:00:05.666Z] #54 1.792 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:00:05.666Z] #54 1.964 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:00:05.666Z] #54 1.967 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:00:05.666Z] #54 2.085 Get:5 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-03-11T18:00:05.666Z] #54 2.286 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:00:05.666Z] #54 2.434 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:00:05.666Z] #54 4.072 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-03-11T18:00:05.666Z] #54 4.100 Fetched 8511 kB in 3s (3106 kB/s) [2022-03-11T18:00:05.666Z] #54 4.100 Reading package lists... [2022-03-11T18:00:05.666Z] #54 4.978 Reading package lists... [2022-03-11T18:00:05.666Z] #54 5.868 Building dependency tree... [2022-03-11T18:00:05.666Z] #54 6.241 The following additional packages will be installed: [2022-03-11T18:00:05.666Z] #54 6.241 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-11T18:00:05.666Z] #54 6.241 python3-protobuf python3-six [2022-03-11T18:00:05.666Z] #54 6.243 Suggested packages: [2022-03-11T18:00:05.666Z] #54 6.243 python3-setuptools [2022-03-11T18:00:05.666Z] #54 6.243 Recommended packages: [2022-03-11T18:00:05.666Z] #54 6.243 iproute2 | iproute [2022-03-11T18:00:05.666Z] #54 6.350 The following NEW packages will be installed: [2022-03-11T18:00:05.666Z] #54 6.351 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-11T18:00:05.666Z] #54 6.351 python3-protobuf python3-six [2022-03-11T18:00:05.666Z] #54 6.671 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:00:05.666Z] #54 6.671 Need to get 2292 kB of archives. [2022-03-11T18:00:05.666Z] #54 6.671 After this operation, 11.0 MB of additional disk space will be used. [2022-03-11T18:00:05.666Z] #54 6.671 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-11T18:00:05.666Z] #54 6.741 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-11T18:00:05.666Z] #54 6.761 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-11T18:00:05.666Z] #54 6.762 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-11T18:00:05.666Z] #54 6.769 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-11T18:00:05.666Z] #54 6.770 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-11T18:00:05.666Z] #54 6.771 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-11T18:00:05.666Z] #54 9.529 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-11T18:00:05.666Z] #54 10.12 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:00:05.666Z] #54 10.19 Fetched 2292 kB in 4s (645 kB/s) [2022-03-11T18:00:05.666Z] #54 10.27 Selecting previously unselected package libprotobuf23:amd64. [2022-03-11T18:00:05.666Z] #54 10.27 (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 ... 15709 files and directories currently installed.) [2022-03-11T18:00:05.666Z] #54 10.29 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-11T18:00:05.666Z] #54 10.30 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-11T18:00:05.924Z] INFO: Expanding go... [2022-03-11T18:00:05.925Z] #54 10.52 Selecting previously unselected package python3-pkg-resources. [2022-03-11T18:00:05.925Z] #54 10.53 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-11T18:00:05.925Z] #54 10.53 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-11T18:00:05.925Z] #54 10.63 Selecting previously unselected package python3-six. [2022-03-11T18:00:06.185Z] #54 10.64 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-11T18:00:06.185Z] #54 10.65 Unpacking python3-six (1.16.0-2) ... [2022-03-11T18:00:06.185Z] #54 10.73 Selecting previously unselected package python3-protobuf. [2022-03-11T18:00:06.185Z] #54 10.73 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-11T18:00:06.185Z] #54 10.75 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-11T18:00:06.444Z] #54 10.91 Selecting previously unselected package libnet1:amd64. [2022-03-11T18:00:06.444Z] #54 10.92 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-11T18:00:06.444Z] #54 10.93 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-11T18:00:06.444Z] #54 11.04 Selecting previously unselected package libnl-3-200:amd64. [2022-03-11T18:00:06.444Z] #54 11.04 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-11T18:00:06.444Z] #54 11.05 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-11T18:00:06.444Z] #54 11.14 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-11T18:00:06.711Z] #54 11.14 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-11T18:00:06.711Z] #54 11.14 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-11T18:00:06.711Z] #54 11.22 Selecting previously unselected package criu. [2022-03-11T18:00:06.711Z] #54 11.22 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-11T18:00:06.711Z] #54 11.23 Unpacking criu (3.16.1-3) ... [2022-03-11T18:00:06.970Z] #54 11.51 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-11T18:00:07.268Z] #12 DONE 1.9s [2022-03-11T18:00:07.268Z] [2022-03-11T18:00:07.268Z] #31 [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 [2022-03-11T18:00:07.268Z] #31 sha256:760e9d06589c09ab83d019a0bf3b8b0b6d1706fd6fed40c926587de6af1aba98 [2022-03-11T18:00:07.268Z] #31 8.178 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-11T18:00:07.268Z] #31 8.354 [2022-03-11T18:00:07.268Z] #31 8.569 #=#=# ######################################################################## 100.0% [2022-03-11T18:00:07.268Z] #31 8.736 [2022-03-11T18:00:07.268Z] #31 8.773 Download of images into '/build' complete. [2022-03-11T18:00:07.268Z] #31 8.773 Use something like the following to load the result into a Docker daemon: [2022-03-11T18:00:07.268Z] #31 8.773 tar -cC '/build' . | docker load [2022-03-11T18:00:07.268Z] #31 DONE 9.6s [2022-03-11T18:00:07.268Z] [2022-03-11T18:00:07.268Z] #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 [2022-03-11T18:00:07.268Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-11T18:00:07.553Z] #54 11.93 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-11T18:00:07.553Z] #54 11.99 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-11T18:00:07.553Z] #54 12.02 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-11T18:00:07.553Z] #54 12.09 Setting up python3-six (1.16.0-2) ... [2022-03-11T18:00:07.813Z] #54 12.41 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-11T18:00:07.813Z] #54 12.44 Setting up python3-protobuf (3.12.4-1) ... [2022-03-11T18:00:07.906Z] #12 DONE 1.9s [2022-03-11T18:00:07.906Z] [2022-03-11T18:00:07.906Z] #31 [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 [2022-03-11T18:00:07.906Z] #31 sha256:8baf29b65c664ce8caf0ef31fd0918b7553e1ccfd549816a7681da93eac49223 [2022-03-11T18:00:07.906Z] #31 1.636 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-11T18:00:07.906Z] #31 1.890 [2022-03-11T18:00:07.906Z] #31 2.108 #=#=# ######################################################################## 100.0% [2022-03-11T18:00:07.906Z] #31 2.352 [2022-03-11T18:00:07.906Z] #31 3.221 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-11T18:00:07.906Z] #31 3.491 [2022-03-11T18:00:07.906Z] #31 3.713 #=#=# ######################################################################## 100.0% [2022-03-11T18:00:07.906Z] #31 4.016 [2022-03-11T18:00:07.906Z] #31 5.091 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-11T18:00:07.906Z] #31 5.376 [2022-03-11T18:00:07.906Z] #31 5.602 #=#=# ################## 25.0% ########################################## 58.4% ################################################################# 90.5% ######################################################################## 100.0% [2022-03-11T18:00:07.906Z] #31 6.136 [2022-03-11T18:00:07.906Z] #31 7.043 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-11T18:00:07.906Z] #31 7.308 [2022-03-11T18:00:07.906Z] #31 7.540 #=#=# ######################################################################## 100.0% [2022-03-11T18:00:07.906Z] #31 7.772 [2022-03-11T18:00:07.906Z] #31 8.348 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-11T18:00:07.906Z] #31 8.520 [2022-03-11T18:00:07.906Z] #31 8.733 #=#=# ######################################################################## 100.0% [2022-03-11T18:00:07.906Z] #31 8.932 [2022-03-11T18:00:07.906Z] #31 8.970 Download of images into '/build' complete. [2022-03-11T18:00:07.906Z] #31 8.970 Use something like the following to load the result into a Docker daemon: [2022-03-11T18:00:07.906Z] #31 8.970 tar -cC '/build' . | docker load [2022-03-11T18:00:07.906Z] #31 DONE 9.4s [2022-03-11T18:00:07.906Z] [2022-03-11T18:00:07.906Z] #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 [2022-03-11T18:00:07.906Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-11T18:00:07.906Z] #13 DONE 0.7s [2022-03-11T18:00:08.164Z] [2022-03-11T18:00:08.164Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-11T18:00:08.164Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-11T18:00:08.164Z] #33 DONE 0.1s [2022-03-11T18:00:08.164Z] [2022-03-11T18:00:08.164Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:00:08.164Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:00:08.164Z] #51 ... [2022-03-11T18:00:08.164Z] [2022-03-11T18:00:08.164Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-11T18:00:08.164Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-11T18:00:08.164Z] #46 DONE 0.2s [2022-03-11T18:00:08.164Z] [2022-03-11T18:00:08.164Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-11T18:00:08.164Z] #62 sha256:21bed856fac87e0a070c92b5c245ecfcc67c07fbb76c62ac30e173241f1d5227 [2022-03-11T18:00:08.164Z] #62 DONE 0.2s [2022-03-11T18:00:08.199Z] #13 DONE 0.7s [2022-03-11T18:00:08.199Z] [2022-03-11T18:00:08.199Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-11T18:00:08.199Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-11T18:00:08.199Z] #42 DONE 0.1s [2022-03-11T18:00:08.199Z] [2022-03-11T18:00:08.199Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-11T18:00:08.199Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-11T18:00:08.199Z] #43 ... [2022-03-11T18:00:08.199Z] [2022-03-11T18:00:08.199Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-11T18:00:08.199Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-11T18:00:08.199Z] #46 DONE 0.2s [2022-03-11T18:00:08.199Z] [2022-03-11T18:00:08.199Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-11T18:00:08.199Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-11T18:00:08.199Z] #33 DONE 0.2s [2022-03-11T18:00:08.199Z] [2022-03-11T18:00:08.199Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-11T18:00:08.199Z] #25 sha256:eeff3575e7fcf29aafd86a35b50e3be3628fa232d64f40212ed6240c4db0418b [2022-03-11T18:00:08.199Z] #25 DONE 0.3s [2022-03-11T18:00:08.422Z] [2022-03-11T18:00:08.422Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-11T18:00:08.422Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-11T18:00:08.422Z] #42 DONE 0.2s [2022-03-11T18:00:08.422Z] [2022-03-11T18:00:08.422Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-11T18:00:08.422Z] #25 sha256:dfafb67e035a11aa9971f9255b0c0f9e580c3594130e47f2d6d34da2c7c988e4 [2022-03-11T18:00:08.422Z] #25 DONE 0.2s [2022-03-11T18:00:08.422Z] [2022-03-11T18:00:08.422Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-11T18:00:08.422Z] #26 sha256:f01319b7200dd7620ea10801389536c6c96affcdac5e90cff65b6e3662f52b3a [2022-03-11T18:00:08.455Z] [2022-03-11T18:00:08.455Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-11T18:00:08.455Z] #62 sha256:0c507cbe86ffd4ee3e4b45d8864d109fc02b0d920cf7a6255f0f7f5bf8569075 [2022-03-11T18:00:08.455Z] #62 DONE 0.3s [2022-03-11T18:00:08.455Z] [2022-03-11T18:00:08.455Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-11T18:00:08.455Z] #63 sha256:2cb67d9ff5db58cba76a77d0addfe2c2db13ddcb5ed083baf911dcf149bc744d [2022-03-11T18:00:08.749Z] #54 13.24 Setting up criu (3.16.1-3) ... [2022-03-11T18:00:09.317Z] #54 13.70 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:00:09.576Z] #54 DONE 14.2s [2022-03-11T18:00:09.576Z] [2022-03-11T18:00:09.576Z] #50 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-11T18:00:09.576Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-11T18:00:11.730Z] #63 3.365 + RM_GOPATH=0 [2022-03-11T18:00:11.730Z] #63 3.365 + TMP_GOPATH= [2022-03-11T18:00:11.730Z] #63 3.365 + : /build [2022-03-11T18:00:11.730Z] #63 3.366 + '[' -z '' ']' [2022-03-11T18:00:11.730Z] #63 3.373 ++ mktemp -d [2022-03-11T18:00:11.730Z] #63 3.374 + export GOPATH=/tmp/tmp.cpPzGOpJlA [2022-03-11T18:00:11.730Z] #63 3.374 + GOPATH=/tmp/tmp.cpPzGOpJlA [2022-03-11T18:00:11.730Z] #63 3.375 + RM_GOPATH=1 [2022-03-11T18:00:11.730Z] #63 3.375 + case "$(go env GOARCH)" in [2022-03-11T18:00:11.730Z] #63 3.376 ++ go env GOARCH [2022-03-11T18:00:11.730Z] #63 3.409 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:11.730Z] #63 3.409 + GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:11.730Z] #63 3.409 ++ dirname /install.sh [2022-03-11T18:00:11.730Z] #63 3.411 Install rootlesskit version v0.14.6 [2022-03-11T18:00:11.730Z] #63 3.411 + dir=/ [2022-03-11T18:00:11.730Z] #63 3.411 + bin=rootlesskit [2022-03-11T18:00:11.730Z] #63 3.411 + shift [2022-03-11T18:00:11.730Z] #63 3.411 + '[' '!' -f //rootlesskit.installer ']' [2022-03-11T18:00:11.730Z] #63 3.411 + . //rootlesskit.installer [2022-03-11T18:00:11.730Z] #63 3.411 ++ : v0.14.6 [2022-03-11T18:00:11.730Z] #63 3.411 + install_rootlesskit [2022-03-11T18:00:11.730Z] #63 3.411 + case "$1" in [2022-03-11T18:00:11.730Z] #63 3.411 + export CGO_ENABLED=0 [2022-03-11T18:00:11.730Z] #63 3.411 + CGO_ENABLED=0 [2022-03-11T18:00:11.730Z] #63 3.411 + _install_rootlesskit [2022-03-11T18:00:11.730Z] #63 3.411 + echo 'Install rootlesskit version v0.14.6' [2022-03-11T18:00:11.730Z] #63 3.411 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-11T18:00:11.730Z] #63 3.411 + GOBIN=/build [2022-03-11T18:00:11.730Z] #63 3.411 + GO111MODULE=on [2022-03-11T18:00:11.730Z] #63 3.411 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-11T18:00:12.113Z] #50 ... [2022-03-11T18:00:12.113Z] [2022-03-11T18:00:12.113Z] #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 [2022-03-11T18:00:12.113Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-11T18:00:12.113Z] #19 11.30 Fetched 48.9 MB in 10s (4797 kB/s) [2022-03-11T18:00:12.293Z] #63 3.813 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-11T18:00:12.620Z] #26 3.832 + RM_GOPATH=0 [2022-03-11T18:00:12.620Z] #26 3.833 + TMP_GOPATH= [2022-03-11T18:00:12.620Z] #26 3.833 + : /build [2022-03-11T18:00:12.620Z] #26 3.833 + '[' -z '' ']' [2022-03-11T18:00:12.620Z] #26 3.836 ++ mktemp -d [2022-03-11T18:00:12.620Z] #26 3.840 + export GOPATH=/tmp/tmp.Qolq63z8sQ [2022-03-11T18:00:12.620Z] #26 3.842 + GOPATH=/tmp/tmp.Qolq63z8sQ [2022-03-11T18:00:12.620Z] #26 3.843 + RM_GOPATH=1 [2022-03-11T18:00:12.620Z] #26 3.843 + case "$(go env GOARCH)" in [2022-03-11T18:00:12.620Z] #26 3.846 ++ go env GOARCH [2022-03-11T18:00:12.620Z] #26 3.870 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:12.620Z] #26 3.870 + GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:12.620Z] #26 3.871 ++ dirname /install.sh [2022-03-11T18:00:12.620Z] #26 3.872 + dir=/ [2022-03-11T18:00:12.620Z] #26 3.872 + bin=dockercli [2022-03-11T18:00:12.620Z] #26 3.872 + shift [2022-03-11T18:00:12.620Z] #26 3.872 + '[' '!' -f //dockercli.installer ']' [2022-03-11T18:00:12.620Z] #26 3.873 + . //dockercli.installer [2022-03-11T18:00:12.620Z] #26 3.873 ++ : stable [2022-03-11T18:00:12.620Z] #26 3.873 ++ : 17.06.2-ce [2022-03-11T18:00:12.620Z] #26 3.874 + install_dockercli [2022-03-11T18:00:12.620Z] #26 3.878 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-11T18:00:12.620Z] #26 3.878 Install docker/cli version 17.06.2-ce from stable [2022-03-11T18:00:12.620Z] #26 3.881 ++ uname -m [2022-03-11T18:00:12.620Z] #26 3.883 + arch=x86_64 [2022-03-11T18:00:12.620Z] #26 3.883 + '[' x86_64 '!=' x86_64 ']' [2022-03-11T18:00:12.620Z] #26 3.883 + url=https://download.docker.com/linux/static [2022-03-11T18:00:12.620Z] #26 3.884 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-11T18:00:12.620Z] #26 3.896 + tar -xz docker/docker [2022-03-11T18:00:14.018Z] #19 11.30 Reading package lists... [2022-03-11T18:00:14.018Z] #19 ... [2022-03-11T18:00:14.018Z] [2022-03-11T18:00:14.018Z] #41 [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 [2022-03-11T18:00:14.018Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-11T18:00:14.018Z] #41 DONE 18.7s [2022-03-11T18:00:14.277Z] [2022-03-11T18:00:14.278Z] #50 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-11T18:00:14.278Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-11T18:00:14.819Z] #63 5.922 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-11T18:00:14.819Z] #63 5.922 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-11T18:00:14.819Z] #63 ... [2022-03-11T18:00:14.819Z] [2022-03-11T18:00:14.819Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-11T18:00:14.819Z] #26 sha256:a91cba3612b9082e6646658b2a1dc754c63d9139de0fe900da2b3a2390245b55 [2022-03-11T18:00:14.819Z] #26 3.615 + RM_GOPATH=0 [2022-03-11T18:00:14.819Z] #26 3.616 + TMP_GOPATH= [2022-03-11T18:00:14.819Z] #26 3.616 + : /build [2022-03-11T18:00:14.819Z] #26 3.616 + '[' -z '' ']' [2022-03-11T18:00:14.819Z] #26 3.616 ++ mktemp -d [2022-03-11T18:00:14.819Z] #26 3.618 + export GOPATH=/tmp/tmp.8mR0SUOdTE [2022-03-11T18:00:14.819Z] #26 3.618 + GOPATH=/tmp/tmp.8mR0SUOdTE [2022-03-11T18:00:14.819Z] #26 3.618 + RM_GOPATH=1 [2022-03-11T18:00:14.819Z] #26 3.618 + case "$(go env GOARCH)" in [2022-03-11T18:00:14.819Z] #26 3.620 ++ go env GOARCH [2022-03-11T18:00:14.819Z] #26 3.655 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:14.819Z] #26 3.655 + GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:14.819Z] #26 3.656 ++ dirname /install.sh [2022-03-11T18:00:14.819Z] #26 3.659 + dir=/ [2022-03-11T18:00:14.819Z] #26 3.659 + bin=dockercli [2022-03-11T18:00:14.819Z] #26 3.661 + shift [2022-03-11T18:00:14.819Z] #26 3.662 + '[' '!' -f //dockercli.installer ']' [2022-03-11T18:00:14.819Z] #26 3.662 + . //dockercli.installer [2022-03-11T18:00:14.819Z] #26 3.662 ++ : stable [2022-03-11T18:00:14.819Z] #26 3.665 ++ : 17.06.2-ce [2022-03-11T18:00:14.820Z] #26 3.672 + install_dockercli [2022-03-11T18:00:14.820Z] #26 3.672 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-11T18:00:14.820Z] #26 3.672 Install docker/cli version 17.06.2-ce from stable [2022-03-11T18:00:14.820Z] #26 3.674 ++ uname -m [2022-03-11T18:00:14.820Z] #26 3.675 + arch=x86_64 [2022-03-11T18:00:14.820Z] #26 3.675 + '[' x86_64 '!=' x86_64 ']' [2022-03-11T18:00:14.820Z] #26 3.677 + url=https://download.docker.com/linux/static [2022-03-11T18:00:14.820Z] #26 3.678 + tar -xz docker/docker [2022-03-11T18:00:14.820Z] #26 3.679 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-11T18:00:14.820Z] #26 ... [2022-03-11T18:00:14.820Z] [2022-03-11T18:00:14.820Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-11T18:00:14.820Z] #63 sha256:2cb67d9ff5db58cba76a77d0addfe2c2db13ddcb5ed083baf911dcf149bc744d [2022-03-11T18:00:14.820Z] #63 6.475 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-11T18:00:15.913Z] #26 ... [2022-03-11T18:00:15.913Z] [2022-03-11T18:00:15.913Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-11T18:00:15.913Z] #63 sha256:c54505ec25c18123bbfd06e0b2b56b4c055a2776f345d39874573b745cda11a0 [2022-03-11T18:00:15.913Z] #63 3.783 + RM_GOPATH=0 [2022-03-11T18:00:15.913Z] #63 3.783 + TMP_GOPATH= [2022-03-11T18:00:15.913Z] #63 3.783 + : /build [2022-03-11T18:00:15.913Z] #63 3.783 + '[' -z '' ']' [2022-03-11T18:00:15.913Z] #63 3.787 ++ mktemp -d [2022-03-11T18:00:15.913Z] #63 3.791 + export GOPATH=/tmp/tmp.GYUeWsaEZR [2022-03-11T18:00:15.913Z] #63 3.791 + GOPATH=/tmp/tmp.GYUeWsaEZR [2022-03-11T18:00:15.913Z] #63 3.791 + RM_GOPATH=1 [2022-03-11T18:00:15.913Z] #63 3.792 + case "$(go env GOARCH)" in [2022-03-11T18:00:15.913Z] #63 3.792 ++ go env GOARCH [2022-03-11T18:00:15.913Z] #63 3.812 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:15.913Z] #63 3.812 + GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:15.913Z] #63 3.813 ++ dirname /install.sh [2022-03-11T18:00:15.913Z] #63 3.821 + dir=/ [2022-03-11T18:00:15.913Z] #63 3.828 + bin=rootlesskit [2022-03-11T18:00:15.913Z] #63 3.831 + shift [2022-03-11T18:00:15.913Z] #63 3.831 + '[' '!' -f //rootlesskit.installer ']' [2022-03-11T18:00:15.913Z] #63 3.832 + . //rootlesskit.installer [2022-03-11T18:00:15.913Z] #63 3.833 ++ : v0.14.6 [2022-03-11T18:00:15.913Z] #63 3.834 + install_rootlesskit [2022-03-11T18:00:15.913Z] #63 3.836 + case "$1" in [2022-03-11T18:00:15.913Z] #63 3.836 + export CGO_ENABLED=0 [2022-03-11T18:00:15.913Z] #63 3.841 + CGO_ENABLED=0 [2022-03-11T18:00:15.913Z] #63 3.841 + _install_rootlesskit [2022-03-11T18:00:15.913Z] #63 3.841 + echo 'Install rootlesskit version v0.14.6' [2022-03-11T18:00:15.913Z] #63 3.850 Install rootlesskit version v0.14.6 [2022-03-11T18:00:15.913Z] #63 3.851 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-11T18:00:15.913Z] #63 3.852 + GOBIN=/build [2022-03-11T18:00:15.913Z] #63 3.852 + GO111MODULE=on [2022-03-11T18:00:15.913Z] #63 3.854 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-11T18:00:15.913Z] #63 4.421 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-11T18:00:15.913Z] #63 7.087 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-11T18:00:15.913Z] #63 7.095 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-11T18:00:15.913Z] #63 7.592 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-11T18:00:16.183Z] #50 ... [2022-03-11T18:00:16.183Z] [2022-03-11T18:00:16.183Z] #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 [2022-03-11T18:00:16.183Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-11T18:00:16.183Z] #19 11.30 Reading package lists... [2022-03-11T18:00:17.342Z] #63 9.097 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-11T18:00:17.908Z] #63 ... [2022-03-11T18:00:17.908Z] [2022-03-11T18:00:17.908Z] #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 [2022-03-11T18:00:17.908Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:00:17.908Z] #14 3.773 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:00:17.908Z] #14 3.819 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:00:17.908Z] #14 3.819 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:00:17.908Z] #14 4.437 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:00:17.908Z] #14 6.361 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:00:17.908Z] #14 8.289 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:00:18.166Z] #14 ... [2022-03-11T18:00:18.166Z] [2022-03-11T18:00:18.166Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-11T18:00:18.166Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-11T18:00:18.166Z] #36 3.725 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-11T18:00:18.423Z] #36 ... [2022-03-11T18:00:18.423Z] [2022-03-11T18:00:18.423Z] #38 [tini 1/3] 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 [2022-03-11T18:00:18.423Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-11T18:00:18.423Z] #38 2.964 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:00:18.423Z] #38 2.980 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:00:18.423Z] #38 2.980 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:00:18.423Z] #38 3.319 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:00:18.423Z] #38 4.161 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:00:18.423Z] #38 5.822 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:00:18.423Z] #38 ... [2022-03-11T18:00:18.423Z] [2022-03-11T18:00:18.423Z] #58 [containerd 1/3] 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 [2022-03-11T18:00:18.423Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-11T18:00:18.423Z] #58 4.290 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:00:18.423Z] #58 4.322 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:00:18.423Z] #58 4.333 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:00:18.423Z] #58 5.193 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:00:18.423Z] #58 7.055 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:00:18.423Z] #58 8.943 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:00:18.423Z] #58 ... [2022-03-11T18:00:18.423Z] [2022-03-11T18:00:18.423Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-11T18:00:18.423Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-11T18:00:18.423Z] #53 3.961 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-11T18:00:18.423Z] #53 5.015 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-11T18:00:18.423Z] #53 5.067 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-11T18:00:18.423Z] #53 5.098 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-11T18:00:18.423Z] #53 6.656 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-11T18:00:18.447Z] #63 ... [2022-03-11T18:00:18.447Z] [2022-03-11T18:00:18.447Z] #58 [containerd 1/3] 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 [2022-03-11T18:00:18.447Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-11T18:00:18.447Z] #58 3.687 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:00:18.447Z] #58 3.735 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:00:18.447Z] #58 3.736 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:00:18.447Z] #58 4.491 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:00:18.447Z] #58 6.071 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:00:18.447Z] #58 8.300 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:00:18.447Z] #58 ... [2022-03-11T18:00:18.447Z] [2022-03-11T18:00:18.447Z] #38 [tini 1/3] 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 [2022-03-11T18:00:18.447Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-11T18:00:18.447Z] #38 2.864 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:00:18.447Z] #38 2.879 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:00:18.447Z] #38 2.880 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:00:18.447Z] #38 3.150 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:00:18.447Z] #38 4.172 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:00:18.447Z] #38 5.574 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:00:18.447Z] #38 ... [2022-03-11T18:00:18.447Z] [2022-03-11T18:00:18.447Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-11T18:00:18.447Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-11T18:00:18.447Z] #36 4.524 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-11T18:00:18.447Z] #36 ... [2022-03-11T18:00:18.447Z] [2022-03-11T18:00:18.447Z] #34 [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 [2022-03-11T18:00:18.447Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-11T18:00:18.447Z] #34 3.460 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-11T18:00:18.447Z] #34 3.469 Cloning into '.'... [2022-03-11T18:00:18.680Z] #53 ... [2022-03-11T18:00:18.680Z] [2022-03-11T18:00:18.680Z] #47 [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_11/ /' > /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 [2022-03-11T18:00:18.680Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-11T18:00:18.680Z] #47 3.969 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:00:18.680Z] #47 4.029 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:00:18.680Z] #47 4.031 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:00:18.680Z] #47 4.616 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-03-11T18:00:18.680Z] #47 5.004 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:00:18.680Z] #47 6.902 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:00:18.680Z] #47 8.927 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:00:18.680Z] #47 ... [2022-03-11T18:00:18.680Z] [2022-03-11T18:00:18.680Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-11T18:00:18.680Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-11T18:00:18.680Z] #49 3.904 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-11T18:00:18.680Z] #49 5.524 go: downloading github.com/fatih/color v1.10.0 [2022-03-11T18:00:18.680Z] #49 5.541 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-11T18:00:18.680Z] #49 5.547 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-11T18:00:18.680Z] #49 5.658 go: downloading github.com/pkg/errors v0.9.1 [2022-03-11T18:00:18.680Z] #49 5.989 go: downloading golang.org/x/tools v0.1.0 [2022-03-11T18:00:18.680Z] #49 6.113 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-11T18:00:18.680Z] #49 6.258 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-11T18:00:18.680Z] #49 6.312 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-11T18:00:18.680Z] #49 6.504 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-11T18:00:18.680Z] #49 10.56 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-11T18:00:18.680Z] #49 10.62 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-11T18:00:18.680Z] #49 10.73 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-11T18:00:18.707Z] #34 ... [2022-03-11T18:00:18.707Z] [2022-03-11T18:00:18.707Z] #47 [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_11/ /' > /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 [2022-03-11T18:00:18.707Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-11T18:00:18.707Z] #47 3.851 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:00:18.707Z] #47 3.908 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:00:18.707Z] #47 3.918 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:00:18.707Z] #47 4.471 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-03-11T18:00:18.707Z] #47 4.745 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:00:18.707Z] #47 6.435 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:00:18.707Z] #47 8.098 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:00:18.707Z] #47 ... [2022-03-11T18:00:18.707Z] [2022-03-11T18:00:18.707Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-11T18:00:18.707Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-11T18:00:18.707Z] #43 3.806 + git clone https://github.com/docker/distribution.git . [2022-03-11T18:00:18.707Z] #43 3.812 Cloning into '.'... [2022-03-11T18:00:18.937Z] #49 ... [2022-03-11T18:00:18.937Z] [2022-03-11T18:00:18.937Z] #34 [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 [2022-03-11T18:00:18.937Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-11T18:00:18.937Z] #34 3.326 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-11T18:00:18.937Z] #34 3.328 Cloning into '.'... [2022-03-11T18:00:18.966Z] #43 ... [2022-03-11T18:00:18.966Z] [2022-03-11T18:00:18.966Z] #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 [2022-03-11T18:00:18.966Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:00:18.966Z] #14 3.380 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:00:18.966Z] #14 3.422 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:00:18.966Z] #14 3.422 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:00:18.966Z] #14 4.276 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:00:18.966Z] #14 5.884 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:00:18.966Z] #14 7.698 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:00:18.966Z] #14 ... [2022-03-11T18:00:18.966Z] [2022-03-11T18:00:18.966Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-11T18:00:18.966Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-11T18:00:18.966Z] #53 4.183 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-11T18:00:18.966Z] #53 5.412 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-11T18:00:18.966Z] #53 5.413 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-11T18:00:18.966Z] #53 5.460 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-11T18:00:18.966Z] #53 7.242 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-11T18:00:19.196Z] #34 ... [2022-03-11T18:00:19.196Z] [2022-03-11T18:00:19.196Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:00:19.197Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:00:19.197Z] #51 4.366 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-11T18:00:19.197Z] #51 ... [2022-03-11T18:00:19.197Z] [2022-03-11T18:00:19.197Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-11T18:00:19.197Z] #26 sha256:a91cba3612b9082e6646658b2a1dc754c63d9139de0fe900da2b3a2390245b55 [2022-03-11T18:00:19.197Z] #26 10.84 + mkdir -p /build [2022-03-11T18:00:19.197Z] #26 10.84 + mv docker/docker /build/ [2022-03-11T18:00:19.197Z] #26 10.85 + rmdir docker [2022-03-11T18:00:19.227Z] #53 ... [2022-03-11T18:00:19.227Z] [2022-03-11T18:00:19.227Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-11T18:00:19.227Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-11T18:00:19.227Z] #49 4.075 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-11T18:00:19.227Z] #49 5.518 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-11T18:00:19.227Z] #49 5.525 go: downloading github.com/fatih/color v1.10.0 [2022-03-11T18:00:19.227Z] #49 5.646 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-11T18:00:19.227Z] #49 5.661 go: downloading github.com/pkg/errors v0.9.1 [2022-03-11T18:00:19.227Z] #49 6.087 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-11T18:00:19.227Z] #49 6.090 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-11T18:00:19.227Z] #49 6.137 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-11T18:00:19.227Z] #49 6.172 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-11T18:00:19.227Z] #49 6.295 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-11T18:00:19.227Z] #49 6.312 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-11T18:00:19.227Z] #49 6.501 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-11T18:00:19.227Z] #49 6.757 go: downloading golang.org/x/tools v0.1.0 [2022-03-11T18:00:19.227Z] #49 ... [2022-03-11T18:00:19.227Z] [2022-03-11T18:00:19.227Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-11T18:00:19.227Z] #26 sha256:f01319b7200dd7620ea10801389536c6c96affcdac5e90cff65b6e3662f52b3a [2022-03-11T18:00:19.227Z] #26 11.02 + mkdir -p /build [2022-03-11T18:00:19.227Z] #26 11.02 + mv docker/docker /build/ [2022-03-11T18:00:19.227Z] #26 11.04 + rmdir docker [2022-03-11T18:00:19.458Z] #26 DONE 11.2s [2022-03-11T18:00:19.458Z] [2022-03-11T18:00:19.458Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-11T18:00:19.458Z] #63 sha256:2cb67d9ff5db58cba76a77d0addfe2c2db13ddcb5ed083baf911dcf149bc744d [2022-03-11T18:00:19.459Z] #63 9.933 go: downloading github.com/google/uuid v1.3.0 [2022-03-11T18:00:19.459Z] #63 9.936 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-11T18:00:19.459Z] #63 10.00 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-11T18:00:19.459Z] #63 10.12 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-11T18:00:19.459Z] #63 10.17 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-11T18:00:19.459Z] #63 10.34 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-11T18:00:19.459Z] #63 10.70 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-11T18:00:19.459Z] #63 10.93 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-11T18:00:19.459Z] #63 11.03 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-11T18:00:20.604Z] #26 DONE 12.1s [2022-03-11T18:00:20.604Z] [2022-03-11T18:00:20.604Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-11T18:00:20.604Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-11T18:00:20.604Z] #49 12.10 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-11T18:00:20.604Z] #49 12.10 go: downloading golang.org/x/mod v0.3.0 [2022-03-11T18:00:21.353Z] #63 ... [2022-03-11T18:00:21.353Z] [2022-03-11T18:00:21.353Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-11T18:00:21.353Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-11T18:00:21.353Z] #43 2.953 + git clone https://github.com/docker/distribution.git . [2022-03-11T18:00:21.353Z] #43 2.962 Cloning into '.'... [2022-03-11T18:00:21.353Z] #43 ... [2022-03-11T18:00:21.353Z] [2022-03-11T18:00:21.353Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-11T18:00:21.353Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-11T18:00:21.353Z] #49 12.41 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-11T18:00:21.353Z] #49 12.49 go: downloading golang.org/x/mod v0.3.0 [2022-03-11T18:00:21.713Z] #19 15.79 Reading package lists... [2022-03-11T18:00:21.972Z] #19 20.14 Building dependency tree... [2022-03-11T18:00:22.521Z] #49 ... [2022-03-11T18:00:22.521Z] [2022-03-11T18:00:22.521Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:00:22.521Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:00:22.521Z] #51 4.273 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-11T18:00:22.521Z] #51 ... [2022-03-11T18:00:22.521Z] [2022-03-11T18:00:22.521Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-11T18:00:22.521Z] #63 sha256:c54505ec25c18123bbfd06e0b2b56b4c055a2776f345d39874573b745cda11a0 [2022-03-11T18:00:22.521Z] #63 10.51 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-11T18:00:22.521Z] #63 11.07 go: downloading github.com/google/uuid v1.3.0 [2022-03-11T18:00:22.521Z] #63 11.12 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-11T18:00:22.521Z] #63 11.21 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-11T18:00:22.521Z] #63 11.28 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-11T18:00:22.521Z] #63 11.36 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-11T18:00:22.521Z] #63 11.52 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-11T18:00:22.521Z] #63 12.06 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-11T18:00:22.521Z] #63 12.36 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-11T18:00:22.909Z] #19 22.03 The following additional packages will be installed: [2022-03-11T18:00:22.909Z] #19 22.03 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-11T18:00:22.909Z] #19 22.03 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-11T18:00:22.909Z] #19 22.03 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-11T18:00:22.909Z] #19 22.03 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-11T18:00:22.909Z] #19 22.03 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-11T18:00:22.909Z] #19 22.03 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-11T18:00:22.909Z] #19 22.03 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-03-11T18:00:22.909Z] #19 22.03 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-03-11T18:00:22.909Z] #19 22.03 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-03-11T18:00:22.909Z] #19 22.03 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-03-11T18:00:22.909Z] #19 22.03 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-11T18:00:22.909Z] #19 22.03 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-11T18:00:22.909Z] #19 22.03 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-11T18:00:22.909Z] #19 22.03 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-11T18:00:22.909Z] #19 22.03 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-11T18:00:22.909Z] #19 22.03 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-11T18:00:22.909Z] #19 22.03 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-11T18:00:22.909Z] #19 22.03 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-11T18:00:22.909Z] #19 22.03 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-11T18:00:22.909Z] #19 22.03 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-11T18:00:22.909Z] #19 22.03 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-11T18:00:22.909Z] #19 22.03 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-11T18:00:22.909Z] #19 22.03 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-11T18:00:22.909Z] #19 22.03 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-11T18:00:22.909Z] #19 22.04 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-11T18:00:22.909Z] #19 22.04 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-11T18:00:22.909Z] #19 22.04 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-11T18:00:22.909Z] #19 22.04 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-11T18:00:22.909Z] #19 22.04 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-11T18:00:22.909Z] #19 22.04 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-11T18:00:22.909Z] #19 22.04 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-11T18:00:22.909Z] #19 22.04 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-11T18:00:22.909Z] #19 22.04 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-11T18:00:22.909Z] #19 22.04 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-11T18:00:22.909Z] #19 22.04 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-11T18:00:22.909Z] #19 22.04 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-11T18:00:22.909Z] #19 22.04 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-11T18:00:22.909Z] #19 22.04 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-11T18:00:22.909Z] #19 22.04 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-11T18:00:22.909Z] #19 22.04 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-11T18:00:22.909Z] #19 22.04 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-11T18:00:22.909Z] #19 22.04 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-11T18:00:22.909Z] #19 22.04 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-11T18:00:22.909Z] #19 22.04 linux-libc-dev-s390x-cross patch xz-utils [2022-03-11T18:00:22.909Z] #19 22.06 Suggested packages: [2022-03-11T18:00:22.909Z] #19 22.06 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-03-11T18:00:22.909Z] #19 22.06 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-03-11T18:00:22.909Z] #19 22.06 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-03-11T18:00:22.909Z] #19 22.06 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-03-11T18:00:22.909Z] #19 22.06 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-03-11T18:00:22.909Z] #19 22.06 libyaml-shell-perl ed diffutils-doc [2022-03-11T18:00:22.909Z] #19 22.06 Recommended packages: [2022-03-11T18:00:22.909Z] #19 22.06 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-03-11T18:00:22.909Z] #19 22.06 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-03-11T18:00:23.089Z] #63 14.80 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-11T18:00:23.351Z] #63 15.03 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-11T18:00:23.886Z] #49 ... [2022-03-11T18:00:23.886Z] [2022-03-11T18:00:23.887Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-11T18:00:23.887Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-11T18:00:23.887Z] #36 15.50 tomll can be used in two ways: [2022-03-11T18:00:23.887Z] #36 15.50 Writing to STDIN and reading from STDOUT: [2022-03-11T18:00:23.887Z] #36 15.50 cat file.toml | tomll > file.toml [2022-03-11T18:00:23.887Z] #36 15.50 [2022-03-11T18:00:23.887Z] #36 15.50 Reading and updating a list of files: [2022-03-11T18:00:23.887Z] #36 15.50 tomll a.toml b.toml c.toml [2022-03-11T18:00:23.887Z] #36 15.50 [2022-03-11T18:00:23.887Z] #36 15.50 When given a list of files, tomll will modify all files in place without asking. [2022-03-11T18:00:23.887Z] #36 DONE 15.7s [2022-03-11T18:00:23.887Z] [2022-03-11T18:00:23.887Z] #38 [tini 1/3] 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 [2022-03-11T18:00:23.887Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-11T18:00:23.887Z] #38 14.39 Fetched 8507 kB in 12s (728 kB/s) [2022-03-11T18:00:24.191Z] #60 65.95 # github.com/containerd/containerd/cmd/containerd [2022-03-11T18:00:24.191Z] #60 65.95 /usr/bin/ld: /tmp/go-link-839619726/000019.o: in function `New': [2022-03-11T18:00:24.191Z] #60 65.95 /tmp/tmp.M6yFEAFViN/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 [2022-03-11T18:00:24.191Z] #60 66.04 + bin/containerd-stress [2022-03-11T18:00:24.191Z] #60 67.22 + bin/containerd-shim [2022-03-11T18:00:24.735Z] #63 ... [2022-03-11T18:00:24.735Z] [2022-03-11T18:00:24.735Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-11T18:00:24.735Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-11T18:00:24.735Z] #36 16.39 tomll can be used in two ways: [2022-03-11T18:00:24.735Z] #36 16.39 Writing to STDIN and reading from STDOUT: [2022-03-11T18:00:24.735Z] #36 16.39 cat file.toml | tomll > file.toml [2022-03-11T18:00:24.735Z] #36 16.39 [2022-03-11T18:00:24.735Z] #36 16.39 Reading and updating a list of files: [2022-03-11T18:00:24.735Z] #36 16.39 tomll a.toml b.toml c.toml [2022-03-11T18:00:24.735Z] #36 16.40 [2022-03-11T18:00:24.735Z] #36 16.40 When given a list of files, tomll will modify all files in place without asking. [2022-03-11T18:00:24.735Z] #36 DONE 16.7s [2022-03-11T18:00:24.735Z] [2022-03-11T18:00:24.735Z] #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 [2022-03-11T18:00:24.735Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:00:24.735Z] #14 16.02 Fetched 8507 kB in 13s (659 kB/s) [2022-03-11T18:00:24.814Z] #19 23.75 The following NEW packages will be installed: [2022-03-11T18:00:24.814Z] #19 23.75 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-11T18:00:24.814Z] #19 23.75 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-11T18:00:24.814Z] #19 23.75 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-11T18:00:24.814Z] #19 23.75 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-11T18:00:24.814Z] #19 23.75 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-11T18:00:24.814Z] #19 23.75 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-11T18:00:24.814Z] #19 23.75 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-03-11T18:00:24.814Z] #19 23.75 crossbuild-essential-armel crossbuild-essential-armhf [2022-03-11T18:00:24.814Z] #19 23.75 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-03-11T18:00:24.814Z] #19 23.75 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-03-11T18:00:24.814Z] #19 23.75 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-03-11T18:00:24.814Z] #19 23.75 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-03-11T18:00:24.814Z] #19 23.75 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-03-11T18:00:24.814Z] #19 23.75 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-11T18:00:24.814Z] #19 23.75 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-11T18:00:24.814Z] #19 23.75 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-11T18:00:24.814Z] #19 23.75 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-11T18:00:24.814Z] #19 23.75 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-11T18:00:24.814Z] #19 23.75 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-11T18:00:24.814Z] #19 23.75 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-11T18:00:24.814Z] #19 23.75 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-11T18:00:24.814Z] #19 23.75 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-11T18:00:24.814Z] #19 23.75 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-11T18:00:24.814Z] #19 23.75 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-11T18:00:24.814Z] #19 23.75 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-11T18:00:24.814Z] #19 23.75 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-11T18:00:24.814Z] #19 23.75 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-11T18:00:24.814Z] #19 23.75 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-11T18:00:24.814Z] #19 23.75 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-11T18:00:24.814Z] #19 23.75 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-11T18:00:24.814Z] #19 23.75 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-11T18:00:24.814Z] #19 23.75 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-11T18:00:24.814Z] #19 23.75 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-11T18:00:24.814Z] #19 23.75 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-11T18:00:24.814Z] #19 23.75 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-11T18:00:24.814Z] #19 23.75 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-11T18:00:24.814Z] #19 23.75 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-11T18:00:24.814Z] #19 23.75 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-11T18:00:24.814Z] #19 23.75 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-11T18:00:24.814Z] #19 23.75 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-11T18:00:24.814Z] #19 23.75 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-11T18:00:24.814Z] #19 23.75 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-11T18:00:24.814Z] #19 23.75 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-11T18:00:24.814Z] #19 23.75 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-11T18:00:24.814Z] #19 23.75 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-11T18:00:24.814Z] #19 23.75 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-11T18:00:24.814Z] #19 23.76 linux-libc-dev-s390x-cross patch xz-utils [2022-03-11T18:00:24.814Z] #19 24.07 0 upgraded, 133 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:00:24.814Z] #19 24.07 Need to get 787 MB of archives. [2022-03-11T18:00:24.814Z] #19 24.07 After this operation, 3385 MB of additional disk space will be used. [2022-03-11T18:00:24.814Z] #19 24.07 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-03-11T18:00:24.814Z] #19 24.07 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-11T18:00:24.814Z] #19 24.07 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-03-11T18:00:24.814Z] #19 24.08 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-03-11T18:00:24.814Z] #19 24.08 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-03-11T18:00:24.814Z] #19 24.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-11T18:00:24.814Z] #19 24.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-03-11T18:00:24.814Z] #19 24.14 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-03-11T18:00:24.814Z] #19 24.16 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-03-11T18:00:24.814Z] #19 24.17 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-03-11T18:00:24.814Z] #19 24.19 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-03-11T18:00:24.814Z] #19 24.20 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] [2022-03-11T18:00:24.814Z] #19 24.21 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] [2022-03-11T18:00:25.073Z] #19 24.60 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] [2022-03-11T18:00:25.334Z] #19 24.60 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] [2022-03-11T18:00:25.593Z] #19 ... [2022-03-11T18:00:25.593Z] [2022-03-11T18:00:25.593Z] #50 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-11T18:00:25.593Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-11T18:00:25.593Z] #50 30.07 + dpkg --print-architecture [2022-03-11T18:00:25.593Z] #50 30.07 + git checkout -q v2.1.0 [2022-03-11T18:00:25.852Z] #50 30.32 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-11T18:00:25.852Z] #50 30.32 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-11T18:00:28.069Z] #38 14.39 Reading package lists... [2022-03-11T18:00:28.372Z] #60 75.67 + bin/containerd-shim-runc-v1 [2022-03-11T18:00:29.001Z] #38 19.78 Reading package lists... [2022-03-11T18:00:29.001Z] #38 ... [2022-03-11T18:00:29.001Z] [2022-03-11T18:00:29.001Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-11T18:00:29.001Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-11T18:00:29.001Z] #43 20.63 + git checkout -q v2.3.0 [2022-03-11T18:00:30.013Z] #14 16.02 Reading package lists... [2022-03-11T18:00:30.013Z] #14 ... [2022-03-11T18:00:30.013Z] [2022-03-11T18:00:30.013Z] #47 [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_11/ /' > /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 [2022-03-11T18:00:30.013Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-11T18:00:30.013Z] #47 11.17 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-03-11T18:00:30.013Z] #47 17.34 Fetched 8511 kB in 14s (614 kB/s) [2022-03-11T18:00:30.013Z] #47 17.34 Reading package lists... [2022-03-11T18:00:30.013Z] #47 ... [2022-03-11T18:00:30.013Z] [2022-03-11T18:00:30.013Z] #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 [2022-03-11T18:00:30.013Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:00:30.581Z] #14 21.57 Reading package lists... [2022-03-11T18:00:30.581Z] #14 ... [2022-03-11T18:00:30.581Z] [2022-03-11T18:00:30.581Z] #38 [tini 1/3] 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 [2022-03-11T18:00:30.581Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-11T18:00:30.581Z] #38 12.57 Fetched 8507 kB in 10s (852 kB/s) [2022-03-11T18:00:30.581Z] #38 12.57 Reading package lists... [2022-03-11T18:00:30.842Z] #38 18.58 Reading package lists... [2022-03-11T18:00:30.842Z] #38 ... [2022-03-11T18:00:30.842Z] [2022-03-11T18:00:30.842Z] #47 [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_11/ /' > /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 [2022-03-11T18:00:30.842Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-11T18:00:30.842Z] #47 17.34 Reading package lists... [2022-03-11T18:00:30.898Z] #43 ... [2022-03-11T18:00:30.898Z] [2022-03-11T18:00:30.898Z] #47 [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_11/ /' > /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 [2022-03-11T18:00:30.898Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-11T18:00:30.898Z] #47 12.32 Get:8 https://mirrorcache.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2154 B] [2022-03-11T18:00:30.898Z] #47 17.50 Fetched 8511 kB in 14s (612 kB/s) [2022-03-11T18:00:30.898Z] #47 17.50 Reading package lists... [2022-03-11T18:00:30.898Z] #47 22.06 Reading package lists... [2022-03-11T18:00:30.898Z] #47 ... [2022-03-11T18:00:30.898Z] [2022-03-11T18:00:30.898Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-11T18:00:30.898Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-11T18:00:30.898Z] #43 22.54 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-11T18:00:31.121Z] #50 DONE 35.6s [2022-03-11T18:00:31.121Z] [2022-03-11T18:00:31.121Z] #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 [2022-03-11T18:00:31.121Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-11T18:00:31.121Z] #19 25.37 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] [2022-03-11T18:00:31.121Z] #19 25.37 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] [2022-03-11T18:00:31.121Z] #19 26.25 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] [2022-03-11T18:00:31.121Z] #19 26.25 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] [2022-03-11T18:00:31.121Z] #19 27.11 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] [2022-03-11T18:00:31.121Z] #19 27.11 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] [2022-03-11T18:00:31.121Z] #19 27.76 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] [2022-03-11T18:00:31.121Z] #19 27.76 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] [2022-03-11T18:00:31.121Z] #19 27.76 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] [2022-03-11T18:00:31.121Z] #19 27.77 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] [2022-03-11T18:00:31.121Z] #19 27.77 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] [2022-03-11T18:00:31.121Z] #19 27.77 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-03-11T18:00:31.121Z] #19 27.77 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-03-11T18:00:31.121Z] #19 27.77 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-03-11T18:00:31.121Z] #19 27.78 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2022-03-11T18:00:31.121Z] #19 27.78 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-03-11T18:00:31.121Z] #19 27.79 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-03-11T18:00:31.121Z] #19 27.79 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-03-11T18:00:31.121Z] #19 27.79 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-03-11T18:00:31.121Z] #19 27.81 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-03-11T18:00:31.121Z] #19 27.84 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-03-11T18:00:31.121Z] #19 27.87 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-03-11T18:00:31.121Z] #19 27.88 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-03-11T18:00:31.121Z] #19 27.89 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2022-03-11T18:00:31.121Z] #19 27.90 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] [2022-03-11T18:00:31.121Z] #19 28.78 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2022-03-11T18:00:31.121Z] #19 28.78 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2022-03-11T18:00:31.121Z] #19 28.79 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-03-11T18:00:31.121Z] #19 28.82 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2022-03-11T18:00:31.121Z] #19 28.85 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] [2022-03-11T18:00:31.121Z] #19 30.23 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-03-11T18:00:31.121Z] #19 30.23 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-11T18:00:31.121Z] #19 30.23 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-03-11T18:00:31.121Z] #19 30.28 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-03-11T18:00:31.121Z] #19 30.28 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-03-11T18:00:31.121Z] #19 30.28 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-11T18:00:31.121Z] #19 30.47 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-11T18:00:31.121Z] #19 ... [2022-03-11T18:00:31.121Z] [2022-03-11T18:00:31.121Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:00:31.121Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:00:31.121Z] #58 34.44 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-11T18:00:31.121Z] #58 DONE 35.9s [2022-03-11T18:00:31.121Z] [2022-03-11T18:00:31.121Z] #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 [2022-03-11T18:00:31.121Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-11T18:00:31.121Z] #19 30.50 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-03-11T18:00:31.121Z] #19 30.50 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2022-03-11T18:00:31.121Z] #19 30.50 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-03-11T18:00:31.121Z] #19 30.50 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-03-11T18:00:31.121Z] #19 30.51 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-03-11T18:00:31.121Z] #19 30.51 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-03-11T18:00:31.121Z] #19 30.51 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-03-11T18:00:31.121Z] #19 30.51 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-03-11T18:00:31.121Z] #19 30.51 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-03-11T18:00:31.121Z] #19 30.51 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-03-11T18:00:31.121Z] #19 30.51 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-03-11T18:00:31.121Z] #19 30.52 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-03-11T18:00:31.121Z] #19 30.52 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-03-11T18:00:31.121Z] #19 30.53 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2022-03-11T18:00:31.121Z] #19 30.53 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-03-11T18:00:31.121Z] #19 30.53 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-03-11T18:00:31.121Z] #19 30.53 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-03-11T18:00:31.121Z] #19 30.57 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-03-11T18:00:31.121Z] #19 30.58 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-03-11T18:00:31.379Z] #19 30.58 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2022-03-11T18:00:31.379Z] #19 30.59 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] [2022-03-11T18:00:31.832Z] #43 ... [2022-03-11T18:00:31.833Z] [2022-03-11T18:00:31.833Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-11T18:00:31.833Z] #63 sha256:2cb67d9ff5db58cba76a77d0addfe2c2db13ddcb5ed083baf911dcf149bc744d [2022-03-11T18:00:31.833Z] #63 13.35 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-11T18:00:31.833Z] #63 ... [2022-03-11T18:00:31.833Z] [2022-03-11T18:00:31.833Z] #58 [containerd 1/3] 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 [2022-03-11T18:00:31.833Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-11T18:00:31.833Z] #58 16.96 Fetched 8507 kB in 13s (657 kB/s) [2022-03-11T18:00:31.833Z] #58 16.96 Reading package lists... [2022-03-11T18:00:31.945Z] #19 31.48 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2022-03-11T18:00:32.091Z] #58 21.35 Reading package lists... [2022-03-11T18:00:32.091Z] #58 ... [2022-03-11T18:00:32.091Z] [2022-03-11T18:00:32.091Z] #38 [tini 1/3] 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 [2022-03-11T18:00:32.091Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-11T18:00:32.091Z] #38 19.78 Reading package lists... [2022-03-11T18:00:32.203Z] #19 31.48 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB] [2022-03-11T18:00:32.203Z] #19 31.50 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-03-11T18:00:32.203Z] #19 31.52 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2022-03-11T18:00:32.203Z] #19 31.54 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] [2022-03-11T18:00:33.140Z] #19 32.26 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2022-03-11T18:00:33.140Z] #19 32.26 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-03-11T18:00:33.140Z] #19 32.27 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-03-11T18:00:33.140Z] #19 32.28 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2022-03-11T18:00:33.140Z] #19 32.28 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-03-11T18:00:33.140Z] #19 32.28 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-03-11T18:00:33.140Z] #19 32.28 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-03-11T18:00:33.140Z] #19 32.31 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-03-11T18:00:33.140Z] #19 32.31 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-03-11T18:00:33.140Z] #19 32.32 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2022-03-11T18:00:33.140Z] #19 32.32 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] [2022-03-11T18:00:33.279Z] #38 24.21 Building dependency tree... [2022-03-11T18:00:33.636Z] #60 80.41 + bin/containerd-shim-runc-v2 [2022-03-11T18:00:33.706Z] #19 33.20 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2022-03-11T18:00:33.706Z] #19 33.20 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2022-03-11T18:00:33.706Z] #19 33.22 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-03-11T18:00:33.706Z] #19 33.24 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2022-03-11T18:00:33.894Z] #60 81.09 + binaries [2022-03-11T18:00:33.894Z] #60 81.09 + install -D bin/containerd /build/containerd [2022-03-11T18:00:33.894Z] #60 81.13 + install -D bin/containerd-shim /build/containerd-shim [2022-03-11T18:00:33.894Z] #60 81.13 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-11T18:00:33.894Z] #60 81.14 + install -D bin/ctr /build/ctr [2022-03-11T18:00:33.964Z] #19 33.26 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] [2022-03-11T18:00:34.138Z] #47 22.52 Reading package lists... [2022-03-11T18:00:34.138Z] #47 ... [2022-03-11T18:00:34.138Z] [2022-03-11T18:00:34.138Z] #58 [containerd 1/3] 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 [2022-03-11T18:00:34.138Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-11T18:00:34.138Z] #58 15.73 Fetched 8507 kB in 12s (690 kB/s) [2022-03-11T18:00:34.138Z] #58 15.73 Reading package lists... [2022-03-11T18:00:34.138Z] #58 20.88 Reading package lists... [2022-03-11T18:00:34.138Z] #58 25.32 Building dependency tree... [2022-03-11T18:00:34.138Z] #58 ... [2022-03-11T18:00:34.138Z] [2022-03-11T18:00:34.138Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-11T18:00:34.138Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-11T18:00:34.138Z] #43 21.80 + git checkout -q v2.3.0 [2022-03-11T18:00:34.138Z] #43 23.99 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-11T18:00:34.458Z] #60 DONE 81.7s [2022-03-11T18:00:34.530Z] #19 33.99 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2022-03-11T18:00:34.648Z] #38 ... [2022-03-11T18:00:34.649Z] [2022-03-11T18:00:34.649Z] #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 [2022-03-11T18:00:34.649Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:00:34.649Z] #14 16.57 Fetched 8507 kB in 13s (657 kB/s) [2022-03-11T18:00:34.649Z] #14 16.57 Reading package lists... [2022-03-11T18:00:34.649Z] #14 21.30 Reading package lists... [2022-03-11T18:00:34.649Z] #14 25.61 Building dependency tree... [2022-03-11T18:00:34.649Z] #14 ... [2022-03-11T18:00:34.649Z] [2022-03-11T18:00:34.649Z] #47 [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_11/ /' > /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 [2022-03-11T18:00:34.649Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-11T18:00:34.649Z] #47 22.06 Reading package lists... [2022-03-11T18:00:34.788Z] #19 33.99 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-03-11T18:00:34.788Z] #19 33.99 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-03-11T18:00:34.788Z] #19 34.00 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2022-03-11T18:00:34.788Z] #19 34.01 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-03-11T18:00:34.788Z] #19 34.01 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-03-11T18:00:34.788Z] #19 34.01 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-03-11T18:00:34.788Z] #19 34.01 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-03-11T18:00:34.788Z] #19 34.02 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-03-11T18:00:34.788Z] #19 34.03 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-03-11T18:00:34.788Z] #19 34.05 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-03-11T18:00:34.788Z] #19 34.06 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-03-11T18:00:34.788Z] #19 34.08 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-03-11T18:00:34.788Z] #19 34.08 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2022-03-11T18:00:34.788Z] #19 34.09 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] [2022-03-11T18:00:35.355Z] #19 34.82 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2022-03-11T18:00:35.355Z] #19 34.82 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2022-03-11T18:00:35.355Z] #19 34.84 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #34 [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 [2022-03-11T18:00:35.392Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-11T18:00:35.392Z] #34 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #47 [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_11/ /' > /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 [2022-03-11T18:00:35.392Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-11T18:00:35.392Z] #47 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #38 [tini 1/3] 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 [2022-03-11T18:00:35.392Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-11T18:00:35.392Z] #38 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-11T18:00:35.392Z] #17 sha256:6d445e17e82a6afd8099c23fd61946d766c1342f7cb9d89c86708f3e96199681 [2022-03-11T18:00:35.392Z] #17 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-11T18:00:35.392Z] #54 sha256:12c88080d9387d32ba1c7a0284aeab57447d733282bc208c47affe154f718eb4 [2022-03-11T18:00:35.392Z] #54 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-11T18:00:35.392Z] #32 sha256:1a7f29ecd31097324ac0ff008d50eff78af68d28b8441e8a16415c2ca6cb2f43 [2022-03-11T18:00:35.392Z] #32 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #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 [2022-03-11T18:00:35.392Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-11T18:00:35.392Z] #14 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-11T18:00:35.392Z] #18 sha256:0be824bad61d5c4f371287ba4ea9564b3a8b3e2fe93d6ace3c834395cc1bdf6d [2022-03-11T18:00:35.392Z] #18 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-11T18:00:35.392Z] #40 sha256:adb3f4dbce22b882c3f75a8643ea73c3d11d29a1cb311a63ddfa8e6b1cc4000e [2022-03-11T18:00:35.392Z] #40 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-11T18:00:35.392Z] #33 sha256:a978201be0c5f3787ef2cb2a4e67e283eb0ff961151521c3ea699a76d4ee7da9 [2022-03-11T18:00:35.392Z] #33 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-11T18:00:35.392Z] #30 sha256:b6d8a64fcde350be5d7cc6a94a3605f062c6cbc1525bd2b8bf65d249b5ff7565 [2022-03-11T18:00:35.392Z] #30 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-11T18:00:35.392Z] #37 sha256:61bf78402748dda3da41043bcf394410859216e26ae145d290b79f22539f8dfe [2022-03-11T18:00:35.392Z] #37 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:00:35.392Z] #56 sha256:11b050cc0219b8ac84ce29fde2807cb46c6c5a1e90b70297e53be1f3a2e34df9 [2022-03-11T18:00:35.392Z] #56 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #31 [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 [2022-03-11T18:00:35.392Z] #31 sha256:42e81a7db214f38314ac3a171534c049a3051e5a52147c4cd3749dd1876f5e36 [2022-03-11T18:00:35.392Z] #31 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-11T18:00:35.392Z] #42 sha256:0e338dcbed0835dbc2e2e4721efc34d8208489bcae390ba527e5b7e61e8d880f [2022-03-11T18:00:35.392Z] #42 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-11T18:00:35.392Z] #55 sha256:f176755e112da314134663fdc15df9becb749d1a19ad9198d21dabe97c4767b1 [2022-03-11T18:00:35.392Z] #55 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-11T18:00:35.392Z] #50 sha256:ae5b031f16a676a41b2e4141c1cb080f0b487519d4a626910dd600c3ce0ab91b [2022-03-11T18:00:35.392Z] #50 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-11T18:00:35.392Z] #27 sha256:851d39f42bcd04f598ac32dbf6590e6f79b32afa0f51401141f0316236bcb135 [2022-03-11T18:00:35.392Z] #27 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-11T18:00:35.392Z] #23 sha256:af88cd3de548723313362069a44abf1b7f1032f90f1d69fc20000e663d609ccc [2022-03-11T18:00:35.392Z] #23 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-11T18:00:35.392Z] #26 sha256:2c9c7bfc31fd60375d2651524a45b6f586a0677b255ed4aa47536092b1267aab [2022-03-11T18:00:35.392Z] #26 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-11T18:00:35.392Z] #19 sha256:0d803f813b44ffe2129290229a5c41393e6d4e3d0bc33dd512d88242a9059d4a [2022-03-11T18:00:35.392Z] #19 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-11T18:00:35.392Z] #39 sha256:d83819714c8f82af953961903967214a4d47577f184fb9e58dc4ac3efbfbad1d [2022-03-11T18:00:35.392Z] #39 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.392Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-11T18:00:35.392Z] #52 sha256:1cbb807d9d375acdcfaabf1291489da73cd51e26b654230a3323454d8d5e1618 [2022-03-11T18:00:35.392Z] #52 CACHED [2022-03-11T18:00:35.392Z] [2022-03-11T18:00:35.393Z] #29 [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 [2022-03-11T18:00:35.393Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-11T18:00:35.393Z] #29 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-11T18:00:35.393Z] #15 sha256:9fcee72a13afdc64193673faad22cfc8d635840bd59b8c3a85761ebc70bcc3c3 [2022-03-11T18:00:35.393Z] #15 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #22 [dev-systemd-false 8/24] 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 [2022-03-11T18:00:35.393Z] #22 sha256:d14082d5357a42ffaebfff01d9ae84eabcf067dba5a4ac6a2b542cae9eff8027 [2022-03-11T18:00:35.393Z] #22 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-11T18:00:35.393Z] #36 sha256:d92b31bad1494e8669b08a4bbff1c0362cea934f3809cf3707355f41c2ba3165 [2022-03-11T18:00:35.393Z] #36 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-11T18:00:35.393Z] #49 sha256:2091bf311a2680210b8be5f35515c5ae9a070f0d398a8c1273941818a5e66041 [2022-03-11T18:00:35.393Z] #49 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-11T18:00:35.393Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-11T18:00:35.393Z] #43 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-11T18:00:35.393Z] #35 sha256:72c8535c8c96ad9e8b786d4a332ee7a58c0f2a2ed972f39717cc22a97de9a24f [2022-03-11T18:00:35.393Z] #35 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-11T18:00:35.393Z] #41 sha256:35a234cbfbbe9bdeb9a36331585a041676fedb9ff9ed8bda8d97812ff24c44ef [2022-03-11T18:00:35.393Z] #41 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:00:35.393Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-11T18:00:35.393Z] #51 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-11T18:00:35.393Z] #46 sha256:29f307aacc913c168d34ae6100258981712fa6f867ace27802647a2e17757ba8 [2022-03-11T18:00:35.393Z] #46 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-11T18:00:35.393Z] #25 sha256:39135ba1376df8708a081b6dee181d8d0abc0845f15e5b7513ba189256d42cd0 [2022-03-11T18:00:35.393Z] #25 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #21 [dev-systemd-false 7/24] 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 [2022-03-11T18:00:35.393Z] #21 sha256:8ae36b1e29ddf7eea5b1cc9f8f5940f544c5c02beb9f3614007f844197dc5850 [2022-03-11T18:00:35.393Z] #21 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-11T18:00:35.393Z] #16 sha256:0c80225504182bbac7a0e55e8c1aa3859d87336028874264d84ff9fa2df8a46a [2022-03-11T18:00:35.393Z] #16 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-11T18:00:35.393Z] #48 sha256:bd01eb938c0dc37660559eb79121f1ce7cf1b19a03c861152d1ac98e74493ff1 [2022-03-11T18:00:35.393Z] #48 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-11T18:00:35.393Z] #44 sha256:cfaca06e4dbac9c68b0fd845cc218918fe72c6bd3be654d919ade57ea44dde06 [2022-03-11T18:00:35.393Z] #44 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-11T18:00:35.393Z] #53 sha256:816e54f3e4cada04102342468422afe632a8e165b0c111e555401b5d012c569c [2022-03-11T18:00:35.393Z] #53 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-11T18:00:35.393Z] #20 sha256:3632c16c49cb9271406f3686f7bfc9cabcb81928521e8ce1c755c8632f702f99 [2022-03-11T18:00:35.393Z] #20 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-11T18:00:35.393Z] #62 sha256:bfc1c4f8d64fcae03819afc02c86b7a3d2fc99ec9dff6f856c015d7c403d6f0e [2022-03-11T18:00:35.393Z] #62 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-11T18:00:35.393Z] #63 sha256:717275ac77ec6eedabea13b652bd953a6d97e1bc6e4f94967d4a605afdb2ec5a [2022-03-11T18:00:35.393Z] #63 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-11T18:00:35.393Z] #64 sha256:174bccf850e3f0bb2e194cccf1ad9385dd81d721ee22087ec87b4ed0e941d735 [2022-03-11T18:00:35.393Z] #64 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-11T18:00:35.393Z] #65 sha256:d3209a9b8214125f1dda76faf74e0d227a36520ebc5223da259a1bda456fc05a [2022-03-11T18:00:35.393Z] #65 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-11T18:00:35.393Z] #57 sha256:fe907b9a316982281ea7e55eb1b74f239a37f64022a4ebbdfdbeff5daa65178f [2022-03-11T18:00:35.393Z] #57 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-11T18:00:35.393Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-03-11T18:00:35.393Z] #68 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-11T18:00:35.393Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-03-11T18:00:35.393Z] #70 CACHED [2022-03-11T18:00:35.393Z] [2022-03-11T18:00:35.393Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-11T18:00:35.393Z] #61 sha256:bb7cef5bf89fdafaca815ac70cb7ed8c39f23cc7157cf0454cb4434ed33ee775 [2022-03-11T18:00:35.517Z] #43 ... [2022-03-11T18:00:35.517Z] [2022-03-11T18:00:35.517Z] #47 [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_11/ /' > /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 [2022-03-11T18:00:35.517Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-11T18:00:35.517Z] #47 22.52 Reading package lists... [2022-03-11T18:00:35.613Z] #19 34.87 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2022-03-11T18:00:35.613Z] #19 34.89 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] [2022-03-11T18:00:35.651Z] #61 DONE 0.2s [2022-03-11T18:00:35.651Z] [2022-03-11T18:00:35.651Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-11T18:00:35.651Z] #66 sha256:52b5dcb0c53e3f13e9e3d81f4b276e1e773feabb8a38ed72006922f147caa700 [2022-03-11T18:00:35.651Z] #66 DONE 0.2s [2022-03-11T18:00:35.651Z] [2022-03-11T18:00:35.651Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-11T18:00:35.651Z] #71 sha256:73623bc379456c635e4e8bcaa98049b9795a0c9d1d4c64fe8f038251cb73dea1 [2022-03-11T18:00:35.817Z] INFO: Expanding compiler 1 of 3... [2022-03-11T18:00:35.818Z] INFO: Expanding compiler 2 of 3... [2022-03-11T18:00:36.035Z] #47 26.41 Building dependency tree... [2022-03-11T18:00:36.180Z] #19 35.66 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2022-03-11T18:00:36.180Z] #19 35.66 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-03-11T18:00:36.180Z] #19 35.66 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-03-11T18:00:36.180Z] #19 35.68 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2022-03-11T18:00:36.180Z] #19 35.68 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-03-11T18:00:36.180Z] #19 35.68 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-03-11T18:00:36.180Z] #19 35.68 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-03-11T18:00:36.180Z] #19 35.68 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-03-11T18:00:36.180Z] #19 35.70 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-03-11T18:00:36.220Z] #71 DONE 0.5s [2022-03-11T18:00:36.221Z] [2022-03-11T18:00:36.221Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-11T18:00:36.221Z] #72 sha256:29e143dc3f990953ca3ae8917103a8fc445e1382a8498426ba83bd3a17aab693 [2022-03-11T18:00:36.221Z] #72 DONE 0.0s [2022-03-11T18:00:36.221Z] [2022-03-11T18:00:36.221Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-11T18:00:36.221Z] #73 sha256:63f9cf508062234cdd556034eff07ae2e59af2d8d72da279d0103472fc56b7ad [2022-03-11T18:00:36.438Z] #19 35.70 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-03-11T18:00:36.438Z] #19 35.80 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2022-03-11T18:00:36.438Z] #19 35.82 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] [2022-03-11T18:00:36.902Z] #47 27.24 Building dependency tree... [2022-03-11T18:00:37.153Z] #73 DONE 0.8s [2022-03-11T18:00:37.153Z] [2022-03-11T18:00:37.153Z] #74 exporting to image [2022-03-11T18:00:37.153Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-11T18:00:37.153Z] #74 exporting layers [2022-03-11T18:00:37.373Z] #19 36.68 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2022-03-11T18:00:37.373Z] #19 36.68 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2022-03-11T18:00:37.373Z] #19 36.70 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-03-11T18:00:37.373Z] #19 36.73 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2022-03-11T18:00:37.373Z] #19 36.75 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] [2022-03-11T18:00:37.932Z] #47 ... [2022-03-11T18:00:37.932Z] [2022-03-11T18:00:37.933Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-11T18:00:37.933Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-11T18:00:37.933Z] #53 29.55 v3.0.2 [2022-03-11T18:00:37.933Z] #53 DONE 29.8s [2022-03-11T18:00:37.933Z] [2022-03-11T18:00:37.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 [2022-03-11T18:00:37.933Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:00:37.933Z] #14 28.59 The following additional packages will be installed: [2022-03-11T18:00:37.933Z] #14 28.60 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-11T18:00:37.933Z] #14 28.60 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-11T18:00:37.933Z] #14 28.60 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-11T18:00:37.933Z] #14 28.60 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-11T18:00:37.933Z] #14 28.60 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-11T18:00:37.933Z] #14 28.60 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-11T18:00:37.933Z] #14 28.61 mingw-w64-common mingw-w64-x86-64-dev [2022-03-11T18:00:37.933Z] #14 28.63 Suggested packages: [2022-03-11T18:00:37.933Z] #14 28.63 gcc-10-locales seccomp wine64 [2022-03-11T18:00:37.933Z] #14 29.96 The following NEW packages will be installed: [2022-03-11T18:00:38.087Z] #74 exporting layers 1.0s done [2022-03-11T18:00:38.087Z] #74 writing image sha256:e695d67cc0ee470bd59c3e7fad769980c115a9e49216bb3ae6064031acf65c95 done [2022-03-11T18:00:38.087Z] #74 naming to docker.io/library/docker:a45b925a4a4482b45f6475dc051c071dc061199a done [2022-03-11T18:00:38.087Z] #74 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-11T18:00:38.190Z] #14 29.98 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-11T18:00:38.190Z] #14 29.98 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-11T18:00:38.190Z] #14 29.98 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-11T18:00:38.190Z] #14 29.98 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-11T18:00:38.190Z] #14 29.98 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-11T18:00:38.190Z] #14 29.98 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-11T18:00:38.190Z] #14 29.98 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-11T18:00:38.190Z] #14 29.98 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-11T18:00:38.190Z] #14 29.98 mingw-w64-x86-64-dev [2022-03-11T18:00:38.307Z] #19 37.62 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-03-11T18:00:38.308Z] #19 37.62 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-03-11T18:00:38.418Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-11T18:00:38.448Z] #14 30.50 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:00:38.448Z] #14 30.50 Need to get 115 MB of archives. [2022-03-11T18:00:38.448Z] #14 30.50 After this operation, 645 MB of additional disk space will be used. [2022-03-11T18:00:38.448Z] #14 30.50 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] [2022-03-11T18:00:38.567Z] #19 37.87 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:00:38.567Z] #19 37.95 Fetched 787 MB in 14s (56.9 MB/s) [2022-03-11T18:00:38.567Z] #19 37.98 Selecting previously unselected package liblocale-gettext-perl. [2022-03-11T18:00:38.698Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42942/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a45b925a4a4482b45f6475dc051c071dc061199a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a45b925a4a4482b45f6475dc051c071dc061199a hack/test/unit [2022-03-11T18:00:38.703Z] INFO: Expanding compiler 3 of 3... [2022-03-11T18:00:38.705Z] #14 30.64 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] [2022-03-11T18:00:38.808Z] #47 30.70 The following additional packages will be installed: [2022-03-11T18:00:38.824Z] #19 37.98 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-11T18:00:38.824Z] #19 37.99 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-03-11T18:00:38.824Z] #19 37.99 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-03-11T18:00:38.824Z] #19 38.02 Selecting previously unselected package bzip2. [2022-03-11T18:00:38.824Z] #19 38.02 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-03-11T18:00:38.824Z] #19 38.02 Unpacking bzip2 (1.0.8-4) ... [2022-03-11T18:00:38.824Z] #19 38.06 Selecting previously unselected package libmagic-mgc. [2022-03-11T18:00:38.824Z] #19 38.06 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-03-11T18:00:38.824Z] #19 38.06 Unpacking libmagic-mgc (1:5.39-3) ... [2022-03-11T18:00:38.824Z] #19 38.13 Selecting previously unselected package libmagic1:amd64. [2022-03-11T18:00:38.824Z] #19 38.13 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-03-11T18:00:38.824Z] #19 38.14 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-03-11T18:00:38.824Z] #19 38.18 Selecting previously unselected package file. [2022-03-11T18:00:38.824Z] #19 38.18 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-03-11T18:00:38.824Z] #19 38.19 Unpacking file (1:5.39-3) ... [2022-03-11T18:00:38.824Z] #19 38.22 Selecting previously unselected package xz-utils. [2022-03-11T18:00:38.824Z] #19 38.23 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2022-03-11T18:00:38.824Z] #19 38.23 Unpacking xz-utils (5.2.5-2) ... [2022-03-11T18:00:38.956Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-11T18:00:38.956Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-11T18:00:38.956Z] + TESTDIRS=./... [2022-03-11T18:00:38.956Z] + exclude_paths='/vendor/|/integration' [2022-03-11T18:00:38.956Z] ++ go list ./... [2022-03-11T18:00:38.956Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-11T18:00:38.962Z] #14 30.77 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-11T18:00:38.962Z] #14 30.78 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-11T18:00:38.962Z] #14 30.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-11T18:00:38.962Z] #14 30.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-11T18:00:39.070Z] #47 30.70 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-11T18:00:39.071Z] #47 30.71 python3-protobuf python3-six [2022-03-11T18:00:39.071Z] #47 30.72 Suggested packages: [2022-03-11T18:00:39.071Z] #47 30.73 python3-setuptools [2022-03-11T18:00:39.071Z] #47 30.73 Recommended packages: [2022-03-11T18:00:39.071Z] #47 30.73 iproute2 | iproute [2022-03-11T18:00:39.082Z] #19 38.27 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-03-11T18:00:39.082Z] #19 38.28 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-11T18:00:39.082Z] #19 38.28 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-11T18:00:39.157Z] INFO: Removing downloaded files... [2022-03-11T18:00:39.157Z] INFO: Downloading containerd [2022-03-11T18:00:39.220Z] #14 31.07 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-11T18:00:39.220Z] #14 31.22 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] [2022-03-11T18:00:39.220Z] #14 31.23 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] [2022-03-11T18:00:39.339Z] #19 38.58 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-03-11T18:00:39.339Z] #19 38.58 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-03-11T18:00:39.339Z] #19 38.59 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-11T18:00:39.598Z] #19 38.86 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-03-11T18:00:39.598Z] #19 38.86 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-03-11T18:00:39.598Z] #19 38.86 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-11T18:00:39.637Z] #47 31.48 The following NEW packages will be installed: [2022-03-11T18:00:39.637Z] #47 31.49 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-11T18:00:39.637Z] #47 31.50 python3-protobuf python3-six [2022-03-11T18:00:39.786Z] #14 ... [2022-03-11T18:00:39.786Z] [2022-03-11T18:00:39.786Z] #58 [containerd 1/3] 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 [2022-03-11T18:00:39.786Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-11T18:00:39.786Z] #58 21.35 Reading package lists... [2022-03-11T18:00:39.786Z] #58 25.72 Building dependency tree... [2022-03-11T18:00:39.786Z] #58 28.39 The following additional packages will be installed: [2022-03-11T18:00:39.786Z] #58 28.39 libbtrfs0 [2022-03-11T18:00:39.786Z] #58 28.54 The following NEW packages will be installed: [2022-03-11T18:00:39.786Z] #58 28.55 libbtrfs-dev libbtrfs0 [2022-03-11T18:00:39.786Z] #58 28.98 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:00:39.786Z] #58 28.98 Need to get 460 kB of archives. [2022-03-11T18:00:39.786Z] #58 28.98 After this operation, 1237 kB of additional disk space will be used. [2022-03-11T18:00:39.786Z] #58 28.98 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-11T18:00:39.786Z] #58 28.99 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-11T18:00:39.786Z] #58 29.92 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:00:39.786Z] #58 30.20 Fetched 460 kB in 0s (1467 kB/s) [2022-03-11T18:00:39.786Z] #58 30.35 Selecting previously unselected package libbtrfs0:amd64. [2022-03-11T18:00:39.786Z] #58 30.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-11T18:00:39.786Z] #58 30.49 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-11T18:00:39.786Z] #58 30.50 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-11T18:00:39.786Z] #58 31.00 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-11T18:00:39.786Z] #58 31.00 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-11T18:00:39.786Z] #58 31.02 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-11T18:00:39.786Z] #58 31.38 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-11T18:00:39.786Z] #58 31.40 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-11T18:00:39.786Z] #58 31.42 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:00:39.786Z] #58 DONE 31.6s [2022-03-11T18:00:39.786Z] [2022-03-11T18:00:39.786Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-11T18:00:39.786Z] #59 sha256:7d97929ce5812d5bb7af5a94aad4d1f3f42cd3df4f034b99e05d20d8afacbb68 [2022-03-11T18:00:39.786Z] #59 DONE 0.1s [2022-03-11T18:00:39.786Z] [2022-03-11T18:00:39.786Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:00:39.786Z] #60 sha256:4c7adf861a70e9369c7109416bfa3ddff7692ba530cc3d57f0b2406c85d3a584 [2022-03-11T18:00:39.857Z] #19 39.15 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-03-11T18:00:39.857Z] #19 39.16 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-11T18:00:39.857Z] #19 39.16 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-11T18:00:39.894Z] + pkg_list='github.com/docker/docker/api [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/backend/build [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/httputils [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/middleware [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/router [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/router/build [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/router/container [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/router/debug [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/router/distribution [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/router/grpc [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/router/image [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/router/network [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/router/plugin [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/router/session [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/router/swarm [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/router/system [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/server/router/volume [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/backend [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/blkiodev [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/container [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/events [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/filters [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/image [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/mount [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/network [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/registry [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/strslice [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/swarm [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/time [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/versions [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-11T18:00:39.894Z] github.com/docker/docker/api/types/volume [2022-03-11T18:00:39.894Z] github.com/docker/docker/builder [2022-03-11T18:00:39.894Z] github.com/docker/docker/builder/builder-next [2022-03-11T18:00:39.894Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-11T18:00:39.894Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-11T18:00:39.894Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-11T18:00:39.894Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-11T18:00:39.894Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-11T18:00:39.894Z] github.com/docker/docker/builder/builder-next/worker [2022-03-11T18:00:39.894Z] github.com/docker/docker/builder/dockerfile [2022-03-11T18:00:39.894Z] github.com/docker/docker/builder/remotecontext [2022-03-11T18:00:39.894Z] github.com/docker/docker/builder/remotecontext/git [2022-03-11T18:00:39.894Z] github.com/docker/docker/cli [2022-03-11T18:00:39.894Z] github.com/docker/docker/cli/config [2022-03-11T18:00:39.894Z] github.com/docker/docker/cli/debug [2022-03-11T18:00:39.894Z] github.com/docker/docker/client [2022-03-11T18:00:39.894Z] github.com/docker/docker/cmd/docker-proxy [2022-03-11T18:00:39.894Z] github.com/docker/docker/cmd/dockerd [2022-03-11T18:00:39.894Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-11T18:00:39.894Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-11T18:00:39.894Z] github.com/docker/docker/container [2022-03-11T18:00:39.894Z] github.com/docker/docker/container/stream [2022-03-11T18:00:39.894Z] github.com/docker/docker/contrib/apparmor [2022-03-11T18:00:39.894Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-11T18:00:39.894Z] github.com/docker/docker/contrib/httpserver [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/cluster [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/cluster/convert [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/cluster/executor [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/cluster/provider [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/config [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/events [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/events/testutils [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/exec [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/graphdriver [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/images [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/initlayer [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/links [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/listeners [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/logger [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/logger/gelf [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/logger/journald [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/logger/local [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/logger/logentries [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/logger/splunk [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/logger/syslog [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/logger/templates [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/names [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/network [2022-03-11T18:00:39.894Z] github.com/docker/docker/daemon/stats [2022-03-11T18:00:39.894Z] github.com/docker/docker/distribution [2022-03-11T18:00:39.894Z] github.com/docker/docker/distribution/metadata [2022-03-11T18:00:39.894Z] github.com/docker/docker/distribution/utils [2022-03-11T18:00:39.894Z] github.com/docker/docker/distribution/xfer [2022-03-11T18:00:39.894Z] github.com/docker/docker/dockerversion [2022-03-11T18:00:39.894Z] github.com/docker/docker/errdefs [2022-03-11T18:00:39.894Z] github.com/docker/docker/image [2022-03-11T18:00:39.894Z] github.com/docker/docker/image/cache [2022-03-11T18:00:39.894Z] github.com/docker/docker/image/tarexport [2022-03-11T18:00:39.894Z] github.com/docker/docker/image/v1 [2022-03-11T18:00:39.894Z] github.com/docker/docker/internal/test/suite [2022-03-11T18:00:39.894Z] github.com/docker/docker/layer [2022-03-11T18:00:39.894Z] github.com/docker/docker/libcontainerd [2022-03-11T18:00:39.894Z] github.com/docker/docker/libcontainerd/queue [2022-03-11T18:00:39.894Z] github.com/docker/docker/libcontainerd/remote [2022-03-11T18:00:39.894Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-11T18:00:39.894Z] github.com/docker/docker/libcontainerd/types [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/bitseq [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/cluster [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/config [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/datastore [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/driverapi [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/etchosts [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/idm [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/ipam [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/iptables [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/netlabel [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/netutils [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/networkdb [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/ns [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/options [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/osl [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/portallocator [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/portmapper [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/testutils [2022-03-11T18:00:39.894Z] github.com/docker/docker/libnetwork/types [2022-03-11T18:00:39.894Z] github.com/docker/docker/oci [2022-03-11T18:00:39.894Z] github.com/docker/docker/oci/caps [2022-03-11T18:00:39.894Z] github.com/docker/docker/opts [2022-03-11T18:00:39.894Z] github.com/docker/docker/pkg/aaparser [2022-03-11T18:00:39.894Z] github.com/docker/docker/pkg/archive [2022-03-11T18:00:39.894Z] github.com/docker/docker/pkg/authorization [2022-03-11T18:00:39.894Z] github.com/docker/docker/pkg/broadcaster [2022-03-11T18:00:39.894Z] github.com/docker/docker/pkg/capabilities [2022-03-11T18:00:39.894Z] github.com/docker/docker/pkg/chrootarchive [2022-03-11T18:00:39.894Z] github.com/docker/docker/pkg/containerfs [2022-03-11T18:00:39.894Z] github.com/docker/docker/pkg/devicemapper [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/directory [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/dmesg [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/filenotify [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/fileutils [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/fsutils [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/homedir [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/idtools [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/ioutils [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/jsonmessage [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/longpath [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/loopback [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/namesgenerator [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/parsers [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/pidfile [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/platform [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/plugingetter [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/plugins [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/plugins/transport [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/pools [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/progress [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/pubsub [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/reexec [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/signal [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/stack [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/stdcopy [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/streamformatter [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/stringid [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/sysinfo [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/system [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/tailfile [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/tarsum [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/truncindex [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/urlutil [2022-03-11T18:00:39.895Z] github.com/docker/docker/pkg/useragent [2022-03-11T18:00:39.895Z] github.com/docker/docker/plugin [2022-03-11T18:00:39.895Z] github.com/docker/docker/plugin/executor/containerd [2022-03-11T18:00:39.895Z] github.com/docker/docker/plugin/v2 [2022-03-11T18:00:39.895Z] github.com/docker/docker/profiles/apparmor [2022-03-11T18:00:39.895Z] github.com/docker/docker/profiles/seccomp [2022-03-11T18:00:39.895Z] github.com/docker/docker/quota [2022-03-11T18:00:39.895Z] github.com/docker/docker/reference [2022-03-11T18:00:39.895Z] github.com/docker/docker/registry [2022-03-11T18:00:39.895Z] github.com/docker/docker/registry/resumable [2022-03-11T18:00:39.895Z] github.com/docker/docker/restartmanager [2022-03-11T18:00:39.895Z] github.com/docker/docker/rootless [2022-03-11T18:00:39.895Z] github.com/docker/docker/rootless/specconv [2022-03-11T18:00:39.895Z] github.com/docker/docker/runconfig [2022-03-11T18:00:39.895Z] github.com/docker/docker/runconfig/opts [2022-03-11T18:00:39.895Z] github.com/docker/docker/testutil [2022-03-11T18:00:39.895Z] github.com/docker/docker/testutil/daemon [2022-03-11T18:00:39.895Z] github.com/docker/docker/testutil/environment [2022-03-11T18:00:39.895Z] github.com/docker/docker/testutil/fakecontext [2022-03-11T18:00:39.895Z] github.com/docker/docker/testutil/fakegit [2022-03-11T18:00:39.895Z] github.com/docker/docker/testutil/fakestorage [2022-03-11T18:00:39.895Z] github.com/docker/docker/testutil/fixtures/load [2022-03-11T18:00:39.895Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-11T18:00:39.895Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-11T18:00:39.895Z] github.com/docker/docker/testutil/registry [2022-03-11T18:00:39.895Z] github.com/docker/docker/testutil/request [2022-03-11T18:00:39.895Z] github.com/docker/docker/volume [2022-03-11T18:00:39.895Z] github.com/docker/docker/volume/drivers [2022-03-11T18:00:39.895Z] github.com/docker/docker/volume/local [2022-03-11T18:00:39.895Z] github.com/docker/docker/volume/mounts [2022-03-11T18:00:39.895Z] github.com/docker/docker/volume/service [2022-03-11T18:00:39.895Z] github.com/docker/docker/volume/service/opts [2022-03-11T18:00:39.895Z] github.com/docker/docker/volume/testutils' [2022-03-11T18:00:39.895Z] ++ grep --fixed-strings -v /libnetwork [2022-03-11T18:00:39.895Z] ++ echo 'github.com/docker/docker/api [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/backend/build [2022-03-11T18:00:39.895Z] #47 ... [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/httputils [2022-03-11T18:00:39.895Z] [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/middleware [2022-03-11T18:00:39.895Z] #58 [containerd 1/3] 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 [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/router [2022-03-11T18:00:39.895Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-11T18:00:39.895Z] #58 25.32 Building dependency tree... [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/router/build [2022-03-11T18:00:39.895Z] #58 28.72 The following additional packages will be installed: [2022-03-11T18:00:39.895Z] #58 28.74 libbtrfs0 [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-11T18:00:39.895Z] #58 28.90 The following NEW packages will be installed: [2022-03-11T18:00:39.895Z] #58 28.92 libbtrfs-dev libbtrfs0 [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/router/container [2022-03-11T18:00:39.895Z] #58 29.39 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/router/debug [2022-03-11T18:00:39.895Z] #58 29.39 Need to get 460 kB of archives. [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/router/distribution [2022-03-11T18:00:39.895Z] #58 29.39 After this operation, 1237 kB of additional disk space will be used. [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/router/grpc [2022-03-11T18:00:39.895Z] #58 29.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/router/image [2022-03-11T18:00:39.895Z] #58 29.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/router/network [2022-03-11T18:00:39.895Z] #58 30.50 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/router/plugin [2022-03-11T18:00:39.895Z] #58 30.71 Fetched 460 kB in 0s (1351 kB/s) [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/router/session [2022-03-11T18:00:39.895Z] #58 30.79 Selecting previously unselected package libbtrfs0:amd64. [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/router/swarm [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/router/system [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/server/router/volume [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/types [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/types/backend [2022-03-11T18:00:39.895Z] #58 30.79 (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 ... 15709 files and directories currently installed.) [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/types/blkiodev [2022-03-11T18:00:39.895Z] #58 30.83 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/types/container [2022-03-11T18:00:39.895Z] #58 30.86 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/types/events [2022-03-11T18:00:39.895Z] #58 31.04 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/types/filters [2022-03-11T18:00:39.895Z] #58 31.04 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/types/image [2022-03-11T18:00:39.895Z] #58 31.06 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-11T18:00:39.895Z] github.com/docker/docker/api/types/mount [2022-03-11T18:00:39.895Z] #58 31.32 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/network [2022-03-11T18:00:39.896Z] #58 31.34 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-11T18:00:39.896Z] #58 31.37 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/registry [2022-03-11T18:00:39.896Z] #58 DONE 31.8s [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/strslice [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/swarm [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/time [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/versions [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/volume [2022-03-11T18:00:39.896Z] github.com/docker/docker/builder [2022-03-11T18:00:39.896Z] github.com/docker/docker/builder/builder-next [2022-03-11T18:00:39.896Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-11T18:00:39.896Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-11T18:00:39.896Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-11T18:00:39.896Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-11T18:00:39.896Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-11T18:00:39.896Z] github.com/docker/docker/builder/builder-next/worker [2022-03-11T18:00:39.896Z] github.com/docker/docker/builder/dockerfile [2022-03-11T18:00:39.896Z] github.com/docker/docker/builder/remotecontext [2022-03-11T18:00:39.896Z] github.com/docker/docker/builder/remotecontext/git [2022-03-11T18:00:39.896Z] github.com/docker/docker/cli [2022-03-11T18:00:39.896Z] github.com/docker/docker/cli/config [2022-03-11T18:00:39.896Z] github.com/docker/docker/cli/debug [2022-03-11T18:00:39.896Z] github.com/docker/docker/client [2022-03-11T18:00:39.896Z] github.com/docker/docker/cmd/docker-proxy [2022-03-11T18:00:39.896Z] github.com/docker/docker/cmd/dockerd [2022-03-11T18:00:39.896Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-11T18:00:39.896Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-11T18:00:39.896Z] github.com/docker/docker/container [2022-03-11T18:00:39.896Z] github.com/docker/docker/container/stream [2022-03-11T18:00:39.896Z] github.com/docker/docker/contrib/apparmor [2022-03-11T18:00:39.896Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-11T18:00:39.896Z] github.com/docker/docker/contrib/httpserver [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/cluster [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/cluster/convert [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/cluster/executor [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/cluster/provider [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/config [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/events [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/events/testutils [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/exec [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/graphdriver [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/images [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/initlayer [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/links [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/listeners [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/logger [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/logger/gelf [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/logger/journald [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/logger/local [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/logger/logentries [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/logger/splunk [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/logger/syslog [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/logger/templates [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/names [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/network [2022-03-11T18:00:39.896Z] github.com/docker/docker/daemon/stats [2022-03-11T18:00:39.896Z] github.com/docker/docker/distribution [2022-03-11T18:00:39.896Z] github.com/docker/docker/distribution/metadata [2022-03-11T18:00:39.896Z] github.com/docker/docker/distribution/utils [2022-03-11T18:00:39.896Z] github.com/docker/docker/distribution/xfer [2022-03-11T18:00:39.896Z] github.com/docker/docker/dockerversion [2022-03-11T18:00:39.896Z] github.com/docker/docker/errdefs [2022-03-11T18:00:39.896Z] github.com/docker/docker/image [2022-03-11T18:00:39.896Z] github.com/docker/docker/image/cache [2022-03-11T18:00:39.896Z] github.com/docker/docker/image/tarexport [2022-03-11T18:00:39.896Z] github.com/docker/docker/image/v1 [2022-03-11T18:00:39.896Z] github.com/docker/docker/internal/test/suite [2022-03-11T18:00:39.896Z] github.com/docker/docker/layer [2022-03-11T18:00:39.896Z] github.com/docker/docker/libcontainerd [2022-03-11T18:00:39.896Z] github.com/docker/docker/libcontainerd/queue [2022-03-11T18:00:39.896Z] github.com/docker/docker/libcontainerd/remote [2022-03-11T18:00:39.896Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-11T18:00:39.896Z] github.com/docker/docker/libcontainerd/types [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/bitseq [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/cluster [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/config [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/datastore [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/driverapi [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/etchosts [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/idm [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/ipam [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/iptables [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/netlabel [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/netutils [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/networkdb [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/ns [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/options [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/osl [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/portallocator [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/portmapper [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/testutils [2022-03-11T18:00:39.896Z] github.com/docker/docker/libnetwork/types [2022-03-11T18:00:39.896Z] github.com/docker/docker/oci [2022-03-11T18:00:39.896Z] github.com/docker/docker/oci/caps [2022-03-11T18:00:39.896Z] github.com/docker/docker/opts [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/aaparser [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/archive [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/authorization [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/broadcaster [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/capabilities [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/chrootarchive [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/containerfs [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/devicemapper [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/directory [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/dmesg [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/filenotify [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/fileutils [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/fsutils [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/homedir [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/idtools [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/ioutils [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/jsonmessage [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/longpath [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/loopback [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/namesgenerator [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/parsers [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/pidfile [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/platform [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/plugingetter [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/plugins [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/plugins/transport [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/pools [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/progress [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/pubsub [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/reexec [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/signal [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/stack [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/stdcopy [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/streamformatter [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/stringid [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/sysinfo [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/system [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/tailfile [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/tarsum [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/truncindex [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/urlutil [2022-03-11T18:00:39.896Z] github.com/docker/docker/pkg/useragent [2022-03-11T18:00:39.896Z] github.com/docker/docker/plugin [2022-03-11T18:00:39.896Z] github.com/docker/docker/plugin/executor/containerd [2022-03-11T18:00:39.896Z] github.com/docker/docker/plugin/v2 [2022-03-11T18:00:39.896Z] github.com/docker/docker/profiles/apparmor [2022-03-11T18:00:39.896Z] github.com/docker/docker/profiles/seccomp [2022-03-11T18:00:39.896Z] github.com/docker/docker/quota [2022-03-11T18:00:39.896Z] github.com/docker/docker/reference [2022-03-11T18:00:39.896Z] github.com/docker/docker/registry [2022-03-11T18:00:39.896Z] github.com/docker/docker/registry/resumable [2022-03-11T18:00:39.896Z] github.com/docker/docker/restartmanager [2022-03-11T18:00:39.896Z] github.com/docker/docker/rootless [2022-03-11T18:00:39.896Z] github.com/docker/docker/rootless/specconv [2022-03-11T18:00:39.896Z] github.com/docker/docker/runconfig [2022-03-11T18:00:39.896Z] github.com/docker/docker/runconfig/opts [2022-03-11T18:00:39.896Z] github.com/docker/docker/testutil [2022-03-11T18:00:39.896Z] github.com/docker/docker/testutil/daemon [2022-03-11T18:00:39.896Z] github.com/docker/docker/testutil/environment [2022-03-11T18:00:39.896Z] github.com/docker/docker/testutil/fakecontext [2022-03-11T18:00:39.896Z] github.com/docker/docker/testutil/fakegit [2022-03-11T18:00:39.896Z] github.com/docker/docker/testutil/fakestorage [2022-03-11T18:00:39.896Z] github.com/docker/docker/testutil/fixtures/load [2022-03-11T18:00:39.896Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-11T18:00:39.896Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-11T18:00:39.896Z] github.com/docker/docker/testutil/registry [2022-03-11T18:00:39.896Z] github.com/docker/docker/testutil/request [2022-03-11T18:00:39.896Z] github.com/docker/docker/volume [2022-03-11T18:00:39.896Z] github.com/docker/docker/volume/drivers [2022-03-11T18:00:39.896Z] github.com/docker/docker/volume/local [2022-03-11T18:00:39.896Z] github.com/docker/docker/volume/mounts [2022-03-11T18:00:39.896Z] github.com/docker/docker/volume/service [2022-03-11T18:00:39.896Z] github.com/docker/docker/volume/service/opts [2022-03-11T18:00:39.896Z] github.com/docker/docker/volume/testutils' [2022-03-11T18:00:39.896Z] + base_pkg_list='github.com/docker/docker/api [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/backend/build [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/httputils [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/middleware [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/router [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/router/build [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/router/container [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/router/debug [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/router/distribution [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/router/grpc [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/router/image [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/router/network [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/router/plugin [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/router/session [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/router/swarm [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/router/system [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/server/router/volume [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/backend [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/blkiodev [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/container [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/events [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/filters [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/image [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/mount [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/network [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/registry [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/strslice [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/swarm [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/time [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/versions [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-11T18:00:39.896Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/volume [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/builder-next [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/builder-next/worker [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/dockerfile [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/remotecontext [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/remotecontext/git [2022-03-11T18:00:39.897Z] github.com/docker/docker/cli [2022-03-11T18:00:39.897Z] github.com/docker/docker/cli/config [2022-03-11T18:00:39.897Z] github.com/docker/docker/cli/debug [2022-03-11T18:00:39.897Z] github.com/docker/docker/client [2022-03-11T18:00:39.897Z] github.com/docker/docker/cmd/docker-proxy [2022-03-11T18:00:39.897Z] github.com/docker/docker/cmd/dockerd [2022-03-11T18:00:39.897Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-11T18:00:39.897Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-11T18:00:39.897Z] github.com/docker/docker/container [2022-03-11T18:00:39.897Z] github.com/docker/docker/container/stream [2022-03-11T18:00:39.897Z] github.com/docker/docker/contrib/apparmor [2022-03-11T18:00:39.897Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-11T18:00:39.897Z] github.com/docker/docker/contrib/httpserver [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/cluster [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/cluster/convert [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/cluster/executor [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/cluster/provider [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/config [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/events [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/events/testutils [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/exec [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/images [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/initlayer [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/links [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/listeners [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/gelf [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/journald [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/local [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/logentries [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/splunk [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/syslog [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/templates [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/names [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/network [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/stats [2022-03-11T18:00:39.897Z] github.com/docker/docker/distribution [2022-03-11T18:00:39.897Z] github.com/docker/docker/distribution/metadata [2022-03-11T18:00:39.897Z] github.com/docker/docker/distribution/utils [2022-03-11T18:00:39.897Z] github.com/docker/docker/distribution/xfer [2022-03-11T18:00:39.897Z] github.com/docker/docker/dockerversion [2022-03-11T18:00:39.897Z] github.com/docker/docker/errdefs [2022-03-11T18:00:39.897Z] github.com/docker/docker/image [2022-03-11T18:00:39.897Z] github.com/docker/docker/image/cache [2022-03-11T18:00:39.897Z] github.com/docker/docker/image/tarexport [2022-03-11T18:00:39.897Z] github.com/docker/docker/image/v1 [2022-03-11T18:00:39.897Z] github.com/docker/docker/internal/test/suite [2022-03-11T18:00:39.897Z] github.com/docker/docker/layer [2022-03-11T18:00:39.897Z] github.com/docker/docker/libcontainerd [2022-03-11T18:00:39.897Z] github.com/docker/docker/libcontainerd/queue [2022-03-11T18:00:39.897Z] github.com/docker/docker/libcontainerd/remote [2022-03-11T18:00:39.897Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-11T18:00:39.897Z] github.com/docker/docker/libcontainerd/types [2022-03-11T18:00:39.897Z] github.com/docker/docker/oci [2022-03-11T18:00:39.897Z] github.com/docker/docker/oci/caps [2022-03-11T18:00:39.897Z] github.com/docker/docker/opts [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/aaparser [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/archive [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/authorization [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/broadcaster [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/capabilities [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/chrootarchive [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/containerfs [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/devicemapper [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/directory [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/dmesg [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/filenotify [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/fileutils [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/fsutils [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/homedir [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/idtools [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/ioutils [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/jsonmessage [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/longpath [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/loopback [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/namesgenerator [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/parsers [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/pidfile [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/platform [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/plugingetter [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/plugins [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/plugins/transport [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/pools [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/progress [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/pubsub [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/reexec [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/signal [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/stack [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/stdcopy [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/streamformatter [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/stringid [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/sysinfo [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/system [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/tailfile [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/tarsum [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/truncindex [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/urlutil [2022-03-11T18:00:39.897Z] github.com/docker/docker/pkg/useragent [2022-03-11T18:00:39.897Z] github.com/docker/docker/plugin [2022-03-11T18:00:39.897Z] github.com/docker/docker/plugin/executor/containerd [2022-03-11T18:00:39.897Z] github.com/docker/docker/plugin/v2 [2022-03-11T18:00:39.897Z] github.com/docker/docker/profiles/apparmor [2022-03-11T18:00:39.897Z] github.com/docker/docker/profiles/seccomp [2022-03-11T18:00:39.897Z] github.com/docker/docker/quota [2022-03-11T18:00:39.897Z] github.com/docker/docker/reference [2022-03-11T18:00:39.897Z] github.com/docker/docker/registry [2022-03-11T18:00:39.897Z] github.com/docker/docker/registry/resumable [2022-03-11T18:00:39.897Z] github.com/docker/docker/restartmanager [2022-03-11T18:00:39.897Z] github.com/docker/docker/rootless [2022-03-11T18:00:39.897Z] github.com/docker/docker/rootless/specconv [2022-03-11T18:00:39.897Z] github.com/docker/docker/runconfig [2022-03-11T18:00:39.897Z] github.com/docker/docker/runconfig/opts [2022-03-11T18:00:39.897Z] github.com/docker/docker/testutil [2022-03-11T18:00:39.897Z] github.com/docker/docker/testutil/daemon [2022-03-11T18:00:39.897Z] github.com/docker/docker/testutil/environment [2022-03-11T18:00:39.897Z] github.com/docker/docker/testutil/fakecontext [2022-03-11T18:00:39.897Z] github.com/docker/docker/testutil/fakegit [2022-03-11T18:00:39.897Z] github.com/docker/docker/testutil/fakestorage [2022-03-11T18:00:39.897Z] github.com/docker/docker/testutil/fixtures/load [2022-03-11T18:00:39.897Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-11T18:00:39.897Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-11T18:00:39.897Z] github.com/docker/docker/testutil/registry [2022-03-11T18:00:39.897Z] github.com/docker/docker/testutil/request [2022-03-11T18:00:39.897Z] github.com/docker/docker/volume [2022-03-11T18:00:39.897Z] github.com/docker/docker/volume/drivers [2022-03-11T18:00:39.897Z] github.com/docker/docker/volume/local [2022-03-11T18:00:39.897Z] github.com/docker/docker/volume/mounts [2022-03-11T18:00:39.897Z] github.com/docker/docker/volume/service [2022-03-11T18:00:39.897Z] github.com/docker/docker/volume/service/opts [2022-03-11T18:00:39.897Z] github.com/docker/docker/volume/testutils' [2022-03-11T18:00:39.897Z] ++ grep --fixed-strings /libnetwork [2022-03-11T18:00:39.897Z] ++ echo 'github.com/docker/docker/api [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/backend/build [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/httputils [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/middleware [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/router [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/router/build [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/router/container [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/router/debug [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/router/distribution [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/router/grpc [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/router/image [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/router/network [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/router/plugin [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/router/session [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/router/swarm [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/router/system [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/server/router/volume [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/backend [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/blkiodev [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/container [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/events [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/filters [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/image [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/mount [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/network [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/registry [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/strslice [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/swarm [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/time [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/versions [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-11T18:00:39.897Z] github.com/docker/docker/api/types/volume [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/builder-next [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/builder-next/worker [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/dockerfile [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/remotecontext [2022-03-11T18:00:39.897Z] github.com/docker/docker/builder/remotecontext/git [2022-03-11T18:00:39.897Z] github.com/docker/docker/cli [2022-03-11T18:00:39.897Z] github.com/docker/docker/cli/config [2022-03-11T18:00:39.897Z] github.com/docker/docker/cli/debug [2022-03-11T18:00:39.897Z] github.com/docker/docker/client [2022-03-11T18:00:39.897Z] github.com/docker/docker/cmd/docker-proxy [2022-03-11T18:00:39.897Z] github.com/docker/docker/cmd/dockerd [2022-03-11T18:00:39.897Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-11T18:00:39.897Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-11T18:00:39.897Z] github.com/docker/docker/container [2022-03-11T18:00:39.897Z] github.com/docker/docker/container/stream [2022-03-11T18:00:39.897Z] github.com/docker/docker/contrib/apparmor [2022-03-11T18:00:39.897Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-11T18:00:39.897Z] github.com/docker/docker/contrib/httpserver [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/cluster [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/cluster/convert [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/cluster/executor [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/cluster/provider [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/config [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/events [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/events/testutils [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/exec [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/images [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/initlayer [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/links [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/listeners [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/gelf [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/journald [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/local [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/logentries [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/splunk [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/syslog [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/logger/templates [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/names [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/network [2022-03-11T18:00:39.897Z] github.com/docker/docker/daemon/stats [2022-03-11T18:00:39.897Z] github.com/docker/docker/distribution [2022-03-11T18:00:39.897Z] github.com/docker/docker/distribution/metadata [2022-03-11T18:00:39.897Z] github.com/docker/docker/distribution/utils [2022-03-11T18:00:39.897Z] github.com/docker/docker/distribution/xfer [2022-03-11T18:00:39.897Z] github.com/docker/docker/dockerversion [2022-03-11T18:00:39.897Z] github.com/docker/docker/errdefs [2022-03-11T18:00:39.897Z] github.com/docker/docker/image [2022-03-11T18:00:39.897Z] github.com/docker/docker/image/cache [2022-03-11T18:00:39.897Z] github.com/docker/docker/image/tarexport [2022-03-11T18:00:39.897Z] github.com/docker/docker/image/v1 [2022-03-11T18:00:39.897Z] github.com/docker/docker/internal/test/suite [2022-03-11T18:00:39.897Z] github.com/docker/docker/layer [2022-03-11T18:00:39.897Z] github.com/docker/docker/libcontainerd [2022-03-11T18:00:39.897Z] github.com/docker/docker/libcontainerd/queue [2022-03-11T18:00:39.897Z] github.com/docker/docker/libcontainerd/remote [2022-03-11T18:00:39.897Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-11T18:00:39.897Z] github.com/docker/docker/libcontainerd/types [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/bitseq [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/cluster [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/config [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/datastore [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/driverapi [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/etchosts [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/idm [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/ipam [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-11T18:00:39.897Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/iptables [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/netlabel [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/netutils [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/networkdb [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ns [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/options [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/osl [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/portallocator [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/portmapper [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/testutils [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/types [2022-03-11T18:00:39.898Z] github.com/docker/docker/oci [2022-03-11T18:00:39.898Z] github.com/docker/docker/oci/caps [2022-03-11T18:00:39.898Z] github.com/docker/docker/opts [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/aaparser [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/archive [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/authorization [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/broadcaster [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/capabilities [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/chrootarchive [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/containerfs [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/devicemapper [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/directory [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/dmesg [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/filenotify [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/fileutils [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/fsutils [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/homedir [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/idtools [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/ioutils [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/jsonmessage [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/longpath [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/loopback [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/namesgenerator [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/parsers [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/pidfile [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/platform [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/plugingetter [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/plugins [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/plugins/transport [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/pools [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/progress [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/pubsub [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/reexec [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/signal [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/stack [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/stdcopy [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/streamformatter [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/stringid [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/sysinfo [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/system [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/tailfile [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/tarsum [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/truncindex [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/urlutil [2022-03-11T18:00:39.898Z] github.com/docker/docker/pkg/useragent [2022-03-11T18:00:39.898Z] github.com/docker/docker/plugin [2022-03-11T18:00:39.898Z] github.com/docker/docker/plugin/executor/containerd [2022-03-11T18:00:39.898Z] github.com/docker/docker/plugin/v2 [2022-03-11T18:00:39.898Z] github.com/docker/docker/profiles/apparmor [2022-03-11T18:00:39.898Z] github.com/docker/docker/profiles/seccomp [2022-03-11T18:00:39.898Z] github.com/docker/docker/quota [2022-03-11T18:00:39.898Z] github.com/docker/docker/reference [2022-03-11T18:00:39.898Z] github.com/docker/docker/registry [2022-03-11T18:00:39.898Z] github.com/docker/docker/registry/resumable [2022-03-11T18:00:39.898Z] github.com/docker/docker/restartmanager [2022-03-11T18:00:39.898Z] github.com/docker/docker/rootless [2022-03-11T18:00:39.898Z] github.com/docker/docker/rootless/specconv [2022-03-11T18:00:39.898Z] github.com/docker/docker/runconfig [2022-03-11T18:00:39.898Z] github.com/docker/docker/runconfig/opts [2022-03-11T18:00:39.898Z] github.com/docker/docker/testutil [2022-03-11T18:00:39.898Z] github.com/docker/docker/testutil/daemon [2022-03-11T18:00:39.898Z] github.com/docker/docker/testutil/environment [2022-03-11T18:00:39.898Z] github.com/docker/docker/testutil/fakecontext [2022-03-11T18:00:39.898Z] github.com/docker/docker/testutil/fakegit [2022-03-11T18:00:39.898Z] github.com/docker/docker/testutil/fakestorage [2022-03-11T18:00:39.898Z] github.com/docker/docker/testutil/fixtures/load [2022-03-11T18:00:39.898Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-11T18:00:39.898Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-11T18:00:39.898Z] github.com/docker/docker/testutil/registry [2022-03-11T18:00:39.898Z] github.com/docker/docker/testutil/request [2022-03-11T18:00:39.898Z] github.com/docker/docker/volume [2022-03-11T18:00:39.898Z] github.com/docker/docker/volume/drivers [2022-03-11T18:00:39.898Z] github.com/docker/docker/volume/local [2022-03-11T18:00:39.898Z] github.com/docker/docker/volume/mounts [2022-03-11T18:00:39.898Z] github.com/docker/docker/volume/service [2022-03-11T18:00:39.898Z] github.com/docker/docker/volume/service/opts [2022-03-11T18:00:39.898Z] github.com/docker/docker/volume/testutils' [2022-03-11T18:00:39.898Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/bitseq [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cluster [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/config [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/datastore [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/driverapi [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/etchosts [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/idm [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipam [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/iptables [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/netlabel [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/netutils [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/networkdb [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ns [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/options [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/osl [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/portallocator [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/portmapper [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/testutils [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/types' [2022-03-11T18:00:39.898Z] + echo 'github.com/docker/docker/libnetwork [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/bitseq [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cluster [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/config [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/datastore [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/driverapi [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/etchosts [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/idm [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipam [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/iptables [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/netlabel [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/netutils [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/networkdb [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/ns [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/options [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/osl [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/portallocator [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/portmapper [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/testutils [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/types' [2022-03-11T18:00:39.898Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-11T18:00:39.898Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-11T18:00:39.898Z] + type docker-proxy [2022-03-11T18:00:39.898Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-11T18:00:39.898Z] + hack/make.sh binary-proxy install-proxy [2022-03-11T18:00:39.898Z] [2022-03-11T18:00:39.898Z] Removing bundles/ [2022-03-11T18:00:39.898Z] [2022-03-11T18:00:39.898Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-11T18:00:39.898Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-11T18:00:39.898Z] GOOS="" GOARCH="" GOARM="" [2022-03-11T18:00:40.115Z] #19 39.41 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-03-11T18:00:40.115Z] #19 39.41 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-11T18:00:40.115Z] #19 39.41 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-11T18:00:40.154Z] [2022-03-11T18:00:40.155Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-11T18:00:40.155Z] #59 sha256:eb0b74acaeb8e6298532dc5e7fa3eb363edd0b46baf1c4ffac61468a7f8c1ea2 [2022-03-11T18:00:40.155Z] #59 DONE 0.1s [2022-03-11T18:00:40.155Z] [2022-03-11T18:00:40.155Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:00:40.155Z] #60 sha256:888757502c5c4932de33b3a1283f2614534c90a5464aebd4623d1cfb3abb02fd [2022-03-11T18:00:40.373Z] #19 39.62 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-03-11T18:00:40.373Z] #19 39.62 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:00:40.373Z] #19 39.63 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-11T18:00:40.373Z] #19 39.66 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-03-11T18:00:40.373Z] #19 39.67 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:00:40.373Z] #19 39.67 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:00:40.720Z] #60 0.910 + RM_GOPATH=0 [2022-03-11T18:00:40.720Z] #60 0.910 + TMP_GOPATH= [2022-03-11T18:00:40.720Z] #60 0.910 + : /build [2022-03-11T18:00:40.720Z] #60 0.910 + '[' -z '' ']' [2022-03-11T18:00:40.720Z] #60 0.910 ++ mktemp -d [2022-03-11T18:00:40.721Z] #60 0.911 + export GOPATH=/tmp/tmp.cNAVg8CZYg [2022-03-11T18:00:40.721Z] #60 0.911 + GOPATH=/tmp/tmp.cNAVg8CZYg [2022-03-11T18:00:40.721Z] #60 0.911 + RM_GOPATH=1 [2022-03-11T18:00:40.721Z] #60 0.911 + case "$(go env GOARCH)" in [2022-03-11T18:00:40.721Z] #60 0.911 ++ go env GOARCH [2022-03-11T18:00:40.721Z] #60 0.939 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:40.721Z] #60 0.939 + GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:40.721Z] #60 0.939 ++ dirname /install.sh [2022-03-11T18:00:40.721Z] #60 0.940 + dir=/ [2022-03-11T18:00:40.721Z] #60 0.940 + bin=containerd [2022-03-11T18:00:40.721Z] #60 0.940 + shift [2022-03-11T18:00:40.721Z] #60 0.940 + '[' '!' -f //containerd.installer ']' [2022-03-11T18:00:40.721Z] #60 0.940 + . //containerd.installer [2022-03-11T18:00:40.721Z] #60 0.941 ++ set -e [2022-03-11T18:00:40.721Z] #60 0.941 ++ : v1.6.1 [2022-03-11T18:00:40.721Z] #60 0.946 + install_containerd [2022-03-11T18:00:40.721Z] #60 0.948 + echo 'Install containerd version v1.6.1' [2022-03-11T18:00:40.721Z] #60 0.958 Install containerd version v1.6.1 [2022-03-11T18:00:40.721Z] #60 0.959 + git clone https://github.com/containerd/containerd.git /tmp/tmp.cNAVg8CZYg/src/github.com/containerd/containerd [2022-03-11T18:00:40.721Z] #60 0.968 Cloning into '/tmp/tmp.cNAVg8CZYg/src/github.com/containerd/containerd'... [2022-03-11T18:00:41.094Z] #60 ... [2022-03-11T18:00:41.094Z] [2022-03-11T18:00:41.094Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-11T18:00:41.094Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-11T18:00:41.094Z] #53 32.75 v3.0.2 [2022-03-11T18:00:41.094Z] #53 DONE 32.9s [2022-03-11T18:00:41.094Z] [2022-03-11T18:00:41.094Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:00:41.094Z] #60 sha256:888757502c5c4932de33b3a1283f2614534c90a5464aebd4623d1cfb3abb02fd [2022-03-11T18:00:41.094Z] #60 1.039 + RM_GOPATH=0 [2022-03-11T18:00:41.094Z] #60 1.039 + TMP_GOPATH= [2022-03-11T18:00:41.094Z] #60 ... [2022-03-11T18:00:41.094Z] [2022-03-11T18:00:41.094Z] #38 [tini 1/3] 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 [2022-03-11T18:00:41.094Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-11T18:00:41.094Z] #38 18.58 Reading package lists... [2022-03-11T18:00:41.094Z] #38 23.12 Building dependency tree... [2022-03-11T18:00:41.094Z] #38 26.31 The following additional packages will be installed: [2022-03-11T18:00:41.094Z] #38 26.33 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-11T18:00:41.094Z] #38 26.35 Suggested packages: [2022-03-11T18:00:41.094Z] #38 26.35 cmake-doc ninja-build lrzip [2022-03-11T18:00:41.094Z] #38 26.35 Recommended packages: [2022-03-11T18:00:41.094Z] #38 26.35 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-11T18:00:41.094Z] #38 27.10 The following NEW packages will be installed: [2022-03-11T18:00:41.094Z] #38 27.13 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-11T18:00:41.094Z] #38 27.13 vim-common xxd [2022-03-11T18:00:41.094Z] #38 27.58 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:00:41.094Z] #38 27.58 Need to get 17.7 MB of archives. [2022-03-11T18:00:41.094Z] #38 27.58 After this operation, 70.7 MB of additional disk space will be used. [2022-03-11T18:00:41.094Z] #38 27.58 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-11T18:00:41.094Z] #38 27.59 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-11T18:00:41.094Z] #38 27.60 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-11T18:00:41.094Z] #38 27.68 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-11T18:00:41.094Z] #38 28.14 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-11T18:00:41.094Z] #38 28.15 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-11T18:00:41.094Z] #38 28.19 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-11T18:00:41.094Z] #38 28.19 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-11T18:00:41.094Z] #38 28.20 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-11T18:00:41.094Z] #38 28.21 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-11T18:00:41.094Z] #38 29.53 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:00:41.094Z] #38 29.75 Fetched 17.7 MB in 1s (13.5 MB/s) [2022-03-11T18:00:41.094Z] #38 29.82 Selecting previously unselected package xxd. [2022-03-11T18:00:41.094Z] #38 29.82 (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 ... 15709 files and directories currently installed.) [2022-03-11T18:00:41.094Z] #38 29.93 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-11T18:00:41.094Z] #38 29.96 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:00:41.094Z] #38 30.12 Selecting previously unselected package vim-common. [2022-03-11T18:00:41.094Z] #38 30.12 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-11T18:00:41.094Z] #38 30.16 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:00:41.094Z] #38 30.37 Selecting previously unselected package cmake-data. [2022-03-11T18:00:41.094Z] #38 30.37 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-11T18:00:41.094Z] #38 30.39 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-11T18:00:41.094Z] #38 ... [2022-03-11T18:00:41.094Z] [2022-03-11T18:00:41.094Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:00:41.094Z] #60 sha256:888757502c5c4932de33b3a1283f2614534c90a5464aebd4623d1cfb3abb02fd [2022-03-11T18:00:41.094Z] #60 1.039 + : /build [2022-03-11T18:00:41.094Z] #60 1.039 + '[' -z '' ']' [2022-03-11T18:00:41.094Z] #60 1.043 ++ mktemp -d [2022-03-11T18:00:41.094Z] #60 1.043 + export GOPATH=/tmp/tmp.5BOlL37ehQ [2022-03-11T18:00:41.094Z] #60 1.043 + GOPATH=/tmp/tmp.5BOlL37ehQ [2022-03-11T18:00:41.094Z] #60 1.043 + RM_GOPATH=1 [2022-03-11T18:00:41.094Z] #60 1.043 + case "$(go env GOARCH)" in [2022-03-11T18:00:41.094Z] #60 1.043 ++ go env GOARCH [2022-03-11T18:00:41.094Z] #60 1.079 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:41.094Z] #60 1.079 + GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:41.094Z] #60 1.079 ++ dirname /install.sh [2022-03-11T18:00:41.094Z] #60 1.079 + dir=/ [2022-03-11T18:00:41.094Z] #60 1.083 + bin=containerd [2022-03-11T18:00:41.094Z] #60 1.087 + shift [2022-03-11T18:00:41.094Z] #60 1.092 + '[' '!' -f //containerd.installer ']' [2022-03-11T18:00:41.094Z] #60 1.092 + . //containerd.installer [2022-03-11T18:00:41.094Z] #60 1.092 ++ set -e [2022-03-11T18:00:41.094Z] #60 1.096 ++ : v1.6.1 [2022-03-11T18:00:41.094Z] #60 1.098 + install_containerd [2022-03-11T18:00:41.094Z] #60 1.106 + echo 'Install containerd version v1.6.1' [2022-03-11T18:00:41.094Z] #60 1.106 + git clone https://github.com/containerd/containerd.git /tmp/tmp.5BOlL37ehQ/src/github.com/containerd/containerd [2022-03-11T18:00:41.094Z] #60 1.109 Cloning into '/tmp/tmp.5BOlL37ehQ/src/github.com/containerd/containerd'... [2022-03-11T18:00:41.094Z] #60 1.109 Install containerd version v1.6.1 [2022-03-11T18:00:42.633Z] #60 81.78 # github.com/containerd/containerd/cmd/containerd [2022-03-11T18:00:42.633Z] #60 81.78 /usr/bin/ld: /tmp/go-link-1559903363/000019.o: in function `New': [2022-03-11T18:00:42.633Z] #60 81.78 /tmp/tmp.wlHEsDkRRI/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 [2022-03-11T18:00:42.633Z] #60 81.86 + bin/containerd-stress [2022-03-11T18:00:42.633Z] #60 83.11 + bin/containerd-shim [2022-03-11T18:00:44.405Z] #60 ... [2022-03-11T18:00:44.405Z] [2022-03-11T18:00:44.405Z] #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 [2022-03-11T18:00:44.405Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:00:44.405Z] #14 21.57 Reading package lists... [2022-03-11T18:00:44.405Z] #14 26.05 Building dependency tree... [2022-03-11T18:00:44.405Z] #14 29.46 The following additional packages will be installed: [2022-03-11T18:00:44.405Z] #14 29.46 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-11T18:00:44.405Z] #14 29.46 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-11T18:00:44.405Z] #14 29.46 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-11T18:00:44.405Z] #14 29.46 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-11T18:00:44.405Z] #14 29.48 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-11T18:00:44.405Z] #14 29.48 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-11T18:00:44.405Z] #14 29.48 mingw-w64-common mingw-w64-x86-64-dev [2022-03-11T18:00:44.405Z] #14 29.49 Suggested packages: [2022-03-11T18:00:44.405Z] #14 29.49 gcc-10-locales seccomp wine64 [2022-03-11T18:00:44.405Z] #14 30.71 The following NEW packages will be installed: [2022-03-11T18:00:44.405Z] #14 30.71 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-11T18:00:44.405Z] #14 30.71 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-11T18:00:44.405Z] #14 30.71 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-11T18:00:44.405Z] #14 30.71 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-11T18:00:44.405Z] #14 30.71 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-11T18:00:44.405Z] #14 30.72 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-11T18:00:44.405Z] #14 30.72 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-11T18:00:44.405Z] #14 30.72 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-11T18:00:44.405Z] #14 30.72 mingw-w64-x86-64-dev [2022-03-11T18:00:44.405Z] #14 31.08 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:00:44.405Z] #14 31.08 Need to get 115 MB of archives. [2022-03-11T18:00:44.405Z] #14 31.08 After this operation, 645 MB of additional disk space will be used. [2022-03-11T18:00:44.405Z] #14 31.08 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] [2022-03-11T18:00:44.405Z] #14 31.29 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] [2022-03-11T18:00:44.405Z] #14 31.45 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-11T18:00:44.405Z] #14 31.45 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-11T18:00:44.405Z] #14 31.47 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-11T18:00:44.405Z] #14 31.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-11T18:00:44.405Z] #14 31.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-11T18:00:44.405Z] #14 32.10 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] [2022-03-11T18:00:44.405Z] #14 32.12 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] [2022-03-11T18:00:44.405Z] #14 32.87 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] [2022-03-11T18:00:44.405Z] #14 34.43 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] [2022-03-11T18:00:44.405Z] #14 34.83 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] [2022-03-11T18:00:44.405Z] #14 35.25 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] [2022-03-11T18:00:44.405Z] #14 36.17 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] [2022-03-11T18:00:44.405Z] #14 ... [2022-03-11T18:00:44.405Z] [2022-03-11T18:00:44.405Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:00:44.405Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:00:44.405Z] #51 29.46 go: downloading github.com/fatih/color v1.13.0 [2022-03-11T18:00:44.405Z] #51 29.46 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-11T18:00:44.405Z] #51 29.51 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-11T18:00:44.405Z] #51 29.52 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-11T18:00:44.405Z] #51 29.74 go: downloading github.com/spf13/viper v1.10.1 [2022-03-11T18:00:44.405Z] #51 29.83 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-11T18:00:44.405Z] #51 30.22 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-11T18:00:44.405Z] #51 30.22 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-11T18:00:44.405Z] #51 30.25 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-11T18:00:44.405Z] #51 30.33 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-11T18:00:44.405Z] #51 31.19 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-11T18:00:44.405Z] #51 31.22 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-11T18:00:44.405Z] #51 31.30 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-11T18:00:44.405Z] #51 31.48 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-11T18:00:44.405Z] #51 31.80 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-11T18:00:44.405Z] #51 32.03 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-11T18:00:44.405Z] #51 35.10 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-11T18:00:44.405Z] #51 35.13 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-11T18:00:44.405Z] #51 35.16 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-11T18:00:44.405Z] #51 35.20 go: downloading github.com/spf13/afero v1.6.0 [2022-03-11T18:00:44.405Z] #51 35.23 go: downloading github.com/spf13/cast v1.4.1 [2022-03-11T18:00:44.405Z] #51 35.32 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-11T18:00:44.405Z] #51 35.34 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-11T18:00:44.405Z] #51 35.35 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-11T18:00:44.405Z] #51 35.47 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-11T18:00:44.405Z] #51 35.54 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-11T18:00:44.405Z] #51 35.55 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-11T18:00:44.405Z] #51 35.57 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-11T18:00:44.405Z] #51 35.65 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-11T18:00:44.405Z] #51 35.72 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-11T18:00:44.405Z] #51 35.74 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-11T18:00:44.405Z] #51 35.79 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-11T18:00:44.405Z] #51 35.81 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-11T18:00:44.405Z] #51 36.26 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-11T18:00:44.405Z] #51 36.34 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-11T18:00:44.405Z] #51 36.38 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-11T18:00:44.405Z] #51 36.47 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-11T18:00:44.553Z] #19 43.69 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-03-11T18:00:44.553Z] #19 43.69 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:00:44.553Z] #19 43.69 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-11T18:00:44.553Z] #19 43.73 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-03-11T18:00:44.553Z] #19 43.74 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:00:44.553Z] #19 43.74 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-11T18:00:44.671Z] #51 36.49 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-11T18:00:44.671Z] #51 36.61 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-11T18:00:44.671Z] #51 ... [2022-03-11T18:00:44.671Z] [2022-03-11T18:00:44.671Z] #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 [2022-03-11T18:00:44.671Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:00:44.671Z] #14 36.61 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] [2022-03-11T18:00:44.671Z] #14 36.64 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-11T18:00:44.671Z] #14 36.64 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-11T18:00:44.671Z] #14 36.65 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-11T18:00:44.671Z] #14 36.65 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-11T18:00:44.671Z] #14 36.65 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] [2022-03-11T18:00:44.671Z] #14 36.66 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-11T18:00:44.671Z] #14 36.66 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-11T18:00:44.671Z] #14 36.68 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-11T18:00:44.671Z] #14 36.69 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-11T18:00:44.671Z] #14 36.71 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-11T18:00:44.671Z] #14 36.72 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-11T18:00:44.930Z] #14 36.75 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-11T18:00:44.930Z] #14 36.75 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-11T18:00:44.930Z] #14 36.76 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-11T18:00:44.930Z] #14 36.76 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-11T18:00:45.865Z] #14 37.76 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:00:45.983Z] #60 ... [2022-03-11T18:00:45.983Z] [2022-03-11T18:00:45.983Z] #38 [tini 1/3] 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 [2022-03-11T18:00:45.983Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-11T18:00:45.983Z] #38 27.24 The following additional packages will be installed: [2022-03-11T18:00:45.983Z] #38 27.24 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-11T18:00:45.983Z] #38 27.27 Suggested packages: [2022-03-11T18:00:45.983Z] #38 27.29 cmake-doc ninja-build lrzip [2022-03-11T18:00:45.983Z] #38 27.29 Recommended packages: [2022-03-11T18:00:45.983Z] #38 27.29 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-11T18:00:45.983Z] #38 28.14 The following NEW packages will be installed: [2022-03-11T18:00:45.983Z] #38 28.15 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-11T18:00:45.983Z] #38 28.16 vim-common xxd [2022-03-11T18:00:45.983Z] #38 28.56 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:00:45.983Z] #38 28.56 Need to get 17.7 MB of archives. [2022-03-11T18:00:45.983Z] #38 28.56 After this operation, 70.7 MB of additional disk space will be used. [2022-03-11T18:00:45.983Z] #38 28.56 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-11T18:00:45.983Z] #38 28.57 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-11T18:00:45.983Z] #38 28.57 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-11T18:00:45.983Z] #38 28.65 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-11T18:00:45.983Z] #38 29.03 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-11T18:00:45.983Z] #38 29.06 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-11T18:00:45.983Z] #38 29.08 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-11T18:00:45.983Z] #38 29.09 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-11T18:00:45.983Z] #38 29.09 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-11T18:00:45.983Z] #38 29.10 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-11T18:00:45.983Z] #38 30.52 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:00:45.983Z] #38 30.88 Fetched 17.7 MB in 1s (16.6 MB/s) [2022-03-11T18:00:45.983Z] #38 31.02 Selecting previously unselected package xxd. [2022-03-11T18:00:45.983Z] #38 31.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-11T18:00:45.983Z] #38 31.06 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-11T18:00:45.983Z] #38 31.07 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:00:45.983Z] #38 31.19 Selecting previously unselected package vim-common. [2022-03-11T18:00:45.983Z] #38 31.19 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-11T18:00:45.983Z] #38 31.21 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:00:45.983Z] #38 31.47 Selecting previously unselected package cmake-data. [2022-03-11T18:00:45.983Z] #38 31.49 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-11T18:00:45.983Z] #38 31.51 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-11T18:00:45.983Z] #38 34.08 Selecting previously unselected package libicu67:amd64. [2022-03-11T18:00:45.983Z] #38 34.09 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-11T18:00:45.983Z] #38 34.12 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-11T18:00:45.983Z] #38 ... [2022-03-11T18:00:45.983Z] [2022-03-11T18:00:45.983Z] #34 [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 [2022-03-11T18:00:45.983Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-11T18:00:45.983Z] #34 36.96 Updating files: 92% (1414/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. [2022-03-11T18:00:45.983Z] #34 37.20 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-11T18:00:45.983Z] #34 37.51 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-11T18:00:46.125Z] #14 37.98 Fetched 115 MB in 6s (19.2 MB/s) [2022-03-11T18:00:46.125Z] #14 38.05 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-11T18:00:46.125Z] #14 38.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 ... 15709 files and directories currently installed.) [2022-03-11T18:00:46.125Z] #14 38.12 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-11T18:00:46.125Z] #14 38.13 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-11T18:00:46.459Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-11T18:00:46.459Z] [2022-03-11T18:00:46.459Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-11T18:00:46.459Z] Installing docker-proxy to /usr/local/bin/ [2022-03-11T18:00:46.459Z] [2022-03-11T18:00:46.459Z] + mkdir -p bundles [2022-03-11T18:00:46.459Z] + '[' -n 'github.com/docker/docker/api [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/backend/build [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/httputils [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/middleware [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/router [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/router/build [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/router/container [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/router/debug [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/router/distribution [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/router/grpc [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/router/image [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/router/network [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/router/plugin [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/router/session [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/router/swarm [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/router/system [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/server/router/volume [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/backend [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/blkiodev [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/container [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/events [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/filters [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/image [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/mount [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/network [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/registry [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/strslice [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/swarm [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/time [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/versions [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-11T18:00:46.459Z] github.com/docker/docker/api/types/volume [2022-03-11T18:00:46.459Z] github.com/docker/docker/builder [2022-03-11T18:00:46.459Z] github.com/docker/docker/builder/builder-next [2022-03-11T18:00:46.459Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-11T18:00:46.459Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-11T18:00:46.459Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-11T18:00:46.459Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-11T18:00:46.459Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-11T18:00:46.459Z] github.com/docker/docker/builder/builder-next/worker [2022-03-11T18:00:46.459Z] github.com/docker/docker/builder/dockerfile [2022-03-11T18:00:46.459Z] github.com/docker/docker/builder/remotecontext [2022-03-11T18:00:46.459Z] github.com/docker/docker/builder/remotecontext/git [2022-03-11T18:00:46.459Z] github.com/docker/docker/cli [2022-03-11T18:00:46.459Z] github.com/docker/docker/cli/config [2022-03-11T18:00:46.459Z] github.com/docker/docker/cli/debug [2022-03-11T18:00:46.459Z] github.com/docker/docker/client [2022-03-11T18:00:46.459Z] github.com/docker/docker/cmd/docker-proxy [2022-03-11T18:00:46.459Z] github.com/docker/docker/cmd/dockerd [2022-03-11T18:00:46.459Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-11T18:00:46.459Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-11T18:00:46.459Z] github.com/docker/docker/container [2022-03-11T18:00:46.459Z] github.com/docker/docker/container/stream [2022-03-11T18:00:46.459Z] github.com/docker/docker/contrib/apparmor [2022-03-11T18:00:46.459Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-11T18:00:46.459Z] github.com/docker/docker/contrib/httpserver [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/cluster [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/cluster/convert [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/cluster/executor [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/cluster/provider [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/config [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/events [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/events/testutils [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/exec [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/graphdriver [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/images [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/initlayer [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/links [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/listeners [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/logger [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/logger/gelf [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/logger/journald [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/logger/local [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/logger/logentries [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/logger/splunk [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/logger/syslog [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/logger/templates [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/names [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/network [2022-03-11T18:00:46.459Z] github.com/docker/docker/daemon/stats [2022-03-11T18:00:46.459Z] github.com/docker/docker/distribution [2022-03-11T18:00:46.459Z] github.com/docker/docker/distribution/metadata [2022-03-11T18:00:46.459Z] github.com/docker/docker/distribution/utils [2022-03-11T18:00:46.459Z] github.com/docker/docker/distribution/xfer [2022-03-11T18:00:46.459Z] github.com/docker/docker/dockerversion [2022-03-11T18:00:46.459Z] github.com/docker/docker/errdefs [2022-03-11T18:00:46.459Z] github.com/docker/docker/image [2022-03-11T18:00:46.459Z] github.com/docker/docker/image/cache [2022-03-11T18:00:46.459Z] github.com/docker/docker/image/tarexport [2022-03-11T18:00:46.459Z] github.com/docker/docker/image/v1 [2022-03-11T18:00:46.459Z] github.com/docker/docker/internal/test/suite [2022-03-11T18:00:46.459Z] github.com/docker/docker/layer [2022-03-11T18:00:46.459Z] github.com/docker/docker/libcontainerd [2022-03-11T18:00:46.459Z] github.com/docker/docker/libcontainerd/queue [2022-03-11T18:00:46.459Z] github.com/docker/docker/libcontainerd/remote [2022-03-11T18:00:46.459Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-11T18:00:46.459Z] github.com/docker/docker/libcontainerd/types [2022-03-11T18:00:46.459Z] github.com/docker/docker/oci [2022-03-11T18:00:46.459Z] github.com/docker/docker/oci/caps [2022-03-11T18:00:46.459Z] github.com/docker/docker/opts [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/aaparser [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/archive [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/authorization [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/broadcaster [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/capabilities [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/chrootarchive [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/containerfs [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/devicemapper [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/directory [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/dmesg [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/filenotify [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/fileutils [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/fsutils [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/homedir [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/idtools [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/ioutils [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/jsonmessage [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/longpath [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/loopback [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/namesgenerator [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/parsers [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/pidfile [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/platform [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/plugingetter [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/plugins [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/plugins/transport [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/pools [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/progress [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/pubsub [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/reexec [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/signal [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/stack [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/stdcopy [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/streamformatter [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/stringid [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/sysinfo [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/system [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/tailfile [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/tarsum [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/truncindex [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/urlutil [2022-03-11T18:00:46.459Z] github.com/docker/docker/pkg/useragent [2022-03-11T18:00:46.459Z] github.com/docker/docker/plugin [2022-03-11T18:00:46.459Z] github.com/docker/docker/plugin/executor/containerd [2022-03-11T18:00:46.459Z] github.com/docker/docker/plugin/v2 [2022-03-11T18:00:46.459Z] github.com/docker/docker/profiles/apparmor [2022-03-11T18:00:46.459Z] github.com/docker/docker/profiles/seccomp [2022-03-11T18:00:46.459Z] github.com/docker/docker/quota [2022-03-11T18:00:46.459Z] github.com/docker/docker/reference [2022-03-11T18:00:46.459Z] github.com/docker/docker/registry [2022-03-11T18:00:46.459Z] github.com/docker/docker/registry/resumable [2022-03-11T18:00:46.459Z] github.com/docker/docker/restartmanager [2022-03-11T18:00:46.459Z] github.com/docker/docker/rootless [2022-03-11T18:00:46.459Z] github.com/docker/docker/rootless/specconv [2022-03-11T18:00:46.459Z] github.com/docker/docker/runconfig [2022-03-11T18:00:46.459Z] github.com/docker/docker/runconfig/opts [2022-03-11T18:00:46.459Z] github.com/docker/docker/testutil [2022-03-11T18:00:46.459Z] github.com/docker/docker/testutil/daemon [2022-03-11T18:00:46.459Z] github.com/docker/docker/testutil/environment [2022-03-11T18:00:46.459Z] github.com/docker/docker/testutil/fakecontext [2022-03-11T18:00:46.459Z] github.com/docker/docker/testutil/fakegit [2022-03-11T18:00:46.459Z] github.com/docker/docker/testutil/fakestorage [2022-03-11T18:00:46.459Z] github.com/docker/docker/testutil/fixtures/load [2022-03-11T18:00:46.459Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-11T18:00:46.459Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-11T18:00:46.459Z] github.com/docker/docker/testutil/registry [2022-03-11T18:00:46.459Z] github.com/docker/docker/testutil/request [2022-03-11T18:00:46.459Z] github.com/docker/docker/volume [2022-03-11T18:00:46.459Z] github.com/docker/docker/volume/drivers [2022-03-11T18:00:46.459Z] github.com/docker/docker/volume/local [2022-03-11T18:00:46.459Z] github.com/docker/docker/volume/mounts [2022-03-11T18:00:46.459Z] github.com/docker/docker/volume/service [2022-03-11T18:00:46.459Z] github.com/docker/docker/volume/service/opts [2022-03-11T18:00:46.460Z] github.com/docker/docker/volume/testutils' ']' [2022-03-11T18:00:46.460Z] + 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/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/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/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/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator 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/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum 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 [2022-03-11T18:00:46.549Z] #34 ... [2022-03-11T18:00:46.549Z] [2022-03-11T18:00:46.549Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:00:46.549Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:00:46.549Z] #51 28.48 go: downloading github.com/fatih/color v1.13.0 [2022-03-11T18:00:46.549Z] #51 28.48 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-11T18:00:46.549Z] #51 28.51 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-11T18:00:46.549Z] #51 28.52 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-11T18:00:46.549Z] #51 28.67 go: downloading github.com/spf13/viper v1.10.1 [2022-03-11T18:00:46.549Z] #51 28.77 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-11T18:00:46.549Z] #51 29.08 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-11T18:00:46.549Z] #51 29.09 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-11T18:00:46.549Z] #51 29.10 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-11T18:00:46.549Z] #51 29.14 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-11T18:00:46.549Z] #51 30.13 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-11T18:00:46.549Z] #51 30.16 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-11T18:00:46.549Z] #51 33.27 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-11T18:00:46.549Z] #51 33.29 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-11T18:00:46.549Z] #51 33.37 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-11T18:00:46.549Z] #51 33.38 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-11T18:00:46.549Z] #51 33.41 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-11T18:00:46.549Z] #51 33.46 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-11T18:00:46.549Z] #51 33.52 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-11T18:00:46.549Z] #51 33.54 go: downloading github.com/spf13/afero v1.6.0 [2022-03-11T18:00:46.549Z] #51 33.58 go: downloading github.com/spf13/cast v1.4.1 [2022-03-11T18:00:46.549Z] #51 33.64 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-11T18:00:46.549Z] #51 33.66 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-11T18:00:46.549Z] #51 33.66 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-11T18:00:46.549Z] #51 33.69 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-11T18:00:46.549Z] #51 33.78 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-11T18:00:46.549Z] #51 33.80 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-11T18:00:46.549Z] #51 33.85 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-11T18:00:46.549Z] #51 33.86 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-11T18:00:46.549Z] #51 33.89 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-11T18:00:46.549Z] #51 33.99 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-11T18:00:46.549Z] #51 34.03 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-11T18:00:46.549Z] #51 34.03 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-11T18:00:46.549Z] #51 34.59 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-11T18:00:46.549Z] #51 34.67 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-11T18:00:46.549Z] #51 34.71 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-11T18:00:46.549Z] #51 34.76 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-11T18:00:46.549Z] #51 34.81 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-11T18:00:46.549Z] #51 34.85 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-11T18:00:46.549Z] #51 35.65 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-11T18:00:46.549Z] #51 35.66 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-11T18:00:46.549Z] #51 35.69 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-11T18:00:46.549Z] #51 35.71 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-11T18:00:46.549Z] #51 35.74 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-11T18:00:46.549Z] #51 35.79 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-11T18:00:46.549Z] #51 35.82 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-11T18:00:46.549Z] #51 35.88 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-11T18:00:46.549Z] #51 35.92 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-11T18:00:46.549Z] #51 35.96 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-11T18:00:46.549Z] #51 36.02 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-11T18:00:46.549Z] #51 36.09 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-11T18:00:46.549Z] #51 36.13 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-11T18:00:46.549Z] #51 36.15 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-11T18:00:46.549Z] #51 36.26 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-11T18:00:46.549Z] #51 36.27 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-11T18:00:46.549Z] #51 36.31 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-11T18:00:46.549Z] #51 36.33 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-11T18:00:46.549Z] #51 36.33 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-11T18:00:46.549Z] #51 36.41 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-11T18:00:46.549Z] #51 36.60 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-11T18:00:46.549Z] #51 36.63 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-11T18:00:46.549Z] #51 36.66 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-11T18:00:46.549Z] #51 36.69 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-11T18:00:46.549Z] #51 36.70 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-11T18:00:46.549Z] #51 36.71 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-11T18:00:46.549Z] #51 36.73 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-11T18:00:46.549Z] #51 36.76 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-11T18:00:46.549Z] #51 36.79 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-11T18:00:46.549Z] #51 36.85 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-11T18:00:46.549Z] #51 36.86 go: downloading github.com/julz/importas v0.1.0 [2022-03-11T18:00:46.549Z] #51 36.90 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-11T18:00:46.549Z] #51 36.94 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-11T18:00:46.549Z] #51 37.02 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-11T18:00:46.549Z] #51 37.03 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-11T18:00:46.549Z] #51 37.13 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-11T18:00:46.549Z] #51 37.15 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-11T18:00:46.549Z] #51 37.20 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-11T18:00:46.549Z] #51 37.22 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-11T18:00:46.549Z] #51 37.25 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-11T18:00:46.549Z] #51 37.30 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-11T18:00:46.549Z] #51 37.31 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-11T18:00:46.549Z] #51 37.32 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-11T18:00:46.549Z] #51 37.81 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-11T18:00:46.549Z] #51 37.82 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-11T18:00:46.549Z] #51 37.84 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-11T18:00:46.549Z] #51 37.86 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-11T18:00:46.549Z] #51 37.91 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-11T18:00:46.549Z] #51 37.92 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-11T18:00:46.549Z] #51 37.95 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-11T18:00:46.549Z] #51 38.01 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-11T18:00:46.549Z] #51 38.04 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-11T18:00:46.549Z] #51 38.22 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-11T18:00:46.549Z] #51 38.24 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-11T18:00:46.549Z] #51 38.27 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-11T18:00:46.549Z] #51 38.30 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-11T18:00:46.549Z] #51 38.32 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-11T18:00:46.549Z] #51 38.35 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-11T18:00:46.549Z] #51 38.38 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-11T18:00:46.549Z] #51 38.41 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-11T18:00:46.549Z] #51 38.50 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-11T18:00:46.549Z] #51 38.57 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-11T18:00:46.549Z] #51 38.60 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-11T18:00:46.718Z] ? github.com/docker/docker/api [no test files] [2022-03-11T18:00:46.807Z] #51 38.64 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-11T18:00:46.807Z] #51 38.82 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-11T18:00:46.807Z] #51 38.85 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-11T18:00:46.807Z] #51 38.85 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-11T18:00:47.064Z] #51 38.86 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-11T18:00:47.064Z] #51 38.92 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-11T18:00:47.321Z] #51 39.35 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-11T18:00:47.321Z] #51 ... [2022-03-11T18:00:47.321Z] [2022-03-11T18:00:47.321Z] #38 [tini 1/3] 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 [2022-03-11T18:00:47.321Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-11T18:00:47.321Z] #38 39.32 Selecting previously unselected package libxml2:amd64. [2022-03-11T18:00:47.321Z] #38 39.32 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-11T18:00:47.321Z] #38 39.33 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-11T18:00:47.886Z] #38 39.77 Selecting previously unselected package libarchive13:amd64. [2022-03-11T18:00:47.886Z] #38 39.78 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-11T18:00:47.886Z] #38 39.78 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-11T18:00:48.144Z] #38 ... [2022-03-11T18:00:48.144Z] [2022-03-11T18:00:48.144Z] #47 [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_11/ /' > /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 [2022-03-11T18:00:48.144Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-11T18:00:48.144Z] #47 29.76 The following additional packages will be installed: [2022-03-11T18:00:48.144Z] #47 29.79 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-11T18:00:48.144Z] #47 29.80 python3-protobuf python3-six [2022-03-11T18:00:48.144Z] #47 29.80 Suggested packages: [2022-03-11T18:00:48.144Z] #47 29.80 python3-setuptools [2022-03-11T18:00:48.144Z] #47 29.80 Recommended packages: [2022-03-11T18:00:48.144Z] #47 29.80 iproute2 | iproute [2022-03-11T18:00:48.144Z] #47 30.56 The following NEW packages will be installed: [2022-03-11T18:00:48.144Z] #47 30.56 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-11T18:00:48.144Z] #47 30.56 python3-protobuf python3-six [2022-03-11T18:00:48.144Z] #47 31.08 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:00:48.144Z] #47 31.08 Need to get 2292 kB of archives. [2022-03-11T18:00:48.144Z] #47 31.08 After this operation, 11.0 MB of additional disk space will be used. [2022-03-11T18:00:48.144Z] #47 31.08 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-11T18:00:48.144Z] #47 31.10 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-11T18:00:48.144Z] #47 31.11 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-11T18:00:48.144Z] #47 31.11 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-11T18:00:48.144Z] #47 31.13 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-11T18:00:48.144Z] #47 31.13 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-11T18:00:48.144Z] #47 31.14 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-11T18:00:48.144Z] #47 34.24 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-11T18:00:48.144Z] #47 35.33 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:00:48.144Z] #47 35.51 Fetched 2292 kB in 4s (595 kB/s) [2022-03-11T18:00:48.144Z] #47 35.56 Selecting previously unselected package libprotobuf23:amd64. [2022-03-11T18:00:48.144Z] #47 35.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 ... 15709 files and directories currently installed.) [2022-03-11T18:00:48.144Z] #47 35.61 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-11T18:00:48.144Z] #47 35.81 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-11T18:00:48.144Z] #47 36.44 Selecting previously unselected package python3-pkg-resources. [2022-03-11T18:00:48.144Z] #47 36.44 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-11T18:00:48.144Z] #47 36.45 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-11T18:00:48.144Z] #47 36.66 Selecting previously unselected package python3-six. [2022-03-11T18:00:48.144Z] #47 36.66 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-11T18:00:48.144Z] #47 36.66 Unpacking python3-six (1.16.0-2) ... [2022-03-11T18:00:48.144Z] #47 36.74 Selecting previously unselected package python3-protobuf. [2022-03-11T18:00:48.144Z] #47 36.74 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-11T18:00:48.144Z] #47 36.75 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-11T18:00:48.144Z] #47 37.21 Selecting previously unselected package libnet1:amd64. [2022-03-11T18:00:48.144Z] #47 37.22 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-11T18:00:48.144Z] #47 37.22 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-11T18:00:48.144Z] #47 37.35 Selecting previously unselected package libnl-3-200:amd64. [2022-03-11T18:00:48.144Z] #47 37.35 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-11T18:00:48.144Z] #47 37.36 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-11T18:00:48.144Z] #47 37.49 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-11T18:00:48.144Z] #47 37.50 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-11T18:00:48.144Z] #47 37.51 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-11T18:00:48.144Z] #47 37.62 Selecting previously unselected package criu. [2022-03-11T18:00:48.144Z] #47 37.62 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-11T18:00:48.144Z] #47 37.63 Unpacking criu (3.16.1-3) ... [2022-03-11T18:00:48.144Z] #47 38.32 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-11T18:00:48.144Z] #47 39.71 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-11T18:00:48.144Z] #47 39.73 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-11T18:00:48.144Z] #47 39.74 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-11T18:00:48.144Z] #47 39.75 Setting up python3-six (1.16.0-2) ... [2022-03-11T18:00:48.144Z] #47 ... [2022-03-11T18:00:48.144Z] [2022-03-11T18:00:48.144Z] #38 [tini 1/3] 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 [2022-03-11T18:00:48.144Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-11T18:00:48.144Z] #38 40.08 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-11T18:00:48.144Z] #38 40.09 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-11T18:00:48.144Z] #38 40.10 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-11T18:00:48.402Z] #38 40.21 Selecting previously unselected package librhash0:amd64. [2022-03-11T18:00:48.402Z] #38 40.22 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-11T18:00:48.402Z] #38 40.23 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-11T18:00:48.402Z] #38 40.36 Selecting previously unselected package libuv1:amd64. [2022-03-11T18:00:48.402Z] #38 40.37 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-11T18:00:48.402Z] #38 40.37 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-11T18:00:48.659Z] #38 40.52 Selecting previously unselected package cmake. [2022-03-11T18:00:48.659Z] #38 40.53 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-11T18:00:48.659Z] #38 40.53 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-11T18:00:48.674Z] #14 40.24 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-11T18:00:48.674Z] #14 40.24 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-11T18:00:48.674Z] #14 40.25 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-11T18:00:48.732Z] #19 47.51 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-03-11T18:00:48.732Z] #19 47.51 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:00:48.733Z] #19 47.51 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-11T18:00:48.733Z] #19 47.55 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-03-11T18:00:48.733Z] #19 47.55 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:00:48.733Z] #19 47.56 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-11T18:00:50.036Z] #38 ... [2022-03-11T18:00:50.036Z] [2022-03-11T18:00:50.036Z] #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 [2022-03-11T18:00:50.036Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:00:50.036Z] #14 31.69 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] [2022-03-11T18:00:50.036Z] #14 33.03 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] [2022-03-11T18:00:50.036Z] #14 33.46 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] [2022-03-11T18:00:50.036Z] #14 33.95 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] [2022-03-11T18:00:50.036Z] #14 35.39 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] [2022-03-11T18:00:50.036Z] #14 35.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] [2022-03-11T18:00:50.036Z] #14 35.93 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-11T18:00:50.036Z] #14 35.93 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-11T18:00:50.036Z] #14 35.93 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-11T18:00:50.036Z] #14 35.94 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-11T18:00:50.036Z] #14 35.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] [2022-03-11T18:00:50.036Z] #14 35.96 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-11T18:00:50.036Z] #14 35.97 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-11T18:00:50.037Z] #14 35.98 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-11T18:00:50.037Z] #14 35.99 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-11T18:00:50.037Z] #14 36.01 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-11T18:00:50.037Z] #14 36.01 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-11T18:00:50.037Z] #14 36.05 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-11T18:00:50.037Z] #14 36.06 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-11T18:00:50.037Z] #14 36.06 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-11T18:00:50.037Z] #14 36.07 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-11T18:00:50.037Z] #14 36.87 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:00:50.037Z] #14 37.07 Fetched 115 MB in 6s (19.1 MB/s) [2022-03-11T18:00:50.037Z] #14 37.15 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-11T18:00:50.037Z] #14 37.15 (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 ... 15709 files and directories currently installed.) [2022-03-11T18:00:50.037Z] #14 37.22 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-11T18:00:50.037Z] #14 37.23 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-11T18:00:50.037Z] #14 39.22 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-11T18:00:50.037Z] #14 39.23 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-11T18:00:50.037Z] #14 39.25 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-11T18:00:50.037Z] #14 41.68 Selecting previously unselected package binutils-mingw-w64. [2022-03-11T18:00:50.037Z] #14 41.68 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-11T18:00:50.037Z] #14 41.69 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-11T18:00:50.037Z] #14 41.85 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-11T18:00:50.037Z] #14 41.85 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-11T18:00:50.037Z] #14 41.86 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:00:50.037Z] #14 42.02 Selecting previously unselected package dmsetup. [2022-03-11T18:00:50.037Z] #14 42.02 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-11T18:00:50.037Z] #14 42.02 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-11T18:00:50.301Z] #14 42.21 Selecting previously unselected package mingw-w64-common. [2022-03-11T18:00:50.301Z] #14 42.22 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-11T18:00:50.301Z] #14 42.22 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-11T18:00:50.623Z] #14 ... [2022-03-11T18:00:50.623Z] [2022-03-11T18:00:50.623Z] #47 [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_11/ /' > /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 [2022-03-11T18:00:50.623Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-11T18:00:50.623Z] #47 32.14 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:00:50.623Z] #47 32.14 Need to get 2292 kB of archives. [2022-03-11T18:00:50.623Z] #47 32.14 After this operation, 11.0 MB of additional disk space will be used. [2022-03-11T18:00:50.623Z] #47 32.14 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-11T18:00:50.623Z] #47 32.21 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-11T18:00:50.623Z] #47 32.25 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-11T18:00:50.623Z] #47 32.25 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-11T18:00:50.623Z] #47 32.30 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-11T18:00:50.623Z] #47 32.30 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-11T18:00:50.623Z] #47 32.30 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-11T18:00:50.623Z] #47 35.58 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-11T18:00:50.623Z] #47 36.73 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:00:50.623Z] #47 36.96 Fetched 2292 kB in 4s (535 kB/s) [2022-03-11T18:00:50.623Z] #47 37.05 Selecting previously unselected package libprotobuf23:amd64. [2022-03-11T18:00:50.623Z] #47 37.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 ... 15709 files and directories currently installed.) [2022-03-11T18:00:50.623Z] #47 37.13 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-11T18:00:50.623Z] #47 37.15 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-11T18:00:50.623Z] #47 37.76 Selecting previously unselected package python3-pkg-resources. [2022-03-11T18:00:50.623Z] #47 37.77 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-11T18:00:50.623Z] #47 37.77 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-11T18:00:50.623Z] #47 37.96 Selecting previously unselected package python3-six. [2022-03-11T18:00:50.623Z] #47 37.96 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-11T18:00:50.623Z] #47 37.97 Unpacking python3-six (1.16.0-2) ... [2022-03-11T18:00:50.623Z] #47 38.05 Selecting previously unselected package python3-protobuf. [2022-03-11T18:00:50.623Z] #47 38.06 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-11T18:00:50.623Z] #47 38.10 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-11T18:00:50.623Z] #47 38.52 Selecting previously unselected package libnet1:amd64. [2022-03-11T18:00:50.623Z] #47 38.53 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-11T18:00:50.623Z] #47 38.55 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-11T18:00:50.623Z] #47 38.66 Selecting previously unselected package libnl-3-200:amd64. [2022-03-11T18:00:50.623Z] #47 38.66 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-11T18:00:50.623Z] #47 38.68 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-11T18:00:50.623Z] #47 38.82 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-11T18:00:50.623Z] #47 38.83 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-11T18:00:50.623Z] #47 38.84 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-11T18:00:50.623Z] #47 38.98 Selecting previously unselected package criu. [2022-03-11T18:00:50.623Z] #47 38.98 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-11T18:00:50.623Z] #47 38.99 Unpacking criu (3.16.1-3) ... [2022-03-11T18:00:50.623Z] #47 39.75 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-11T18:00:50.623Z] #47 41.43 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-11T18:00:50.623Z] #47 41.44 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-11T18:00:50.623Z] #47 41.46 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-11T18:00:50.623Z] #47 41.48 Setting up python3-six (1.16.0-2) ... [2022-03-11T18:00:50.623Z] #47 ... [2022-03-11T18:00:50.623Z] [2022-03-11T18:00:50.623Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:00:50.623Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:00:50.623Z] #51 36.77 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-11T18:00:50.623Z] #51 36.81 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-11T18:00:50.623Z] #51 36.88 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-11T18:00:50.623Z] #51 37.47 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-11T18:00:50.623Z] #51 37.52 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-11T18:00:50.623Z] #51 37.56 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-11T18:00:50.623Z] #51 37.61 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-11T18:00:50.623Z] #51 37.64 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-11T18:00:50.623Z] #51 37.71 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-11T18:00:50.623Z] #51 37.75 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-11T18:00:50.623Z] #51 37.77 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-11T18:00:50.623Z] #51 37.83 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-11T18:00:50.623Z] #51 37.86 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-11T18:00:50.623Z] #51 37.93 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-11T18:00:50.623Z] #51 38.00 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-11T18:00:50.623Z] #51 38.04 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-11T18:00:50.623Z] #51 38.10 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-11T18:00:50.623Z] #51 38.16 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-11T18:00:50.623Z] #51 38.22 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-11T18:00:50.623Z] #51 38.25 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-11T18:00:50.623Z] #51 38.35 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-11T18:00:50.623Z] #51 38.40 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-11T18:00:50.623Z] #51 38.44 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-11T18:00:50.623Z] #51 38.55 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-11T18:00:50.623Z] #51 38.65 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-11T18:00:50.623Z] #51 38.66 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-11T18:00:50.623Z] #51 38.91 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-11T18:00:50.623Z] #51 38.94 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-11T18:00:50.623Z] #51 38.97 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-11T18:00:50.623Z] #51 39.00 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-11T18:00:50.623Z] #51 39.01 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-11T18:00:50.623Z] #51 39.03 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-11T18:00:50.623Z] #51 39.05 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-11T18:00:50.623Z] #51 39.06 go: downloading github.com/julz/importas v0.1.0 [2022-03-11T18:00:50.623Z] #51 39.09 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-11T18:00:50.623Z] #51 39.11 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-11T18:00:50.623Z] #51 39.18 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-11T18:00:50.623Z] #51 39.22 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-11T18:00:50.623Z] #51 39.24 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-11T18:00:50.623Z] #51 39.24 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-11T18:00:50.623Z] #51 39.29 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-11T18:00:50.623Z] #51 39.33 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-11T18:00:50.623Z] #51 39.41 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-11T18:00:50.623Z] #51 39.45 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-11T18:00:50.623Z] #51 39.47 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-11T18:00:50.623Z] #51 39.49 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-11T18:00:50.623Z] #51 39.99 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-11T18:00:50.623Z] #51 39.99 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-11T18:00:50.623Z] #51 40.04 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-11T18:00:50.623Z] #51 40.08 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-11T18:00:50.623Z] #51 40.15 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-11T18:00:50.623Z] #51 40.16 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-11T18:00:50.623Z] #51 40.19 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-11T18:00:50.623Z] #51 40.24 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-11T18:00:50.623Z] #51 40.25 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-11T18:00:50.623Z] #51 40.47 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-11T18:00:50.623Z] #51 40.49 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-11T18:00:50.623Z] #51 40.50 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-11T18:00:50.623Z] #51 40.51 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-11T18:00:50.623Z] #51 40.52 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-11T18:00:50.623Z] #51 40.54 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-11T18:00:50.623Z] #51 40.56 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-11T18:00:50.623Z] #51 40.60 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-11T18:00:50.623Z] #51 40.62 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-11T18:00:50.623Z] #51 40.67 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-11T18:00:50.623Z] #51 40.68 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-11T18:00:50.623Z] #51 40.73 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-11T18:00:50.623Z] #51 40.95 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-11T18:00:50.623Z] #51 40.97 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-11T18:00:50.623Z] #51 40.98 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-11T18:00:50.623Z] #51 41.01 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-11T18:00:50.623Z] #51 41.03 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-11T18:00:50.623Z] #51 41.27 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-11T18:00:50.623Z] #51 41.42 go: downloading honnef.co/go/tools v0.2.2 [2022-03-11T18:00:50.623Z] #51 42.62 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-11T18:00:50.623Z] #51 42.63 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-11T18:00:50.623Z] #51 42.72 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-11T18:00:50.761Z] #60 93.72 + bin/containerd-shim-runc-v1 [2022-03-11T18:00:50.929Z] #51 42.83 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-11T18:00:50.929Z] #51 ... [2022-03-11T18:00:50.929Z] [2022-03-11T18:00:50.929Z] #47 [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_11/ /' > /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 [2022-03-11T18:00:50.929Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-11T18:00:50.929Z] #47 42.58 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-11T18:00:50.929Z] #47 42.67 Setting up python3-protobuf (3.12.4-1) ... [2022-03-11T18:00:52.010Z] #19 51.32 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-03-11T18:00:52.010Z] #19 51.32 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:00:52.010Z] #19 51.32 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-11T18:00:52.010Z] #19 51.36 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-03-11T18:00:52.010Z] #19 51.36 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:00:52.010Z] #19 51.37 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:00:52.200Z] #14 ... [2022-03-11T18:00:52.200Z] [2022-03-11T18:00:52.200Z] #38 [tini 1/3] 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 [2022-03-11T18:00:52.200Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-11T18:00:52.200Z] #38 44.25 Setting up libicu67:amd64 (67.1-7) ... [2022-03-11T18:00:52.374Z] #47 ... [2022-03-11T18:00:52.374Z] [2022-03-11T18:00:52.374Z] #38 [tini 1/3] 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 [2022-03-11T18:00:52.374Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-11T18:00:52.374Z] #38 34.27 Selecting previously unselected package libicu67:amd64. [2022-03-11T18:00:52.374Z] #38 34.27 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-11T18:00:52.374Z] #38 34.29 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-11T18:00:52.374Z] #38 40.32 Selecting previously unselected package libxml2:amd64. [2022-03-11T18:00:52.374Z] #38 40.33 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-11T18:00:52.374Z] #38 40.34 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-11T18:00:52.374Z] #38 40.83 Selecting previously unselected package libarchive13:amd64. [2022-03-11T18:00:52.374Z] #38 40.83 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-11T18:00:52.374Z] #38 40.85 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-11T18:00:52.374Z] #38 41.18 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-11T18:00:52.374Z] #38 41.20 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-11T18:00:52.374Z] #38 41.21 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-11T18:00:52.374Z] #38 41.34 Selecting previously unselected package librhash0:amd64. [2022-03-11T18:00:52.374Z] #38 41.34 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-11T18:00:52.374Z] #38 41.35 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-11T18:00:52.374Z] #38 41.56 Selecting previously unselected package libuv1:amd64. [2022-03-11T18:00:52.374Z] #38 41.56 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-11T18:00:52.374Z] #38 41.58 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-11T18:00:52.374Z] #38 41.74 Selecting previously unselected package cmake. [2022-03-11T18:00:52.374Z] #38 41.77 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-11T18:00:52.374Z] #38 41.78 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-11T18:00:52.374Z] #38 ... [2022-03-11T18:00:52.374Z] [2022-03-11T18:00:52.374Z] #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 [2022-03-11T18:00:52.374Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:00:52.374Z] #14 42.68 Selecting previously unselected package binutils-mingw-w64. [2022-03-11T18:00:52.374Z] #14 42.71 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-11T18:00:52.374Z] #14 42.76 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-11T18:00:52.374Z] #14 42.91 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-11T18:00:52.374Z] #14 42.91 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-11T18:00:52.374Z] #14 42.92 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:00:52.374Z] #14 43.14 Selecting previously unselected package dmsetup. [2022-03-11T18:00:52.374Z] #14 43.15 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-11T18:00:52.374Z] #14 43.15 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-11T18:00:52.374Z] #14 43.32 Selecting previously unselected package mingw-w64-common. [2022-03-11T18:00:52.374Z] #14 43.32 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-11T18:00:52.374Z] #14 43.32 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-11T18:00:52.457Z] #38 44.28 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:00:52.457Z] #38 44.31 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-11T18:00:52.457Z] #38 44.33 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:00:52.457Z] #38 44.36 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-11T18:00:52.457Z] #38 44.40 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-11T18:00:52.457Z] #38 44.44 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-11T18:00:52.726Z] #38 44.47 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-11T18:00:52.726Z] #38 44.49 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-11T18:00:52.726Z] #38 44.50 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-11T18:00:52.726Z] #38 44.51 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:00:54.637Z] #38 DONE 46.6s [2022-03-11T18:00:54.637Z] [2022-03-11T18:00:54.637Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:00:54.637Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:00:54.637Z] #51 39.59 go: downloading honnef.co/go/tools v0.2.2 [2022-03-11T18:00:54.637Z] #51 40.57 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-11T18:00:54.637Z] #51 40.57 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-11T18:00:54.637Z] #51 40.64 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-11T18:00:54.637Z] #51 40.72 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-11T18:00:54.637Z] #51 40.72 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-11T18:00:54.637Z] #51 40.77 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-11T18:00:54.637Z] #51 40.88 go: downloading golang.org/x/text v0.3.7 [2022-03-11T18:00:54.637Z] #51 45.68 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-11T18:00:54.637Z] #51 45.88 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-11T18:00:54.637Z] #51 45.88 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-11T18:00:54.637Z] #51 46.07 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-11T18:00:54.637Z] #51 46.14 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-11T18:00:54.637Z] #51 46.22 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-11T18:00:54.637Z] #51 46.28 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-11T18:00:54.637Z] #51 46.35 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-11T18:00:54.637Z] #51 46.35 go: downloading golang.org/x/mod v0.5.1 [2022-03-11T18:00:54.637Z] #51 46.47 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-11T18:00:54.637Z] #51 46.53 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-11T18:00:54.637Z] #51 46.55 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-11T18:00:54.637Z] #51 46.63 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-11T18:00:54.637Z] #51 ... [2022-03-11T18:00:54.637Z] [2022-03-11T18:00:54.637Z] #47 [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_11/ /' > /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 [2022-03-11T18:00:54.637Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-11T18:00:54.637Z] #47 40.91 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-11T18:00:54.637Z] #47 40.94 Setting up python3-protobuf (3.12.4-1) ... [2022-03-11T18:00:54.637Z] #47 44.23 Setting up criu (3.16.1-3) ... [2022-03-11T18:00:54.637Z] #47 46.06 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:00:54.637Z] #47 DONE 46.5s [2022-03-11T18:00:54.637Z] [2022-03-11T18:00:54.637Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:00:54.637Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:00:54.637Z] #51 46.70 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-11T18:00:54.637Z] #51 46.76 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-11T18:00:54.637Z] #51 ... [2022-03-11T18:00:54.637Z] [2022-03-11T18:00:54.637Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-11T18:00:54.637Z] #39 sha256:d78b3b6f0a40eafb2de202ebcbce8cea4fd5288d81ecf3bb416356d122b2be9d [2022-03-11T18:00:54.896Z] #39 DONE 0.2s [2022-03-11T18:00:54.896Z] [2022-03-11T18:00:54.896Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-11T18:00:54.896Z] #40 sha256:8cf78b8371be33ca8c2af0f0167f374555a29fdc92e3817de9522005c3b72ec0 [2022-03-11T18:00:56.192Z] #19 55.02 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-03-11T18:00:56.192Z] #19 55.02 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:00:56.192Z] #19 55.02 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-11T18:00:56.192Z] #19 55.07 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-03-11T18:00:56.192Z] #19 55.07 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:00:56.192Z] #19 55.08 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:00:56.269Z] #40 1.153 + RM_GOPATH=0 [2022-03-11T18:00:56.269Z] #40 1.153 + TMP_GOPATH= [2022-03-11T18:00:56.269Z] #40 1.153 + : /build [2022-03-11T18:00:56.269Z] #40 1.153 + '[' -z '' ']' [2022-03-11T18:00:56.269Z] #40 1.153 ++ mktemp -d [2022-03-11T18:00:56.269Z] #40 1.153 + export GOPATH=/tmp/tmp.Sp9rxr65qH [2022-03-11T18:00:56.269Z] #40 1.153 + GOPATH=/tmp/tmp.Sp9rxr65qH [2022-03-11T18:00:56.269Z] #40 1.153 + RM_GOPATH=1 [2022-03-11T18:00:56.269Z] #40 1.153 + case "$(go env GOARCH)" in [2022-03-11T18:00:56.269Z] #40 1.167 ++ go env GOARCH [2022-03-11T18:00:56.269Z] #40 1.196 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:56.269Z] #40 1.196 + GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:56.269Z] #40 1.196 ++ dirname /install.sh [2022-03-11T18:00:56.269Z] #40 1.196 + dir=/ [2022-03-11T18:00:56.269Z] #40 1.196 + bin=tini [2022-03-11T18:00:56.269Z] #40 1.196 + shift [2022-03-11T18:00:56.269Z] #40 1.196 + '[' '!' -f //tini.installer ']' [2022-03-11T18:00:56.269Z] #40 1.196 + . //tini.installer [2022-03-11T18:00:56.269Z] #40 1.196 ++ : v0.19.0 [2022-03-11T18:00:56.269Z] #40 1.196 + install_tini [2022-03-11T18:00:56.269Z] #40 1.196 + echo 'Install tini version v0.19.0' [2022-03-11T18:00:56.269Z] #40 1.196 Install tini version v0.19.0 [2022-03-11T18:00:56.269Z] #40 1.205 + git clone https://github.com/krallin/tini.git /tmp/tmp.Sp9rxr65qH/tini [2022-03-11T18:00:56.269Z] #40 1.205 Cloning into '/tmp/tmp.Sp9rxr65qH/tini'... [2022-03-11T18:00:56.569Z] #14 ... [2022-03-11T18:00:56.569Z] [2022-03-11T18:00:56.569Z] #38 [tini 1/3] 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 [2022-03-11T18:00:56.569Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-11T18:00:56.569Z] #38 46.02 Setting up libicu67:amd64 (67.1-7) ... [2022-03-11T18:00:56.569Z] #38 46.04 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:00:56.569Z] #38 46.09 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-11T18:00:56.569Z] #38 46.10 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:00:56.569Z] #38 46.19 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-11T18:00:56.569Z] #38 46.20 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-11T18:00:56.569Z] #38 46.21 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-11T18:00:56.569Z] #38 46.23 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-11T18:00:56.569Z] #38 46.24 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-11T18:00:56.569Z] #38 46.25 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-11T18:00:56.569Z] #38 46.28 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:00:56.569Z] #38 DONE 48.3s [2022-03-11T18:00:56.569Z] [2022-03-11T18:00:56.569Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-11T18:00:56.569Z] #39 sha256:90977d40d29673c72304d19a35b1c3eb44bb8f25e020e446bdd80a059d0ed651 [2022-03-11T18:00:56.569Z] #39 DONE 0.2s [2022-03-11T18:00:56.569Z] [2022-03-11T18:00:56.569Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-11T18:00:56.569Z] #40 sha256:a5fa3abfc27dc24d12089e3a27ce2440a3551610709d6fcbd370043847dce490 [2022-03-11T18:00:56.833Z] #40 2.038 + cd /tmp/tmp.Sp9rxr65qH/tini [2022-03-11T18:00:57.091Z] #40 2.039 + git checkout -q v0.19.0 [2022-03-11T18:00:57.091Z] #40 2.065 + cmake . [2022-03-11T18:00:57.140Z] #40 ... [2022-03-11T18:00:57.140Z] [2022-03-11T18:00:57.140Z] #34 [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 [2022-03-11T18:00:57.140Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-11T18:00:57.140Z] #34 38.83 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. [2022-03-11T18:00:57.140Z] #34 38.94 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-11T18:00:57.140Z] #34 39.95 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-11T18:00:57.337Z] #60 99.68 + bin/containerd-shim-runc-v2 [2022-03-11T18:00:57.338Z] #60 100.4 + binaries [2022-03-11T18:00:57.338Z] #60 100.4 + install -D bin/containerd /build/containerd [2022-03-11T18:00:57.338Z] #60 100.5 + install -D bin/containerd-shim /build/containerd-shim [2022-03-11T18:00:57.338Z] #60 100.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-11T18:00:57.338Z] #60 100.5 + install -D bin/ctr /build/ctr [2022-03-11T18:00:57.348Z] #40 2.471 -- The C compiler identification is GNU 10.2.1 [2022-03-11T18:00:57.348Z] #40 2.564 -- Detecting C compiler ABI info [2022-03-11T18:00:57.402Z] #34 ... [2022-03-11T18:00:57.402Z] [2022-03-11T18:00:57.402Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-11T18:00:57.402Z] #40 sha256:a5fa3abfc27dc24d12089e3a27ce2440a3551610709d6fcbd370043847dce490 [2022-03-11T18:00:57.402Z] #40 0.891 + RM_GOPATH=0 [2022-03-11T18:00:57.661Z] #40 0.891 + TMP_GOPATH= [2022-03-11T18:00:57.661Z] #40 0.892 + : /build [2022-03-11T18:00:57.661Z] #40 0.892 + '[' -z '' ']' [2022-03-11T18:00:57.661Z] #40 0.892 ++ mktemp -d [2022-03-11T18:00:57.661Z] #40 0.894 + export GOPATH=/tmp/tmp.ZyBxt3WvUZ [2022-03-11T18:00:57.661Z] #40 0.894 + GOPATH=/tmp/tmp.ZyBxt3WvUZ [2022-03-11T18:00:57.661Z] #40 0.894 + RM_GOPATH=1 [2022-03-11T18:00:57.661Z] #40 0.894 + case "$(go env GOARCH)" in [2022-03-11T18:00:57.661Z] #40 0.895 ++ go env GOARCH [2022-03-11T18:00:57.661Z] #40 0.945 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:57.661Z] #40 0.945 + GO_BUILDMODE=-buildmode=pie [2022-03-11T18:00:57.661Z] #40 0.947 ++ dirname /install.sh [2022-03-11T18:00:57.661Z] #40 0.948 + dir=/ [2022-03-11T18:00:57.661Z] #40 0.948 + bin=tini [2022-03-11T18:00:57.661Z] #40 0.949 + shift [2022-03-11T18:00:57.661Z] #40 0.949 + '[' '!' -f //tini.installer ']' [2022-03-11T18:00:57.661Z] #40 0.949 + . //tini.installer [2022-03-11T18:00:57.661Z] #40 0.949 ++ : v0.19.0 [2022-03-11T18:00:57.661Z] #40 0.949 + install_tini [2022-03-11T18:00:57.661Z] #40 0.949 + echo 'Install tini version v0.19.0' [2022-03-11T18:00:57.661Z] #40 0.949 + git clone https://github.com/krallin/tini.git /tmp/tmp.ZyBxt3WvUZ/tini [2022-03-11T18:00:57.661Z] #40 0.949 Install tini version v0.19.0 [2022-03-11T18:00:57.661Z] #40 0.951 Cloning into '/tmp/tmp.ZyBxt3WvUZ/tini'... [2022-03-11T18:00:58.284Z] #40 ... [2022-03-11T18:00:58.284Z] [2022-03-11T18:00:58.284Z] #47 [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_11/ /' > /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 [2022-03-11T18:00:58.284Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-11T18:00:58.284Z] #47 46.87 Setting up criu (3.16.1-3) ... [2022-03-11T18:00:58.284Z] #47 49.43 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:00:58.284Z] #47 DONE 50.0s [2022-03-11T18:00:58.284Z] [2022-03-11T18:00:58.284Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-11T18:00:58.284Z] #40 sha256:a5fa3abfc27dc24d12089e3a27ce2440a3551610709d6fcbd370043847dce490 [2022-03-11T18:00:58.284Z] #40 1.745 + cd /tmp/tmp.ZyBxt3WvUZ/tini [2022-03-11T18:00:58.284Z] #40 1.745 + git checkout -q v0.19.0 [2022-03-11T18:00:58.284Z] #40 1.767 + cmake . [2022-03-11T18:00:58.292Z] #40 3.138 -- Detecting C compiler ABI info - done [2022-03-11T18:00:58.292Z] #40 3.244 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-11T18:00:58.292Z] #40 3.252 -- Detecting C compile features [2022-03-11T18:00:58.292Z] #40 3.255 -- Detecting C compile features - done [2022-03-11T18:00:58.292Z] #40 3.308 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-11T18:00:58.292Z] #40 3.514 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-11T18:00:58.550Z] #40 3.595 -- Configuring done [2022-03-11T18:00:58.550Z] #40 3.629 -- Generating done [2022-03-11T18:00:58.550Z] #40 3.639 -- Build files have been written to: /tmp/tmp.Sp9rxr65qH/tini [2022-03-11T18:00:58.550Z] #40 3.647 + make tini-static [2022-03-11T18:00:58.807Z] #40 3.823 Scanning dependencies of target tini-static [2022-03-11T18:00:58.807Z] #40 3.862 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-11T18:00:58.807Z] #40 ... [2022-03-11T18:00:58.807Z] [2022-03-11T18:00:58.807Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-11T18:00:58.807Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-11T18:00:58.807Z] #49 50.49 gotestsum version dev [2022-03-11T18:00:58.807Z] #49 DONE 50.9s [2022-03-11T18:00:59.065Z] [2022-03-11T18:00:59.065Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:00:59.065Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:00:59.065Z] #51 47.57 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-11T18:00:59.065Z] #51 47.74 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-11T18:00:59.065Z] #51 48.16 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-11T18:00:59.065Z] #51 48.22 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-11T18:00:59.065Z] #51 48.26 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-11T18:00:59.065Z] #51 48.30 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-11T18:00:59.065Z] #51 48.32 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-11T18:00:59.065Z] #51 48.38 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-11T18:00:59.065Z] #51 48.46 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-11T18:00:59.065Z] #51 48.70 go: downloading github.com/prometheus/common v0.10.0 [2022-03-11T18:00:59.065Z] #51 48.81 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-11T18:00:59.065Z] #51 48.94 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-11T18:00:59.065Z] #51 49.09 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-11T18:00:59.065Z] #51 50.43 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-11T18:00:59.224Z] #40 2.549 -- The C compiler identification is GNU 10.2.1 [2022-03-11T18:00:59.224Z] #40 2.693 -- Detecting C compiler ABI info [2022-03-11T18:00:59.471Z] #19 58.57 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-03-11T18:00:59.471Z] #19 58.57 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-11T18:00:59.471Z] #19 58.58 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:00:59.471Z] #19 58.61 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-03-11T18:00:59.471Z] #19 58.62 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-11T18:00:59.471Z] #19 58.62 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-11T18:00:59.471Z] #19 58.65 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-03-11T18:00:59.471Z] #19 58.66 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-11T18:00:59.471Z] #19 58.66 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-11T18:00:59.471Z] #19 58.69 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-03-11T18:00:59.471Z] #19 58.69 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-11T18:00:59.471Z] #19 58.69 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:00:59.471Z] #19 58.72 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-03-11T18:00:59.471Z] #19 58.72 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-11T18:00:59.471Z] #19 58.73 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:00:59.471Z] #19 58.76 Selecting previously unselected package cross-config. [2022-03-11T18:00:59.471Z] #19 58.76 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-03-11T18:00:59.471Z] #19 58.77 Unpacking cross-config (2.6.18+nmu1) ... [2022-03-11T18:00:59.471Z] #19 58.82 Selecting previously unselected package gcc-10-cross-base. [2022-03-11T18:00:59.471Z] #19 58.82 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-03-11T18:00:59.471Z] #19 58.82 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-11T18:00:59.471Z] #19 58.86 Selecting previously unselected package libc6-arm64-cross. [2022-03-11T18:00:59.471Z] #19 58.86 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-03-11T18:00:59.471Z] #19 58.86 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-03-11T18:00:59.729Z] #19 58.99 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-03-11T18:00:59.729Z] #19 58.99 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:00:59.729Z] #19 59.00 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:00:59.729Z] #19 59.03 Selecting previously unselected package libgomp1-arm64-cross. [2022-03-11T18:00:59.729Z] #19 59.03 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:00:59.729Z] #19 59.04 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:00:59.729Z] #19 59.08 Selecting previously unselected package libitm1-arm64-cross. [2022-03-11T18:00:59.729Z] #19 59.08 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:00:59.729Z] #19 59.09 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:00:59.729Z] #19 59.12 Selecting previously unselected package libatomic1-arm64-cross. [2022-03-11T18:00:59.729Z] #19 59.12 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:00:59.729Z] #19 59.13 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:00:59.729Z] #19 59.16 Selecting previously unselected package libasan6-arm64-cross. [2022-03-11T18:00:59.729Z] #19 59.16 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:00:59.729Z] #19 59.17 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:00:59.792Z] #40 3.136 -- Detecting C compiler ABI info - done [2022-03-11T18:00:59.792Z] #40 3.226 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-11T18:00:59.792Z] #40 3.237 -- Detecting C compile features [2022-03-11T18:00:59.792Z] #40 3.240 -- Detecting C compile features - done [2022-03-11T18:00:59.792Z] #40 3.260 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-11T18:00:59.987Z] #19 59.38 Selecting previously unselected package liblsan0-arm64-cross. [2022-03-11T18:00:59.987Z] #19 59.38 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:00:59.987Z] #19 59.39 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:00:59.987Z] #19 59.48 Selecting previously unselected package libtsan0-arm64-cross. [2022-03-11T18:01:00.050Z] #40 3.556 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-11T18:01:00.050Z] #40 3.656 -- Configuring done [2022-03-11T18:01:00.245Z] #19 59.49 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:00.245Z] #19 59.49 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:00.245Z] #19 59.69 Selecting previously unselected package libstdc++6-arm64-cross. [2022-03-11T18:01:00.245Z] #19 59.70 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:00.245Z] #19 59.70 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:00.245Z] #19 59.77 Selecting previously unselected package libubsan1-arm64-cross. [2022-03-11T18:01:00.310Z] #40 3.671 -- Generating done [2022-03-11T18:01:00.310Z] #40 3.688 -- Build files have been written to: /tmp/tmp.ZyBxt3WvUZ/tini [2022-03-11T18:01:00.310Z] #40 3.702 + make tini-static [2022-03-11T18:01:00.503Z] #19 59.77 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:00.503Z] #19 59.77 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:00.503Z] #19 59.87 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-03-11T18:01:00.503Z] #19 59.87 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:00.503Z] #19 59.87 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:00.503Z] #19 59.99 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-03-11T18:01:00.570Z] #40 3.981 Scanning dependencies of target tini-static [2022-03-11T18:01:00.760Z] #19 60.00 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:01:00.760Z] #19 60.00 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:01:00.831Z] #40 4.132 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-11T18:01:00.966Z] #51 ... [2022-03-11T18:01:00.966Z] [2022-03-11T18:01:00.966Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-11T18:01:00.966Z] #40 sha256:8cf78b8371be33ca8c2af0f0167f374555a29fdc92e3817de9522005c3b72ec0 [2022-03-11T18:01:00.966Z] #40 5.210 [100%] Linking C executable tini-static [2022-03-11T18:01:00.966Z] #40 5.716 [100%] Built target tini-static [2022-03-11T18:01:00.966Z] #40 5.805 + mkdir -p /build [2022-03-11T18:01:00.966Z] #40 5.813 + cp tini-static /build/docker-init [2022-03-11T18:01:00.966Z] #40 DONE 6.0s [2022-03-11T18:01:00.966Z] [2022-03-11T18:01:00.966Z] #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 [2022-03-11T18:01:00.966Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:01:00.966Z] #14 47.34 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-11T18:01:00.966Z] #14 47.37 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-11T18:01:00.966Z] #14 47.37 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-11T18:01:01.091Z] #40 ... [2022-03-11T18:01:01.091Z] [2022-03-11T18:01:01.091Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:01:01.091Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:01:01.091Z] #51 43.10 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-11T18:01:01.091Z] #51 43.11 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-11T18:01:01.091Z] #51 43.23 go: downloading golang.org/x/text v0.3.7 [2022-03-11T18:01:01.091Z] #51 49.03 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-11T18:01:01.091Z] #51 49.11 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-11T18:01:01.091Z] #51 49.13 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-11T18:01:01.091Z] #51 49.22 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-11T18:01:01.091Z] #51 49.27 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-11T18:01:01.091Z] #51 49.29 go: downloading golang.org/x/mod v0.5.1 [2022-03-11T18:01:01.091Z] #51 49.34 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-11T18:01:01.091Z] #51 49.36 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-11T18:01:01.091Z] #51 49.43 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-11T18:01:01.091Z] #51 49.66 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-11T18:01:01.091Z] #51 49.66 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-11T18:01:01.091Z] #51 49.72 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-11T18:01:01.091Z] #51 50.05 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-11T18:01:01.091Z] #51 50.26 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-11T18:01:01.091Z] #51 50.42 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-11T18:01:01.091Z] #51 50.61 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-11T18:01:01.091Z] #51 50.70 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-11T18:01:01.091Z] #51 50.89 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-11T18:01:01.091Z] #51 50.89 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-11T18:01:01.091Z] #51 50.91 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-11T18:01:01.091Z] #51 51.01 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-11T18:01:01.091Z] #51 51.28 go: downloading github.com/prometheus/common v0.10.0 [2022-03-11T18:01:01.091Z] #51 51.44 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-11T18:01:01.091Z] #51 51.57 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-11T18:01:01.091Z] #51 51.64 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-11T18:01:01.091Z] #51 52.86 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-11T18:01:01.223Z] #14 53.23 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-11T18:01:01.223Z] #14 53.23 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:01:01.223Z] #14 53.27 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-11T18:01:01.350Z] #51 ... [2022-03-11T18:01:01.350Z] [2022-03-11T18:01:01.350Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-11T18:01:01.350Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-11T18:01:01.350Z] #49 53.07 gotestsum version dev [2022-03-11T18:01:01.350Z] #49 DONE 53.3s [2022-03-11T18:01:01.350Z] [2022-03-11T18:01:01.351Z] #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 [2022-03-11T18:01:01.351Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:01:01.351Z] #14 49.70 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-11T18:01:01.351Z] #14 49.71 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-11T18:01:01.351Z] #14 49.71 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-11T18:01:01.502Z] #14 53.37 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-11T18:01:01.502Z] #14 53.38 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:01:01.502Z] #14 53.39 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-11T18:01:01.540Z] #60 DONE 104.4s [2022-03-11T18:01:01.588Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2022-03-11T18:01:02.110Z] [2022-03-11T18:01:02.111Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-11T18:01:02.111Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-11T18:01:02.111Z] #46 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-11T18:01:02.111Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-11T18:01:02.111Z] #43 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-11T18:01:02.111Z] #55 sha256:761cff34e9efc63f85653e0e79a951781f04c918b1eabd56094c470ab24a053f [2022-03-11T18:01:02.111Z] #55 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-11T18:01:02.111Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-11T18:01:02.111Z] #18 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-11T18:01:02.111Z] #39 sha256:fdfeeca768fef05b74c7a842dd371b95839b961157d9e3904a12e122243aeb86 [2022-03-11T18:01:02.111Z] #39 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-11T18:01:02.111Z] #44 sha256:f477a965d54860fdec5a5728a574d7a9ab06b9397081120b5ce5ebab6313db1a [2022-03-11T18:01:02.111Z] #44 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-11T18:01:02.111Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-11T18:01:02.111Z] #15 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-11T18:01:02.111Z] #35 sha256:4cb44e927f06313babf4f73d20fb1b88a22def6e5792de879f7d7c3f37e5ebf5 [2022-03-11T18:01:02.111Z] #35 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-11T18:01:02.111Z] #41 sha256:4293112eb27a2ec986d3765546253ae411e672ccb3192bfeb635910709e080a8 [2022-03-11T18:01:02.111Z] #41 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-11T18:01:02.111Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-11T18:01:02.111Z] #20 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #22 [dev-systemd-false 8/24] 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 [2022-03-11T18:01:02.111Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-11T18:01:02.111Z] #22 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #21 [dev-systemd-false 7/24] 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 [2022-03-11T18:01:02.111Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-11T18:01:02.111Z] #21 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-11T18:01:02.111Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-11T18:01:02.111Z] #23 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:01:02.111Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:01:02.111Z] #51 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-11T18:01:02.111Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-11T18:01:02.111Z] #17 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-11T18:01:02.111Z] #50 sha256:7eb89e5685d0c7e05c7ff602b9a6fabdf94dead7b6c5f80b581d0b527a861006 [2022-03-11T18:01:02.111Z] #50 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #31 [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 [2022-03-11T18:01:02.111Z] #31 sha256:a59e97bbac1e9e265fa2731d8d93601eaccb0f5e9953c5a6066b47f6765c0dce [2022-03-11T18:01:02.111Z] #31 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #29 [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 [2022-03-11T18:01:02.111Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-11T18:01:02.111Z] #29 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-11T18:01:02.111Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-11T18:01:02.111Z] #53 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-11T18:01:02.111Z] #32 sha256:af03bcb43e9339afe8d321ac67ff6bc4a8458db37f48c8aa34b5646354435cff [2022-03-11T18:01:02.111Z] #32 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #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 [2022-03-11T18:01:02.111Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:01:02.111Z] #14 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-11T18:01:02.111Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-11T18:01:02.111Z] #33 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-11T18:01:02.111Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-11T18:01:02.111Z] #42 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-11T18:01:02.111Z] #40 sha256:7aab805eea61599a6573da5705fcc895763a8b0602ca621654822d18f19f2390 [2022-03-11T18:01:02.111Z] #40 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-11T18:01:02.111Z] #26 sha256:2c2a35695db04279392edd0d3e7c0b4a5ed6621f88f1138040acb3dcaf4e4832 [2022-03-11T18:01:02.111Z] #26 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #47 [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_11/ /' > /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 [2022-03-11T18:01:02.111Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-11T18:01:02.111Z] #47 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-11T18:01:02.111Z] #25 sha256:3dff54379026c48908d1917df5de1b86572ea65554fe521d5e3b7671930d7441 [2022-03-11T18:01:02.111Z] #25 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-11T18:01:02.111Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-11T18:01:02.111Z] #19 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-11T18:01:02.111Z] #37 sha256:cbf8d1d80037027e91306759eb5ad19bc2d8fb9ef774014f4a9ea901b3ba1587 [2022-03-11T18:01:02.111Z] #37 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #38 [tini 1/3] 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 [2022-03-11T18:01:02.111Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-11T18:01:02.111Z] #38 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-11T18:01:02.111Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-11T18:01:02.111Z] #49 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-11T18:01:02.111Z] #52 sha256:404b68e177e06cb9b48d0920ded6c0c38bfd56eddad7d79a47eea2994017c780 [2022-03-11T18:01:02.111Z] #52 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-11T18:01:02.111Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-11T18:01:02.111Z] #36 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-11T18:01:02.111Z] #30 sha256:fc63682641d70931c81b800842255142ec3e3e2aa387f8647c3f3c7fcbdeb930 [2022-03-11T18:01:02.111Z] #30 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:01:02.111Z] #56 sha256:c8e1e34c6d0590d5264761586b70625a3c68af54c587f3a32ef2480833d58711 [2022-03-11T18:01:02.111Z] #56 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-11T18:01:02.111Z] #27 sha256:723db8d73085a6b4c293ee61a922498f5e524f316e567a2e86812ef80075d23e [2022-03-11T18:01:02.111Z] #27 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-11T18:01:02.111Z] #54 sha256:d7358e10f28672d24fddebec1e7dc40b57b5b5f1f40726499eeda82d9e5bf553 [2022-03-11T18:01:02.111Z] #54 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-11T18:01:02.111Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-11T18:01:02.111Z] #16 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #34 [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 [2022-03-11T18:01:02.111Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-11T18:01:02.111Z] #34 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-11T18:01:02.111Z] #48 sha256:ae4bdcebce8fbcb9ab58870a0ecf99c3750c413d0f1df70987175acf28add172 [2022-03-11T18:01:02.111Z] #48 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-11T18:01:02.111Z] #64 sha256:36119b9e1612847021c41e6e21b9ef3c97b1e4334419fa0694239d70ede709a2 [2022-03-11T18:01:02.111Z] #64 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-11T18:01:02.111Z] #63 sha256:f0581dee152b027dc26679ed5f7296018d0e21ab937f23168c167a731958c9a8 [2022-03-11T18:01:02.111Z] #63 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-11T18:01:02.111Z] #62 sha256:693436db5c4130b19dc0375109672d0d78c21b7e405e20e5057a69bb0e605825 [2022-03-11T18:01:02.111Z] #62 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-11T18:01:02.111Z] #65 sha256:e8a38298a8fbb37b63883d2f6ad6aea52ba3f59299620ca06d67860e1651eb81 [2022-03-11T18:01:02.111Z] #65 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-11T18:01:02.111Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-11T18:01:02.111Z] #68 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-11T18:01:02.111Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-11T18:01:02.111Z] #70 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-11T18:01:02.111Z] #57 sha256:a4cda9f1fc119a1b1602edda003c4ed8970f258f1b0bd13eca0eaeedc2523aed [2022-03-11T18:01:02.111Z] #57 CACHED [2022-03-11T18:01:02.111Z] [2022-03-11T18:01:02.111Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-11T18:01:02.111Z] #61 sha256:8642c141450d5b1f5c78eba497200f80ac4fcd3363ecb43237dfc6382585c362 [2022-03-11T18:01:02.370Z] #61 DONE 0.4s [2022-03-11T18:01:02.370Z] [2022-03-11T18:01:02.370Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-11T18:01:02.370Z] #66 sha256:45adfe397d8532f8e63f14170df01c9de483036225475ea2f3dc7be35674490c [2022-03-11T18:01:02.370Z] #66 DONE 0.1s [2022-03-11T18:01:02.629Z] [2022-03-11T18:01:02.629Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-11T18:01:02.629Z] #71 sha256:a533fb8139e31f15ed1ef16264068d84aaf44429381a7fb503812d5c079ea1f1 [2022-03-11T18:01:02.731Z] #14 ... [2022-03-11T18:01:02.731Z] [2022-03-11T18:01:02.731Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-11T18:01:02.731Z] #40 sha256:a5fa3abfc27dc24d12089e3a27ce2440a3551610709d6fcbd370043847dce490 [2022-03-11T18:01:02.731Z] #40 5.647 [100%] Linking C executable tini-static [2022-03-11T18:01:02.731Z] #40 6.131 [100%] Built target tini-static [2022-03-11T18:01:02.731Z] #40 6.179 + mkdir -p /build [2022-03-11T18:01:02.731Z] #40 6.181 + cp tini-static /build/docker-init [2022-03-11T18:01:02.731Z] #40 DONE 6.3s [2022-03-11T18:01:02.990Z] [2022-03-11T18:01:02.990Z] #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 [2022-03-11T18:01:02.990Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:01:03.195Z] #71 DONE 0.8s [2022-03-11T18:01:03.195Z] [2022-03-11T18:01:03.195Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-11T18:01:03.195Z] #72 sha256:93da77706e9ab117a4df62b4685f57e6ce81509b092cae6a00f6d4de717391be [2022-03-11T18:01:03.195Z] #72 DONE 0.0s [2022-03-11T18:01:03.195Z] [2022-03-11T18:01:03.195Z] #73 [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 [2022-03-11T18:01:03.195Z] #73 sha256:427dcedb7b903803801a536539bbb49495c9b1be76705f6a417e6c65cc3456eb [2022-03-11T18:01:03.816Z] #14 55.68 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-11T18:01:03.816Z] #14 55.69 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:01:03.816Z] #14 55.70 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-11T18:01:04.075Z] #14 55.88 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-11T18:01:04.075Z] #14 55.88 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:01:04.075Z] #14 55.89 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-11T18:01:04.134Z] #73 0.715 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-11T18:01:04.134Z] #73 0.715 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-11T18:01:04.134Z] #73 0.716 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-11T18:01:04.961Z] #73 0.988 Reading package lists... [2022-03-11T18:01:05.529Z] #73 1.603 Reading package lists... [2022-03-11T18:01:05.788Z] #73 2.141 Building dependency tree... [2022-03-11T18:01:05.788Z] #73 2.284 Reading state information... [2022-03-11T18:01:05.788Z] #73 2.428 The following additional packages will be installed: [2022-03-11T18:01:05.788Z] #73 2.429 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-03-11T18:01:05.788Z] #73 2.429 systemd-timesyncd [2022-03-11T18:01:05.788Z] #73 2.430 Suggested packages: [2022-03-11T18:01:05.788Z] #73 2.430 systemd-container policykit-1 [2022-03-11T18:01:05.788Z] #73 2.430 Recommended packages: [2022-03-11T18:01:05.788Z] #73 2.430 libnss-systemd [2022-03-11T18:01:05.788Z] #73 2.509 The following NEW packages will be installed: [2022-03-11T18:01:05.788Z] #73 2.510 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-03-11T18:01:05.788Z] #73 2.510 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2022-03-11T18:01:06.019Z] #19 64.56 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-03-11T18:01:06.019Z] #19 64.56 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-11T18:01:06.019Z] #19 64.58 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:01:06.019Z] #19 64.64 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-03-11T18:01:06.019Z] #19 64.64 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-03-11T18:01:06.019Z] #19 64.64 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-11T18:01:06.019Z] #19 64.80 Selecting previously unselected package libc6-dev-arm64-cross. [2022-03-11T18:01:06.019Z] #19 64.80 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-03-11T18:01:06.019Z] #19 64.81 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-11T18:01:06.019Z] #19 65.02 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-03-11T18:01:06.019Z] #19 65.02 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:06.019Z] #19 65.03 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:06.019Z] #19 65.24 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-03-11T18:01:06.019Z] #19 65.24 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:01:06.019Z] #19 65.25 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:01:06.046Z] #73 2.782 0 upgraded, 11 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:01:06.046Z] #73 2.782 Need to get 5941 kB of archives. [2022-03-11T18:01:06.046Z] #73 2.782 After this operation, 19.5 MB of additional disk space will be used. [2022-03-11T18:01:06.047Z] #73 2.782 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-03-11T18:01:06.047Z] #73 2.785 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-03-11T18:01:06.047Z] #73 2.792 Get:3 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-03-11T18:01:06.047Z] #73 2.800 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-03-11T18:01:06.047Z] #73 2.801 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2022-03-11T18:01:06.047Z] #73 2.803 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2022-03-11T18:01:06.047Z] #73 2.871 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2022-03-11T18:01:06.306Z] #73 2.887 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-03-11T18:01:06.306Z] #73 2.889 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-03-11T18:01:06.306Z] #73 2.891 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2022-03-11T18:01:06.306Z] #73 2.893 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2022-03-11T18:01:06.306Z] #73 3.070 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:01:06.306Z] #73 3.103 Fetched 5941 kB in 0s (15.7 MB/s) [2022-03-11T18:01:06.306Z] #73 3.130 Selecting previously unselected package libargon2-1:amd64. [2022-03-11T18:01:06.566Z] #73 3.130 (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 ... 28622 files and directories currently installed.) [2022-03-11T18:01:06.566Z] #73 3.234 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2022-03-11T18:01:06.566Z] #73 3.240 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-11T18:01:06.566Z] #73 3.268 Selecting previously unselected package libjson-c5:amd64. [2022-03-11T18:01:06.566Z] #73 3.271 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2022-03-11T18:01:06.566Z] #73 3.275 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-03-11T18:01:06.566Z] #73 3.307 Selecting previously unselected package libcryptsetup12:amd64. [2022-03-11T18:01:06.566Z] #73 3.308 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-03-11T18:01:06.566Z] #73 3.310 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-11T18:01:06.566Z] #73 3.358 Selecting previously unselected package libkmod2:amd64. [2022-03-11T18:01:06.761Z] #14 58.70 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-11T18:01:06.761Z] #14 58.71 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:01:06.761Z] #14 58.72 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-11T18:01:06.824Z] #73 3.361 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2022-03-11T18:01:06.824Z] #73 3.364 Unpacking libkmod2:amd64 (28-1) ... [2022-03-11T18:01:06.824Z] #73 3.398 Selecting previously unselected package systemd-timesyncd. [2022-03-11T18:01:06.824Z] #73 3.401 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2022-03-11T18:01:06.824Z] #73 3.405 Unpacking systemd-timesyncd (247.3-6) ... [2022-03-11T18:01:06.824Z] #73 3.450 Selecting previously unselected package systemd. [2022-03-11T18:01:06.824Z] #73 3.453 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2022-03-11T18:01:06.824Z] #73 3.488 Unpacking systemd (247.3-6) ... [2022-03-11T18:01:07.392Z] #73 3.967 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-11T18:01:07.392Z] #73 3.977 Setting up libjson-c5:amd64 (0.15-2) ... [2022-03-11T18:01:07.392Z] #73 3.986 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-11T18:01:07.392Z] #73 3.995 Setting up libkmod2:amd64 (28-1) ... [2022-03-11T18:01:07.392Z] #73 4.004 Setting up systemd (247.3-6) ... [2022-03-11T18:01:07.392Z] #73 4.039 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-03-11T18:01:07.392Z] #73 4.041 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-03-11T18:01:07.392Z] #73 4.044 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-03-11T18:01:07.651Z] #73 4.407 Setting up systemd-timesyncd (247.3-6) ... [2022-03-11T18:01:07.910Z] #73 4.625 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-11T18:01:07.910Z] #73 4.625 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-11T18:01:07.910Z] #73 4.708 Selecting previously unselected package systemd-sysv. [2022-03-11T18:01:07.910Z] #73 4.708 (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 ... 29450 files and directories currently installed.) [2022-03-11T18:01:07.910Z] #73 4.724 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2022-03-11T18:01:07.910Z] #73 4.728 Unpacking systemd-sysv (247.3-6) ... [2022-03-11T18:01:08.168Z] #73 4.773 Selecting previously unselected package libdbus-1-3:amd64. [2022-03-11T18:01:08.168Z] #73 4.776 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-03-11T18:01:08.168Z] #73 4.779 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-11T18:01:08.168Z] #73 4.833 Selecting previously unselected package dbus. [2022-03-11T18:01:08.168Z] #73 4.836 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-03-11T18:01:08.168Z] #73 4.847 Unpacking dbus (1.12.20-2) ... [2022-03-11T18:01:08.168Z] #73 4.900 Selecting previously unselected package libpam-systemd:amd64. [2022-03-11T18:01:08.168Z] #73 4.903 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2022-03-11T18:01:08.168Z] #73 4.907 Unpacking libpam-systemd:amd64 (247.3-6) ... [2022-03-11T18:01:08.168Z] #73 4.955 Selecting previously unselected package dbus-user-session. [2022-03-11T18:01:08.427Z] #73 4.958 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-03-11T18:01:08.427Z] #73 4.962 Unpacking dbus-user-session (1.12.20-2) ... [2022-03-11T18:01:08.427Z] #73 5.063 Setting up systemd-sysv (247.3-6) ... [2022-03-11T18:01:08.427Z] #73 5.073 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-11T18:01:08.427Z] #73 5.083 Setting up dbus (1.12.20-2) ... [2022-03-11T18:01:08.427Z] #73 5.194 invoke-rc.d: could not determine current runlevel [2022-03-11T18:01:08.687Z] #73 5.197 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-11T18:01:08.687Z] #73 5.201 Setting up libpam-systemd:amd64 (247.3-6) ... [2022-03-11T18:01:08.687Z] #73 5.324 Setting up dbus-user-session (1.12.20-2) ... [2022-03-11T18:01:08.687Z] #73 5.337 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:01:08.687Z] #73 DONE 5.5s [2022-03-11T18:01:08.946Z] [2022-03-11T18:01:08.946Z] #74 [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 [2022-03-11T18:01:08.946Z] #74 sha256:9fea464102efcc8e6c50182b576d5ee34dc7f5c39ebd644fc5dfd5dafefdb32c [2022-03-11T18:01:09.205Z] #74 0.417 % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-11T18:01:09.205Z] #74 0.417 Dload Upload Total Spent Left Speed [2022-03-11T18:01:09.464Z] #74 0.417 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 6329 0 --:--:-- --:--:-- --:--:-- 6329 [2022-03-11T18:01:09.464Z] #74 DONE 0.7s [2022-03-11T18:01:09.464Z] [2022-03-11T18:01:09.464Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-11T18:01:09.464Z] #75 sha256:167eed51e927ed870a31b11f5921664d9825bc43bf1f586b4b962586fedba16a [2022-03-11T18:01:09.607Z] #14 61.39 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-11T18:01:09.607Z] #14 61.41 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:01:09.607Z] #14 61.42 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-11T18:01:10.198Z] #19 69.49 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-03-11T18:01:10.198Z] #19 69.49 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-11T18:01:10.198Z] #19 69.50 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:01:10.198Z] #19 69.53 Selecting previously unselected package patch. [2022-03-11T18:01:10.198Z] #19 69.53 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-03-11T18:01:10.198Z] #19 69.53 Unpacking patch (2.7.6-7) ... [2022-03-11T18:01:10.198Z] #19 69.57 Selecting previously unselected package dpkg-dev. [2022-03-11T18:01:10.198Z] #19 69.58 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-03-11T18:01:10.198Z] #19 69.58 Unpacking dpkg-dev (1.20.9) ... [2022-03-11T18:01:10.198Z] #19 69.69 Selecting previously unselected package libconfig-inifiles-perl. [2022-03-11T18:01:10.400Z] #75 DONE 0.8s [2022-03-11T18:01:10.400Z] [2022-03-11T18:01:10.400Z] #76 exporting to image [2022-03-11T18:01:10.400Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-11T18:01:10.400Z] #76 exporting layers [2022-03-11T18:01:10.455Z] #19 69.69 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-03-11T18:01:10.455Z] #19 69.70 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-03-11T18:01:10.455Z] #19 69.73 Selecting previously unselected package libio-string-perl. [2022-03-11T18:01:10.455Z] #19 69.73 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-03-11T18:01:10.455Z] #19 69.74 Unpacking libio-string-perl (1.08-3.1) ... [2022-03-11T18:01:10.455Z] #19 69.77 Selecting previously unselected package libicu67:amd64. [2022-03-11T18:01:10.455Z] #19 69.77 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-03-11T18:01:10.455Z] #19 69.77 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-11T18:01:11.389Z] #19 70.52 Selecting previously unselected package libxml2:amd64. [2022-03-11T18:01:11.389Z] #19 70.52 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-11T18:01:11.389Z] #19 70.53 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-11T18:01:11.389Z] #19 70.61 Selecting previously unselected package libxml-namespacesupport-perl. [2022-03-11T18:01:11.389Z] #19 70.61 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-03-11T18:01:11.389Z] #19 70.61 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-11T18:01:11.389Z] #19 70.64 Selecting previously unselected package libxml-sax-base-perl. [2022-03-11T18:01:11.389Z] #19 70.65 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-03-11T18:01:11.389Z] #19 70.65 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-03-11T18:01:11.389Z] #19 70.69 Selecting previously unselected package libxml-sax-perl. [2022-03-11T18:01:11.389Z] #19 70.69 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-03-11T18:01:11.389Z] #19 70.70 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-03-11T18:01:11.389Z] #19 70.73 Selecting previously unselected package libxml-libxml-perl. [2022-03-11T18:01:11.389Z] #19 70.74 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-03-11T18:01:11.389Z] #19 70.74 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-11T18:01:11.389Z] #19 70.80 Selecting previously unselected package libxml-simple-perl. [2022-03-11T18:01:11.389Z] #19 70.80 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-03-11T18:01:11.389Z] #19 70.80 Unpacking libxml-simple-perl (2.25-1) ... [2022-03-11T18:01:11.389Z] #19 70.84 Selecting previously unselected package libyaml-perl. [2022-03-11T18:01:11.389Z] #19 70.84 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-03-11T18:01:11.389Z] #19 70.85 Unpacking libyaml-perl (1.30-1) ... [2022-03-11T18:01:11.389Z] #19 70.88 Selecting previously unselected package libconfig-auto-perl. [2022-03-11T18:01:11.389Z] #19 70.88 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-03-11T18:01:11.389Z] #19 70.89 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-03-11T18:01:11.389Z] #19 70.92 Selecting previously unselected package libfile-which-perl. [2022-03-11T18:01:11.648Z] #19 70.92 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-03-11T18:01:11.648Z] #19 70.92 Unpacking libfile-which-perl (1.23-1) ... [2022-03-11T18:01:11.648Z] #19 70.95 Selecting previously unselected package libfile-homedir-perl. [2022-03-11T18:01:11.648Z] #19 70.96 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-03-11T18:01:11.648Z] #19 70.96 Unpacking libfile-homedir-perl (1.006-1) ... [2022-03-11T18:01:11.648Z] #19 71.03 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-03-11T18:01:11.648Z] #19 71.03 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-03-11T18:01:11.648Z] #19 71.04 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-11T18:01:11.648Z] #19 71.08 Selecting previously unselected package dpkg-cross. [2022-03-11T18:01:11.648Z] #19 71.08 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-03-11T18:01:11.648Z] #19 71.09 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-03-11T18:01:11.648Z] #19 71.13 Selecting previously unselected package crossbuild-essential-arm64. [2022-03-11T18:01:11.648Z] #19 71.13 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-03-11T18:01:11.906Z] #19 71.14 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-03-11T18:01:11.906Z] #19 71.17 Selecting previously unselected package libc6-armel-cross. [2022-03-11T18:01:11.906Z] #19 71.17 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-03-11T18:01:11.906Z] #19 71.18 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-03-11T18:01:11.906Z] #19 71.29 Selecting previously unselected package libgcc-s1-armel-cross. [2022-03-11T18:01:11.906Z] #19 71.29 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:11.906Z] #19 71.30 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:11.906Z] #19 71.33 Selecting previously unselected package libgomp1-armel-cross. [2022-03-11T18:01:11.906Z] #19 71.33 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:11.906Z] #19 71.34 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:11.906Z] #19 71.38 Selecting previously unselected package libatomic1-armel-cross. [2022-03-11T18:01:11.906Z] #19 71.38 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:11.906Z] #19 71.38 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:11.906Z] #19 71.41 Selecting previously unselected package libasan6-armel-cross. [2022-03-11T18:01:12.163Z] #19 71.41 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:12.163Z] #19 71.42 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:12.307Z] #76 exporting layers 1.7s done [2022-03-11T18:01:12.307Z] #76 writing image sha256:76aab29a9c6e9c14d6ab43fd3ba6ebee6bfeebbae4e61ebf373c1f2cb39693fb done [2022-03-11T18:01:12.307Z] #76 naming to docker.io/library/docker:8814a29f7d9e4237d877d3bf767f2096899d9efa done [2022-03-11T18:01:12.307Z] #76 DONE 1.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-11T18:01:12.421Z] #19 71.63 Selecting previously unselected package libstdc++6-armel-cross. [2022-03-11T18:01:12.421Z] #19 71.63 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:12.421Z] #19 71.63 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:12.421Z] #19 71.70 Selecting previously unselected package libubsan1-armel-cross. [2022-03-11T18:01:12.421Z] #19 71.70 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:12.421Z] #19 71.72 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:12.421Z] #19 71.81 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-03-11T18:01:12.421Z] #19 71.81 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:12.421Z] #19 71.81 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:12.421Z] #19 71.92 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-03-11T18:01:12.653Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42942/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_GITCOMMIT=8814a29f7d9e4237d877d3bf767f2096899d9efa -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:8814a29f7d9e4237d877d3bf767f2096899d9efa hack/make.sh dynbinary test-integration [2022-03-11T18:01:12.678Z] #19 71.92 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:01:12.678Z] #19 71.93 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-11T18:01:12.913Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-03-11T18:01:12.913Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-03-11T18:01:12.913Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-03-11T18:01:12.913Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-03-11T18:01:12.913Z] 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) [2022-03-11T18:01:12.913Z] Detected virtualization docker. [2022-03-11T18:01:12.913Z] Detected architecture x86-64. [2022-03-11T18:01:12.913Z] Set hostname to <4ec83de059ff>. [2022-03-11T18:01:13.172Z] modprobe@configfs.service: Succeeded. [2022-03-11T18:01:13.172Z] modprobe@drm.service: Succeeded. [2022-03-11T18:01:13.172Z] modprobe@fuse.service: Succeeded. [2022-03-11T18:01:13.172Z] + source /etc/docker-entrypoint-cmd [2022-03-11T18:01:13.172Z] ++ hack/make.sh dynbinary test-integration [2022-03-11T18:01:13.172Z] [2022-03-11T18:01:13.431Z] Removing bundles/ [2022-03-11T18:01:13.431Z] [2022-03-11T18:01:13.431Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-11T18:01:13.431Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-11T18:01:13.431Z] GOOS="" GOARCH="" GOARM="" [2022-03-11T18:01:16.727Z] #14 ... [2022-03-11T18:01:16.728Z] [2022-03-11T18:01:16.728Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:01:16.728Z] #60 sha256:4c7adf861a70e9369c7109416bfa3ddff7692ba530cc3d57f0b2406c85d3a584 [2022-03-11T18:01:16.728Z] #60 35.76 Updating files: 72% (3446/4731) Updating files: 73% (3454/4731) Updating files: 74% (3501/4731) Updating files: 75% (3549/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-11T18:01:16.728Z] #60 36.42 + cd /tmp/tmp.cNAVg8CZYg/src/github.com/containerd/containerd [2022-03-11T18:01:16.728Z] #60 36.43 + git checkout -q v1.6.1 [2022-03-11T18:01:17.659Z] #60 37.78 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-11T18:01:17.659Z] #60 37.78 + BUILDTAGS='netgo osusergo static_build' [2022-03-11T18:01:17.659Z] #60 37.78 + export EXTRA_FLAGS=-buildmode=pie [2022-03-11T18:01:17.659Z] #60 37.78 + EXTRA_FLAGS=-buildmode=pie [2022-03-11T18:01:17.659Z] #60 37.78 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-11T18:01:17.659Z] #60 37.78 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-11T18:01:17.659Z] #60 37.78 + '[' '' = dynamic ']' [2022-03-11T18:01:17.659Z] #60 37.78 + make [2022-03-11T18:01:17.727Z] #14 ... [2022-03-11T18:01:17.727Z] [2022-03-11T18:01:17.727Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:01:17.727Z] #60 sha256:888757502c5c4932de33b3a1283f2614534c90a5464aebd4623d1cfb3abb02fd [2022-03-11T18:01:17.727Z] #60 36.61 Updating files: 68% (3224/4731) Updating files: 69% (3265/4731) Updating files: 70% (3312/4731) Updating files: 71% (3360/4731) Updating files: 72% (3407/4731) Updating files: 73% (3454/4731) Updating files: 74% (3501/4731) Updating files: 75% (3549/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-11T18:01:17.727Z] #60 37.40 + cd /tmp/tmp.5BOlL37ehQ/src/github.com/containerd/containerd [2022-03-11T18:01:17.727Z] #60 37.40 + git checkout -q v1.6.1 [2022-03-11T18:01:17.936Z] #19 77.08 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-03-11T18:01:17.936Z] #19 77.09 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-11T18:01:17.936Z] #19 77.17 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-11T18:01:17.936Z] #19 77.21 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-03-11T18:01:17.936Z] #19 77.21 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-03-11T18:01:17.936Z] #19 77.22 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-11T18:01:17.986Z] #60 37.81 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-11T18:01:17.986Z] #60 37.81 + BUILDTAGS='netgo osusergo static_build' [2022-03-11T18:01:17.986Z] #60 37.81 + export EXTRA_FLAGS=-buildmode=pie [2022-03-11T18:01:17.986Z] #60 37.81 + EXTRA_FLAGS=-buildmode=pie [2022-03-11T18:01:17.986Z] #60 37.81 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-11T18:01:17.986Z] #60 37.81 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-11T18:01:17.986Z] #60 37.81 + '[' '' = dynamic ']' [2022-03-11T18:01:17.986Z] #60 37.81 + make [2022-03-11T18:01:18.194Z] #19 77.36 Selecting previously unselected package libc6-dev-armel-cross. [2022-03-11T18:01:18.194Z] #19 77.36 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-03-11T18:01:18.194Z] #19 77.37 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-11T18:01:18.194Z] #19 77.58 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-03-11T18:01:18.452Z] #19 77.58 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:18.452Z] #19 77.59 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:18.452Z] #19 77.80 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-03-11T18:01:18.452Z] #19 77.80 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:01:18.452Z] #19 77.81 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-11T18:01:19.030Z] #60 39.04 + bin/ctr [2022-03-11T18:01:19.380Z] #60 39.19 + bin/ctr [2022-03-11T18:01:22.634Z] #19 81.82 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-03-11T18:01:22.634Z] #19 81.82 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-11T18:01:22.634Z] #19 81.83 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-11T18:01:22.634Z] #19 81.86 Selecting previously unselected package crossbuild-essential-armel. [2022-03-11T18:01:22.634Z] #19 81.86 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-03-11T18:01:22.634Z] #19 81.86 Unpacking crossbuild-essential-armel (12.9) ... [2022-03-11T18:01:22.634Z] #19 81.89 Selecting previously unselected package libc6-armhf-cross. [2022-03-11T18:01:22.634Z] #19 81.90 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-03-11T18:01:22.634Z] #19 81.90 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-03-11T18:01:22.634Z] #19 82.02 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-03-11T18:01:22.634Z] #19 82.02 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:22.634Z] #19 82.03 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:22.634Z] #19 82.06 Selecting previously unselected package libgomp1-armhf-cross. [2022-03-11T18:01:22.634Z] #19 82.06 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:22.634Z] #19 82.07 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:22.634Z] #19 82.11 Selecting previously unselected package libatomic1-armhf-cross. [2022-03-11T18:01:22.634Z] #19 82.11 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:22.634Z] #19 82.16 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:23.569Z] #19 82.99 Selecting previously unselected package libasan6-armhf-cross. [2022-03-11T18:01:23.569Z] #19 82.99 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:24.134Z] #19 83.22 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:25.070Z] #19 84.29 Selecting previously unselected package libstdc++6-armhf-cross. [2022-03-11T18:01:25.070Z] #19 84.29 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:25.070Z] #19 84.43 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:26.004Z] #19 85.40 Selecting previously unselected package libubsan1-armhf-cross. [2022-03-11T18:01:26.004Z] #19 85.40 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:26.262Z] #19 85.56 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:27.197Z] #19 86.53 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-03-11T18:01:27.197Z] #19 86.54 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:27.454Z] #19 86.70 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:28.389Z] #19 87.79 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-03-11T18:01:28.389Z] #19 87.79 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:01:28.389Z] #19 87.84 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-11T18:01:28.991Z] #60 ... [2022-03-11T18:01:28.991Z] [2022-03-11T18:01:28.991Z] #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 [2022-03-11T18:01:28.991Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:01:28.991Z] #14 69.57 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-11T18:01:28.991Z] #14 69.58 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:01:28.991Z] #14 69.59 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-11T18:01:28.991Z] #14 74.68 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-11T18:01:28.991Z] #14 74.68 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:01:28.991Z] #14 74.69 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-11T18:01:28.991Z] #14 79.74 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-11T18:01:28.991Z] #14 79.74 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:01:28.991Z] #14 79.75 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-11T18:01:31.594Z] #60 ... [2022-03-11T18:01:31.594Z] [2022-03-11T18:01:31.594Z] #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 [2022-03-11T18:01:31.594Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:01:31.594Z] #14 72.70 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-11T18:01:31.594Z] #14 72.70 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:01:31.594Z] #14 72.72 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-11T18:01:31.594Z] #14 77.49 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-11T18:01:31.594Z] #14 77.52 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:01:31.594Z] #14 77.53 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-11T18:01:31.594Z] #14 82.67 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-11T18:01:31.594Z] #14 82.67 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:01:31.594Z] #14 82.67 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-11T18:01:33.652Z] #19 92.17 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-03-11T18:01:33.652Z] #19 92.17 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-11T18:01:33.652Z] #19 92.19 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-11T18:01:33.652Z] #19 92.23 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-03-11T18:01:33.652Z] #19 92.23 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-03-11T18:01:33.652Z] #19 92.23 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-11T18:01:33.652Z] #19 92.39 Selecting previously unselected package libc6-dev-armhf-cross. [2022-03-11T18:01:33.652Z] #19 92.39 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-03-11T18:01:33.652Z] #19 92.40 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-11T18:01:33.652Z] #19 92.61 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-03-11T18:01:33.652Z] #19 92.62 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:33.652Z] #19 92.62 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:33.652Z] #19 92.83 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-03-11T18:01:33.652Z] #19 92.84 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:01:33.652Z] #19 92.84 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-11T18:01:35.542Z] #14 ... [2022-03-11T18:01:35.542Z] [2022-03-11T18:01:35.542Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-11T18:01:35.542Z] #63 sha256:2cb67d9ff5db58cba76a77d0addfe2c2db13ddcb5ed083baf911dcf149bc744d [2022-03-11T18:01:35.542Z] #63 87.08 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-11T18:01:35.542Z] #63 87.08 + GOBIN=/build [2022-03-11T18:01:35.542Z] #63 87.08 + GO111MODULE=on [2022-03-11T18:01:35.542Z] #63 87.08 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-11T18:01:37.832Z] #19 96.87 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-03-11T18:01:37.832Z] #19 96.87 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-11T18:01:37.832Z] #19 96.88 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-11T18:01:37.832Z] #19 96.91 Selecting previously unselected package crossbuild-essential-armhf. [2022-03-11T18:01:37.832Z] #19 96.91 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-03-11T18:01:37.832Z] #19 96.92 Unpacking crossbuild-essential-armhf (12.9) ... [2022-03-11T18:01:37.832Z] #19 96.95 Selecting previously unselected package libc6-ppc64el-cross. [2022-03-11T18:01:37.832Z] #19 96.95 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-11T18:01:37.832Z] #19 96.96 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-11T18:01:37.832Z] #19 97.12 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-03-11T18:01:37.832Z] #19 97.12 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:37.832Z] #19 97.13 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:37.832Z] #19 97.16 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-03-11T18:01:37.832Z] #19 97.16 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:37.832Z] #19 97.17 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:37.832Z] #19 97.22 Selecting previously unselected package libitm1-ppc64el-cross. [2022-03-11T18:01:38.089Z] #19 97.22 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:38.089Z] #19 97.22 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:38.089Z] #19 97.26 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-03-11T18:01:38.089Z] #19 97.26 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:38.089Z] #19 97.27 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:38.089Z] #19 97.30 Selecting previously unselected package libasan6-ppc64el-cross. [2022-03-11T18:01:38.089Z] #19 97.31 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:38.089Z] #19 97.31 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:38.348Z] #19 97.54 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-03-11T18:01:38.348Z] #19 97.54 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:38.348Z] #19 97.57 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:38.348Z] #19 97.67 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-03-11T18:01:38.348Z] #19 97.67 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:38.348Z] #19 97.68 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:38.606Z] #19 97.90 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-03-11T18:01:38.606Z] #19 97.90 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:38.606Z] #19 97.91 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:38.606Z] #19 97.99 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-03-11T18:01:38.606Z] #19 97.99 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:38.606Z] #19 97.99 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:38.606Z] #19 98.10 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-03-11T18:01:38.864Z] #19 98.10 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:38.864Z] #19 98.10 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:38.864Z] #19 98.15 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-03-11T18:01:38.864Z] #19 98.15 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:38.864Z] #19 98.15 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:39.123Z] #19 98.31 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-03-11T18:01:39.123Z] #19 98.31 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:01:39.123Z] #19 98.32 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:01:39.717Z] #14 ... [2022-03-11T18:01:39.717Z] [2022-03-11T18:01:39.717Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-11T18:01:39.717Z] #63 sha256:c54505ec25c18123bbfd06e0b2b56b4c055a2776f345d39874573b745cda11a0 [2022-03-11T18:01:39.717Z] #63 91.30 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-11T18:01:39.717Z] #63 91.30 + GOBIN=/build [2022-03-11T18:01:39.717Z] #63 91.30 + GO111MODULE=on [2022-03-11T18:01:39.717Z] #63 91.30 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-11T18:01:40.804Z] #63 91.79 rootlesskit version 0.14.6 [2022-03-11T18:01:40.804Z] #63 91.80 Usage of /build/rootlesskit-docker-proxy: [2022-03-11T18:01:40.804Z] #63 91.80 -container-ip string [2022-03-11T18:01:40.804Z] #63 91.80 container ip [2022-03-11T18:01:40.804Z] #63 91.80 -container-port int [2022-03-11T18:01:40.804Z] #63 91.80 container port (default -1) [2022-03-11T18:01:40.804Z] #63 91.80 -host-ip string [2022-03-11T18:01:40.804Z] #63 91.80 host ip [2022-03-11T18:01:40.804Z] #63 91.80 -host-port int [2022-03-11T18:01:40.804Z] #63 91.80 host port (default -1) [2022-03-11T18:01:40.804Z] #63 91.80 -proto string [2022-03-11T18:01:40.804Z] #63 91.80 proxy protocol (default "tcp") [2022-03-11T18:01:43.304Z] #19 102.4 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-03-11T18:01:43.304Z] #19 102.4 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-11T18:01:43.304Z] #19 102.4 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:01:43.304Z] #19 102.5 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-03-11T18:01:43.304Z] #19 102.5 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-03-11T18:01:43.304Z] #19 102.5 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-11T18:01:43.304Z] #19 102.6 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-03-11T18:01:43.304Z] #19 102.6 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-11T18:01:43.304Z] #19 102.6 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-11T18:01:43.562Z] #19 102.9 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-03-11T18:01:43.562Z] #19 102.9 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:43.562Z] #19 102.9 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:43.819Z] #19 103.1 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-03-11T18:01:43.819Z] #19 103.1 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:01:43.819Z] #19 103.1 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:01:44.093Z] #63 DONE 95.6s [2022-03-11T18:01:44.093Z] [2022-03-11T18:01:44.093Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-11T18:01:44.093Z] #64 sha256:427f03c65bec13e4bc0249ef1b2837c91d0d7777d1edfed8596dd9b3173a1854 [2022-03-11T18:01:44.093Z] #64 DONE 0.1s [2022-03-11T18:01:44.093Z] [2022-03-11T18:01:44.093Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-11T18:01:44.093Z] #65 sha256:9f067790c36accad2c8857d90fd2b74eec14703a6783058ee5b1a5284ae0faaa [2022-03-11T18:01:44.093Z] #65 DONE 0.2s [2022-03-11T18:01:44.093Z] [2022-03-11T18:01:44.093Z] #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 [2022-03-11T18:01:44.093Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:01:44.093Z] #14 91.08 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-11T18:01:44.093Z] #14 91.08 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:01:44.093Z] #14 91.09 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-11T18:01:44.093Z] #14 95.89 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-11T18:01:44.093Z] #14 95.89 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-11T18:01:44.093Z] #14 95.94 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-11T18:01:44.351Z] #14 96.24 Selecting previously unselected package libapparmor1:amd64. [2022-03-11T18:01:44.351Z] #14 96.24 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-11T18:01:44.351Z] #14 96.25 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-11T18:01:44.608Z] #14 96.38 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-11T18:01:44.608Z] #14 96.39 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-11T18:01:44.608Z] #14 96.39 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-11T18:01:44.867Z] #14 96.74 Selecting previously unselected package libbtrfs0:amd64. [2022-03-11T18:01:44.867Z] #14 96.77 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-11T18:01:44.867Z] #14 96.77 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-11T18:01:44.991Z] #63 96.03 rootlesskit version 0.14.6 [2022-03-11T18:01:44.991Z] #63 96.04 Usage of /build/rootlesskit-docker-proxy: [2022-03-11T18:01:44.991Z] #63 96.04 -container-ip string [2022-03-11T18:01:44.991Z] #63 96.04 container ip [2022-03-11T18:01:44.991Z] #63 96.04 -container-port int [2022-03-11T18:01:44.991Z] #63 96.04 container port (default -1) [2022-03-11T18:01:44.991Z] #63 96.04 -host-ip string [2022-03-11T18:01:44.991Z] #63 96.04 host ip [2022-03-11T18:01:44.991Z] #63 96.04 -host-port int [2022-03-11T18:01:44.991Z] #63 96.04 host port (default -1) [2022-03-11T18:01:44.991Z] #63 96.04 -proto string [2022-03-11T18:01:44.991Z] #63 96.04 proxy protocol (default "tcp") [2022-03-11T18:01:45.124Z] #14 97.00 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-11T18:01:45.124Z] #14 97.02 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-11T18:01:45.124Z] #14 97.03 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-11T18:01:45.381Z] #14 97.28 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-11T18:01:45.381Z] #14 97.28 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-11T18:01:45.381Z] #14 97.28 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:01:45.381Z] #14 97.34 Selecting previously unselected package libudev-dev:amd64. [2022-03-11T18:01:45.381Z] #14 97.34 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-11T18:01:45.381Z] #14 97.36 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-11T18:01:45.638Z] #14 97.47 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-11T18:01:45.638Z] #14 97.48 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-11T18:01:45.638Z] #14 97.49 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-11T18:01:45.638Z] #14 97.69 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-11T18:01:45.895Z] #14 97.69 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-11T18:01:45.895Z] #14 97.71 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-11T18:01:45.895Z] #14 97.85 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-11T18:01:45.895Z] #14 97.85 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-11T18:01:45.895Z] #14 97.86 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-11T18:01:46.153Z] #14 97.99 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-11T18:01:46.153Z] #14 98.00 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-11T18:01:46.153Z] #14 98.01 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-11T18:01:46.153Z] #14 98.06 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-11T18:01:46.153Z] #14 98.07 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-11T18:01:46.153Z] #14 98.08 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-11T18:01:46.716Z] #14 98.46 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-11T18:01:46.716Z] #14 98.46 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-11T18:01:46.716Z] #14 98.47 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-11T18:01:46.716Z] #14 98.65 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-11T18:01:46.716Z] #14 98.66 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-11T18:01:46.716Z] #14 98.66 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:01:46.716Z] #14 98.72 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-11T18:01:46.716Z] #14 98.72 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-11T18:01:46.716Z] #14 98.73 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-11T18:01:46.716Z] #14 98.85 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-11T18:01:46.973Z] #14 98.85 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-11T18:01:46.973Z] #14 98.87 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-11T18:01:47.231Z] #14 99.24 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-11T18:01:47.231Z] #14 99.26 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-11T18:01:47.231Z] #14 99.27 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-11T18:01:47.231Z] #14 99.28 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-11T18:01:47.231Z] #14 99.30 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-11T18:01:47.231Z] #14 99.31 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-11T18:01:47.231Z] #14 99.32 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-11T18:01:47.231Z] #14 99.33 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-11T18:01:47.231Z] #14 99.35 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-11T18:01:47.489Z] #14 99.36 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-11T18:01:47.489Z] #14 99.38 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-11T18:01:47.489Z] #14 99.42 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-11T18:01:47.489Z] #14 99.43 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-11T18:01:47.489Z] #14 99.44 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-11T18:01:47.489Z] #14 99.46 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-11T18:01:47.489Z] #14 99.48 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-11T18:01:47.489Z] #14 99.49 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-11T18:01:47.489Z] #14 99.50 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-11T18:01:47.489Z] #14 99.51 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-11T18:01:47.489Z] #14 99.53 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-11T18:01:47.489Z] #14 99.54 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-11T18:01:47.489Z] #14 99.55 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 [2022-03-11T18:01:47.489Z] #14 99.56 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-11T18:01:47.489Z] #14 99.57 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 [2022-03-11T18:01:47.529Z] #63 ... [2022-03-11T18:01:47.529Z] [2022-03-11T18:01:47.529Z] #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 [2022-03-11T18:01:47.529Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:01:47.529Z] #14 93.69 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-11T18:01:47.529Z] #14 93.70 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:01:47.529Z] #14 93.70 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-11T18:01:47.529Z] #14 99.26 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-11T18:01:47.529Z] #14 99.27 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-11T18:01:47.529Z] #14 99.39 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-11T18:01:47.748Z] #14 99.59 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-11T18:01:47.748Z] #14 99.60 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-11T18:01:47.748Z] #14 99.61 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 [2022-03-11T18:01:47.748Z] #14 99.62 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-11T18:01:47.748Z] #14 99.64 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-11T18:01:47.748Z] #14 99.66 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:01:47.748Z] #14 99.67 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-11T18:01:47.748Z] #14 99.69 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:01:47.748Z] #14 99.70 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:01:47.748Z] #14 99.72 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:01:47.792Z] #14 ... [2022-03-11T18:01:47.792Z] [2022-03-11T18:01:47.792Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-11T18:01:47.792Z] #63 sha256:c54505ec25c18123bbfd06e0b2b56b4c055a2776f345d39874573b745cda11a0 [2022-03-11T18:01:47.792Z] #63 DONE 99.3s [2022-03-11T18:01:47.792Z] [2022-03-11T18:01:47.792Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-11T18:01:47.792Z] #64 sha256:327562edec95e9525ffb429aee78b45b0661b765bf0064b28c0e4c7c31104e0c [2022-03-11T18:01:47.792Z] #64 DONE 0.1s [2022-03-11T18:01:47.792Z] [2022-03-11T18:01:47.792Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-11T18:01:47.792Z] #65 sha256:e9418ef4150517ac215f19e31ce844d4afc3b3f58a4b2159ea368f01f77a85e4 [2022-03-11T18:01:47.792Z] #65 DONE 0.0s [2022-03-11T18:01:47.792Z] [2022-03-11T18:01:47.792Z] #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 [2022-03-11T18:01:47.792Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-11T18:01:47.792Z] #14 99.57 Selecting previously unselected package libapparmor1:amd64. [2022-03-11T18:01:47.792Z] #14 99.57 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-11T18:01:47.792Z] #14 99.57 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-11T18:01:47.792Z] #14 99.77 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-11T18:01:47.792Z] #14 99.80 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-11T18:01:47.792Z] #14 99.80 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-11T18:01:48.001Z] #19 107.0 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-03-11T18:01:48.001Z] #19 107.0 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-11T18:01:48.001Z] #19 107.0 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:01:48.001Z] #19 107.0 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-03-11T18:01:48.001Z] #19 107.0 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-03-11T18:01:48.001Z] #19 107.0 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-03-11T18:01:48.001Z] #19 107.1 Selecting previously unselected package libc6-s390x-cross. [2022-03-11T18:01:48.001Z] #19 107.1 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-03-11T18:01:48.001Z] #19 107.1 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-03-11T18:01:48.001Z] #19 107.2 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-03-11T18:01:48.001Z] #19 107.2 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:48.001Z] #19 107.2 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:48.001Z] #19 107.3 Selecting previously unselected package libgomp1-s390x-cross. [2022-03-11T18:01:48.001Z] #19 107.3 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:48.001Z] #19 107.3 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:48.051Z] #14 99.93 Selecting previously unselected package libbtrfs0:amd64. [2022-03-11T18:01:48.051Z] #14 99.95 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-11T18:01:48.051Z] #14 99.95 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-11T18:01:48.259Z] #19 107.6 Selecting previously unselected package libitm1-s390x-cross. [2022-03-11T18:01:48.259Z] #19 107.6 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:48.259Z] #19 107.6 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:48.259Z] #19 107.7 Selecting previously unselected package libatomic1-s390x-cross. [2022-03-11T18:01:48.313Z] #14 100.2 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-11T18:01:48.313Z] #14 100.2 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-11T18:01:48.313Z] #14 100.2 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-11T18:01:48.315Z] #14 DONE 100.4s [2022-03-11T18:01:48.315Z] [2022-03-11T18:01:48.315Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-11T18:01:48.315Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-11T18:01:48.517Z] #19 107.7 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:48.517Z] #19 107.7 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:48.517Z] #19 107.7 Selecting previously unselected package libasan6-s390x-cross. [2022-03-11T18:01:48.517Z] #19 107.7 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:48.517Z] #19 107.7 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:48.517Z] #19 108.0 Selecting previously unselected package libstdc++6-s390x-cross. [2022-03-11T18:01:48.572Z] #15 ... [2022-03-11T18:01:48.572Z] [2022-03-11T18:01:48.572Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-11T18:01:48.572Z] #55 sha256:566fb2ceea6b982a831186f7bce18f008c35c17945d87aa40b0fdd75a0b32ffc [2022-03-11T18:01:48.572Z] #55 DONE 0.2s [2022-03-11T18:01:48.573Z] #14 100.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-11T18:01:48.774Z] #19 108.0 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:48.774Z] #19 108.0 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:48.774Z] #19 108.0 Selecting previously unselected package libubsan1-s390x-cross. [2022-03-11T18:01:48.774Z] #19 108.0 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:48.774Z] #19 108.0 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:48.774Z] #19 108.1 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-03-11T18:01:48.774Z] #19 108.1 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:48.774Z] #19 108.1 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:48.774Z] #19 108.2 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-03-11T18:01:48.830Z] [2022-03-11T18:01:48.830Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:01:48.830Z] #56 sha256:93314d935c283f0fa3b0c84380cd218992a933161f18c97d336a3c3eda518ee6 [2022-03-11T18:01:48.831Z] #14 100.6 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-11T18:01:48.831Z] #14 100.6 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:01:48.831Z] #14 100.8 Selecting previously unselected package libudev-dev:amd64. [2022-03-11T18:01:48.831Z] #14 100.8 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-11T18:01:48.831Z] #14 100.8 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-11T18:01:49.032Z] #19 108.2 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:01:49.032Z] #19 108.3 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:01:49.091Z] #14 101.0 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-11T18:01:49.091Z] #14 101.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-11T18:01:49.091Z] #14 101.1 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-11T18:01:49.350Z] #14 101.2 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-11T18:01:49.350Z] #14 101.2 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-11T18:01:49.350Z] #14 101.2 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-11T18:01:49.350Z] #14 101.4 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-11T18:01:49.350Z] #14 101.4 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-11T18:01:49.350Z] #14 101.4 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-11T18:01:49.609Z] #14 101.5 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-11T18:01:49.609Z] #14 101.5 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-11T18:01:49.609Z] #14 101.6 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-11T18:01:49.609Z] #14 101.6 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-11T18:01:49.609Z] #14 101.6 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-11T18:01:49.774Z] #56 1.142 + RM_GOPATH=0 [2022-03-11T18:01:49.774Z] #56 1.142 + TMP_GOPATH= [2022-03-11T18:01:49.774Z] #56 1.142 + : /build [2022-03-11T18:01:49.774Z] #56 1.144 + '[' -z '' ']' [2022-03-11T18:01:49.774Z] #56 1.144 ++ mktemp -d [2022-03-11T18:01:49.774Z] #56 1.146 + export GOPATH=/tmp/tmp.l6eOVMicgR [2022-03-11T18:01:49.774Z] #56 1.146 + GOPATH=/tmp/tmp.l6eOVMicgR [2022-03-11T18:01:49.774Z] #56 1.146 + RM_GOPATH=1 [2022-03-11T18:01:49.774Z] #56 1.146 + case "$(go env GOARCH)" in [2022-03-11T18:01:49.774Z] #56 1.146 ++ go env GOARCH [2022-03-11T18:01:49.774Z] #56 1.158 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T18:01:49.774Z] #56 1.158 + GO_BUILDMODE=-buildmode=pie [2022-03-11T18:01:49.774Z] #56 ... [2022-03-11T18:01:49.774Z] [2022-03-11T18:01:49.774Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-11T18:01:49.774Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-11T18:01:49.774Z] #15 DONE 1.5s [2022-03-11T18:01:49.774Z] [2022-03-11T18:01:49.774Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:01:49.774Z] #56 sha256:93314d935c283f0fa3b0c84380cd218992a933161f18c97d336a3c3eda518ee6 [2022-03-11T18:01:49.774Z] #56 1.159 ++ dirname /install.sh [2022-03-11T18:01:49.774Z] #56 1.159 + dir=/ [2022-03-11T18:01:49.774Z] #56 1.160 + bin=runc [2022-03-11T18:01:49.774Z] #56 1.160 + shift [2022-03-11T18:01:49.774Z] #56 1.160 + '[' '!' -f //runc.installer ']' [2022-03-11T18:01:49.774Z] #56 1.160 + . //runc.installer [2022-03-11T18:01:49.774Z] #56 1.160 ++ set -e [2022-03-11T18:01:49.774Z] #56 1.160 ++ : v1.1.0 [2022-03-11T18:01:49.774Z] #56 1.162 + install_runc [2022-03-11T18:01:49.774Z] #56 1.162 + RUNC_BUILDTAGS=seccomp [2022-03-11T18:01:49.774Z] #56 1.162 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-11T18:01:49.774Z] #56 1.162 Install runc version v1.1.0 (build tags: seccomp) [2022-03-11T18:01:49.774Z] #56 1.162 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.l6eOVMicgR/src/github.com/opencontainers/runc [2022-03-11T18:01:49.774Z] #56 1.164 Cloning into '/tmp/tmp.l6eOVMicgR/src/github.com/opencontainers/runc'... [2022-03-11T18:01:49.876Z] #14 101.6 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-11T18:01:50.135Z] #14 102.0 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-11T18:01:50.135Z] #14 102.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-11T18:01:50.135Z] #14 102.0 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-11T18:01:50.135Z] #14 102.1 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-11T18:01:50.135Z] #14 102.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-11T18:01:50.135Z] #14 102.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:01:50.135Z] #14 102.2 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-11T18:01:50.394Z] #14 102.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-11T18:01:50.394Z] #14 102.2 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-11T18:01:50.394Z] #14 102.3 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-11T18:01:50.394Z] #14 102.3 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-11T18:01:50.394Z] #14 102.3 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-11T18:01:50.912Z] #14 102.7 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-11T18:01:50.913Z] #14 102.8 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-11T18:01:50.913Z] #14 102.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-11T18:01:50.913Z] #14 102.8 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-11T18:01:50.913Z] #14 102.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-11T18:01:50.913Z] #14 102.8 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-11T18:01:50.913Z] #14 102.8 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-11T18:01:50.913Z] #14 102.8 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-11T18:01:50.913Z] #14 102.8 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-11T18:01:50.913Z] #14 102.8 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-11T18:01:50.913Z] #14 102.8 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-11T18:01:50.913Z] #14 102.9 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-11T18:01:50.913Z] #14 102.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-11T18:01:50.913Z] #14 102.9 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-11T18:01:50.913Z] #14 102.9 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-11T18:01:50.913Z] #14 102.9 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-11T18:01:50.913Z] #14 102.9 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-11T18:01:50.913Z] #14 102.9 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-11T18:01:50.913Z] #14 102.9 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-11T18:01:50.913Z] #14 102.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-11T18:01:50.913Z] #14 102.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-11T18:01:50.913Z] #14 103.0 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 [2022-03-11T18:01:51.147Z] #56 ... [2022-03-11T18:01:51.147Z] [2022-03-11T18:01:51.147Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-11T18:01:51.147Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-11T18:01:51.147Z] #16 DONE 1.0s [2022-03-11T18:01:51.147Z] [2022-03-11T18:01:51.147Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-11T18:01:51.147Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-11T18:01:51.172Z] #14 103.0 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-11T18:01:51.172Z] #14 103.0 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 [2022-03-11T18:01:51.172Z] #14 103.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-11T18:01:51.172Z] #14 103.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-11T18:01:51.172Z] #14 103.0 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 [2022-03-11T18:01:51.172Z] #14 103.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-11T18:01:51.172Z] #14 103.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-11T18:01:51.172Z] #14 103.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:01:51.172Z] #14 103.1 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-11T18:01:51.172Z] #14 103.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:01:51.172Z] #14 103.1 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:01:51.172Z] #14 103.1 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:01:51.442Z] #14 DONE 103.3s [2022-03-11T18:01:51.442Z] [2022-03-11T18:01:51.442Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-11T18:01:51.442Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-11T18:01:51.442Z] #43 ... [2022-03-11T18:01:51.442Z] [2022-03-11T18:01:51.442Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-11T18:01:51.442Z] #55 sha256:9aa2fe62b8000994e5f2cb8eb2e3087c42cd4fda0374957f8120231c8e61f1ef [2022-03-11T18:01:51.442Z] #55 DONE 0.1s [2022-03-11T18:01:51.442Z] [2022-03-11T18:01:51.442Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:01:51.442Z] #56 sha256:95788f609cc4e28caf0fcde249e971a42c8888db53449c527ba6a7314f914b32 [2022-03-11T18:01:51.712Z] #17 0.866 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-11T18:01:51.712Z] #17 DONE 1.0s [2022-03-11T18:01:51.712Z] [2022-03-11T18:01:51.712Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:01:51.712Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:01:51.970Z] #51 ... [2022-03-11T18:01:51.970Z] [2022-03-11T18:01:51.970Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-11T18:01:51.970Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-11T18:01:52.821Z] #56 ... [2022-03-11T18:01:52.821Z] [2022-03-11T18:01:52.821Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-11T18:01:52.821Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-11T18:01:52.821Z] #15 DONE 1.5s [2022-03-11T18:01:52.821Z] [2022-03-11T18:01:52.821Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:01:52.821Z] #56 sha256:95788f609cc4e28caf0fcde249e971a42c8888db53449c527ba6a7314f914b32 [2022-03-11T18:01:52.821Z] #56 1.312 + RM_GOPATH=0 [2022-03-11T18:01:52.821Z] #56 1.312 + TMP_GOPATH= [2022-03-11T18:01:52.821Z] #56 1.312 + : /build [2022-03-11T18:01:52.821Z] #56 1.312 + '[' -z '' ']' [2022-03-11T18:01:52.821Z] #56 1.317 ++ mktemp -d [2022-03-11T18:01:52.821Z] #56 1.320 + export GOPATH=/tmp/tmp.M8AnEJYqqQ [2022-03-11T18:01:52.821Z] #56 1.320 + GOPATH=/tmp/tmp.M8AnEJYqqQ [2022-03-11T18:01:52.821Z] #56 1.320 + RM_GOPATH=1 [2022-03-11T18:01:52.821Z] #56 1.320 + case "$(go env GOARCH)" in [2022-03-11T18:01:52.821Z] #56 1.321 ++ go env GOARCH [2022-03-11T18:01:52.821Z] #56 1.328 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T18:01:52.821Z] #56 1.328 + GO_BUILDMODE=-buildmode=pie [2022-03-11T18:01:52.821Z] #56 1.329 ++ dirname /install.sh [2022-03-11T18:01:52.821Z] #56 1.339 + dir=/ [2022-03-11T18:01:52.821Z] #56 1.339 + bin=runc [2022-03-11T18:01:52.821Z] #56 1.339 + shift [2022-03-11T18:01:52.821Z] #56 1.339 + '[' '!' -f //runc.installer ']' [2022-03-11T18:01:52.821Z] #56 1.340 + . //runc.installer [2022-03-11T18:01:52.821Z] #56 1.340 ++ set -e [2022-03-11T18:01:52.821Z] #56 1.340 ++ : v1.1.0 [2022-03-11T18:01:52.821Z] #56 1.340 + install_runc [2022-03-11T18:01:52.821Z] #56 1.341 + RUNC_BUILDTAGS=seccomp [2022-03-11T18:01:52.821Z] #56 1.341 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-11T18:01:52.821Z] #56 1.341 Install runc version v1.1.0 (build tags: seccomp) [2022-03-11T18:01:52.821Z] #56 1.341 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.M8AnEJYqqQ/src/github.com/opencontainers/runc [2022-03-11T18:01:52.821Z] #56 1.345 Cloning into '/tmp/tmp.M8AnEJYqqQ/src/github.com/opencontainers/runc'... [2022-03-11T18:01:52.901Z] #18 DONE 1.0s [2022-03-11T18:01:52.901Z] [2022-03-11T18:01:52.901Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-11T18:01:52.901Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-11T18:01:53.210Z] #19 112.1 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-03-11T18:01:53.210Z] #19 112.1 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-11T18:01:53.210Z] #19 112.1 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:01:53.210Z] #19 112.2 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-03-11T18:01:53.210Z] #19 112.2 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-03-11T18:01:53.210Z] #19 112.2 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-11T18:01:53.210Z] #19 112.3 Selecting previously unselected package libc6-dev-s390x-cross. [2022-03-11T18:01:53.210Z] #19 112.3 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-03-11T18:01:53.210Z] #19 112.3 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-11T18:01:53.210Z] #19 112.5 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-03-11T18:01:53.210Z] #19 112.5 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-11T18:01:53.210Z] #19 112.6 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:53.467Z] #19 112.8 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-03-11T18:01:53.467Z] #19 112.8 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-11T18:01:53.467Z] #19 112.8 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:01:53.833Z] #19 DONE 1.0s [2022-03-11T18:01:53.833Z] [2022-03-11T18:01:53.833Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-11T18:01:53.833Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-11T18:01:54.271Z] #56 ... [2022-03-11T18:01:54.271Z] [2022-03-11T18:01:54.271Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-11T18:01:54.271Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-11T18:01:54.271Z] #16 DONE 1.1s [2022-03-11T18:01:54.271Z] [2022-03-11T18:01:54.271Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-11T18:01:54.271Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-11T18:01:54.847Z] #17 0.995 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-11T18:01:55.112Z] #17 DONE 1.1s [2022-03-11T18:01:55.112Z] [2022-03-11T18:01:55.112Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-11T18:01:55.112Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-11T18:01:55.205Z] #20 DONE 1.0s [2022-03-11T18:01:55.205Z] [2022-03-11T18:01:55.205Z] #21 [dev-systemd-false 7/24] 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 [2022-03-11T18:01:55.205Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-11T18:01:56.046Z] #18 DONE 1.1s [2022-03-11T18:01:56.046Z] [2022-03-11T18:01:56.046Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-11T18:01:56.046Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-11T18:01:56.136Z] #21 1.198 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:01:56.136Z] #21 1.415 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:01:56.393Z] #21 1.599 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:01:56.393Z] #21 1.615 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:01:57.326Z] #21 2.476 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:01:57.425Z] #19 DONE 1.1s [2022-03-11T18:01:57.425Z] [2022-03-11T18:01:57.425Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-11T18:01:57.425Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-11T18:01:57.647Z] #19 116.5 Selecting previously unselected package g++-s390x-linux-gnu. [2022-03-11T18:01:57.647Z] #19 116.5 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-11T18:01:57.647Z] #19 116.5 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:01:57.647Z] #19 116.6 Selecting previously unselected package crossbuild-essential-s390x. [2022-03-11T18:01:57.647Z] #19 116.6 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-03-11T18:01:57.647Z] #19 116.6 Unpacking crossbuild-essential-s390x (12.9) ... [2022-03-11T18:01:57.647Z] #19 116.6 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-03-11T18:01:57.647Z] #19 116.6 Setting up libfile-which-perl (1.23-1) ... [2022-03-11T18:01:57.647Z] #19 116.7 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-11T18:01:57.647Z] #19 116.7 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-03-11T18:01:57.647Z] #19 116.7 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-11T18:01:57.647Z] #19 116.7 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-11T18:01:57.647Z] #19 116.7 Setting up libicu67:amd64 (67.1-7) ... [2022-03-11T18:01:57.647Z] #19 116.7 Setting up libmagic-mgc (1:5.39-3) ... [2022-03-11T18:01:57.647Z] #19 116.7 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-11T18:01:57.647Z] #19 116.8 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-03-11T18:01:57.647Z] #19 116.8 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-03-11T18:01:57.647Z] #19 116.8 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-11T18:01:57.647Z] #19 116.8 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-11T18:01:57.647Z] #19 116.8 Setting up file (1:5.39-3) ... [2022-03-11T18:01:57.647Z] #19 116.8 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-11T18:01:57.647Z] #19 116.8 Setting up bzip2 (1.0.8-4) ... [2022-03-11T18:01:57.647Z] #19 116.9 Setting up libyaml-perl (1.30-1) ... [2022-03-11T18:01:57.647Z] #19 116.9 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-11T18:01:57.647Z] #19 116.9 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-03-11T18:01:57.647Z] #19 116.9 Setting up libio-string-perl (1.08-3.1) ... [2022-03-11T18:01:57.647Z] #19 116.9 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-11T18:01:57.647Z] #19 116.9 Setting up cross-config (2.6.18+nmu1) ... [2022-03-11T18:01:57.647Z] #19 117.1 Setting up xz-utils (5.2.5-2) ... [2022-03-11T18:01:57.647Z] #19 117.1 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-11T18:01:57.647Z] #19 117.1 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-03-11T18:01:57.647Z] #19 117.1 Setting up patch (2.7.6-7) ... [2022-03-11T18:01:57.647Z] #19 117.1 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-11T18:01:57.647Z] #19 117.1 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-11T18:01:57.647Z] #19 117.1 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:57.647Z] #19 117.2 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-11T18:01:57.905Z] #19 117.2 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-03-11T18:01:57.905Z] #19 117.2 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:57.905Z] #19 117.2 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:57.905Z] #19 117.2 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-11T18:01:57.905Z] #19 117.2 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-11T18:01:57.905Z] #19 117.2 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:57.905Z] #19 117.2 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:01:57.905Z] #19 117.3 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-11T18:01:57.905Z] #19 117.3 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-11T18:01:57.905Z] #19 117.3 Setting up libfile-homedir-perl (1.006-1) ... [2022-03-11T18:01:57.905Z] #19 117.3 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-11T18:01:57.905Z] #19 117.3 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:57.905Z] #19 117.3 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-11T18:01:57.905Z] #19 117.3 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-11T18:01:57.905Z] #19 117.4 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-03-11T18:01:57.905Z] #19 117.4 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:01:58.163Z] #19 117.4 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-11T18:01:58.163Z] #19 117.4 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-11T18:01:58.163Z] #19 117.4 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.163Z] #19 117.4 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-11T18:01:58.163Z] #19 117.4 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.163Z] #19 117.5 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.163Z] #19 117.5 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.163Z] #19 117.5 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.163Z] #19 117.5 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.163Z] #19 117.5 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.163Z] #19 117.5 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-11T18:01:58.163Z] #19 117.5 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.163Z] #19 117.5 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.163Z] #19 117.6 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.163Z] #19 117.6 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.163Z] #19 117.6 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-11T18:01:58.163Z] #19 117.6 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.257Z] #21 3.459 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:01:58.359Z] #20 DONE 1.0s [2022-03-11T18:01:58.359Z] [2022-03-11T18:01:58.359Z] #21 [dev-systemd-false 7/24] 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 [2022-03-11T18:01:58.359Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-11T18:01:58.420Z] #19 117.6 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.420Z] #19 117.6 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.420Z] #19 117.6 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-11T18:01:58.420Z] #19 117.6 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.420Z] #19 117.7 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.420Z] #19 117.7 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.420Z] #19 117.7 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-03-11T18:01:58.420Z] #19 117.7 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-03-11T18:01:58.420Z] #19 117.8 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-11T18:01:58.677Z] #19 117.9 [2022-03-11T18:01:58.677Z] #19 117.9 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-11T18:01:58.677Z] #19 117.9 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.677Z] #19 117.9 Setting up dpkg-dev (1.20.9) ... [2022-03-11T18:01:58.677Z] #19 118.0 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.677Z] #19 118.0 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-11T18:01:58.677Z] #19 118.0 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.677Z] #19 118.0 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.677Z] #19 118.0 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.677Z] #19 118.0 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.677Z] #19 118.1 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-11T18:01:58.677Z] #19 118.1 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.677Z] #19 118.1 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.677Z] #19 118.1 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.934Z] #19 118.1 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:58.934Z] #19 118.2 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-11T18:01:58.934Z] #19 118.2 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-03-11T18:01:58.934Z] #19 118.3 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-03-11T18:01:58.934Z] #19 118.3 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-11T18:01:59.193Z] #19 118.4 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-11T18:01:59.193Z] #19 118.5 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:01:59.193Z] #19 118.5 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:01:59.193Z] #19 118.5 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.193Z] #19 118.5 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-11T18:01:59.193Z] #19 118.5 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.193Z] #19 118.5 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.193Z] #19 118.5 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:01:59.193Z] #19 118.6 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-11T18:01:59.193Z] #19 118.6 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.193Z] #19 118.6 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.193Z] #19 118.6 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.193Z] #19 118.6 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.193Z] #19 118.6 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.294Z] #21 1.195 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:01:59.294Z] #21 1.212 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:01:59.294Z] #21 1.213 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:01:59.452Z] #19 118.6 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.452Z] #19 118.6 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-11T18:01:59.452Z] #19 118.7 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:01:59.452Z] #19 118.7 Setting up libxml-simple-perl (2.25-1) ... [2022-03-11T18:01:59.452Z] #19 118.7 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-11T18:01:59.452Z] #19 118.7 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-11T18:01:59.452Z] #19 118.7 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-11T18:01:59.452Z] #19 118.7 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.452Z] #19 118.7 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.452Z] #19 118.8 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.452Z] #19 118.8 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.452Z] #19 118.8 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:01:59.452Z] #19 118.8 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-03-11T18:01:59.452Z] #19 118.8 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.452Z] #19 118.8 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:01:59.452Z] #19 118.8 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.452Z] #19 118.9 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:01:59.452Z] #19 118.9 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-11T18:01:59.452Z] #19 118.9 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-11T18:01:59.452Z] #19 118.9 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-11T18:01:59.452Z] #19 118.9 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:01:59.452Z] #19 118.9 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-11T18:01:59.452Z] #19 118.9 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:01:59.452Z] #19 119.0 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:01:59.709Z] #19 119.0 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-11T18:01:59.709Z] #19 119.0 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:01:59.709Z] #19 119.0 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:01:59.709Z] #19 119.0 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-11T18:01:59.709Z] #19 119.0 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:01:59.709Z] #19 119.0 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-03-11T18:01:59.709Z] #19 119.1 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:01:59.709Z] #19 119.1 Setting up crossbuild-essential-armel (12.9) ... [2022-03-11T18:01:59.709Z] #19 119.1 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-11T18:01:59.709Z] #19 119.1 Setting up crossbuild-essential-armhf (12.9) ... [2022-03-11T18:01:59.709Z] #19 119.1 Setting up crossbuild-essential-arm64 (12.9) ... [2022-03-11T18:01:59.709Z] #19 119.1 Setting up crossbuild-essential-s390x (12.9) ... [2022-03-11T18:01:59.709Z] #19 119.2 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-03-11T18:01:59.709Z] #19 119.2 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:01:59.860Z] #21 1.722 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:02:00.797Z] #21 2.503 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:02:01.547Z] #21 ... [2022-03-11T18:02:01.547Z] [2022-03-11T18:02:01.547Z] #34 [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 [2022-03-11T18:02:01.547Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-11T18:02:01.547Z] #34 DONE 113.1s [2022-03-11T18:02:01.547Z] [2022-03-11T18:02:01.547Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:02:01.547Z] #56 sha256:93314d935c283f0fa3b0c84380cd218992a933161f18c97d336a3c3eda518ee6 [2022-03-11T18:02:01.547Z] #56 9.982 + cd /tmp/tmp.l6eOVMicgR/src/github.com/opencontainers/runc [2022-03-11T18:02:01.547Z] #56 9.985 + git checkout -q v1.1.0 [2022-03-11T18:02:01.547Z] #56 10.37 + '[' -z '' ']' [2022-03-11T18:02:01.547Z] #56 10.37 + target=static [2022-03-11T18:02:01.547Z] #56 10.37 + make BUILDTAGS=seccomp static [2022-03-11T18:02:01.547Z] #56 10.88 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-11T18:02:01.733Z] #21 3.567 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:02:04.970Z] #19 DONE 124.0s [2022-03-11T18:02:04.970Z] [2022-03-11T18:02:04.970Z] #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 [2022-03-11T18:02:04.970Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-11T18:02:04.970Z] #20 ... [2022-03-11T18:02:04.970Z] [2022-03-11T18:02:04.970Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-11T18:02:04.970Z] #69 sha256:26c3f8c132fe0843e396bc0b679966647a8f049b2ee65c6779e1d477d6b1593c [2022-03-11T18:02:04.970Z] #69 DONE 0.1s [2022-03-11T18:02:04.970Z] [2022-03-11T18:02:04.970Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-11T18:02:04.970Z] #32 sha256:d34650a35865350a61434d08b31706f70724bbc6d05698cb87f82f5fe69116b9 [2022-03-11T18:02:04.970Z] #32 DONE 0.2s [2022-03-11T18:02:04.970Z] [2022-03-11T18:02:04.970Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-11T18:02:04.970Z] #33 sha256:68e169aa3038a54417a86a271ca6f15457ec20e1a4e3021f4de75cce4cb8f89f [2022-03-11T18:02:05.904Z] #33 0.880 + RM_GOPATH=0 [2022-03-11T18:02:05.904Z] #33 0.880 + TMP_GOPATH= [2022-03-11T18:02:05.904Z] #33 0.880 + : /build [2022-03-11T18:02:05.904Z] #33 0.880 + '[' -z '' ']' [2022-03-11T18:02:05.904Z] #33 0.882 ++ mktemp -d [2022-03-11T18:02:05.904Z] #33 0.883 + export GOPATH=/tmp/tmp.HiTPsxUpYq [2022-03-11T18:02:05.904Z] #33 0.883 + GOPATH=/tmp/tmp.HiTPsxUpYq [2022-03-11T18:02:05.904Z] #33 0.883 + RM_GOPATH=1 [2022-03-11T18:02:05.904Z] #33 0.883 + case "$(go env GOARCH)" in [2022-03-11T18:02:05.904Z] #33 0.883 ++ go env GOARCH [2022-03-11T18:02:05.904Z] #33 0.886 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T18:02:05.904Z] #33 0.886 + GO_BUILDMODE=-buildmode=pie [2022-03-11T18:02:05.904Z] #33 0.886 ++ dirname /install.sh [2022-03-11T18:02:05.904Z] #33 0.887 + dir=/ [2022-03-11T18:02:05.904Z] #33 0.887 + bin=dockercli [2022-03-11T18:02:05.904Z] #33 0.887 + shift [2022-03-11T18:02:05.904Z] #33 0.887 + '[' '!' -f //dockercli.installer ']' [2022-03-11T18:02:05.904Z] #33 0.887 + . //dockercli.installer [2022-03-11T18:02:05.904Z] #33 0.887 ++ : stable [2022-03-11T18:02:05.904Z] #33 0.887 ++ : 17.06.2-ce [2022-03-11T18:02:05.904Z] #33 0.887 + install_dockercli [2022-03-11T18:02:05.904Z] #33 0.887 Install docker/cli version 17.06.2-ce from stable [2022-03-11T18:02:05.904Z] #33 0.887 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-11T18:02:05.904Z] #33 0.887 ++ uname -m [2022-03-11T18:02:05.904Z] #33 0.888 + arch=x86_64 [2022-03-11T18:02:05.904Z] #33 0.888 + '[' x86_64 '!=' x86_64 ']' [2022-03-11T18:02:05.904Z] #33 0.888 + url=https://download.docker.com/linux/static [2022-03-11T18:02:05.904Z] #33 0.888 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-11T18:02:05.904Z] #33 0.889 + tar -xz docker/docker [2022-03-11T18:02:05.921Z] #21 7.152 Fetched 8507 kB in 6s (1364 kB/s) [2022-03-11T18:02:06.820Z] #56 ... [2022-03-11T18:02:06.820Z] [2022-03-11T18:02:06.820Z] #21 [dev-systemd-false 7/24] 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 [2022-03-11T18:02:06.820Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-11T18:02:06.820Z] #21 6.940 Fetched 8507 kB in 6s (1415 kB/s) [2022-03-11T18:02:06.820Z] #21 6.940 Reading package lists... [2022-03-11T18:02:06.820Z] #21 9.514 Reading package lists... [2022-03-11T18:02:06.820Z] #21 11.46 Building dependency tree... [2022-03-11T18:02:06.840Z] #33 1.961 + mkdir -p /build [2022-03-11T18:02:06.840Z] #33 1.963 + mv docker/docker /build/ [2022-03-11T18:02:06.840Z] #33 1.964 + rmdir docker [2022-03-11T18:02:06.840Z] #33 DONE 2.1s [2022-03-11T18:02:06.840Z] [2022-03-11T18:02:06.840Z] #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 [2022-03-11T18:02:06.840Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-11T18:02:06.840Z] #20 1.390 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:02:06.840Z] #20 1.400 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:02:06.840Z] #20 1.400 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:02:06.840Z] #20 1.521 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-11T18:02:06.840Z] #20 1.657 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-11T18:02:06.840Z] #20 1.757 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-11T18:02:06.840Z] #20 1.834 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-11T18:02:06.840Z] #20 1.909 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-11T18:02:06.840Z] #20 2.166 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:02:06.840Z] #20 2.247 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-11T18:02:06.840Z] #20 2.250 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [124 kB] [2022-03-11T18:02:06.840Z] #20 2.251 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:02:06.840Z] #20 2.253 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [116 kB] [2022-03-11T18:02:06.840Z] #20 2.253 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-11T18:02:06.840Z] #20 2.254 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [122 kB] [2022-03-11T18:02:06.840Z] #20 2.255 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-11T18:02:06.840Z] #20 2.256 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-11T18:02:06.840Z] #20 2.257 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-11T18:02:06.840Z] #20 2.258 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:02:06.840Z] #20 2.259 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-11T18:02:06.840Z] #20 2.259 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-11T18:02:06.860Z] #21 7.152 Reading package lists... [2022-03-11T18:02:06.860Z] #21 ... [2022-03-11T18:02:06.860Z] [2022-03-11T18:02:06.860Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:02:06.860Z] #56 sha256:95788f609cc4e28caf0fcde249e971a42c8888db53449c527ba6a7314f914b32 [2022-03-11T18:02:06.860Z] #56 10.60 + cd /tmp/tmp.M8AnEJYqqQ/src/github.com/opencontainers/runc [2022-03-11T18:02:06.860Z] #56 10.60 + git checkout -q v1.1.0 [2022-03-11T18:02:06.860Z] #56 10.99 + '[' -z '' ']' [2022-03-11T18:02:06.860Z] #56 10.99 + target=static [2022-03-11T18:02:06.860Z] #56 10.99 + make BUILDTAGS=seccomp static [2022-03-11T18:02:06.860Z] #56 11.22 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-11T18:02:07.385Z] #21 12.48 The following additional packages will be installed: [2022-03-11T18:02:07.385Z] #21 12.48 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-11T18:02:07.385Z] #21 12.48 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-11T18:02:07.385Z] #21 12.48 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-11T18:02:07.385Z] #21 12.49 python3-pkg-resources vim-runtime xxd [2022-03-11T18:02:07.385Z] #21 12.49 Suggested packages: [2022-03-11T18:02:07.385Z] #21 12.49 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-11T18:02:07.385Z] #21 12.49 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-11T18:02:07.385Z] #21 12.49 acl attr quota [2022-03-11T18:02:07.385Z] #21 12.49 Recommended packages: [2022-03-11T18:02:07.385Z] #21 12.49 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-11T18:02:07.797Z] #56 ... [2022-03-11T18:02:07.797Z] [2022-03-11T18:02:07.797Z] #21 [dev-systemd-false 7/24] 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 [2022-03-11T18:02:07.797Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-11T18:02:07.797Z] #21 7.152 Reading package lists... [2022-03-11T18:02:08.322Z] #21 13.63 The following NEW packages will be installed: [2022-03-11T18:02:08.630Z] #21 13.65 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-11T18:02:08.630Z] #21 13.65 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-11T18:02:08.630Z] #21 13.65 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-11T18:02:08.630Z] #21 13.65 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-11T18:02:08.630Z] #21 13.65 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-11T18:02:08.630Z] #21 13.65 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-11T18:02:08.630Z] #21 13.65 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-11T18:02:08.630Z] #21 13.65 xz-utils zip zstd [2022-03-11T18:02:08.956Z] #21 13.96 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:02:08.956Z] #21 13.96 Need to get 27.6 MB of archives. [2022-03-11T18:02:08.956Z] #21 13.96 After this operation, 106 MB of additional disk space will be used. [2022-03-11T18:02:08.956Z] #21 13.96 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-11T18:02:08.956Z] #21 13.96 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-11T18:02:08.956Z] #21 13.96 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-11T18:02:08.956Z] #21 13.96 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-11T18:02:08.956Z] #21 13.97 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-11T18:02:08.956Z] #21 13.97 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-11T18:02:08.956Z] #21 13.97 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-11T18:02:08.956Z] #21 13.98 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-11T18:02:08.956Z] #21 14.00 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-11T18:02:08.956Z] #21 14.01 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-11T18:02:08.956Z] #21 14.02 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-11T18:02:08.956Z] #21 14.04 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-11T18:02:08.956Z] #21 14.05 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-11T18:02:08.956Z] #21 14.05 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-11T18:02:08.956Z] #21 14.09 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-11T18:02:08.956Z] #21 14.10 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-11T18:02:08.956Z] #21 14.10 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-11T18:02:08.956Z] #21 14.11 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-11T18:02:08.956Z] #21 14.11 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-11T18:02:08.956Z] #21 14.11 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-11T18:02:08.956Z] #21 14.11 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-11T18:02:08.956Z] #21 14.13 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-11T18:02:08.956Z] #21 14.13 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-11T18:02:08.956Z] #21 14.14 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-11T18:02:08.956Z] #21 14.15 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-11T18:02:08.956Z] #21 14.15 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-11T18:02:08.956Z] #21 14.15 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-11T18:02:09.000Z] #21 9.695 Reading package lists... [2022-03-11T18:02:09.000Z] #21 ... [2022-03-11T18:02:09.000Z] [2022-03-11T18:02:09.000Z] #34 [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 [2022-03-11T18:02:09.000Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-11T18:02:09.000Z] #34 DONE 120.6s [2022-03-11T18:02:09.000Z] [2022-03-11T18:02:09.000Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:02:09.000Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-11T18:02:09.283Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2022-03-11T18:02:09.283Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-11T18:02:09.283Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 5.7% of statements [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/types [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-11T18:02:09.283Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-11T18:02:09.283Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-11T18:02:09.283Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 77.3% of statements [2022-03-11T18:02:09.283Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/builder [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-11T18:02:09.283Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-11T18:02:09.524Z] #21 14.51 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-11T18:02:09.524Z] #21 14.54 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-11T18:02:09.524Z] #21 14.54 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-11T18:02:09.524Z] #21 14.54 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-11T18:02:09.524Z] #21 14.54 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-11T18:02:09.524Z] #21 14.55 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-11T18:02:09.524Z] #21 14.55 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-11T18:02:09.524Z] #21 14.62 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-11T18:02:09.524Z] #21 14.63 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-11T18:02:09.524Z] #21 14.63 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-11T18:02:09.524Z] #21 14.65 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-11T18:02:09.524Z] #21 14.67 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-11T18:02:09.524Z] #21 14.67 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-11T18:02:09.524Z] #21 14.69 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-11T18:02:09.524Z] #21 14.74 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-11T18:02:09.524Z] #21 14.76 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-11T18:02:09.524Z] #21 14.76 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-11T18:02:09.784Z] #21 15.01 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-11T18:02:10.058Z] #21 15.04 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-11T18:02:10.058Z] #21 15.06 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-11T18:02:10.058Z] #21 15.07 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-11T18:02:10.645Z] #21 15.65 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:02:10.645Z] #21 15.83 Fetched 27.6 MB in 1s (19.6 MB/s) [2022-03-11T18:02:10.645Z] #21 15.89 Selecting previously unselected package pigz. [2022-03-11T18:02:10.676Z] ok github.com/docker/docker/builder/remotecontext 0.088s coverage: 13.7% of statements [2022-03-11T18:02:10.676Z] ok github.com/docker/docker/builder/dockerfile 0.180s coverage: 49.3% of statements [2022-03-11T18:02:10.909Z] #21 15.89 (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 ... 24010 files and directories currently installed.) [2022-03-11T18:02:10.909Z] #21 15.95 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-11T18:02:10.909Z] #21 15.96 Unpacking pigz (2.6-1) ... [2022-03-11T18:02:10.909Z] #21 16.12 Selecting previously unselected package libelf1:amd64. [2022-03-11T18:02:10.909Z] #21 16.13 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-11T18:02:10.909Z] #21 16.14 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-11T18:02:10.913Z] #51 ... [2022-03-11T18:02:10.913Z] [2022-03-11T18:02:10.913Z] #21 [dev-systemd-false 7/24] 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 [2022-03-11T18:02:10.913Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-11T18:02:10.913Z] #21 9.695 Reading package lists... [2022-03-11T18:02:11.172Z] #21 12.44 Building dependency tree... [2022-03-11T18:02:11.173Z] #21 16.23 Selecting previously unselected package libbpf0:amd64. [2022-03-11T18:02:11.173Z] #21 16.23 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-11T18:02:11.173Z] #21 16.24 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-11T18:02:11.173Z] #21 16.37 Selecting previously unselected package libcap2:amd64. [2022-03-11T18:02:11.173Z] #21 16.38 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-11T18:02:11.173Z] #21 16.40 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-11T18:02:11.173Z] #21 16.48 Selecting previously unselected package libmnl0:amd64. [2022-03-11T18:02:11.457Z] #21 16.48 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-11T18:02:11.457Z] #21 16.49 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-11T18:02:11.457Z] #21 16.57 Selecting previously unselected package libxtables12:amd64. [2022-03-11T18:02:11.457Z] #21 16.59 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-11T18:02:11.457Z] #21 16.60 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-11T18:02:11.457Z] #21 16.68 Selecting previously unselected package libcap2-bin. [2022-03-11T18:02:11.457Z] #21 16.68 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-11T18:02:11.457Z] #21 16.69 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-11T18:02:11.621Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-03-11T18:02:11.739Z] #21 16.78 Selecting previously unselected package iproute2. [2022-03-11T18:02:11.739Z] #21 16.78 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-11T18:02:11.739Z] #21 16.79 Unpacking iproute2 (5.10.0-4) ... [2022-03-11T18:02:11.879Z] ok github.com/docker/docker/builder/remotecontext/git 0.972s coverage: 86.3% of statements [2022-03-11T18:02:11.879Z] ? github.com/docker/docker/cli [no test files] [2022-03-11T18:02:11.879Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-11T18:02:12.035Z] #21 17.29 Selecting previously unselected package xxd. [2022-03-11T18:02:12.035Z] #21 17.29 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-11T18:02:12.107Z] #21 13.94 The following additional packages will be installed: [2022-03-11T18:02:12.107Z] #21 13.95 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-11T18:02:12.107Z] #21 13.95 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-11T18:02:12.107Z] #21 13.95 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-11T18:02:12.107Z] #21 13.96 python3-pkg-resources vim-runtime xxd [2022-03-11T18:02:12.107Z] #21 13.96 Suggested packages: [2022-03-11T18:02:12.107Z] #21 13.96 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-11T18:02:12.107Z] #21 13.96 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-11T18:02:12.107Z] #21 13.96 acl attr quota [2022-03-11T18:02:12.107Z] #21 13.96 Recommended packages: [2022-03-11T18:02:12.107Z] #21 13.96 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-11T18:02:12.299Z] #21 17.30 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:12.299Z] #21 17.43 Selecting previously unselected package vim-common. [2022-03-11T18:02:12.299Z] #21 17.43 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-11T18:02:12.299Z] #21 17.48 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:12.444Z] ok github.com/docker/docker/cmd/docker-proxy 0.039s coverage: 67.6% of statements [2022-03-11T18:02:12.563Z] #21 17.60 Selecting previously unselected package bash-completion. [2022-03-11T18:02:12.563Z] #21 17.60 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-11T18:02:13.048Z] #21 14.87 The following NEW packages will be installed: [2022-03-11T18:02:13.048Z] #21 14.87 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-11T18:02:13.048Z] #21 14.87 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-11T18:02:13.048Z] #21 14.87 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-11T18:02:13.048Z] #21 14.87 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-11T18:02:13.048Z] #21 14.87 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-11T18:02:13.048Z] #21 14.87 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-11T18:02:13.048Z] #21 14.87 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-11T18:02:13.048Z] #21 14.87 xz-utils zip zstd [2022-03-11T18:02:13.308Z] #21 15.16 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:02:13.308Z] #21 15.16 Need to get 27.6 MB of archives. [2022-03-11T18:02:13.308Z] #21 15.16 After this operation, 106 MB of additional disk space will be used. [2022-03-11T18:02:13.308Z] #21 15.16 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-11T18:02:13.308Z] #21 15.16 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-11T18:02:13.308Z] #21 15.16 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-11T18:02:13.308Z] #21 15.17 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-11T18:02:13.308Z] #21 15.17 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-11T18:02:13.308Z] #21 15.17 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-11T18:02:13.308Z] #21 15.18 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-11T18:02:13.308Z] #21 15.18 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-11T18:02:13.308Z] #21 15.21 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-11T18:02:13.411Z] #20 ... [2022-03-11T18:02:13.411Z] [2022-03-11T18:02:13.411Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-11T18:02:13.411Z] #70 sha256:47edf875824019a3b48c5086c746a055569de3a1e2e76cc6e23089f8dab9df25 [2022-03-11T18:02:13.411Z] #70 0.879 + RM_GOPATH=0 [2022-03-11T18:02:13.411Z] #70 0.879 + TMP_GOPATH= [2022-03-11T18:02:13.411Z] #70 0.879 + : /build [2022-03-11T18:02:13.411Z] #70 0.879 + '[' -z '' ']' [2022-03-11T18:02:13.411Z] #70 0.880 ++ mktemp -d [2022-03-11T18:02:13.411Z] #70 0.880 + export GOPATH=/tmp/tmp.377Oa0vYgB [2022-03-11T18:02:13.411Z] #70 0.880 + GOPATH=/tmp/tmp.377Oa0vYgB [2022-03-11T18:02:13.411Z] #70 0.881 + RM_GOPATH=1 [2022-03-11T18:02:13.411Z] #70 0.881 + case "$(go env GOARCH)" in [2022-03-11T18:02:13.411Z] #70 0.881 ++ go env GOARCH [2022-03-11T18:02:13.411Z] #70 0.885 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T18:02:13.411Z] #70 0.885 + GO_BUILDMODE=-buildmode=pie [2022-03-11T18:02:13.411Z] #70 0.885 ++ dirname /install.sh [2022-03-11T18:02:13.411Z] #70 0.886 + dir=/ [2022-03-11T18:02:13.411Z] #70 0.886 + bin=rootlesskit [2022-03-11T18:02:13.411Z] #70 0.886 + shift [2022-03-11T18:02:13.411Z] #70 0.886 + '[' '!' -f //rootlesskit.installer ']' [2022-03-11T18:02:13.411Z] #70 0.886 + . //rootlesskit.installer [2022-03-11T18:02:13.411Z] #70 0.886 ++ : v0.14.6 [2022-03-11T18:02:13.411Z] #70 0.886 + install_rootlesskit [2022-03-11T18:02:13.411Z] #70 0.886 + case "$1" in [2022-03-11T18:02:13.411Z] #70 0.886 + export CGO_ENABLED=0 [2022-03-11T18:02:13.411Z] #70 0.886 + CGO_ENABLED=0 [2022-03-11T18:02:13.411Z] #70 0.886 + _install_rootlesskit [2022-03-11T18:02:13.411Z] #70 0.886 + echo 'Install rootlesskit version v0.14.6' [2022-03-11T18:02:13.411Z] #70 0.886 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-11T18:02:13.411Z] #70 0.886 Install rootlesskit version v0.14.6 [2022-03-11T18:02:13.411Z] #70 0.886 + GOBIN=/build [2022-03-11T18:02:13.411Z] #70 0.886 + GO111MODULE=on [2022-03-11T18:02:13.411Z] #70 0.887 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-11T18:02:13.411Z] #70 0.912 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-11T18:02:13.411Z] #70 3.817 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-11T18:02:13.411Z] #70 3.817 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-11T18:02:13.411Z] #70 3.818 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-11T18:02:13.411Z] #70 3.818 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-11T18:02:13.411Z] #70 3.818 go: downloading github.com/google/uuid v1.3.0 [2022-03-11T18:02:13.411Z] #70 3.821 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-11T18:02:13.411Z] #70 3.823 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-11T18:02:13.411Z] #70 3.830 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-11T18:02:13.411Z] #70 3.831 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-11T18:02:13.411Z] #70 3.842 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-11T18:02:13.411Z] #70 3.891 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-11T18:02:13.411Z] #70 3.892 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-11T18:02:13.411Z] #70 4.088 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-11T18:02:13.411Z] #70 4.096 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-11T18:02:13.411Z] #70 ... [2022-03-11T18:02:13.411Z] [2022-03-11T18:02:13.411Z] #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 [2022-03-11T18:02:13.411Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-11T18:02:13.411Z] #20 8.696 Fetched 48.9 MB in 8s (6241 kB/s) [2022-03-11T18:02:13.568Z] #21 15.22 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-11T18:02:13.568Z] #21 15.23 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-11T18:02:13.568Z] #21 15.24 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-11T18:02:13.568Z] #21 15.24 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-11T18:02:13.568Z] #21 15.25 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-11T18:02:13.568Z] #21 15.27 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-11T18:02:13.568Z] #21 15.28 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-11T18:02:13.568Z] #21 15.28 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-11T18:02:13.568Z] #21 15.28 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-11T18:02:13.568Z] #21 15.29 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-11T18:02:13.568Z] #21 15.29 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-11T18:02:13.568Z] #21 15.30 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-11T18:02:13.568Z] #21 15.32 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-11T18:02:13.568Z] #21 15.33 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-11T18:02:13.568Z] #21 15.33 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-11T18:02:13.568Z] #21 15.33 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-11T18:02:13.568Z] #21 15.34 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-11T18:02:13.568Z] #21 15.34 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-11T18:02:13.828Z] #21 15.64 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-11T18:02:13.828Z] #21 15.65 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-11T18:02:13.828Z] #21 15.65 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-11T18:02:13.828Z] #21 15.65 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-11T18:02:13.828Z] #21 15.65 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-11T18:02:13.828Z] #21 15.65 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-11T18:02:13.828Z] #21 15.65 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-11T18:02:13.828Z] #21 15.70 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-11T18:02:13.828Z] #21 15.71 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-11T18:02:13.828Z] #21 15.71 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-11T18:02:13.828Z] #21 15.71 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-11T18:02:13.828Z] #21 15.72 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-11T18:02:14.087Z] #21 15.73 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-11T18:02:14.087Z] #21 15.74 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-11T18:02:14.087Z] #21 15.76 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-11T18:02:14.087Z] #21 15.78 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-11T18:02:14.087Z] #21 15.79 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-11T18:02:14.087Z] #21 16.00 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-11T18:02:14.347Z] #21 16.03 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-11T18:02:14.347Z] #21 16.06 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-11T18:02:14.347Z] #21 16.06 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-11T18:02:14.465Z] #21 19.30 Unpacking bash-completion (1:2.11-2) ... [2022-03-11T18:02:14.465Z] #21 19.64 Selecting previously unselected package bzip2. [2022-03-11T18:02:14.465Z] #21 19.64 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-11T18:02:14.465Z] #21 19.65 Unpacking bzip2 (1.0.8-4) ... [2022-03-11T18:02:14.465Z] #21 19.73 Selecting previously unselected package xz-utils. [2022-03-11T18:02:14.465Z] #21 19.74 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-11T18:02:14.465Z] #21 19.75 Unpacking xz-utils (5.2.5-2) ... [2022-03-11T18:02:14.605Z] #21 16.55 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:02:14.725Z] #21 19.92 Selecting previously unselected package apparmor. [2022-03-11T18:02:14.725Z] #21 19.92 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-11T18:02:14.725Z] #21 19.98 Unpacking apparmor (2.13.6-10) ... [2022-03-11T18:02:14.788Z] #20 8.696 Reading package lists... [2022-03-11T18:02:14.788Z] #20 ... [2022-03-11T18:02:14.788Z] [2022-03-11T18:02:14.788Z] #45 [tini 1/3] 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 [2022-03-11T18:02:14.788Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-11T18:02:14.788Z] #45 1.390 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:02:14.788Z] #45 1.400 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:02:14.788Z] #45 1.400 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:02:14.788Z] #45 1.523 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-11T18:02:14.788Z] #45 1.692 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-11T18:02:14.788Z] #45 1.950 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-11T18:02:14.788Z] #45 2.045 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:02:14.788Z] #45 2.110 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-11T18:02:14.788Z] #45 2.177 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-11T18:02:14.788Z] #45 2.257 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:02:14.788Z] #45 2.258 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [116 kB] [2022-03-11T18:02:14.788Z] #45 2.260 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-11T18:02:14.788Z] #45 2.261 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-11T18:02:14.788Z] #45 2.262 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [124 kB] [2022-03-11T18:02:14.788Z] #45 2.264 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [122 kB] [2022-03-11T18:02:14.788Z] #45 2.266 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-11T18:02:14.788Z] #45 2.267 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-11T18:02:14.788Z] #45 2.267 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-11T18:02:14.788Z] #45 2.267 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-11T18:02:14.788Z] #45 2.267 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-11T18:02:14.788Z] #45 2.267 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:02:14.788Z] #45 8.725 Fetched 48.9 MB in 8s (6326 kB/s) [2022-03-11T18:02:14.788Z] #45 8.725 Reading package lists... [2022-03-11T18:02:14.788Z] #45 ... [2022-03-11T18:02:14.788Z] [2022-03-11T18:02:14.788Z] #65 [containerd 1/3] 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 [2022-03-11T18:02:14.788Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-11T18:02:14.788Z] #65 1.390 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:02:14.788Z] #65 1.400 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:02:14.788Z] #65 1.400 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:02:14.788Z] #65 1.512 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-11T18:02:14.788Z] #65 1.689 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-11T18:02:14.788Z] #65 1.792 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-11T18:02:14.788Z] #65 1.894 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:02:14.788Z] #65 1.975 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-11T18:02:14.788Z] #65 2.058 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-11T18:02:14.788Z] #65 2.138 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [124 kB] [2022-03-11T18:02:14.788Z] #65 2.139 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-11T18:02:14.788Z] #65 2.140 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-11T18:02:14.788Z] #65 2.141 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:02:14.788Z] #65 2.142 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [116 kB] [2022-03-11T18:02:14.788Z] #65 2.143 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [122 kB] [2022-03-11T18:02:14.788Z] #65 2.144 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-11T18:02:14.788Z] #65 2.144 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:02:14.788Z] #65 2.144 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-11T18:02:14.788Z] #65 2.144 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-11T18:02:14.788Z] #65 2.144 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-11T18:02:14.788Z] #65 2.145 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-11T18:02:14.788Z] #65 8.752 Fetched 48.9 MB in 8s (6180 kB/s) [2022-03-11T18:02:14.788Z] #65 8.752 Reading package lists... [2022-03-11T18:02:14.788Z] #65 ... [2022-03-11T18:02:14.788Z] [2022-03-11T18:02:14.788Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-11T18:02:14.788Z] #70 sha256:47edf875824019a3b48c5086c746a055569de3a1e2e76cc6e23089f8dab9df25 [2022-03-11T18:02:14.788Z] #70 8.893 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-11T18:02:14.788Z] #70 8.893 + GOBIN=/build [2022-03-11T18:02:14.788Z] #70 8.893 + GO111MODULE=on [2022-03-11T18:02:14.788Z] #70 8.893 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-11T18:02:14.788Z] #70 9.814 rootlesskit version 0.14.6 [2022-03-11T18:02:14.788Z] #70 9.815 Usage of /build/rootlesskit-docker-proxy: [2022-03-11T18:02:14.788Z] #70 9.815 -container-ip string [2022-03-11T18:02:14.788Z] #70 9.815 container ip [2022-03-11T18:02:14.788Z] #70 9.815 -container-port int [2022-03-11T18:02:14.788Z] #70 9.815 container port (default -1) [2022-03-11T18:02:14.788Z] #70 9.815 -host-ip string [2022-03-11T18:02:14.788Z] #70 9.815 host ip [2022-03-11T18:02:14.788Z] #70 9.815 -host-port int [2022-03-11T18:02:14.788Z] #70 9.815 host port (default -1) [2022-03-11T18:02:14.788Z] #70 9.815 -proto string [2022-03-11T18:02:14.788Z] #70 9.815 proxy protocol (default "tcp") [2022-03-11T18:02:14.865Z] #21 16.67 Fetched 27.6 MB in 1s (23.3 MB/s) [2022-03-11T18:02:14.865Z] #21 16.71 Selecting previously unselected package pigz. [2022-03-11T18:02:14.865Z] #21 16.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-11T18:02:14.865Z] #21 16.75 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-11T18:02:14.865Z] #21 16.75 Unpacking pigz (2.6-1) ... [2022-03-11T18:02:14.976Z] ok github.com/docker/docker/client 0.081s coverage: 75.7% of statements [2022-03-11T18:02:15.125Z] #21 16.83 Selecting previously unselected package libelf1:amd64. [2022-03-11T18:02:15.125Z] #21 16.84 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-11T18:02:15.125Z] #21 16.86 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-11T18:02:15.125Z] #21 16.99 Selecting previously unselected package libbpf0:amd64. [2022-03-11T18:02:15.125Z] #21 16.99 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-11T18:02:15.125Z] #21 17.01 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-11T18:02:15.125Z] #21 17.11 Selecting previously unselected package libcap2:amd64. [2022-03-11T18:02:15.241Z] #21 20.34 Selecting previously unselected package inetutils-ping. [2022-03-11T18:02:15.241Z] #21 20.36 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-11T18:02:15.241Z] #21 20.37 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-11T18:02:15.384Z] #21 17.12 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-11T18:02:15.384Z] #21 17.12 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-11T18:02:15.384Z] #21 17.18 Selecting previously unselected package libmnl0:amd64. [2022-03-11T18:02:15.384Z] #21 17.18 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-11T18:02:15.384Z] #21 17.19 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-11T18:02:15.384Z] #21 17.24 Selecting previously unselected package libxtables12:amd64. [2022-03-11T18:02:15.384Z] #21 17.25 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-11T18:02:15.384Z] #21 17.26 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-11T18:02:15.384Z] #21 17.34 Selecting previously unselected package libcap2-bin. [2022-03-11T18:02:15.384Z] #21 17.35 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-11T18:02:15.498Z] #21 20.48 Selecting previously unselected package libip4tc2:amd64. [2022-03-11T18:02:15.498Z] #21 20.48 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-11T18:02:15.498Z] #21 20.49 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-11T18:02:15.498Z] #21 20.55 Selecting previously unselected package libip6tc2:amd64. [2022-03-11T18:02:15.498Z] #21 20.56 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-11T18:02:15.498Z] #21 20.56 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-11T18:02:15.498Z] #21 20.64 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-11T18:02:15.498Z] #21 20.64 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-11T18:02:15.498Z] #21 20.65 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-11T18:02:15.498Z] #21 20.71 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-11T18:02:15.498Z] #21 20.71 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-11T18:02:15.498Z] #21 20.72 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-11T18:02:15.643Z] #21 17.35 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-11T18:02:15.644Z] #21 17.43 Selecting previously unselected package iproute2. [2022-03-11T18:02:15.644Z] #21 17.44 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-11T18:02:15.644Z] #21 17.44 Unpacking iproute2 (5.10.0-4) ... [2022-03-11T18:02:15.756Z] #21 20.78 Selecting previously unselected package libnftnl11:amd64. [2022-03-11T18:02:15.756Z] #21 20.79 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-11T18:02:15.756Z] #21 20.79 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-11T18:02:15.756Z] #21 20.89 Selecting previously unselected package iptables. [2022-03-11T18:02:15.756Z] #21 20.89 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-11T18:02:15.756Z] #21 20.90 Unpacking iptables (1.8.7-1) ... [2022-03-11T18:02:16.013Z] #21 21.18 Selecting previously unselected package libonig5:amd64. [2022-03-11T18:02:16.013Z] #21 21.18 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-11T18:02:16.013Z] #21 21.19 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-11T18:02:16.163Z] #70 DONE 11.2s [2022-03-11T18:02:16.163Z] [2022-03-11T18:02:16.163Z] #65 [containerd 1/3] 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 [2022-03-11T18:02:16.163Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-11T18:02:16.163Z] #65 8.752 Reading package lists... [2022-03-11T18:02:16.163Z] #65 ... [2022-03-11T18:02:16.163Z] [2022-03-11T18:02:16.163Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-11T18:02:16.163Z] #71 sha256:8da165de2ae15b27d92720f7c2656b2d9e98395c988490e65dd4df99f3ac9ed0 [2022-03-11T18:02:16.163Z] #71 DONE 0.0s [2022-03-11T18:02:16.163Z] [2022-03-11T18:02:16.163Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-11T18:02:16.163Z] #72 sha256:f85c078470dfad80dbce39e4893712d194019e1667da4b144b6b74df4b2db9fd [2022-03-11T18:02:16.163Z] #72 DONE 0.0s [2022-03-11T18:02:16.163Z] [2022-03-11T18:02:16.163Z] #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 [2022-03-11T18:02:16.163Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-11T18:02:16.211Z] #21 17.84 Selecting previously unselected package xxd. [2022-03-11T18:02:16.211Z] #21 17.84 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-11T18:02:16.211Z] #21 17.84 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:16.211Z] #21 17.98 Selecting previously unselected package vim-common. [2022-03-11T18:02:16.211Z] #21 17.98 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-11T18:02:16.211Z] #21 18.01 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:16.270Z] #21 21.35 Selecting previously unselected package libjq1:amd64. [2022-03-11T18:02:16.271Z] #21 21.36 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-11T18:02:16.271Z] #21 21.37 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-11T18:02:16.271Z] #21 21.49 Selecting previously unselected package jq. [2022-03-11T18:02:16.271Z] #21 21.49 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-11T18:02:16.271Z] #21 21.50 Unpacking jq (1.6-2.1) ... [2022-03-11T18:02:16.422Z] #20 8.696 Reading package lists... [2022-03-11T18:02:16.470Z] #21 18.13 Selecting previously unselected package bash-completion. [2022-03-11T18:02:16.470Z] #21 18.14 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-11T18:02:16.528Z] #21 21.59 Selecting previously unselected package libaio1:amd64. [2022-03-11T18:02:16.528Z] #21 21.60 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-11T18:02:16.528Z] #21 21.61 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-11T18:02:16.528Z] #21 21.69 Selecting previously unselected package libgpm2:amd64. [2022-03-11T18:02:16.528Z] #21 21.69 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-11T18:02:16.528Z] #21 21.70 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-11T18:02:16.528Z] #21 21.77 Selecting previously unselected package libicu67:amd64. [2022-03-11T18:02:16.528Z] #21 21.78 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-11T18:02:16.528Z] #21 21.78 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-11T18:02:18.376Z] #21 19.96 Unpacking bash-completion (1:2.11-2) ... [2022-03-11T18:02:18.635Z] #21 20.32 Selecting previously unselected package bzip2. [2022-03-11T18:02:18.635Z] #21 20.34 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-11T18:02:18.635Z] #21 20.34 Unpacking bzip2 (1.0.8-4) ... [2022-03-11T18:02:18.635Z] #21 20.42 Selecting previously unselected package xz-utils. [2022-03-11T18:02:18.635Z] #21 20.42 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-11T18:02:18.635Z] #21 20.43 Unpacking xz-utils (5.2.5-2) ... [2022-03-11T18:02:18.894Z] #21 20.60 Selecting previously unselected package apparmor. [2022-03-11T18:02:18.894Z] #21 20.61 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-11T18:02:18.894Z] #21 20.67 Unpacking apparmor (2.13.6-10) ... [2022-03-11T18:02:19.153Z] #21 21.02 Selecting previously unselected package inetutils-ping. [2022-03-11T18:02:19.153Z] #21 21.02 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-11T18:02:19.153Z] #21 21.03 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-11T18:02:19.153Z] #21 21.11 Selecting previously unselected package libip4tc2:amd64. [2022-03-11T18:02:19.153Z] #21 21.12 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-11T18:02:19.153Z] #21 21.12 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-11T18:02:19.412Z] #21 21.17 Selecting previously unselected package libip6tc2:amd64. [2022-03-11T18:02:19.412Z] #21 21.17 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-11T18:02:19.412Z] #21 21.18 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-11T18:02:19.412Z] #21 21.24 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-11T18:02:19.412Z] #21 21.24 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-11T18:02:19.412Z] #21 21.25 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-11T18:02:19.413Z] #21 21.30 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-11T18:02:19.413Z] #21 21.32 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-11T18:02:19.413Z] #21 21.33 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-11T18:02:19.671Z] #21 21.39 Selecting previously unselected package libnftnl11:amd64. [2022-03-11T18:02:19.671Z] #21 21.39 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-11T18:02:19.671Z] #21 21.39 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-11T18:02:19.671Z] #21 21.49 Selecting previously unselected package iptables. [2022-03-11T18:02:19.671Z] #21 21.49 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-11T18:02:19.671Z] #21 21.50 Unpacking iptables (1.8.7-1) ... [2022-03-11T18:02:19.703Z] #20 11.94 Reading package lists... [2022-03-11T18:02:19.804Z] #21 24.74 Selecting previously unselected package libinih1:amd64. [2022-03-11T18:02:19.804Z] #21 24.74 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-11T18:02:19.804Z] #21 24.75 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-11T18:02:19.804Z] #21 24.80 Selecting previously unselected package libnet1:amd64. [2022-03-11T18:02:19.804Z] #21 24.80 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-11T18:02:19.804Z] #21 24.81 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-11T18:02:19.804Z] #21 24.90 Selecting previously unselected package libnl-3-200:amd64. [2022-03-11T18:02:19.804Z] #21 24.91 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-11T18:02:19.804Z] #21 24.92 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-11T18:02:19.804Z] #21 25.00 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-11T18:02:19.804Z] #21 25.00 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-11T18:02:19.804Z] #21 25.00 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-11T18:02:19.930Z] #21 21.77 Selecting previously unselected package libonig5:amd64. [2022-03-11T18:02:19.930Z] #21 21.78 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-11T18:02:19.930Z] #21 21.79 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-11T18:02:19.930Z] #21 21.91 Selecting previously unselected package libjq1:amd64. [2022-03-11T18:02:20.062Z] #21 25.06 Selecting previously unselected package net-tools. [2022-03-11T18:02:20.062Z] #21 25.07 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-11T18:02:20.062Z] #21 25.08 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-11T18:02:20.062Z] #21 25.27 Selecting previously unselected package patch. [2022-03-11T18:02:20.062Z] #21 25.28 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-11T18:02:20.062Z] #21 25.29 Unpacking patch (2.7.6-7) ... [2022-03-11T18:02:20.189Z] #21 21.92 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-11T18:02:20.189Z] #21 21.93 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-11T18:02:20.189Z] #21 22.05 Selecting previously unselected package jq. [2022-03-11T18:02:20.189Z] #21 22.05 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-11T18:02:20.189Z] #21 22.05 Unpacking jq (1.6-2.1) ... [2022-03-11T18:02:20.189Z] #21 22.17 Selecting previously unselected package libaio1:amd64. [2022-03-11T18:02:20.268Z] #20 14.94 Building dependency tree... [2022-03-11T18:02:20.320Z] #21 25.39 Selecting previously unselected package python-pip-whl. [2022-03-11T18:02:20.320Z] #21 25.40 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-11T18:02:20.320Z] #21 25.41 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-11T18:02:20.320Z] [2022-03-11T18:02:20.320Z] Name Version Source Summary [2022-03-11T18:02:20.320Z] ---- ------- ------ ------- [2022-03-11T18:02:20.320Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-11T18:02:20.320Z] [2022-03-11T18:02:20.320Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-11T18:02:20.320Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-11T18:02:20.320Z] PSChildName : containerd [2022-03-11T18:02:20.320Z] PSDrive : C [2022-03-11T18:02:20.320Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-11T18:02:20.320Z] PSIsContainer : True [2022-03-11T18:02:20.320Z] Name : containerd [2022-03-11T18:02:20.320Z] FullName : C:\containerd [2022-03-11T18:02:20.320Z] Parent : [2022-03-11T18:02:20.320Z] Exists : True [2022-03-11T18:02:20.320Z] Root : C:\ [2022-03-11T18:02:20.320Z] Extension : [2022-03-11T18:02:20.320Z] CreationTime : 3/11/2022 6:02:10 PM [2022-03-11T18:02:20.320Z] CreationTimeUtc : 3/11/2022 6:02:10 PM [2022-03-11T18:02:20.320Z] LastAccessTime : 3/11/2022 6:02:10 PM [2022-03-11T18:02:20.320Z] LastAccessTimeUtc : 3/11/2022 6:02:10 PM [2022-03-11T18:02:20.320Z] LastWriteTime : 3/11/2022 6:02:10 PM [2022-03-11T18:02:20.320Z] LastWriteTimeUtc : 3/11/2022 6:02:10 PM [2022-03-11T18:02:20.320Z] Attributes : Directory [2022-03-11T18:02:20.320Z] Mode : d----- [2022-03-11T18:02:20.320Z] BaseName : containerd [2022-03-11T18:02:20.320Z] Target : {} [2022-03-11T18:02:20.320Z] LinkType : [2022-03-11T18:02:20.320Z] [2022-03-11T18:02:20.320Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-11T18:02:20.320Z] INFO: Configuring git core.autocrlf... [2022-03-11T18:02:20.320Z] [2022-03-11T18:02:20.320Z] [2022-03-11T18:02:20.448Z] #21 22.17 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-11T18:02:20.448Z] #21 22.18 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-11T18:02:20.448Z] #21 22.22 Selecting previously unselected package libgpm2:amd64. [2022-03-11T18:02:20.448Z] #21 22.23 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-11T18:02:20.448Z] #21 22.23 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-11T18:02:20.448Z] #21 22.30 Selecting previously unselected package libicu67:amd64. [2022-03-11T18:02:20.577Z] #21 25.90 Selecting previously unselected package python3-lib2to3. [2022-03-11T18:02:20.578Z] #21 25.91 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-11T18:02:20.706Z] #21 22.30 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-11T18:02:20.706Z] #21 22.31 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-11T18:02:20.833Z] #20 16.28 The following additional packages will be installed: [2022-03-11T18:02:20.833Z] #20 16.28 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-11T18:02:20.833Z] #20 16.28 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-11T18:02:20.833Z] #20 16.28 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-11T18:02:20.833Z] #20 16.29 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-11T18:02:20.833Z] #20 16.29 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-11T18:02:20.833Z] #20 16.29 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-11T18:02:20.833Z] #20 16.29 mingw-w64-common mingw-w64-x86-64-dev [2022-03-11T18:02:20.833Z] #20 16.30 Suggested packages: [2022-03-11T18:02:20.833Z] #20 16.30 gcc-10-locales seccomp wine64 [2022-03-11T18:02:20.835Z] #21 25.91 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-11T18:02:20.835Z] #21 26.03 Selecting previously unselected package python3-distutils. [2022-03-11T18:02:20.835Z] #21 26.04 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-11T18:02:20.835Z] #21 26.05 Unpacking python3-distutils (3.9.2-1) ... [2022-03-11T18:02:21.092Z] #21 26.16 Selecting previously unselected package python3-pkg-resources. [2022-03-11T18:02:21.092Z] #21 26.17 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-11T18:02:21.092Z] #21 26.18 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-11T18:02:21.092Z] #21 26.30 Selecting previously unselected package python3-setuptools. [2022-03-11T18:02:21.092Z] #21 26.31 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-11T18:02:21.092Z] #21 26.31 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-11T18:02:21.349Z] #21 26.49 Selecting previously unselected package python3-wheel. [2022-03-11T18:02:21.349Z] #21 26.50 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-11T18:02:21.349Z] #21 26.50 Unpacking python3-wheel (0.34.2-1) ... [2022-03-11T18:02:21.349Z] #21 26.57 Selecting previously unselected package python3-pip. [2022-03-11T18:02:21.399Z] #20 16.58 The following NEW packages will be installed: [2022-03-11T18:02:21.399Z] #20 16.58 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-11T18:02:21.399Z] #20 16.58 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-11T18:02:21.399Z] #20 16.58 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-11T18:02:21.399Z] #20 16.58 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-11T18:02:21.399Z] #20 16.58 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-11T18:02:21.399Z] #20 16.58 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-11T18:02:21.399Z] #20 16.58 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-11T18:02:21.399Z] #20 16.58 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-11T18:02:21.399Z] #20 16.58 mingw-w64-x86-64-dev [2022-03-11T18:02:21.399Z] #20 16.88 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:02:21.399Z] #20 16.88 Need to get 115 MB of archives. [2022-03-11T18:02:21.399Z] #20 16.88 After this operation, 645 MB of additional disk space will be used. [2022-03-11T18:02:21.399Z] #20 16.88 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] [2022-03-11T18:02:21.399Z] #20 16.90 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] [2022-03-11T18:02:21.399Z] #20 16.94 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-11T18:02:21.607Z] #21 26.58 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-11T18:02:21.607Z] #21 26.58 Unpacking python3-pip (20.3.4-4) ... [2022-03-11T18:02:21.656Z] #20 16.94 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-11T18:02:21.656Z] #20 16.96 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-11T18:02:21.656Z] #20 16.96 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-11T18:02:21.656Z] #20 17.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-11T18:02:21.656Z] #20 17.05 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] [2022-03-11T18:02:21.656Z] #20 17.05 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] [2022-03-11T18:02:21.656Z] #20 17.13 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] [2022-03-11T18:02:21.865Z] #21 26.87 Selecting previously unselected package sudo. [2022-03-11T18:02:21.865Z] #21 26.88 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-11T18:02:21.865Z] #21 26.90 Unpacking sudo (1.9.5p2-3) ... [2022-03-11T18:02:21.914Z] #20 17.41 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] [2022-03-11T18:02:22.122Z] #21 27.40 Selecting previously unselected package thin-provisioning-tools. [2022-03-11T18:02:22.122Z] #21 27.41 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-11T18:02:22.122Z] #21 27.41 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-11T18:02:22.171Z] #20 17.50 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] [2022-03-11T18:02:22.428Z] #20 ... [2022-03-11T18:02:22.429Z] [2022-03-11T18:02:22.429Z] #65 [containerd 1/3] 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 [2022-03-11T18:02:22.429Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-11T18:02:22.429Z] #65 8.752 Reading package lists... [2022-03-11T18:02:22.429Z] #65 11.96 Reading package lists... [2022-03-11T18:02:22.429Z] #65 14.93 Building dependency tree... [2022-03-11T18:02:22.429Z] #65 16.32 The following additional packages will be installed: [2022-03-11T18:02:22.429Z] #65 16.32 libbtrfs0 [2022-03-11T18:02:22.429Z] #65 16.39 The following NEW packages will be installed: [2022-03-11T18:02:22.429Z] #65 16.39 libbtrfs-dev libbtrfs0 [2022-03-11T18:02:22.429Z] #65 16.69 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:02:22.429Z] #65 16.69 Need to get 460 kB of archives. [2022-03-11T18:02:22.429Z] #65 16.69 After this operation, 1237 kB of additional disk space will be used. [2022-03-11T18:02:22.429Z] #65 16.69 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-11T18:02:22.429Z] #65 16.70 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-11T18:02:22.429Z] #65 17.07 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:02:22.429Z] #65 17.21 Fetched 460 kB in 0s (1683 kB/s) [2022-03-11T18:02:22.429Z] #65 17.24 Selecting previously unselected package libbtrfs0:amd64. [2022-03-11T18:02:22.429Z] #65 17.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 ... 30207 files and directories currently installed.) [2022-03-11T18:02:22.429Z] #65 17.25 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-11T18:02:22.429Z] #65 17.27 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-11T18:02:22.429Z] #65 17.32 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-11T18:02:22.429Z] #65 17.32 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-11T18:02:22.429Z] #65 17.34 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-11T18:02:22.429Z] #65 17.50 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-11T18:02:22.429Z] #65 17.52 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-11T18:02:22.429Z] #65 17.54 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:02:22.429Z] #65 DONE 17.7s [2022-03-11T18:02:22.429Z] [2022-03-11T18:02:22.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 [2022-03-11T18:02:22.429Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-11T18:02:22.429Z] #20 17.61 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] [2022-03-11T18:02:22.429Z] #20 ... [2022-03-11T18:02:22.429Z] [2022-03-11T18:02:22.429Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-11T18:02:22.429Z] #66 sha256:42fff8f537f5f9e1c952629c7f890cee2225376a6d4521fd7f675d5df835e677 [2022-03-11T18:02:22.636Z] #21 27.61 Selecting previously unselected package uidmap. [2022-03-11T18:02:22.636Z] #21 27.62 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-11T18:02:22.636Z] #21 27.63 Unpacking uidmap (1:4.8.1-1) ... [2022-03-11T18:02:22.636Z] #21 27.78 Selecting previously unselected package vim-runtime. [2022-03-11T18:02:22.636Z] #21 27.80 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-11T18:02:22.636Z] #21 27.83 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-11T18:02:22.636Z] #21 27.86 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-11T18:02:22.893Z] #21 27.87 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:22.994Z] #66 DONE 0.6s [2022-03-11T18:02:22.994Z] [2022-03-11T18:02:22.994Z] #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 [2022-03-11T18:02:22.994Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-11T18:02:22.994Z] #20 17.95 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] [2022-03-11T18:02:22.994Z] #20 18.10 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] [2022-03-11T18:02:22.994Z] #20 18.10 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-11T18:02:22.994Z] #20 18.10 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-11T18:02:22.994Z] #20 18.10 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-11T18:02:22.994Z] #20 18.10 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-11T18:02:22.994Z] #20 18.12 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] [2022-03-11T18:02:22.994Z] #20 18.12 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-11T18:02:22.994Z] #20 18.12 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-11T18:02:22.994Z] #20 18.12 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-11T18:02:22.994Z] #20 18.12 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-11T18:02:22.994Z] #20 18.13 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-11T18:02:22.994Z] #20 18.13 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-11T18:02:22.994Z] #20 18.13 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-11T18:02:22.994Z] #20 18.14 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-11T18:02:22.994Z] #20 18.14 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-11T18:02:22.994Z] #20 18.14 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-11T18:02:22.994Z] #20 18.40 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:02:22.994Z] #20 18.52 Fetched 115 MB in 2s (75.0 MB/s) [2022-03-11T18:02:23.252Z] #20 18.55 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-11T18:02:23.252Z] #20 18.55 (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 ... 30207 files and directories currently installed.) [2022-03-11T18:02:23.252Z] #20 18.56 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-11T18:02:23.252Z] #20 18.57 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-11T18:02:23.510Z] #20 18.86 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-11T18:02:23.510Z] #20 18.87 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-11T18:02:23.510Z] #20 18.87 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-11T18:02:23.768Z] #20 19.20 Selecting previously unselected package binutils-mingw-w64. [2022-03-11T18:02:23.768Z] #20 19.20 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-11T18:02:23.768Z] #20 19.21 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-11T18:02:23.996Z] #21 25.33 Selecting previously unselected package libinih1:amd64. [2022-03-11T18:02:23.996Z] #21 25.34 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-11T18:02:23.996Z] #21 25.35 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-11T18:02:23.996Z] #21 25.42 Selecting previously unselected package libnet1:amd64. [2022-03-11T18:02:23.996Z] #21 25.43 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-11T18:02:23.996Z] #21 25.44 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-11T18:02:23.996Z] #21 25.50 Selecting previously unselected package libnl-3-200:amd64. [2022-03-11T18:02:23.996Z] #21 25.50 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-11T18:02:23.997Z] #21 25.51 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-11T18:02:23.997Z] #21 25.59 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-11T18:02:23.997Z] #21 25.59 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-11T18:02:23.997Z] #21 25.60 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-11T18:02:23.997Z] #21 25.65 Selecting previously unselected package net-tools. [2022-03-11T18:02:23.997Z] #21 25.65 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-11T18:02:23.997Z] #21 25.66 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-11T18:02:23.997Z] #21 25.85 Selecting previously unselected package patch. [2022-03-11T18:02:23.997Z] #21 25.85 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-11T18:02:23.997Z] #21 25.85 Unpacking patch (2.7.6-7) ... [2022-03-11T18:02:23.997Z] #21 25.97 Selecting previously unselected package python-pip-whl. [2022-03-11T18:02:24.027Z] #20 19.25 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-11T18:02:24.027Z] #20 19.25 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-11T18:02:24.027Z] #20 19.27 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:02:24.027Z] #20 19.32 Selecting previously unselected package dmsetup. [2022-03-11T18:02:24.027Z] #20 19.32 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-11T18:02:24.027Z] #20 19.33 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-11T18:02:24.027Z] #20 19.40 Selecting previously unselected package mingw-w64-common. [2022-03-11T18:02:24.027Z] #20 19.40 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-11T18:02:24.027Z] #20 19.40 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-11T18:02:24.256Z] #21 25.97 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-11T18:02:24.256Z] #21 25.98 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-11T18:02:24.595Z] #20 ... [2022-03-11T18:02:24.595Z] [2022-03-11T18:02:24.595Z] #45 [tini 1/3] 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 [2022-03-11T18:02:24.595Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-11T18:02:24.595Z] #45 8.725 Reading package lists... [2022-03-11T18:02:24.595Z] #45 11.91 Reading package lists... [2022-03-11T18:02:24.595Z] #45 14.88 Building dependency tree... [2022-03-11T18:02:24.595Z] #45 16.16 The following additional packages will be installed: [2022-03-11T18:02:24.595Z] #45 16.17 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-03-11T18:02:24.595Z] #45 16.17 Suggested packages: [2022-03-11T18:02:24.595Z] #45 16.17 cmake-doc ninja-build lrzip [2022-03-11T18:02:24.595Z] #45 16.17 Recommended packages: [2022-03-11T18:02:24.595Z] #45 16.17 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-11T18:02:24.595Z] #45 16.42 The following NEW packages will be installed: [2022-03-11T18:02:24.595Z] #45 16.42 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-03-11T18:02:24.595Z] #45 16.72 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:02:24.595Z] #45 16.72 Need to get 8418 kB of archives. [2022-03-11T18:02:24.595Z] #45 16.72 After this operation, 34.9 MB of additional disk space will be used. [2022-03-11T18:02:24.595Z] #45 16.72 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-11T18:02:24.595Z] #45 16.73 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-11T18:02:24.595Z] #45 16.74 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-11T18:02:24.595Z] #45 16.75 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-11T18:02:24.595Z] #45 16.75 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-11T18:02:24.595Z] #45 16.75 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-11T18:02:24.595Z] #45 16.75 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-11T18:02:24.595Z] #45 16.78 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-11T18:02:24.595Z] #45 17.10 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:02:24.595Z] #45 17.21 Fetched 8418 kB in 0s (23.1 MB/s) [2022-03-11T18:02:24.595Z] #45 17.24 Selecting previously unselected package xxd. [2022-03-11T18:02:24.595Z] #45 17.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 ... 30207 files and directories currently installed.) [2022-03-11T18:02:24.595Z] #45 17.25 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-11T18:02:24.595Z] #45 17.26 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:24.595Z] #45 17.33 Selecting previously unselected package vim-common. [2022-03-11T18:02:24.595Z] #45 17.33 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-11T18:02:24.595Z] #45 17.46 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:24.595Z] #45 17.54 Selecting previously unselected package cmake-data. [2022-03-11T18:02:24.595Z] #45 17.55 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-11T18:02:24.595Z] #45 17.55 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-11T18:02:24.595Z] #45 18.24 Selecting previously unselected package libarchive13:amd64. [2022-03-11T18:02:24.595Z] #45 18.31 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-11T18:02:24.595Z] #45 18.32 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-11T18:02:24.595Z] #45 18.41 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-11T18:02:24.595Z] #45 18.42 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-11T18:02:24.595Z] #45 18.42 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-11T18:02:24.595Z] #45 18.47 Selecting previously unselected package librhash0:amd64. [2022-03-11T18:02:24.595Z] #45 18.47 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-03-11T18:02:24.595Z] #45 18.48 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-11T18:02:24.595Z] #45 18.53 Selecting previously unselected package libuv1:amd64. [2022-03-11T18:02:24.595Z] #45 18.53 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-03-11T18:02:24.595Z] #45 18.53 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-11T18:02:24.595Z] #45 18.58 Selecting previously unselected package cmake. [2022-03-11T18:02:24.595Z] #45 18.58 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-11T18:02:24.595Z] #45 18.59 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-11T18:02:24.595Z] #45 19.19 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-11T18:02:24.595Z] #45 19.20 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:24.595Z] #45 19.22 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-11T18:02:24.595Z] #45 19.23 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:24.595Z] #45 19.25 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-11T18:02:24.595Z] #45 19.27 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-11T18:02:24.596Z] #45 19.28 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-11T18:02:24.596Z] #45 19.31 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-11T18:02:24.596Z] #45 19.32 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:02:24.596Z] #45 DONE 19.8s [2022-03-11T18:02:24.596Z] [2022-03-11T18:02:24.596Z] #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 [2022-03-11T18:02:24.596Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-11T18:02:24.596Z] #20 20.08 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-11T18:02:24.825Z] #21 26.47 Selecting previously unselected package python3-lib2to3. [2022-03-11T18:02:24.825Z] #21 26.48 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-11T18:02:24.825Z] #21 26.49 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-11T18:02:24.825Z] #21 26.60 Selecting previously unselected package python3-distutils. [2022-03-11T18:02:24.825Z] #21 26.60 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-11T18:02:24.825Z] #21 26.62 Unpacking python3-distutils (3.9.2-1) ... [2022-03-11T18:02:24.854Z] #20 ... [2022-03-11T18:02:24.854Z] [2022-03-11T18:02:24.855Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-11T18:02:24.855Z] #46 sha256:91cc69afb005ff797a0803fd035a066c2e8ca701b9cc224f1c54cf5422e98b51 [2022-03-11T18:02:24.855Z] #46 DONE 0.3s [2022-03-11T18:02:24.855Z] [2022-03-11T18:02:24.855Z] #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 [2022-03-11T18:02:24.855Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-11T18:02:24.855Z] #20 20.09 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-11T18:02:24.855Z] #20 20.13 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-11T18:02:25.084Z] #21 26.73 Selecting previously unselected package python3-pkg-resources. [2022-03-11T18:02:25.084Z] #21 26.74 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-11T18:02:25.084Z] #21 26.74 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-11T18:02:25.084Z] #21 26.86 Selecting previously unselected package python3-setuptools. [2022-03-11T18:02:25.084Z] #21 26.87 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-11T18:02:25.084Z] #21 26.88 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-11T18:02:25.344Z] #21 27.13 Selecting previously unselected package python3-wheel. [2022-03-11T18:02:25.344Z] #21 27.15 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-11T18:02:25.344Z] #21 27.15 Unpacking python3-wheel (0.34.2-1) ... [2022-03-11T18:02:25.344Z] #21 27.21 Selecting previously unselected package python3-pip. [2022-03-11T18:02:25.344Z] #21 27.23 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-11T18:02:25.418Z] #21 30.46 Selecting previously unselected package vim. [2022-03-11T18:02:25.418Z] #21 30.46 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-11T18:02:25.418Z] #21 30.48 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:25.420Z] #20 20.78 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-11T18:02:25.420Z] #20 20.79 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:02:25.420Z] #20 20.79 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-11T18:02:25.420Z] #20 20.83 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-11T18:02:25.420Z] #20 20.83 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:02:25.420Z] #20 20.84 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-11T18:02:25.603Z] #21 27.23 Unpacking python3-pip (20.3.4-4) ... [2022-03-11T18:02:25.863Z] #21 27.49 Selecting previously unselected package sudo. [2022-03-11T18:02:25.863Z] #21 27.50 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-11T18:02:25.863Z] #21 27.52 Unpacking sudo (1.9.5p2-3) ... [2022-03-11T18:02:25.934Z] #21 31.02 Selecting previously unselected package xfsprogs. [2022-03-11T18:02:25.934Z] #21 31.02 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-11T18:02:25.934Z] #21 31.03 Unpacking xfsprogs (5.10.0-4) ... [2022-03-11T18:02:26.122Z] #21 27.99 Selecting previously unselected package thin-provisioning-tools. [2022-03-11T18:02:26.122Z] #21 28.00 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-11T18:02:26.122Z] #21 28.00 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-11T18:02:26.381Z] #21 28.21 Selecting previously unselected package uidmap. [2022-03-11T18:02:26.381Z] #21 28.22 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-11T18:02:26.381Z] #21 28.22 Unpacking uidmap (1:4.8.1-1) ... [2022-03-11T18:02:26.498Z] #21 31.49 Selecting previously unselected package zip. [2022-03-11T18:02:26.499Z] #21 31.49 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-11T18:02:26.499Z] #21 31.51 Unpacking zip (3.0-12) ... [2022-03-11T18:02:26.499Z] #21 31.63 Selecting previously unselected package zstd. [2022-03-11T18:02:26.499Z] #21 31.64 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-11T18:02:26.499Z] #21 31.65 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-11T18:02:26.639Z] #21 28.34 Selecting previously unselected package vim-runtime. [2022-03-11T18:02:26.640Z] #21 28.36 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-11T18:02:26.640Z] #21 28.39 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-11T18:02:26.640Z] #21 28.42 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-11T18:02:26.640Z] #21 28.42 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:26.756Z] #21 31.99 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-11T18:02:26.795Z] #20 ... [2022-03-11T18:02:26.795Z] [2022-03-11T18:02:26.795Z] #47 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-11T18:02:26.795Z] #47 sha256:542366960410562a5d4295ae321646f8e641bd09e753a07a4b524e5e5bf0ce8b [2022-03-11T18:02:26.795Z] #47 0.378 + RM_GOPATH=0 [2022-03-11T18:02:26.795Z] #47 0.378 + TMP_GOPATH= [2022-03-11T18:02:26.795Z] #47 0.378 + : /build [2022-03-11T18:02:26.795Z] #47 0.378 + '[' -z '' ']' [2022-03-11T18:02:26.795Z] #47 0.378 ++ mktemp -d [2022-03-11T18:02:26.795Z] #47 0.379 + export GOPATH=/tmp/tmp.Ve2w912KWH [2022-03-11T18:02:26.795Z] #47 0.379 + GOPATH=/tmp/tmp.Ve2w912KWH [2022-03-11T18:02:26.795Z] #47 0.379 + RM_GOPATH=1 [2022-03-11T18:02:26.795Z] #47 0.379 + case "$(go env GOARCH)" in [2022-03-11T18:02:26.795Z] #47 0.380 ++ go env GOARCH [2022-03-11T18:02:26.795Z] #47 0.383 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T18:02:26.795Z] #47 0.383 + GO_BUILDMODE=-buildmode=pie [2022-03-11T18:02:26.795Z] #47 0.383 ++ dirname /install.sh [2022-03-11T18:02:26.795Z] #47 0.384 + dir=/ [2022-03-11T18:02:26.795Z] #47 0.384 + bin=tini [2022-03-11T18:02:26.795Z] #47 0.384 + shift [2022-03-11T18:02:26.795Z] #47 0.384 + '[' '!' -f //tini.installer ']' [2022-03-11T18:02:26.795Z] #47 0.384 + . //tini.installer [2022-03-11T18:02:26.795Z] #47 0.384 ++ : v0.19.0 [2022-03-11T18:02:26.795Z] #47 0.384 + install_tini [2022-03-11T18:02:26.795Z] #47 0.384 + echo 'Install tini version v0.19.0' [2022-03-11T18:02:26.795Z] #47 0.384 Install tini version v0.19.0 [2022-03-11T18:02:26.795Z] #47 0.384 + git clone https://github.com/krallin/tini.git /tmp/tmp.Ve2w912KWH/tini [2022-03-11T18:02:26.795Z] #47 0.385 Cloning into '/tmp/tmp.Ve2w912KWH/tini'... [2022-03-11T18:02:26.795Z] #47 0.579 + cd /tmp/tmp.Ve2w912KWH/tini [2022-03-11T18:02:26.795Z] #47 0.579 + git checkout -q v0.19.0 [2022-03-11T18:02:26.795Z] #47 0.583 + cmake . [2022-03-11T18:02:26.795Z] #47 0.656 -- The C compiler identification is GNU 10.2.1 [2022-03-11T18:02:26.795Z] #47 0.667 -- Detecting C compiler ABI info [2022-03-11T18:02:26.795Z] #47 0.741 -- Detecting C compiler ABI info - done [2022-03-11T18:02:26.795Z] #47 0.757 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-11T18:02:26.795Z] #47 0.757 -- Detecting C compile features [2022-03-11T18:02:26.795Z] #47 0.758 -- Detecting C compile features - done [2022-03-11T18:02:26.795Z] #47 0.764 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-11T18:02:26.795Z] #47 0.790 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-11T18:02:26.795Z] #47 0.802 -- Configuring done [2022-03-11T18:02:26.795Z] #47 0.805 -- Generating done [2022-03-11T18:02:26.795Z] #47 0.806 -- Build files have been written to: /tmp/tmp.Ve2w912KWH/tini [2022-03-11T18:02:26.795Z] #47 0.808 + make tini-static [2022-03-11T18:02:26.795Z] #47 0.847 Scanning dependencies of target tini-static [2022-03-11T18:02:26.795Z] #47 0.860 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-11T18:02:26.795Z] #47 1.022 [100%] Linking C executable tini-static [2022-03-11T18:02:26.795Z] #47 1.118 [100%] Built target tini-static [2022-03-11T18:02:26.795Z] #47 1.131 + mkdir -p /build [2022-03-11T18:02:26.795Z] #47 1.132 + cp tini-static /build/docker-init [2022-03-11T18:02:26.795Z] #47 DONE 2.1s [2022-03-11T18:02:26.795Z] [2022-03-11T18:02:26.795Z] #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 [2022-03-11T18:02:26.795Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-11T18:02:26.795Z] #20 22.25 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-11T18:02:26.795Z] #20 22.25 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:02:26.795Z] #20 22.26 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-11T18:02:28.127Z] #21 32.98 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-11T18:02:28.127Z] #21 32.99 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-11T18:02:28.127Z] #21 33.01 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-11T18:02:28.127Z] #21 33.02 Setting up libicu67:amd64 (67.1-7) ... [2022-03-11T18:02:28.127Z] #21 33.03 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-11T18:02:28.127Z] #21 33.05 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-11T18:02:28.127Z] #21 33.06 Setting up uidmap (1:4.8.1-1) ... [2022-03-11T18:02:28.127Z] #21 33.08 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-11T18:02:28.127Z] #21 33.09 Setting up bzip2 (1.0.8-4) ... [2022-03-11T18:02:28.127Z] #21 33.12 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-11T18:02:28.127Z] #21 33.14 Setting up python3-wheel (0.34.2-1) ... [2022-03-11T18:02:28.691Z] #21 33.73 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:28.691Z] #21 33.74 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-11T18:02:28.691Z] #21 33.76 Setting up libcap2-bin (1:2.44-1) ... [2022-03-11T18:02:28.691Z] #21 33.77 Setting up apparmor (2.13.6-10) ... [2022-03-11T18:02:29.927Z] #21 31.27 Selecting previously unselected package vim. [2022-03-11T18:02:29.927Z] #21 31.28 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-11T18:02:29.927Z] #21 31.30 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:30.079Z] #20 24.89 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-11T18:02:30.079Z] #20 24.90 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:02:30.079Z] #20 24.90 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-11T18:02:30.187Z] #21 31.82 Selecting previously unselected package xfsprogs. [2022-03-11T18:02:30.187Z] #21 31.82 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-11T18:02:30.187Z] #21 31.83 Unpacking xfsprogs (5.10.0-4) ... [2022-03-11T18:02:30.450Z] #21 32.26 Selecting previously unselected package zip. [2022-03-11T18:02:30.450Z] #21 32.26 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-11T18:02:30.450Z] #21 32.27 Unpacking zip (3.0-12) ... [2022-03-11T18:02:30.588Z] #21 35.34 Setting up zip (3.0-12) ... [2022-03-11T18:02:30.588Z] #21 35.36 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:30.588Z] #21 35.38 Setting up bash-completion (1:2.11-2) ... [2022-03-11T18:02:30.713Z] #21 32.38 Selecting previously unselected package zstd. [2022-03-11T18:02:30.713Z] #21 32.39 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-11T18:02:30.713Z] #21 32.39 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-11T18:02:30.973Z] #21 32.75 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-11T18:02:31.016Z] #20 26.20 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-11T18:02:31.016Z] #20 26.20 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:02:31.016Z] #20 26.21 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-11T18:02:31.910Z] #21 33.73 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-11T18:02:31.910Z] #21 33.74 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-11T18:02:31.910Z] #21 33.75 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-11T18:02:31.910Z] #21 33.76 Setting up libicu67:amd64 (67.1-7) ... [2022-03-11T18:02:31.910Z] #21 33.77 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-11T18:02:31.910Z] #21 33.78 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-11T18:02:31.910Z] #21 33.80 Setting up uidmap (1:4.8.1-1) ... [2022-03-11T18:02:31.910Z] #21 33.81 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-11T18:02:31.910Z] #21 33.82 Setting up bzip2 (1.0.8-4) ... [2022-03-11T18:02:31.965Z] #21 37.22 Setting up xz-utils (5.2.5-2) ... [2022-03-11T18:02:32.169Z] #21 33.84 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-11T18:02:32.169Z] #21 33.85 Setting up python3-wheel (0.34.2-1) ... [2022-03-11T18:02:32.224Z] #21 37.24 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-11T18:02:32.224Z] #21 37.26 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-11T18:02:32.224Z] #21 37.27 Setting up patch (2.7.6-7) ... [2022-03-11T18:02:32.224Z] #21 37.29 Setting up sudo (1.9.5p2-3) ... [2022-03-11T18:02:32.224Z] #21 37.37 invoke-rc.d: could not determine current runlevel [2022-03-11T18:02:32.224Z] #21 37.39 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-11T18:02:32.224Z] #21 37.40 Setting up xfsprogs (5.10.0-4) ... [2022-03-11T18:02:32.224Z] #21 37.42 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-11T18:02:32.224Z] #21 37.43 Setting up inetutils-ping (2:2.0-1) ... [2022-03-11T18:02:32.224Z] #21 37.45 Setting up pigz (2.6-1) ... [2022-03-11T18:02:32.393Z] #20 27.76 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-11T18:02:32.393Z] #20 27.76 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:02:32.393Z] #20 27.77 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-11T18:02:32.482Z] #21 37.47 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-11T18:02:32.482Z] #21 37.49 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-11T18:02:32.482Z] #21 37.53 Setting up python-pip-whl (20.3.4-4) ... [2022-03-11T18:02:32.482Z] #21 37.54 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:32.738Z] #21 34.54 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:32.738Z] #21 34.56 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-11T18:02:32.738Z] #21 34.57 Setting up libcap2-bin (1:2.44-1) ... [2022-03-11T18:02:32.738Z] #21 34.58 Setting up apparmor (2.13.6-10) ... [2022-03-11T18:02:32.961Z] #20 ... [2022-03-11T18:02:32.961Z] [2022-03-11T18:02:32.961Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:02:32.961Z] #67 sha256:8ed875d9c1acf4f1b9fae683a408fa9c36f2f62fc4429d0132458697b7c99975 [2022-03-11T18:02:32.961Z] #67 0.378 + RM_GOPATH=0 [2022-03-11T18:02:32.961Z] #67 0.379 + TMP_GOPATH= [2022-03-11T18:02:32.961Z] #67 0.379 + : /build [2022-03-11T18:02:32.961Z] #67 0.379 + '[' -z '' ']' [2022-03-11T18:02:32.961Z] #67 0.379 ++ mktemp -d [2022-03-11T18:02:32.961Z] #67 0.380 + export GOPATH=/tmp/tmp.NJ8b3ZaBVK [2022-03-11T18:02:32.961Z] #67 0.380 + GOPATH=/tmp/tmp.NJ8b3ZaBVK [2022-03-11T18:02:32.961Z] #67 0.380 + RM_GOPATH=1 [2022-03-11T18:02:32.961Z] #67 0.380 + case "$(go env GOARCH)" in [2022-03-11T18:02:32.961Z] #67 0.381 ++ go env GOARCH [2022-03-11T18:02:32.961Z] #67 0.384 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T18:02:32.961Z] #67 0.384 + GO_BUILDMODE=-buildmode=pie [2022-03-11T18:02:32.961Z] #67 0.384 ++ dirname /install.sh [2022-03-11T18:02:32.961Z] #67 0.385 + dir=/ [2022-03-11T18:02:32.961Z] #67 0.385 + bin=containerd [2022-03-11T18:02:32.961Z] #67 0.385 + shift [2022-03-11T18:02:32.961Z] #67 0.385 + '[' '!' -f //containerd.installer ']' [2022-03-11T18:02:32.961Z] #67 0.385 + . //containerd.installer [2022-03-11T18:02:32.961Z] #67 0.385 ++ set -e [2022-03-11T18:02:32.961Z] #67 0.385 ++ : v1.6.1 [2022-03-11T18:02:32.961Z] #67 0.385 + install_containerd [2022-03-11T18:02:32.961Z] #67 0.385 + echo 'Install containerd version v1.6.1' [2022-03-11T18:02:32.961Z] #67 0.386 + git clone https://github.com/containerd/containerd.git /tmp/tmp.NJ8b3ZaBVK/src/github.com/containerd/containerd [2022-03-11T18:02:32.961Z] #67 0.386 Install containerd version v1.6.1 [2022-03-11T18:02:32.961Z] #67 0.387 Cloning into '/tmp/tmp.NJ8b3ZaBVK/src/github.com/containerd/containerd'... [2022-03-11T18:02:32.961Z] #67 5.100 + cd /tmp/tmp.NJ8b3ZaBVK/src/github.com/containerd/containerd [2022-03-11T18:02:32.961Z] #67 5.100 + git checkout -q v1.6.1 [2022-03-11T18:02:32.961Z] #67 5.472 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-11T18:02:32.961Z] #67 5.472 + BUILDTAGS='netgo osusergo static_build' [2022-03-11T18:02:32.961Z] #67 5.472 + export EXTRA_FLAGS=-buildmode=pie [2022-03-11T18:02:32.961Z] #67 5.472 + EXTRA_FLAGS=-buildmode=pie [2022-03-11T18:02:32.961Z] #67 5.472 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-11T18:02:32.961Z] #67 5.472 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-11T18:02:32.961Z] #67 5.472 + '[' '' = dynamic ']' [2022-03-11T18:02:32.961Z] #67 5.472 + make [2022-03-11T18:02:32.961Z] #67 5.781 + bin/ctr [2022-03-11T18:02:33.047Z] #21 38.32 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-11T18:02:33.305Z] #21 38.34 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-11T18:02:33.562Z] #21 38.77 Setting up libelf1:amd64 (0.183-1) ... [2022-03-11T18:02:33.562Z] #21 38.86 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-11T18:02:33.819Z] #21 38.87 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-11T18:02:33.819Z] #21 38.89 Setting up python3-distutils (3.9.2-1) ... [2022-03-11T18:02:34.333Z] #21 39.30 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:34.333Z] #21 39.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-11T18:02:34.333Z] #21 39.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-11T18:02:34.333Z] #21 39.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-11T18:02:34.333Z] #21 39.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-11T18:02:34.333Z] #21 39.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-11T18:02:34.333Z] #21 39.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-11T18:02:34.333Z] #21 39.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-11T18:02:34.333Z] #21 39.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-11T18:02:34.333Z] #21 39.37 Setting up python3-setuptools (52.0.0-4) ... [2022-03-11T18:02:34.641Z] #21 36.11 Setting up zip (3.0-12) ... [2022-03-11T18:02:34.641Z] #21 36.15 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:34.641Z] #21 36.18 Setting up bash-completion (1:2.11-2) ... [2022-03-11T18:02:35.495Z] #67 ... [2022-03-11T18:02:35.495Z] [2022-03-11T18:02:35.495Z] #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 [2022-03-11T18:02:35.495Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-11T18:02:35.495Z] #20 30.72 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-11T18:02:35.495Z] #20 30.73 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-11T18:02:35.495Z] #20 30.73 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-11T18:02:35.704Z] #21 40.65 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-11T18:02:35.704Z] #21 40.67 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-11T18:02:35.704Z] #21 40.69 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-11T18:02:35.704Z] #21 40.70 Setting up python3-pip (20.3.4-4) ... [2022-03-11T18:02:36.545Z] #21 38.12 Setting up xz-utils (5.2.5-2) ... [2022-03-11T18:02:36.546Z] #21 38.14 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-11T18:02:36.546Z] #21 38.15 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-11T18:02:36.546Z] #21 38.16 Setting up patch (2.7.6-7) ... [2022-03-11T18:02:36.546Z] #21 38.17 Setting up sudo (1.9.5p2-3) ... [2022-03-11T18:02:36.546Z] #21 38.25 invoke-rc.d: could not determine current runlevel [2022-03-11T18:02:36.546Z] #21 38.26 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-11T18:02:36.546Z] #21 38.27 Setting up xfsprogs (5.10.0-4) ... [2022-03-11T18:02:36.546Z] #21 38.28 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-11T18:02:36.546Z] #21 38.29 Setting up inetutils-ping (2:2.0-1) ... [2022-03-11T18:02:36.546Z] #21 38.31 Setting up pigz (2.6-1) ... [2022-03-11T18:02:36.546Z] #21 38.32 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-11T18:02:36.546Z] #21 38.36 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-11T18:02:36.546Z] #21 38.38 Setting up python-pip-whl (20.3.4-4) ... [2022-03-11T18:02:36.546Z] #21 38.40 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:36.643Z] #21 41.87 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-11T18:02:36.643Z] #21 41.89 Setting up jq (1.6-2.1) ... [2022-03-11T18:02:36.643Z] #21 41.91 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-11T18:02:36.643Z] #21 41.92 Setting up iptables (1.8.7-1) ... [2022-03-11T18:02:36.643Z] #21 41.94 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-11T18:02:36.643Z] #21 41.94 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-11T18:02:36.643Z] #21 41.95 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-11T18:02:36.871Z] #20 32.01 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-11T18:02:36.871Z] #20 32.02 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-11T18:02:36.871Z] #20 32.04 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-11T18:02:36.871Z] #20 32.11 Selecting previously unselected package libapparmor1:amd64. [2022-03-11T18:02:36.871Z] #20 32.12 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-11T18:02:36.871Z] #20 32.12 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-11T18:02:36.871Z] #20 32.19 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-11T18:02:36.871Z] #20 32.19 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-11T18:02:36.871Z] #20 32.20 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-11T18:02:36.871Z] #20 32.30 Selecting previously unselected package libbtrfs0:amd64. [2022-03-11T18:02:36.871Z] #20 32.31 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-11T18:02:36.871Z] #20 32.31 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-11T18:02:36.871Z] #20 32.35 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-11T18:02:36.871Z] #20 32.36 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-11T18:02:36.871Z] #20 32.36 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-11T18:02:36.900Z] #21 41.95 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-11T18:02:36.900Z] #21 41.96 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-11T18:02:36.900Z] #21 41.97 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-11T18:02:36.900Z] #21 41.98 Setting up iproute2 (5.10.0-4) ... [2022-03-11T18:02:37.129Z] #20 32.44 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-11T18:02:37.129Z] #20 32.45 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-11T18:02:37.129Z] #20 32.45 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:02:37.129Z] #20 32.48 Selecting previously unselected package libudev-dev:amd64. [2022-03-11T18:02:37.129Z] #20 32.49 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-11T18:02:37.129Z] #20 32.49 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-11T18:02:37.129Z] #20 32.54 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-11T18:02:37.129Z] #20 32.54 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-11T18:02:37.129Z] #20 32.55 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-11T18:02:37.129Z] #20 32.63 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-11T18:02:37.129Z] #20 32.64 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-11T18:02:37.129Z] #20 32.64 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-11T18:02:37.157Z] #21 42.35 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:02:37.387Z] #20 32.69 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-11T18:02:37.387Z] #20 32.70 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-11T18:02:37.387Z] #20 32.70 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-11T18:02:37.387Z] #20 32.75 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-11T18:02:37.387Z] #20 32.76 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-11T18:02:37.387Z] #20 32.77 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-11T18:02:37.387Z] #20 32.80 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-11T18:02:37.387Z] #20 32.80 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-11T18:02:37.387Z] #20 32.81 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-11T18:02:37.387Z] #20 32.91 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-11T18:02:37.482Z] #21 39.04 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-11T18:02:37.482Z] #21 39.05 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-11T18:02:37.644Z] #20 32.91 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-11T18:02:37.644Z] #20 32.92 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-11T18:02:37.644Z] #20 32.97 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-11T18:02:37.644Z] #20 32.98 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-11T18:02:37.644Z] #20 32.98 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:02:37.645Z] #20 33.02 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-11T18:02:37.645Z] #20 33.02 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-11T18:02:37.645Z] #20 33.03 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-11T18:02:37.645Z] #20 33.07 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-11T18:02:37.645Z] #20 33.08 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-11T18:02:37.645Z] #20 33.08 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-11T18:02:37.740Z] #21 39.46 Setting up libelf1:amd64 (0.183-1) ... [2022-03-11T18:02:37.740Z] #21 39.53 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-11T18:02:37.740Z] #21 39.58 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-11T18:02:37.740Z] #21 39.59 Setting up python3-distutils (3.9.2-1) ... [2022-03-11T18:02:37.902Z] #20 33.19 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-11T18:02:37.902Z] #20 33.21 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-11T18:02:37.902Z] #20 33.22 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-11T18:02:37.902Z] #20 33.23 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-11T18:02:37.902Z] #20 33.24 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-11T18:02:37.902Z] #20 33.26 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-11T18:02:37.902Z] #20 33.27 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-11T18:02:37.902Z] #20 33.28 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-11T18:02:37.902Z] #20 33.30 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-11T18:02:37.902Z] #20 33.31 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-11T18:02:37.902Z] #20 33.32 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-11T18:02:37.902Z] #20 33.33 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-11T18:02:37.902Z] #20 33.35 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-11T18:02:37.902Z] #20 33.36 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-11T18:02:37.902Z] #20 33.38 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-11T18:02:37.902Z] #20 33.39 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-11T18:02:38.160Z] #20 33.40 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-11T18:02:38.160Z] #20 33.41 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-11T18:02:38.160Z] #20 33.43 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-11T18:02:38.160Z] #20 33.44 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-11T18:02:38.160Z] #20 33.46 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-11T18:02:38.160Z] #20 33.47 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 [2022-03-11T18:02:38.160Z] #20 33.48 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-11T18:02:38.160Z] #20 33.49 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 [2022-03-11T18:02:38.160Z] #20 33.50 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-11T18:02:38.160Z] #20 33.51 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-11T18:02:38.160Z] #20 33.52 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 [2022-03-11T18:02:38.160Z] #20 33.53 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-11T18:02:38.160Z] #20 33.55 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-11T18:02:38.160Z] #20 33.56 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:02:38.160Z] #20 33.58 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-11T18:02:38.160Z] #20 33.59 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:02:38.308Z] #21 40.12 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:02:38.308Z] #21 40.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-11T18:02:38.308Z] #21 40.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-11T18:02:38.308Z] #21 40.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-11T18:02:38.308Z] #21 40.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-11T18:02:38.308Z] #21 40.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-11T18:02:38.308Z] #21 40.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-11T18:02:38.308Z] #21 40.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-11T18:02:38.308Z] #21 40.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-11T18:02:38.308Z] #21 40.20 Setting up python3-setuptools (52.0.0-4) ... [2022-03-11T18:02:38.417Z] #20 33.61 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-11T18:02:38.418Z] #20 33.62 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:02:39.053Z] #21 DONE 43.8s [2022-03-11T18:02:39.053Z] [2022-03-11T18:02:39.053Z] #22 [dev-systemd-false 8/24] 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 [2022-03-11T18:02:39.053Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-11T18:02:39.311Z] #22 0.804 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-11T18:02:39.569Z] #22 0.810 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-11T18:02:39.569Z] #22 0.813 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-11T18:02:39.569Z] #22 DONE 0.9s [2022-03-11T18:02:39.569Z] [2022-03-11T18:02:39.569Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-11T18:02:39.569Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-11T18:02:39.687Z] #21 41.51 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-11T18:02:39.687Z] #21 41.53 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-11T18:02:39.687Z] #21 41.54 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-11T18:02:39.687Z] #21 41.56 Setting up python3-pip (20.3.4-4) ... [2022-03-11T18:02:40.319Z] #20 DONE 35.3s [2022-03-11T18:02:40.319Z] [2022-03-11T18:02:40.319Z] #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 [2022-03-11T18:02:40.319Z] #21 sha256:db75bd3b135fe2d1bd4cb661fe8f3bb76feaaa7f57437ececffd905ad46fd13d [2022-03-11T18:02:40.577Z] #21 0.795 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-11T18:02:40.577Z] #21 0.795 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-11T18:02:40.835Z] #21 0.795 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-11T18:02:41.064Z] #21 42.65 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-11T18:02:41.064Z] #21 42.66 Setting up jq (1.6-2.1) ... [2022-03-11T18:02:41.064Z] #21 42.68 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-11T18:02:41.064Z] #21 42.72 Setting up iptables (1.8.7-1) ... [2022-03-11T18:02:41.064Z] #21 42.73 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-11T18:02:41.064Z] #21 42.74 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-11T18:02:41.064Z] #21 42.74 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-11T18:02:41.064Z] #21 42.75 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-11T18:02:41.064Z] #21 42.75 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-11T18:02:41.064Z] #21 42.76 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-11T18:02:41.064Z] #21 42.77 Setting up iproute2 (5.10.0-4) ... [2022-03-11T18:02:41.322Z] #21 43.15 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:02:42.263Z] #21 DONE 44.0s [2022-03-11T18:02:42.263Z] [2022-03-11T18:02:42.263Z] #22 [dev-systemd-false 8/24] 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 [2022-03-11T18:02:42.263Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-11T18:02:43.203Z] #22 0.921 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-11T18:02:43.203Z] #22 0.925 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-11T18:02:43.203Z] #22 0.935 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-11T18:02:43.203Z] #22 DONE 1.1s [2022-03-11T18:02:43.203Z] [2022-03-11T18:02:43.203Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:02:43.203Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:02:43.465Z] #51 ... [2022-03-11T18:02:43.465Z] [2022-03-11T18:02:43.465Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-11T18:02:43.465Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-11T18:02:45.025Z] #21 1.049 Reading package lists... [2022-03-11T18:02:49.216Z] #21 5.087 Reading package lists... [2022-03-11T18:02:49.527Z] #23 9.215 Collecting yamllint==1.26.1 [2022-03-11T18:02:49.789Z] #23 10.28 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-11T18:02:50.411Z] #21 9.420 Building dependency tree... [2022-03-11T18:02:50.411Z] #21 10.49 Reading state information... [2022-03-11T18:02:51.163Z] #23 11.38 Collecting pathspec>=0.5.3 [2022-03-11T18:02:51.163Z] #23 11.39 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-11T18:02:51.270Z] Running on azwin-2-63fea0 in d:\jenkins\workspace\moby_PR-42942 [Pipeline] { [Pipeline] ws [2022-03-11T18:02:51.292Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-11T18:02:51.420Z] #23 11.78 Collecting pyyaml [2022-03-11T18:02:51.420Z] #23 11.79 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-11T18:02:51.420Z] #23 11.84 Building wheels for collected packages: yamllint [2022-03-11T18:02:51.420Z] #23 11.87 Building wheel for yamllint (setup.py): started [2022-03-11T18:02:51.787Z] #21 11.59 The following additional packages will be installed: [2022-03-11T18:02:51.787Z] #21 11.59 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-11T18:02:51.787Z] #21 11.59 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-11T18:02:51.787Z] #21 11.59 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-11T18:02:51.787Z] #21 11.59 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-11T18:02:51.787Z] #21 11.59 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-11T18:02:51.787Z] #21 11.60 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-03-11T18:02:51.787Z] #21 11.60 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-03-11T18:02:51.787Z] #21 11.61 Suggested packages: [2022-03-11T18:02:51.787Z] #21 11.61 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-03-11T18:02:51.787Z] #21 11.61 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-03-11T18:02:51.787Z] #21 11.61 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-03-11T18:02:51.787Z] #21 11.61 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-03-11T18:02:51.787Z] #21 11.61 seccomp:ppc64el seccomp:s390x [2022-03-11T18:02:51.787Z] #21 11.61 Recommended packages: [2022-03-11T18:02:51.787Z] #21 11.61 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-03-11T18:02:51.787Z] #21 11.61 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-03-11T18:02:51.787Z] #21 11.61 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-03-11T18:02:51.787Z] #21 11.61 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-03-11T18:02:51.787Z] #21 ... [2022-03-11T18:02:51.787Z] [2022-03-11T18:02:51.787Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:02:51.787Z] #67 sha256:8ed875d9c1acf4f1b9fae683a408fa9c36f2f62fc4429d0132458697b7c99975 [2022-03-11T18:02:51.788Z] #67 18.63 + bin/containerd [2022-03-11T18:02:51.788Z] #67 ... [2022-03-11T18:02:51.788Z] [2022-03-11T18:02:51.788Z] #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 [2022-03-11T18:02:51.788Z] #21 sha256:db75bd3b135fe2d1bd4cb661fe8f3bb76feaaa7f57437ececffd905ad46fd13d [2022-03-11T18:02:51.788Z] #21 12.02 The following NEW packages will be installed: [2022-03-11T18:02:51.788Z] #21 12.02 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-11T18:02:52.046Z] #21 12.02 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-03-11T18:02:52.046Z] #21 12.02 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-03-11T18:02:52.046Z] #21 12.02 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-11T18:02:52.046Z] #21 12.02 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-11T18:02:52.046Z] #21 12.02 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-11T18:02:52.046Z] #21 12.02 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-11T18:02:52.046Z] #21 12.02 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-03-11T18:02:52.046Z] #21 12.02 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-03-11T18:02:52.046Z] #21 12.02 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-03-11T18:02:52.046Z] #21 12.03 libseccomp2:ppc64el libseccomp2:s390x [2022-03-11T18:02:52.305Z] #21 12.37 0 upgraded, 40 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:02:52.305Z] #21 12.37 Need to get 15.9 MB of archives. [2022-03-11T18:02:52.305Z] #21 12.37 After this operation, 73.0 MB of additional disk space will be used. [2022-03-11T18:02:52.305Z] #21 12.37 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-03-11T18:02:52.305Z] #21 12.38 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-03-11T18:02:52.305Z] #21 12.39 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-03-11T18:02:52.305Z] #21 12.39 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-03-11T18:02:52.305Z] #21 12.39 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-03-11T18:02:52.305Z] #21 12.39 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-03-11T18:02:52.305Z] #21 12.41 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-03-11T18:02:52.305Z] #21 12.43 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB] [2022-03-11T18:02:52.353Z] #23 12.81 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-11T18:02:52.353Z] #23 12.81 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=31a5fce543999ea183e99ab5a861af518e1ce666d62fca8a4b59113a76d234be [2022-03-11T18:02:52.353Z] #23 12.81 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-11T18:02:52.353Z] #23 12.82 Successfully built yamllint [2022-03-11T18:02:52.353Z] #23 12.86 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-11T18:02:52.564Z] #21 12.45 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-03-11T18:02:52.564Z] #21 12.45 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-03-11T18:02:52.564Z] #21 12.45 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-03-11T18:02:52.564Z] #21 12.46 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-03-11T18:02:52.564Z] #21 12.46 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB] [2022-03-11T18:02:52.564Z] #21 12.48 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-03-11T18:02:52.564Z] #21 12.48 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-03-11T18:02:52.564Z] #21 12.48 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-03-11T18:02:52.564Z] #21 12.48 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-03-11T18:02:52.564Z] #21 12.48 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB] [2022-03-11T18:02:52.564Z] #21 12.50 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-03-11T18:02:52.564Z] #21 12.52 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-03-11T18:02:52.564Z] #21 12.54 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-03-11T18:02:52.564Z] #21 12.54 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-03-11T18:02:52.564Z] #21 12.54 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB] [2022-03-11T18:02:52.564Z] #21 12.56 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-11T18:02:52.564Z] #21 12.56 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-11T18:02:52.564Z] #21 12.57 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-03-11T18:02:52.564Z] #21 12.57 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-03-11T18:02:52.564Z] #21 12.57 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB] [2022-03-11T18:02:52.564Z] #21 12.58 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-03-11T18:02:52.564Z] #21 12.58 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-03-11T18:02:52.564Z] #21 12.59 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-03-11T18:02:52.564Z] #21 12.59 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-03-11T18:02:52.564Z] #21 12.59 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-03-11T18:02:52.564Z] #21 12.59 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-03-11T18:02:52.564Z] #21 12.59 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-03-11T18:02:52.564Z] #21 12.59 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-03-11T18:02:52.564Z] #21 12.60 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-03-11T18:02:52.564Z] #21 12.61 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-03-11T18:02:52.564Z] #21 12.62 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-03-11T18:02:52.564Z] #21 12.62 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-03-11T18:02:52.773Z] The recommended git tool is: git [2022-03-11T18:02:52.822Z] #21 12.96 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:02:52.920Z] #23 13.28 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-11T18:02:53.080Z] #21 13.07 Fetched 15.9 MB in 1s (30.8 MB/s) [2022-03-11T18:02:53.080Z] #21 13.09 Selecting previously unselected package gcc-10-base:armel. [2022-03-11T18:02:53.080Z] #21 13.09 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38508 files and directories currently installed.) [2022-03-11T18:02:53.080Z] #21 13.11 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-03-11T18:02:53.080Z] #21 13.11 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-03-11T18:02:53.080Z] #21 13.14 Selecting previously unselected package gcc-10-base:armhf. [2022-03-11T18:02:53.080Z] #21 13.14 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-03-11T18:02:53.080Z] #21 13.15 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-03-11T18:02:53.080Z] #21 13.18 Selecting previously unselected package gcc-10-base:ppc64el. [2022-03-11T18:02:53.080Z] #21 13.19 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-03-11T18:02:53.080Z] #21 13.19 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-11T18:02:53.080Z] #21 13.26 Selecting previously unselected package gcc-10-base:s390x. [2022-03-11T18:02:53.080Z] #21 13.26 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-03-11T18:02:53.080Z] #21 13.26 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-03-11T18:02:53.080Z] #21 13.30 Selecting previously unselected package gcc-10-base:arm64. [2022-03-11T18:02:53.338Z] #21 13.31 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-03-11T18:02:53.338Z] #21 13.31 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-03-11T18:02:53.338Z] #21 13.36 Selecting previously unselected package libgcc-s1:armel. [2022-03-11T18:02:53.338Z] #21 13.37 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-03-11T18:02:53.338Z] #21 13.38 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-03-11T18:02:53.338Z] #21 13.42 Selecting previously unselected package libcrypt1:armel. [2022-03-11T18:02:53.338Z] #21 13.42 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-03-11T18:02:53.338Z] #21 13.42 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-03-11T18:02:53.338Z] #21 13.49 Selecting previously unselected package libc6:armel. [2022-03-11T18:02:53.338Z] #21 13.49 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ... [2022-03-11T18:02:53.448Z] #23 9.429 Collecting yamllint==1.26.1 [2022-03-11T18:02:53.485Z] #23 DONE 13.7s [2022-03-11T18:02:53.485Z] [2022-03-11T18:02:53.485Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-11T18:02:53.485Z] #27 sha256:9c19b0e9eae96093f3bdea3f55a6154cab907611231cc33391df6e61d3927e1d [2022-03-11T18:02:53.485Z] #27 DONE 0.2s [2022-03-11T18:02:53.485Z] [2022-03-11T18:02:53.485Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-11T18:02:53.485Z] #32 sha256:1ebdf86415983a999478ec7e058238561cd6f9807d0a4b3d412dc12e3784d0c6 [2022-03-11T18:02:53.595Z] #21 13.58 Unpacking libc6:armel (2.31-13+deb11u2) ... [2022-03-11T18:02:53.595Z] #21 13.82 Selecting previously unselected package libapparmor1:armel. [2022-03-11T18:02:53.674Z] ok github.com/docker/docker/cmd/dockerd 0.042s coverage: 29.3% of statements [2022-03-11T18:02:53.674Z] ok github.com/docker/docker/container 0.115s coverage: 34.8% of statements [2022-03-11T18:02:53.674Z] ok github.com/docker/docker/cmd/dockerd/trap 2.412s coverage: 0.0% of statements [2022-03-11T18:02:53.674Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-11T18:02:53.674Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-11T18:02:53.674Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-11T18:02:53.674Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-11T18:02:53.674Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-11T18:02:53.743Z] #32 DONE 0.4s [2022-03-11T18:02:53.743Z] [2022-03-11T18:02:53.743Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:02:53.743Z] #56 sha256:93314d935c283f0fa3b0c84380cd218992a933161f18c97d336a3c3eda518ee6 [2022-03-11T18:02:53.853Z] #21 13.83 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-03-11T18:02:53.853Z] #21 13.83 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-03-11T18:02:53.853Z] #21 13.87 Selecting previously unselected package libapparmor-dev:armel. [2022-03-11T18:02:53.853Z] #21 13.87 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-03-11T18:02:53.853Z] #21 13.88 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-03-11T18:02:53.853Z] #21 13.93 Selecting previously unselected package libgcc-s1:arm64. [2022-03-11T18:02:53.853Z] #21 13.93 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-03-11T18:02:53.853Z] #21 13.93 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-03-11T18:02:53.853Z] #21 13.98 Selecting previously unselected package libcrypt1:arm64. [2022-03-11T18:02:53.853Z] #21 13.98 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-03-11T18:02:53.853Z] #21 13.99 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-11T18:02:53.853Z] #21 14.05 Selecting previously unselected package libc6:arm64. [2022-03-11T18:02:54.001Z] #56 ... [2022-03-11T18:02:54.001Z] [2022-03-11T18:02:54.001Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-11T18:02:54.001Z] #35 sha256:a9d8484f2211d549828e000f4b60eb8247d3fe6d0544db52dce9a7c689f8af91 [2022-03-11T18:02:54.018Z] #23 10.48 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-11T18:02:54.111Z] #21 14.05 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ... [2022-03-11T18:02:54.111Z] #21 14.16 Unpacking libc6:arm64 (2.31-13+deb11u2) ... [2022-03-11T18:02:54.259Z] #35 DONE 0.3s [2022-03-11T18:02:54.259Z] [2022-03-11T18:02:54.259Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-11T18:02:54.259Z] #37 sha256:622b9c43fe80e278f4d031f420a7d5688fc74841b8ad659b2daabd1e051e11a7 [2022-03-11T18:02:54.259Z] #37 DONE 0.1s [2022-03-11T18:02:54.259Z] [2022-03-11T18:02:54.259Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-11T18:02:54.259Z] #41 sha256:9a8cb777ab7713375fe37af688b60df954fc8454fb8e083bf831ef49326b71dd [2022-03-11T18:02:54.259Z] #41 DONE 0.1s [2022-03-11T18:02:54.259Z] [2022-03-11T18:02:54.259Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:02:54.259Z] #56 sha256:93314d935c283f0fa3b0c84380cd218992a933161f18c97d336a3c3eda518ee6 [2022-03-11T18:02:54.368Z] #21 14.42 Selecting previously unselected package libapparmor1:arm64. [2022-03-11T18:02:54.368Z] #21 14.42 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-11T18:02:54.368Z] #21 14.42 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-11T18:02:54.368Z] #21 14.46 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-11T18:02:54.368Z] #21 14.46 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-11T18:02:54.368Z] #21 14.47 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-11T18:02:54.368Z] #21 14.51 Selecting previously unselected package libgcc-s1:s390x. [2022-03-11T18:02:54.368Z] #21 14.51 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-03-11T18:02:54.368Z] #21 14.52 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-03-11T18:02:54.368Z] #21 14.55 Selecting previously unselected package libcrypt1:s390x. [2022-03-11T18:02:54.626Z] #21 14.56 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-03-11T18:02:54.626Z] #21 14.56 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-03-11T18:02:54.626Z] #21 14.62 Selecting previously unselected package libc6:s390x. [2022-03-11T18:02:54.626Z] #21 14.62 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ... [2022-03-11T18:02:54.626Z] #21 14.72 Unpacking libc6:s390x (2.31-13+deb11u2) ... [2022-03-11T18:02:54.884Z] #21 14.96 Selecting previously unselected package libapparmor1:s390x. [2022-03-11T18:02:54.884Z] #21 14.96 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-03-11T18:02:54.884Z] #21 14.97 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-03-11T18:02:54.884Z] #21 15.00 Selecting previously unselected package libapparmor-dev:s390x. [2022-03-11T18:02:54.884Z] #21 15.01 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-03-11T18:02:54.884Z] #21 15.01 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-03-11T18:02:54.884Z] #21 15.05 Selecting previously unselected package libgcc-s1:armhf. [2022-03-11T18:02:54.884Z] #21 15.06 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-03-11T18:02:54.884Z] #21 15.06 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-03-11T18:02:55.048Z] ok github.com/docker/docker/daemon/cluster 0.081s coverage: 0.5% of statements [2022-03-11T18:02:55.142Z] #21 15.10 Selecting previously unselected package libcrypt1:armhf. [2022-03-11T18:02:55.142Z] #21 15.10 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-03-11T18:02:55.142Z] #21 15.11 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-03-11T18:02:55.142Z] #21 15.18 Selecting previously unselected package libc6:armhf. [2022-03-11T18:02:55.142Z] #21 15.19 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ... [2022-03-11T18:02:55.142Z] #21 15.28 Unpacking libc6:armhf (2.31-13+deb11u2) ... [2022-03-11T18:02:55.394Z] #23 11.69 Collecting pathspec>=0.5.3 [2022-03-11T18:02:55.394Z] #23 11.70 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-11T18:02:55.394Z] #23 12.09 Collecting pyyaml [2022-03-11T18:02:55.394Z] #23 12.10 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-11T18:02:55.394Z] #23 12.17 Building wheels for collected packages: yamllint [2022-03-11T18:02:55.394Z] #23 12.17 Building wheel for yamllint (setup.py): started [2022-03-11T18:02:55.399Z] #21 15.51 Selecting previously unselected package libapparmor1:armhf. [2022-03-11T18:02:55.399Z] #21 15.52 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-03-11T18:02:55.399Z] #21 15.52 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-03-11T18:02:55.399Z] #21 15.56 Selecting previously unselected package libapparmor-dev:armhf. [2022-03-11T18:02:55.399Z] #21 15.56 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-03-11T18:02:55.399Z] #21 15.56 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-03-11T18:02:55.399Z] #21 15.61 Selecting previously unselected package libgcc-s1:ppc64el. [2022-03-11T18:02:55.657Z] #21 15.61 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-03-11T18:02:55.657Z] #21 15.62 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-11T18:02:55.657Z] #21 15.66 Selecting previously unselected package libcrypt1:ppc64el. [2022-03-11T18:02:55.657Z] #21 15.66 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-03-11T18:02:55.657Z] #21 15.66 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-11T18:02:55.657Z] #21 15.73 Selecting previously unselected package libc6:ppc64el. [2022-03-11T18:02:55.657Z] #21 15.73 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ... [2022-03-11T18:02:55.657Z] #21 15.85 Unpacking libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-11T18:02:56.223Z] #21 16.20 Selecting previously unselected package libapparmor1:ppc64el. [2022-03-11T18:02:56.223Z] #21 16.20 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-03-11T18:02:56.223Z] #21 16.21 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-03-11T18:02:56.223Z] #21 16.24 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-03-11T18:02:56.223Z] #21 16.24 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-03-11T18:02:56.223Z] #21 16.25 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-11T18:02:56.223Z] #21 16.30 Selecting previously unselected package libseccomp2:s390x. [2022-03-11T18:02:56.223Z] #21 16.30 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-03-11T18:02:56.223Z] #21 16.30 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-11T18:02:56.223Z] #21 16.34 Selecting previously unselected package libseccomp-dev:s390x. [2022-03-11T18:02:56.223Z] #21 16.35 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-03-11T18:02:56.223Z] #21 16.35 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-11T18:02:56.223Z] #21 16.40 Selecting previously unselected package libseccomp2:ppc64el. [2022-03-11T18:02:56.329Z] #23 13.09 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-11T18:02:56.329Z] #23 13.10 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=254a7192e2ebe8d8d6c967e4d163774309175fdd9a16fd272054157d2eb6d508 [2022-03-11T18:02:56.481Z] #21 16.41 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-11T18:02:56.481Z] #21 16.42 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-11T18:02:56.481Z] #21 16.45 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-03-11T18:02:56.481Z] #21 16.46 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-11T18:02:56.481Z] #21 16.46 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-11T18:02:56.481Z] #21 16.51 Selecting previously unselected package libseccomp2:armhf. [2022-03-11T18:02:56.481Z] #21 16.52 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-03-11T18:02:56.481Z] #21 16.52 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-11T18:02:56.481Z] #21 16.55 Selecting previously unselected package libseccomp-dev:armhf. [2022-03-11T18:02:56.481Z] #21 16.55 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-03-11T18:02:56.481Z] #21 16.56 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-11T18:02:56.481Z] #21 16.60 Selecting previously unselected package libseccomp2:armel. [2022-03-11T18:02:56.481Z] #21 16.61 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-03-11T18:02:56.481Z] #21 16.61 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-11T18:02:56.481Z] #21 16.64 Selecting previously unselected package libseccomp-dev:armel. [2022-03-11T18:02:56.634Z] #23 13.10 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-11T18:02:56.634Z] #23 13.11 Successfully built yamllint [2022-03-11T18:02:56.634Z] #23 13.13 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-11T18:02:56.738Z] #21 16.65 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-03-11T18:02:56.739Z] #21 16.65 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-11T18:02:56.739Z] #21 16.69 Selecting previously unselected package libseccomp2:arm64. [2022-03-11T18:02:56.739Z] #21 16.70 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-03-11T18:02:56.739Z] #21 16.70 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-11T18:02:56.739Z] #21 16.74 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-11T18:02:56.739Z] #21 16.74 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-11T18:02:56.739Z] #21 16.75 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-11T18:02:56.739Z] #21 16.80 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-03-11T18:02:56.739Z] #21 16.82 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-03-11T18:02:56.739Z] #21 16.83 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-03-11T18:02:56.739Z] #21 16.84 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-11T18:02:56.739Z] #21 16.86 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-03-11T18:02:56.739Z] #21 16.87 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-11T18:02:56.739Z] #21 16.88 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-03-11T18:02:56.739Z] #21 16.90 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-03-11T18:02:56.739Z] #21 16.91 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-11T18:02:56.739Z] #21 16.92 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-03-11T18:02:56.739Z] #21 16.94 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-03-11T18:02:56.739Z] #21 16.95 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-03-11T18:02:56.739Z] #21 16.96 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-03-11T18:02:56.933Z] #23 13.53 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-11T18:02:56.948Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.021s coverage: 65.3% of statements [2022-03-11T18:02:56.996Z] #21 16.97 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-11T18:02:56.996Z] #21 16.99 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-03-11T18:02:56.996Z] #21 17.00 Setting up libc6:arm64 (2.31-13+deb11u2) ... [2022-03-11T18:02:57.530Z] #23 DONE 14.0s [2022-03-11T18:02:57.530Z] [2022-03-11T18:02:57.530Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-11T18:02:57.530Z] #27 sha256:90aab12d855fe36e12d3e5c8f2d31607ebde12f05804bbf414fa45590ec031c8 [2022-03-11T18:02:57.530Z] #27 DONE 0.3s [2022-03-11T18:02:57.530Z] [2022-03-11T18:02:57.530Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:02:57.530Z] #60 sha256:888757502c5c4932de33b3a1283f2614534c90a5464aebd4623d1cfb3abb02fd [2022-03-11T18:02:57.536Z] #56 ... [2022-03-11T18:02:57.536Z] [2022-03-11T18:02:57.536Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-11T18:02:57.536Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-11T18:02:57.536Z] #43 168.9 + dpkg --print-architecture [2022-03-11T18:02:57.536Z] #43 168.9 + git checkout -q v2.1.0 [2022-03-11T18:02:57.536Z] #43 169.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-11T18:02:57.536Z] #43 169.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-11T18:02:57.794Z] #60 ... [2022-03-11T18:02:57.794Z] [2022-03-11T18:02:57.794Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-11T18:02:57.794Z] #32 sha256:03817f475b9691703f7d03c37aa25117956ecb5b01d8e2e16997f8fdfd1bef8e [2022-03-11T18:02:57.929Z] #21 18.15 Setting up libc6:armel (2.31-13+deb11u2) ... [2022-03-11T18:02:58.067Z] #32 DONE 0.5s [2022-03-11T18:02:58.068Z] [2022-03-11T18:02:58.068Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-11T18:02:58.068Z] #35 sha256:87d8da076ebe1f954b3f81046d4434133d351c42bc2c9050d947d3dcc65ebed2 [2022-03-11T18:02:58.326Z] #35 DONE 0.2s [2022-03-11T18:02:58.326Z] [2022-03-11T18:02:58.326Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:02:58.326Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:02:58.326Z] #51 ... [2022-03-11T18:02:58.326Z] [2022-03-11T18:02:58.326Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-11T18:02:58.326Z] #37 sha256:e48f9b328fbc6d24abaab24fbc189e4f25db6b58e347de68d6c5c48c982320dd [2022-03-11T18:02:58.326Z] #37 DONE 0.1s [2022-03-11T18:02:58.326Z] [2022-03-11T18:02:58.326Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-11T18:02:58.326Z] #41 sha256:09dbc2287b18341b2d9cacbcf922a6b922c57f38fb8144417404382b1cbd601a [2022-03-11T18:02:58.326Z] #41 DONE 0.0s [2022-03-11T18:02:58.585Z] [2022-03-11T18:02:58.585Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:02:58.585Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:02:58.847Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.9% of statements [2022-03-11T18:02:59.301Z] #21 19.28 Setting up libc6:armhf (2.31-13+deb11u2) ... [2022-03-11T18:03:00.674Z] #21 20.42 Setting up libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-11T18:03:01.609Z] #21 21.58 Setting up libc6:s390x (2.31-13+deb11u2) ... [2022-03-11T18:03:02.987Z] #21 22.81 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-11T18:03:02.987Z] #21 22.82 Setting up libapparmor1:armel (2.13.6-10) ... [2022-03-11T18:03:02.987Z] #21 22.84 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-03-11T18:03:02.987Z] #21 22.85 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-03-11T18:03:02.987Z] #21 22.86 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-03-11T18:03:02.987Z] #21 22.88 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-11T18:03:02.987Z] #21 22.89 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-11T18:03:02.987Z] #21 22.91 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-11T18:03:02.987Z] #21 22.92 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-11T18:03:02.987Z] #21 22.94 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-11T18:03:02.987Z] #21 22.95 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-11T18:03:02.987Z] #21 22.97 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-03-11T18:03:02.987Z] #21 22.98 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-03-11T18:03:02.987Z] #21 23.00 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-11T18:03:02.987Z] #21 23.01 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-03-11T18:03:02.987Z] #21 23.04 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-11T18:03:02.987Z] #21 23.05 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-11T18:03:02.987Z] #21 23.07 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-11T18:03:02.987Z] #21 23.08 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-11T18:03:02.987Z] #21 23.09 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-11T18:03:03.246Z] #21 23.11 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:03:03.813Z] #21 DONE 24.0s [2022-03-11T18:03:03.813Z] [2022-03-11T18:03:03.813Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:03:03.813Z] #67 sha256:8ed875d9c1acf4f1b9fae683a408fa9c36f2f62fc4429d0132458697b7c99975 [2022-03-11T18:03:03.813Z] #67 37.36 # github.com/containerd/containerd/cmd/containerd [2022-03-11T18:03:03.813Z] #67 37.36 /usr/bin/ld: /tmp/go-link-2459135207/000019.o: in function `New': [2022-03-11T18:03:03.813Z] #67 37.36 /tmp/tmp.NJ8b3ZaBVK/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 [2022-03-11T18:03:03.813Z] #67 37.42 + bin/containerd-stress [2022-03-11T18:03:03.813Z] #67 38.30 + bin/containerd-shim [2022-03-11T18:03:04.071Z] #67 ... [2022-03-11T18:03:04.071Z] [2022-03-11T18:03:04.071Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-11T18:03:04.071Z] #62 sha256:9701ad408c1f1f8fcb1d964e0ed52fd3629c1be927a849b2611575722e7970ef [2022-03-11T18:03:04.071Z] #62 DONE 0.1s [2022-03-11T18:03:04.071Z] [2022-03-11T18:03:04.071Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:03:04.071Z] #63 sha256:2a3869d60323f7b5be3a342c9cf8bfbcf27c823665a64b9704acbc1d3b471a57 [2022-03-11T18:03:04.639Z] #63 0.450 + RM_GOPATH=0 [2022-03-11T18:03:04.639Z] #63 0.450 + TMP_GOPATH= [2022-03-11T18:03:04.639Z] #63 0.450 + : /build [2022-03-11T18:03:04.639Z] #63 0.450 + '[' -z '' ']' [2022-03-11T18:03:04.639Z] #63 0.451 ++ mktemp -d [2022-03-11T18:03:04.639Z] #63 0.452 + export GOPATH=/tmp/tmp.3IDhoUAfdJ [2022-03-11T18:03:04.639Z] #63 0.452 + GOPATH=/tmp/tmp.3IDhoUAfdJ [2022-03-11T18:03:04.639Z] #63 0.452 + RM_GOPATH=1 [2022-03-11T18:03:04.639Z] #63 0.452 + case "$(go env GOARCH)" in [2022-03-11T18:03:04.639Z] #63 0.452 ++ go env GOARCH [2022-03-11T18:03:04.639Z] #63 0.460 + export GO_BUILDMODE=-buildmode=pie [2022-03-11T18:03:04.639Z] #63 0.460 + GO_BUILDMODE=-buildmode=pie [2022-03-11T18:03:04.639Z] #63 0.461 ++ dirname /install.sh [2022-03-11T18:03:04.639Z] #63 0.462 Install runc version v1.1.0 (build tags: seccomp) [2022-03-11T18:03:04.639Z] #63 0.462 + dir=/ [2022-03-11T18:03:04.639Z] #63 0.462 + bin=runc [2022-03-11T18:03:04.639Z] #63 0.462 + shift [2022-03-11T18:03:04.639Z] #63 0.462 + '[' '!' -f //runc.installer ']' [2022-03-11T18:03:04.639Z] #63 0.462 + . //runc.installer [2022-03-11T18:03:04.639Z] #63 0.462 ++ set -e [2022-03-11T18:03:04.639Z] #63 0.462 ++ : v1.1.0 [2022-03-11T18:03:04.639Z] #63 0.462 + install_runc [2022-03-11T18:03:04.639Z] #63 0.462 + RUNC_BUILDTAGS=seccomp [2022-03-11T18:03:04.639Z] #63 0.462 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-11T18:03:04.639Z] #63 0.462 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.3IDhoUAfdJ/src/github.com/opencontainers/runc [2022-03-11T18:03:04.639Z] #63 0.465 Cloning into '/tmp/tmp.3IDhoUAfdJ/src/github.com/opencontainers/runc'... [2022-03-11T18:03:04.639Z] #63 ... [2022-03-11T18:03:04.639Z] [2022-03-11T18:03:04.639Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-11T18:03:04.639Z] #22 sha256:049910e928085381c0242f32aad2fd6a9c72d163e636c7a2fccc1360c0dc0548 [2022-03-11T18:03:04.639Z] #22 DONE 0.7s [2022-03-11T18:03:04.639Z] [2022-03-11T18:03:04.639Z] #23 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-11T18:03:04.639Z] #23 sha256:08ef7aab0ae1c051ee5514bf7661a991d1f1c86a87327c5fa71e369ed4370d6a [2022-03-11T18:03:04.906Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-11T18:03:04.906Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-11T18:03:04.906Z] GOOS="" GOARCH="" GOARM="" [2022-03-11T18:03:04.906Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-11T18:03:04.906Z] [2022-03-11T18:03:04.906Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-11T18:03:04.906Z] DOCKER_SYSTEMD=1 [2022-03-11T18:03:04.906Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-11T18:03:04.906Z] HOSTNAME=4ec83de059ff [2022-03-11T18:03:04.906Z] DEST=bundles/test-integration [2022-03-11T18:03:04.906Z] PWD=/go/src/github.com/docker/docker [2022-03-11T18:03:04.906Z] DOCKER_GITCOMMIT=8814a29f7d9e4237d877d3bf767f2096899d9efa [2022-03-11T18:03:04.906Z] container=docker [2022-03-11T18:03:04.906Z] HOME=/root [2022-03-11T18:03:04.906Z] LANG=C.UTF-8 [2022-03-11T18:03:04.906Z] INVOCATION_ID=574f2e07a714420b915b79117fbaf7fa [2022-03-11T18:03:04.906Z] GOLANG_VERSION=1.17.8 [2022-03-11T18:03:04.906Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-11T18:03:04.906Z] VALIDATE_BRANCH=master [2022-03-11T18:03:04.906Z] TERM=xterm [2022-03-11T18:03:04.906Z] DOCKER_PKG=github.com/docker/docker [2022-03-11T18:03:04.906Z] SHLVL=3 [2022-03-11T18:03:04.906Z] TIMEOUT=120m [2022-03-11T18:03:04.906Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-11T18:03:04.906Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-11T18:03:04.906Z] GO111MODULE=off [2022-03-11T18:03:04.906Z] DOCKER_EXPERIMENTAL=1 [2022-03-11T18:03:04.906Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-11T18:03:04.906Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-11T18:03:04.906Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-11T18:03:04.906Z] GOPATH=/go [2022-03-11T18:03:04.906Z] PKG_CONFIG=pkg-config [2022-03-11T18:03:04.906Z] _=/usr/bin/env [2022-03-11T18:03:04.906Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-11T18:03:05.211Z] #23 DONE 0.7s [2022-03-11T18:03:05.211Z] [2022-03-11T18:03:05.211Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:03:05.211Z] #67 sha256:8ed875d9c1acf4f1b9fae683a408fa9c36f2f62fc4429d0132458697b7c99975 [2022-03-11T18:03:05.211Z] #67 42.18 + bin/containerd-shim-runc-v1 [2022-03-11T18:03:05.401Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.443s coverage: 13.8% of statements [2022-03-11T18:03:06.589Z] #67 ... [2022-03-11T18:03:06.589Z] [2022-03-11T18:03:06.589Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-11T18:03:06.589Z] #24 sha256:57c943574319571dc37b4c12cf80791bbd2382fc4b8f8d5e6a767a99787cda50 [2022-03-11T18:03:06.589Z] #24 0.933 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-11T18:03:06.589Z] #24 DONE 1.1s [2022-03-11T18:03:06.589Z] [2022-03-11T18:03:06.589Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:03:06.589Z] #63 sha256:2a3869d60323f7b5be3a342c9cf8bfbcf27c823665a64b9704acbc1d3b471a57 [2022-03-11T18:03:06.589Z] #63 2.282 + cd /tmp/tmp.3IDhoUAfdJ/src/github.com/opencontainers/runc [2022-03-11T18:03:06.589Z] #63 2.282 + git checkout -q v1.1.0 [2022-03-11T18:03:06.589Z] #63 2.405 + '[' -z '' ']' [2022-03-11T18:03:06.589Z] #63 2.405 + target=static [2022-03-11T18:03:06.589Z] #63 2.405 + make BUILDTAGS=seccomp static [2022-03-11T18:03:06.589Z] #63 2.630 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-11T18:03:06.698Z] #51 ... [2022-03-11T18:03:06.698Z] [2022-03-11T18:03:06.698Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-11T18:03:06.698Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-11T18:03:06.698Z] #43 177.1 + dpkg --print-architecture [2022-03-11T18:03:06.698Z] #43 177.1 + git checkout -q v2.1.0 [2022-03-11T18:03:06.698Z] #43 177.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-11T18:03:06.698Z] #43 177.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-11T18:03:06.774Z] ok github.com/docker/docker/daemon/config 0.028s coverage: 81.0% of statements [2022-03-11T18:03:07.033Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-03-11T18:03:07.524Z] #63 ... [2022-03-11T18:03:07.524Z] [2022-03-11T18:03:07.524Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-11T18:03:07.524Z] #25 sha256:c79e1e4a6eeaa399b796a413950280c15dcd45913219f685865b0df00db85412 [2022-03-11T18:03:07.524Z] #25 DONE 0.8s [2022-03-11T18:03:07.524Z] [2022-03-11T18:03:07.524Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-11T18:03:07.524Z] #26 sha256:d326afb01be0f9fa2354eaf00d23e7439b881216a41668b7ebc2270a7f9867b1 [2022-03-11T18:03:07.599Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-03-11T18:03:07.783Z] #26 DONE 0.5s [2022-03-11T18:03:07.783Z] [2022-03-11T18:03:07.783Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-03-11T18:03:07.783Z] #27 sha256:31b8876c5768dd12c94844f6e4b385a2f5b2c66122305733c479327e231acf32 [2022-03-11T18:03:08.350Z] #27 DONE 0.7s [2022-03-11T18:03:08.350Z] [2022-03-11T18:03:08.350Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:03:08.350Z] #67 sha256:8ed875d9c1acf4f1b9fae683a408fa9c36f2f62fc4429d0132458697b7c99975 [2022-03-11T18:03:08.350Z] #67 45.07 + bin/containerd-shim-runc-v2 [2022-03-11T18:03:08.532Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.009s coverage: 4.2% of statements [2022-03-11T18:03:08.608Z] #67 45.85 + binaries [2022-03-11T18:03:08.790Z] ok github.com/docker/docker/daemon 10.126s coverage: 17.2% of statements [2022-03-11T18:03:08.790Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-11T18:03:08.790Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-11T18:03:08.790Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-11T18:03:08.790Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-11T18:03:08.867Z] #67 45.85 + install -D bin/containerd /build/containerd [2022-03-11T18:03:08.868Z] #67 45.88 + install -D bin/containerd-shim /build/containerd-shim [2022-03-11T18:03:08.868Z] #67 45.89 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-11T18:03:08.868Z] #67 45.90 + install -D bin/ctr /build/ctr [2022-03-11T18:03:09.126Z] #67 DONE 46.1s [2022-03-11T18:03:09.126Z] [2022-03-11T18:03:09.126Z] #28 [dev-systemd-false 7/24] 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 [2022-03-11T18:03:09.126Z] #28 sha256:2b001536469da2b48c0083ea1700be5ed8b8dce92b2b590b37c0e06ae85a0ae5 [2022-03-11T18:03:09.384Z] #28 0.764 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-11T18:03:09.384Z] #28 0.773 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-11T18:03:09.384Z] #28 0.774 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-11T18:03:09.643Z] #28 1.106 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-11T18:03:09.644Z] #28 1.221 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-11T18:03:09.723Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.240s coverage: 56.2% of statements [2022-03-11T18:03:09.903Z] #28 1.313 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-11T18:03:09.903Z] #28 1.461 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-11T18:03:10.162Z] #28 1.541 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-11T18:03:10.162Z] #28 1.614 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-11T18:03:10.162Z] #28 1.713 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [122 kB] [2022-03-11T18:03:10.162Z] #28 1.714 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [124 kB] [2022-03-11T18:03:10.162Z] #28 1.717 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-11T18:03:10.162Z] #28 1.724 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [122 kB] [2022-03-11T18:03:10.162Z] #28 1.724 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-11T18:03:10.162Z] #28 1.724 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [116 kB] [2022-03-11T18:03:10.289Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.0% of statements [2022-03-11T18:03:10.729Z] #28 2.018 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-11T18:03:10.729Z] #28 2.023 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-11T18:03:10.729Z] #28 2.024 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-11T18:03:10.729Z] #28 2.025 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-11T18:03:10.729Z] #28 2.026 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-11T18:03:10.729Z] #28 2.027 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-11T18:03:11.665Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.8% of statements [2022-03-11T18:03:13.564Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.204s coverage: 50.5% of statements [2022-03-11T18:03:13.564Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.890s coverage: 46.2% of statements [2022-03-11T18:03:13.564Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-11T18:03:14.938Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.8% of statements [2022-03-11T18:03:15.196Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.759s coverage: 58.0% of statements [2022-03-11T18:03:15.196Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-11T18:03:15.196Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-11T18:03:15.761Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 2.9% of statements [2022-03-11T18:03:16.329Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2022-03-11T18:03:17.264Z] ok github.com/docker/docker/daemon/images 0.017s coverage: 6.8% of statements [2022-03-11T18:03:17.264Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-11T18:03:17.264Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-11T18:03:17.830Z] ok github.com/docker/docker/daemon/logger 0.216s coverage: 43.0% of statements [2022-03-11T18:03:18.171Z] using credential docker-jenkins-github-credentials [2022-03-11T18:03:18.250Z] Cloning the remote Git repository [2022-03-11T18:03:18.250Z] Cloning with configured refspecs honoured and without tags [2022-03-11T18:03:18.771Z] ok github.com/docker/docker/daemon/logger/fluentd 0.008s coverage: 33.6% of statements [2022-03-11T18:03:18.771Z] ok github.com/docker/docker/daemon/logger/awslogs 0.172s coverage: 80.2% of statements [2022-03-11T18:03:18.771Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-11T18:03:18.448Z] Cloning repository https://github.com/moby/moby.git [2022-03-11T18:03:18.848Z] #28 8.963 Fetched 48.9 MB in 8s (5780 kB/s) [2022-03-11T18:03:18.848Z] #28 8.963 Reading package lists... [2022-03-11T18:03:18.848Z] #28 ... [2022-03-11T18:03:18.848Z] [2022-03-11T18:03:18.848Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:03:18.848Z] #63 sha256:2a3869d60323f7b5be3a342c9cf8bfbcf27c823665a64b9704acbc1d3b471a57 [2022-03-11T18:03:18.848Z] #63 14.58 + mkdir -p /build [2022-03-11T18:03:18.848Z] #63 14.58 + cp runc /build/runc [2022-03-11T18:03:19.105Z] #63 DONE 15.0s [2022-03-11T18:03:19.106Z] [2022-03-11T18:03:19.106Z] #28 [dev-systemd-false 7/24] 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 [2022-03-11T18:03:19.106Z] #28 sha256:2b001536469da2b48c0083ea1700be5ed8b8dce92b2b590b37c0e06ae85a0ae5 [2022-03-11T18:03:19.336Z] ok github.com/docker/docker/daemon/logger/gelf 0.004s coverage: 67.0% of statements [2022-03-11T18:03:19.336Z] ok github.com/docker/docker/daemon/logger/journald 0.009s coverage: 23.9% of statements [2022-03-11T18:03:19.443Z] #43 DONE 189.4s [2022-03-11T18:03:19.443Z] [2022-03-11T18:03:19.443Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:03:19.443Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:03:19.443Z] #51 ... [2022-03-11T18:03:19.443Z] [2022-03-11T18:03:19.443Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-11T18:03:19.443Z] #44 sha256:bf6cbbd479f7d7c14f2839dc57f8b8d45bc12037b1d73fc4653a20180d127b0d [2022-03-11T18:03:19.443Z] #44 DONE 0.5s [2022-03-11T18:03:19.443Z] [2022-03-11T18:03:19.443Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-11T18:03:19.443Z] #48 sha256:a0d8bbd8ff55097f07f51c1abedbbe72905e1891cd4fa91c74898d872d4c3a93 [2022-03-11T18:03:19.443Z] #48 DONE 0.1s [2022-03-11T18:03:19.443Z] [2022-03-11T18:03:19.443Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-11T18:03:19.443Z] #50 sha256:abba5f17bef6e9ba94772281383c4a557a480a334ec929a9cb7a1998eb6c7765 [2022-03-11T18:03:19.443Z] #50 DONE 0.1s [2022-03-11T18:03:19.443Z] [2022-03-11T18:03:19.443Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:03:19.443Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:03:19.902Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements [2022-03-11T18:03:19.902Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 69.9% of statements [2022-03-11T18:03:20.469Z] ok github.com/docker/docker/daemon/logger/local 0.030s coverage: 78.7% of statements [2022-03-11T18:03:20.469Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-11T18:03:20.477Z] #28 8.963 Reading package lists... [2022-03-11T18:03:18.860Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-11T18:03:19.815Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T18:03:19.815Z] > git --version # timeout=10 [2022-03-11T18:03:19.868Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-11T18:03:19.869Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T18:03:19.872Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T18:03:21.035Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.039s coverage: 59.1% of statements [2022-03-11T18:03:21.294Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.023s coverage: 31.5% of statements [2022-03-11T18:03:22.228Z] ok github.com/docker/docker/daemon/logger/syslog 0.013s coverage: 46.8% of statements [2022-03-11T18:03:22.486Z] ok github.com/docker/docker/daemon/logger/templates 0.004s coverage: 8.3% of statements [2022-03-11T18:03:23.052Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-11T18:03:23.640Z] ok github.com/docker/docker/daemon/logger/splunk 1.562s coverage: 82.5% of statements [2022-03-11T18:03:23.640Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-11T18:03:23.640Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-11T18:03:23.756Z] #28 11.96 Reading package lists... [2022-03-11T18:03:24.013Z] #28 14.82 Building dependency tree... [2022-03-11T18:03:24.271Z] #28 15.90 bzip2 is already the newest version (1.0.8-4). [2022-03-11T18:03:24.271Z] #28 15.90 patch is already the newest version (2.7.6-7). [2022-03-11T18:03:24.271Z] #28 15.90 xz-utils is already the newest version (5.2.5-2). [2022-03-11T18:03:24.271Z] #28 15.90 The following additional packages will be installed: [2022-03-11T18:03:24.271Z] #28 15.91 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-11T18:03:24.271Z] #28 15.91 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-03-11T18:03:24.528Z] #28 15.91 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-11T18:03:24.528Z] #28 15.91 python3-pkg-resources vim-runtime xxd [2022-03-11T18:03:24.528Z] #28 15.91 Suggested packages: [2022-03-11T18:03:24.528Z] #28 15.91 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-03-11T18:03:24.528Z] #28 15.91 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-03-11T18:03:24.528Z] #28 15.91 Recommended packages: [2022-03-11T18:03:24.528Z] #28 15.91 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-11T18:03:24.604Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 48.2% of statements [2022-03-11T18:03:25.093Z] #28 16.58 The following NEW packages will be installed: [2022-03-11T18:03:25.093Z] #28 16.58 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-03-11T18:03:25.093Z] #28 16.59 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-11T18:03:25.093Z] #28 16.59 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-03-11T18:03:25.093Z] #28 16.59 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-03-11T18:03:25.093Z] #28 16.59 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-03-11T18:03:25.093Z] #28 16.59 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-03-11T18:03:25.093Z] #28 16.59 vim-common vim-runtime xfsprogs xxd zip zstd [2022-03-11T18:03:25.169Z] ok github.com/docker/docker/distribution 0.633s coverage: 28.4% of statements [2022-03-11T18:03:25.169Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-11T18:03:25.351Z] #28 16.89 0 upgraded, 44 newly installed, 0 to remove and 1 not upgraded. [2022-03-11T18:03:25.351Z] #28 16.89 Need to get 18.6 MB of archives. [2022-03-11T18:03:25.351Z] #28 16.89 After this operation, 71.4 MB of additional disk space will be used. [2022-03-11T18:03:25.351Z] #28 16.89 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-11T18:03:25.351Z] #28 16.89 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-11T18:03:25.351Z] #28 16.89 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-11T18:03:25.351Z] #28 16.89 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-11T18:03:25.351Z] #28 16.90 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-11T18:03:25.351Z] #28 16.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-11T18:03:25.609Z] #28 16.92 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-11T18:03:25.609Z] #28 16.92 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-11T18:03:25.609Z] #28 16.93 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-11T18:03:25.609Z] #28 16.93 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-11T18:03:25.609Z] #28 16.93 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-11T18:03:25.609Z] #28 16.93 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-11T18:03:25.609Z] #28 16.94 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-11T18:03:25.609Z] #28 16.94 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-11T18:03:25.609Z] #28 16.94 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-11T18:03:25.609Z] #28 16.94 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-11T18:03:25.609Z] #28 16.94 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-11T18:03:25.609Z] #28 16.94 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-11T18:03:25.609Z] #28 16.94 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-11T18:03:25.609Z] #28 16.95 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-11T18:03:25.609Z] #28 16.95 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-11T18:03:25.609Z] #28 16.95 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-11T18:03:25.609Z] #28 16.95 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-11T18:03:25.609Z] #28 16.95 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-11T18:03:25.609Z] #28 16.95 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-11T18:03:25.609Z] #28 16.95 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-11T18:03:25.609Z] #28 16.96 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-11T18:03:25.609Z] #28 16.96 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-11T18:03:25.609Z] #28 16.96 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-11T18:03:25.609Z] #28 16.97 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-11T18:03:25.609Z] #28 16.98 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-11T18:03:25.609Z] #28 16.99 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-11T18:03:25.609Z] #28 16.99 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-11T18:03:25.609Z] #28 16.99 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-11T18:03:25.609Z] #28 16.99 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-11T18:03:25.609Z] #28 16.99 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-11T18:03:25.609Z] #28 16.99 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-11T18:03:25.609Z] #28 17.00 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-11T18:03:25.609Z] #28 17.00 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-11T18:03:25.609Z] #28 17.01 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-11T18:03:25.609Z] #28 17.05 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-11T18:03:25.609Z] #28 17.06 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-11T18:03:25.609Z] #28 17.07 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-11T18:03:25.609Z] #28 17.07 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-11T18:03:25.735Z] ok github.com/docker/docker/errdefs 0.006s coverage: 53.1% of statements [2022-03-11T18:03:25.867Z] #28 17.30 debconf: delaying package configuration, since apt-utils is not installed [2022-03-11T18:03:25.867Z] #28 17.39 Fetched 18.6 MB in 0s (41.2 MB/s) [2022-03-11T18:03:25.867Z] #28 17.42 Selecting previously unselected package pigz. [2022-03-11T18:03:25.867Z] #28 17.42 (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 ... 40068 files and directories currently installed.) [2022-03-11T18:03:25.867Z] #28 17.43 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-11T18:03:25.867Z] #28 17.44 Unpacking pigz (2.6-1) ... [2022-03-11T18:03:25.867Z] #28 17.48 Selecting previously unselected package libelf1:amd64. [2022-03-11T18:03:25.867Z] #28 17.48 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-11T18:03:25.867Z] #28 17.49 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-11T18:03:25.867Z] #28 17.55 Selecting previously unselected package libbpf0:amd64. [2022-03-11T18:03:26.124Z] #28 17.55 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-11T18:03:26.124Z] #28 17.56 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-11T18:03:26.124Z] #28 17.60 Selecting previously unselected package libcap2:amd64. [2022-03-11T18:03:26.124Z] #28 17.61 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-11T18:03:26.124Z] #28 17.61 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-11T18:03:26.124Z] #28 17.65 Selecting previously unselected package libmnl0:amd64. [2022-03-11T18:03:26.124Z] #28 17.65 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-11T18:03:26.124Z] #28 17.66 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-11T18:03:26.124Z] #28 17.70 Selecting previously unselected package libxtables12:amd64. [2022-03-11T18:03:26.124Z] #28 17.70 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-11T18:03:26.124Z] #28 17.70 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-11T18:03:26.124Z] #28 17.74 Selecting previously unselected package libcap2-bin. [2022-03-11T18:03:26.124Z] #28 17.74 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-11T18:03:26.124Z] #28 17.75 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-11T18:03:26.124Z] #28 17.79 Selecting previously unselected package iproute2. [2022-03-11T18:03:26.382Z] #28 17.79 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-11T18:03:26.382Z] #28 17.80 Unpacking iproute2 (5.10.0-4) ... [2022-03-11T18:03:26.382Z] #28 17.92 Selecting previously unselected package xxd. [2022-03-11T18:03:26.382Z] #28 17.92 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-11T18:03:26.382Z] #28 17.92 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:03:26.382Z] #28 17.98 Selecting previously unselected package vim-common. [2022-03-11T18:03:26.382Z] #28 17.99 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-11T18:03:26.382Z] #28 17.99 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:03:26.382Z] #28 18.06 Selecting previously unselected package bash-completion. [2022-03-11T18:03:26.640Z] #28 18.06 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-11T18:03:26.673Z] ok github.com/docker/docker/image 0.027s coverage: 86.9% of statements [2022-03-11T18:03:26.931Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-11T18:03:27.189Z] ok github.com/docker/docker/distribution/xfer 1.890s coverage: 84.9% of statements [2022-03-11T18:03:27.189Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-11T18:03:27.206Z] #28 18.52 Unpacking bash-completion (1:2.11-2) ... [2022-03-11T18:03:27.206Z] #28 18.63 Selecting previously unselected package apparmor. [2022-03-11T18:03:27.206Z] #28 18.64 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-03-11T18:03:27.206Z] #28 18.65 Unpacking apparmor (2.13.6-10) ... [2022-03-11T18:03:27.206Z] #28 18.75 Selecting previously unselected package inetutils-ping. [2022-03-11T18:03:27.206Z] #28 18.76 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-11T18:03:27.206Z] #28 18.76 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-11T18:03:27.206Z] #28 18.81 Selecting previously unselected package libip4tc2:amd64. [2022-03-11T18:03:27.206Z] #28 18.82 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-11T18:03:27.206Z] #28 18.82 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-11T18:03:27.206Z] #28 18.86 Selecting previously unselected package libip6tc2:amd64. [2022-03-11T18:03:27.464Z] #28 18.87 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-11T18:03:27.464Z] #28 18.87 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-11T18:03:27.464Z] #28 18.91 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-11T18:03:27.464Z] #28 18.91 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-11T18:03:27.464Z] #28 18.92 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-11T18:03:27.464Z] #28 18.96 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-11T18:03:27.464Z] #28 18.96 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-11T18:03:27.464Z] #28 18.97 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-11T18:03:27.464Z] #28 19.01 Selecting previously unselected package libnftnl11:amd64. [2022-03-11T18:03:27.464Z] #28 19.01 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-11T18:03:27.464Z] #28 19.01 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-11T18:03:27.464Z] #28 19.05 Selecting previously unselected package iptables. [2022-03-11T18:03:27.464Z] #28 19.06 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-03-11T18:03:27.464Z] #28 19.06 Unpacking iptables (1.8.7-1) ... [2022-03-11T18:03:27.722Z] #28 19.14 Selecting previously unselected package libonig5:amd64. [2022-03-11T18:03:27.722Z] #28 19.14 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-11T18:03:27.722Z] #28 19.15 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-11T18:03:27.722Z] #28 19.20 Selecting previously unselected package libjq1:amd64. [2022-03-11T18:03:27.722Z] #28 19.20 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-03-11T18:03:27.722Z] #28 19.21 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-11T18:03:27.722Z] #28 19.25 Selecting previously unselected package jq. [2022-03-11T18:03:27.722Z] #28 19.25 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-03-11T18:03:27.722Z] #28 19.26 Unpacking jq (1.6-2.1) ... [2022-03-11T18:03:27.722Z] #28 19.31 Selecting previously unselected package libaio1:amd64. [2022-03-11T18:03:27.722Z] #28 19.31 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-03-11T18:03:27.722Z] #28 19.31 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-11T18:03:27.722Z] #28 19.35 Selecting previously unselected package libgpm2:amd64. [2022-03-11T18:03:27.722Z] #28 19.35 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-03-11T18:03:27.759Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-11T18:03:27.759Z] ok github.com/docker/docker/image/v1 0.007s coverage: 25.0% of statements [2022-03-11T18:03:27.759Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-11T18:03:27.980Z] #28 19.36 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-11T18:03:27.980Z] #28 19.40 Selecting previously unselected package libinih1:amd64. [2022-03-11T18:03:27.980Z] #28 19.40 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-03-11T18:03:27.980Z] #28 19.41 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-11T18:03:27.980Z] #28 19.44 Selecting previously unselected package libnet1:amd64. [2022-03-11T18:03:27.980Z] #28 19.45 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-11T18:03:27.980Z] #28 19.45 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-11T18:03:27.980Z] #28 19.49 Selecting previously unselected package libnl-3-200:amd64. [2022-03-11T18:03:27.980Z] #28 19.50 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-11T18:03:27.980Z] #28 19.50 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-11T18:03:27.980Z] #28 19.55 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-11T18:03:27.980Z] #28 19.55 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-11T18:03:27.980Z] #28 19.55 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-11T18:03:27.980Z] #28 19.58 Selecting previously unselected package net-tools. [2022-03-11T18:03:27.980Z] #28 19.58 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-11T18:03:27.980Z] #28 19.59 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-11T18:03:27.980Z] #28 19.64 Selecting previously unselected package python-pip-whl. [2022-03-11T18:03:28.238Z] #28 19.65 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2022-03-11T18:03:28.238Z] #28 19.65 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-11T18:03:28.238Z] #28 19.81 Selecting previously unselected package python3-lib2to3. [2022-03-11T18:03:28.238Z] #28 19.82 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-11T18:03:28.238Z] #28 19.82 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-11T18:03:28.238Z] #28 19.86 Selecting previously unselected package python3-distutils. [2022-03-11T18:03:28.238Z] #28 19.87 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-03-11T18:03:28.238Z] #28 19.87 Unpacking python3-distutils (3.9.2-1) ... [2022-03-11T18:03:28.238Z] #28 19.92 Selecting previously unselected package python3-pkg-resources. [2022-03-11T18:03:28.325Z] ok github.com/docker/docker/libcontainerd/queue 0.034s coverage: 100.0% of statements [2022-03-11T18:03:28.496Z] #28 19.92 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-11T18:03:28.496Z] #28 19.93 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-11T18:03:28.496Z] #28 19.99 Selecting previously unselected package python3-setuptools. [2022-03-11T18:03:28.496Z] #28 19.99 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-03-11T18:03:28.496Z] #28 20.00 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-11T18:03:28.496Z] #28 20.07 Selecting previously unselected package python3-wheel. [2022-03-11T18:03:28.638Z] #43 DONE 198.9s [2022-03-11T18:03:28.638Z] [2022-03-11T18:03:28.638Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:03:28.638Z] #56 sha256:95788f609cc4e28caf0fcde249e971a42c8888db53449c527ba6a7314f914b32 [2022-03-11T18:03:28.638Z] #56 ... [2022-03-11T18:03:28.638Z] [2022-03-11T18:03:28.638Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-11T18:03:28.638Z] #44 sha256:2a083408e027fe8fb6dd9bb5fe964575e398040c1a80c8652ea38683fc603d79 [2022-03-11T18:03:28.754Z] #28 20.07 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-03-11T18:03:28.754Z] #28 20.08 Unpacking python3-wheel (0.34.2-1) ... [2022-03-11T18:03:28.754Z] #28 20.11 Selecting previously unselected package python3-pip. [2022-03-11T18:03:28.754Z] #28 20.12 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2022-03-11T18:03:28.754Z] #28 20.12 Unpacking python3-pip (20.3.4-4) ... [2022-03-11T18:03:28.754Z] #28 20.20 Selecting previously unselected package sudo. [2022-03-11T18:03:28.754Z] #28 20.20 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-03-11T18:03:28.754Z] #28 20.22 Unpacking sudo (1.9.5p2-3) ... [2022-03-11T18:03:28.754Z] #28 20.34 Selecting previously unselected package thin-provisioning-tools. [2022-03-11T18:03:28.895Z] #44 DONE 0.5s [2022-03-11T18:03:28.895Z] [2022-03-11T18:03:28.895Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-11T18:03:28.895Z] #48 sha256:5a30372a21584a521cb6be7d4a46504d88744b81ab07a383aecc5c2dbe20f20b [2022-03-11T18:03:28.895Z] #48 DONE 0.0s [2022-03-11T18:03:28.895Z] [2022-03-11T18:03:28.895Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:03:28.895Z] #56 sha256:95788f609cc4e28caf0fcde249e971a42c8888db53449c527ba6a7314f914b32 [2022-03-11T18:03:28.895Z] #56 ... [2022-03-11T18:03:28.895Z] [2022-03-11T18:03:28.895Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-11T18:03:28.895Z] #50 sha256:bdb69ae8f81ffe4a4cc4e2f3a17b46a6e105f3f3fd4418c3335f54ef78edd7ec [2022-03-11T18:03:28.895Z] #50 DONE 0.1s [2022-03-11T18:03:29.011Z] #28 20.35 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-11T18:03:29.011Z] #28 20.35 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-11T18:03:29.011Z] #28 20.42 Selecting previously unselected package uidmap. [2022-03-11T18:03:29.011Z] #28 20.42 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-11T18:03:29.011Z] #28 20.43 Unpacking uidmap (1:4.8.1-1) ... [2022-03-11T18:03:29.011Z] #28 20.48 Selecting previously unselected package vim-runtime. [2022-03-11T18:03:29.011Z] #28 20.48 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-11T18:03:29.011Z] #28 20.49 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-11T18:03:29.011Z] #28 20.51 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-11T18:03:29.011Z] #28 20.51 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:03:29.153Z] [2022-03-11T18:03:29.154Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:03:29.154Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:03:29.261Z] ok github.com/docker/docker/oci 0.006s coverage: 43.3% of statements [2022-03-11T18:03:29.576Z] #28 21.09 Selecting previously unselected package vim. [2022-03-11T18:03:29.576Z] #28 21.10 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-11T18:03:29.576Z] #28 21.11 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:03:29.826Z] ok github.com/docker/docker/opts 0.017s coverage: 67.4% of statements [2022-03-11T18:03:29.826Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-03-11T18:03:29.833Z] #28 21.25 Selecting previously unselected package xfsprogs. [2022-03-11T18:03:29.833Z] #28 21.25 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-11T18:03:29.833Z] #28 21.26 Unpacking xfsprogs (5.10.0-4) ... [2022-03-11T18:03:29.833Z] #28 21.41 Selecting previously unselected package zip. [2022-03-11T18:03:29.833Z] #28 21.42 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-03-11T18:03:29.833Z] #28 21.44 Unpacking zip (3.0-12) ... [2022-03-11T18:03:29.833Z] #28 21.49 Selecting previously unselected package zstd. [2022-03-11T18:03:30.090Z] #28 21.49 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-11T18:03:30.090Z] #28 21.50 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-11T18:03:30.090Z] #28 21.60 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-11T18:03:30.348Z] #28 21.77 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-11T18:03:30.348Z] #28 21.78 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-11T18:03:30.348Z] #28 21.80 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-11T18:03:30.348Z] #28 21.81 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-11T18:03:30.348Z] #28 21.83 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-11T18:03:30.348Z] #28 21.84 Setting up uidmap (1:4.8.1-1) ... [2022-03-11T18:03:30.348Z] #28 21.85 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-11T18:03:30.348Z] #28 21.86 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-11T18:03:30.348Z] #28 21.87 Setting up python3-wheel (0.34.2-1) ... [2022-03-11T18:03:30.348Z] #28 22.00 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:03:30.607Z] #28 22.01 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-11T18:03:30.607Z] #28 22.03 Setting up libcap2-bin (1:2.44-1) ... [2022-03-11T18:03:30.607Z] #28 22.04 Setting up apparmor (2.13.6-10) ... [2022-03-11T18:03:31.540Z] #28 22.94 Setting up zip (3.0-12) ... [2022-03-11T18:03:31.540Z] #28 22.97 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:03:31.540Z] #28 23.03 Setting up bash-completion (1:2.11-2) ... [2022-03-11T18:03:31.724Z] ok github.com/docker/docker/pkg/archive 0.282s coverage: 82.3% of statements [2022-03-11T18:03:32.106Z] #28 23.56 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-11T18:03:32.106Z] #28 23.57 Setting up sudo (1.9.5p2-3) ... [2022-03-11T18:03:32.106Z] #28 23.63 invoke-rc.d: could not determine current runlevel [2022-03-11T18:03:32.106Z] #28 23.63 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-11T18:03:32.106Z] #28 23.63 Setting up xfsprogs (5.10.0-4) ... [2022-03-11T18:03:32.106Z] #28 23.65 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-11T18:03:32.106Z] #28 23.67 Setting up inetutils-ping (2:2.0-1) ... [2022-03-11T18:03:32.106Z] #28 23.69 Setting up pigz (2.6-1) ... [2022-03-11T18:03:32.106Z] #28 23.72 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-11T18:03:32.106Z] #28 23.74 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-11T18:03:32.364Z] #28 23.77 Setting up python-pip-whl (20.3.4-4) ... [2022-03-11T18:03:32.364Z] #28 23.79 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:03:32.364Z] #28 23.94 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-11T18:03:32.364Z] #28 23.95 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-11T18:03:32.402Z] Removing intermediate container 24f686a14780 [2022-03-11T18:03:32.402Z] ---> dba39047b5c1 [2022-03-11T18:03:32.402Z] 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 [2022-03-11T18:03:32.402Z] ---> Running in 96336d76dfac [2022-03-11T18:03:32.402Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-11T18:03:32.402Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-11T18:03:32.402Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-11T18:03:32.402Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-11T18:03:32.402Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-11T18:03:32.402Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-11T18:03:32.402Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-11T18:03:32.402Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-11T18:03:32.402Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-11T18:03:32.402Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-11T18:03:32.402Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-11T18:03:32.402Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-11T18:03:32.402Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-11T18:03:32.402Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-11T18:03:32.402Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-11T18:03:32.402Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-11T18:03:32.622Z] #28 24.05 Setting up libelf1:amd64 (0.183-1) ... [2022-03-11T18:03:32.622Z] #28 24.06 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-11T18:03:32.622Z] #28 24.08 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-11T18:03:32.622Z] #28 24.09 Setting up python3-distutils (3.9.2-1) ... [2022-03-11T18:03:32.622Z] #28 24.21 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-11T18:03:32.622Z] #28 24.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-11T18:03:32.622Z] #28 24.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-11T18:03:32.622Z] #28 24.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-11T18:03:32.622Z] #28 24.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-11T18:03:32.622Z] #28 24.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-11T18:03:32.622Z] #28 24.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-11T18:03:32.622Z] #28 24.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-11T18:03:32.622Z] #28 24.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-11T18:03:32.622Z] #28 24.29 Setting up python3-setuptools (52.0.0-4) ... [2022-03-11T18:03:32.658Z] ok github.com/docker/docker/pkg/authorization 0.536s coverage: 68.3% of statements [2022-03-11T18:03:32.658Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2022-03-11T18:03:32.658Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-11T18:03:33.187Z] #28 24.58 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-11T18:03:33.187Z] #28 24.59 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-11T18:03:33.187Z] #28 24.61 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-11T18:03:33.187Z] #28 24.63 Setting up python3-pip (20.3.4-4) ... [2022-03-11T18:03:33.187Z] #28 24.86 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-11T18:03:33.445Z] #28 24.87 Setting up jq (1.6-2.1) ... [2022-03-11T18:03:33.445Z] #28 24.89 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-11T18:03:33.445Z] #28 24.90 Setting up iptables (1.8.7-1) ... [2022-03-11T18:03:33.445Z] #28 24.91 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-11T18:03:33.445Z] #28 24.92 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-11T18:03:33.445Z] #28 24.92 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-11T18:03:33.445Z] #28 24.92 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-11T18:03:33.445Z] #28 24.93 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-11T18:03:33.445Z] #28 24.93 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-11T18:03:33.445Z] #28 24.94 Setting up iproute2 (5.10.0-4) ... [2022-03-11T18:03:33.703Z] #28 25.08 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-11T18:03:33.961Z] #28 DONE 25.5s [2022-03-11T18:03:33.961Z] [2022-03-11T18:03:33.961Z] #29 [dev-systemd-false 8/24] 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 [2022-03-11T18:03:33.961Z] #29 sha256:794e2ac80c419903b645c774457fa107aa2162387b6113b98c83e52653cf009e [2022-03-11T18:03:34.219Z] #29 0.366 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-11T18:03:34.219Z] #29 0.375 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-11T18:03:34.219Z] #29 0.383 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-11T18:03:34.219Z] #29 DONE 0.4s [2022-03-11T18:03:34.476Z] [2022-03-11T18:03:34.476Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-11T18:03:34.476Z] #30 sha256:43f2de394cf5ff2009356a6f1eb2c6da94e2e71bace4303f63c2f369b35b4b1c [2022-03-11T18:03:35.937Z] ok github.com/docker/docker/pkg/chrootarchive 2.515s coverage: 43.5% of statements [2022-03-11T18:03:36.195Z] ok github.com/docker/docker/pkg/containerfs 0.015s coverage: 6.7% of statements [2022-03-11T18:03:36.453Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-03-11T18:03:36.453Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-03-11T18:03:37.018Z] ok github.com/docker/docker/layer 7.793s coverage: 69.0% of statements [2022-03-11T18:03:37.018Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-11T18:03:37.018Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-11T18:03:37.018Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-11T18:03:37.018Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-11T18:03:37.018Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-11T18:03:37.018Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-11T18:03:37.276Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-11T18:03:37.534Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 87.2% of statements [2022-03-11T18:03:37.792Z] ok github.com/docker/docker/pkg/fsutils 0.165s coverage: 85.1% of statements [2022-03-11T18:03:37.792Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-03-11T18:03:38.726Z] ok github.com/docker/docker/pkg/idtools 0.332s coverage: 69.5% of statements [2022-03-11T18:03:38.726Z] ok github.com/docker/docker/pkg/ioutils 0.362s coverage: 71.0% of statements [2022-03-11T18:03:38.984Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-03-11T18:03:38.984Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2022-03-11T18:03:38.984Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-11T18:03:39.242Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2022-03-11T18:03:39.242Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-03-11T18:03:39.500Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-03-11T18:03:39.500Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2022-03-11T18:03:39.757Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-03-11T18:03:39.757Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-11T18:03:39.757Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-11T18:03:40.323Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.012s coverage: 56.8% of statements [2022-03-11T18:03:40.581Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-11T18:03:40.840Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-03-11T18:03:41.034Z] #30 5.460 Collecting yamllint==1.26.1 [2022-03-11T18:03:41.034Z] #30 6.496 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-11T18:03:41.034Z] #30 6.753 Collecting pathspec>=0.5.3 [2022-03-11T18:03:41.097Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-11T18:03:41.292Z] #30 6.756 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-11T18:03:41.292Z] #30 6.843 Collecting pyyaml [2022-03-11T18:03:41.292Z] #30 6.849 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-11T18:03:41.292Z] #30 6.867 Building wheels for collected packages: yamllint [2022-03-11T18:03:41.292Z] #30 6.868 Building wheel for yamllint (setup.py): started [2022-03-11T18:03:41.549Z] #30 7.083 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-11T18:03:41.549Z] #30 7.084 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=979a10304f3ea8bd048bbfa9e765f5dbf1594bc034da6e75163b8013ae01bc71 [2022-03-11T18:03:41.549Z] #30 7.084 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-11T18:03:41.549Z] #30 7.086 Successfully built yamllint [2022-03-11T18:03:41.549Z] #30 7.092 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-11T18:03:41.549Z] #30 7.199 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-11T18:03:41.808Z] #30 DONE 7.3s [2022-03-11T18:03:41.808Z] [2022-03-11T18:03:41.808Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-11T18:03:41.808Z] #34 sha256:f4eaf02abc4ad121d997d9d9be44e0c0ddec01575243000e36349c8cdd6ad47c [2022-03-11T18:03:41.808Z] #34 DONE 0.1s [2022-03-11T18:03:41.808Z] [2022-03-11T18:03:41.808Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-11T18:03:41.808Z] #39 sha256:3232a1d8f6ad05f8aded21d4d58296f96727374fc6b7c26fa24d7b21c1b280c5 [2022-03-11T18:03:41.808Z] #39 DONE 0.1s [2022-03-11T18:03:42.066Z] [2022-03-11T18:03:42.066Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-11T18:03:42.066Z] #42 sha256:436184004f2ffb37803f24cbbf61512123b95cbc3a3edc4f793f5d99bd0d84e5 [2022-03-11T18:03:42.066Z] #42 DONE 0.1s [2022-03-11T18:03:42.066Z] [2022-03-11T18:03:42.066Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-11T18:03:42.066Z] #44 sha256:40105485eafc72a9253ac08ced263d9d7417cf8e583d29187b60ee7f461f3924 [2022-03-11T18:03:42.066Z] #44 DONE 0.0s [2022-03-11T18:03:42.066Z] [2022-03-11T18:03:42.066Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-11T18:03:42.066Z] #48 sha256:2e5856e2d0d198f70906f943e65c029ff04eecac3d855e7ef20fd04dcf6d0026 [2022-03-11T18:03:42.066Z] #48 DONE 0.0s [2022-03-11T18:03:42.066Z] [2022-03-11T18:03:42.066Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-11T18:03:42.066Z] #51 sha256:73af52082ad8fc2663c4cdb29b84b80f445a32bcd2b399120c910e3bcf9bbdfe [2022-03-11T18:03:42.325Z] #51 DONE 0.1s [2022-03-11T18:03:42.325Z] [2022-03-11T18:03:42.325Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-11T18:03:42.325Z] #55 sha256:a65e47eec038595fd9b4f629f040d19f9de6b8a62227897dc45e492b4816eee7 [2022-03-11T18:03:42.325Z] #55 DONE 0.0s [2022-03-11T18:03:42.325Z] [2022-03-11T18:03:42.325Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-11T18:03:42.325Z] #57 sha256:4cd756bd5abda7cc1abdd9994017c3ca8bd0b63a17160ce19249572671766fbd [2022-03-11T18:03:42.325Z] #57 DONE 0.1s [2022-03-11T18:03:42.325Z] [2022-03-11T18:03:42.325Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-11T18:03:42.325Z] #59 sha256:c931f5c4bd142d10f112f16b89ffd02912f6b995ebacac37986f04f3ad09d413 [2022-03-11T18:03:42.325Z] #59 DONE 0.1s [2022-03-11T18:03:42.469Z] ok github.com/docker/docker/pkg/pubsub 1.042s coverage: 75.0% of statements [2022-03-11T18:03:42.469Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-11T18:03:42.584Z] [2022-03-11T18:03:42.584Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-11T18:03:42.584Z] #61 sha256:264608685bc977d6d5418defda83be3fd3004599328f70572a3641257e5f323d [2022-03-11T18:03:42.584Z] #61 DONE 0.1s [2022-03-11T18:03:42.584Z] [2022-03-11T18:03:42.584Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-11T18:03:42.584Z] #64 sha256:1d65d841672431c9b818dc0bde59b778e6db9dc74a494f4133434ad8c7002172 [2022-03-11T18:03:42.584Z] #64 DONE 0.1s [2022-03-11T18:03:42.584Z] [2022-03-11T18:03:42.584Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-11T18:03:42.584Z] #68 sha256:f44c54a3cdb5e01bcfd1ea2ac998fb2d87ad3fa531e1176fca242bfbaccec0dc [2022-03-11T18:03:42.727Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-11T18:03:42.727Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-03-11T18:03:42.842Z] #68 DONE 0.2s [2022-03-11T18:03:42.842Z] [2022-03-11T18:03:42.842Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-11T18:03:42.842Z] #73 sha256:1499a5564f3980184df1b69e7fe74eff6df8d05c6bd949cb7b2c4dcfbf2e249f [2022-03-11T18:03:42.842Z] #73 DONE 0.1s [2022-03-11T18:03:42.985Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-03-11T18:03:43.099Z] [2022-03-11T18:03:43.100Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-11T18:03:43.100Z] #78 sha256:26708f995e1a788006f5b55d7bebf3a59ffe4b416112dae7512e654daed11625 [2022-03-11T18:03:43.100Z] #78 DONE 0.2s [2022-03-11T18:03:43.100Z] [2022-03-11T18:03:43.100Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-11T18:03:43.100Z] #79 sha256:185e17e35d2eb00a59aa4ba7651db1bd5a552f2f8971ae5dbf1a266b419b5c1e [2022-03-11T18:03:43.100Z] #79 DONE 0.0s [2022-03-11T18:03:43.100Z] [2022-03-11T18:03:43.100Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-11T18:03:43.100Z] #80 sha256:9140d1b8afdd66ef43afd38826c44c49f459c501660c9a14c9f3dcfbace76802 [2022-03-11T18:03:43.243Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-11T18:03:43.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-11T18:03:43.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-11T18:03:43.809Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.3% of statements [2022-03-11T18:03:44.033Z] #80 DONE 0.8s [2022-03-11T18:03:44.033Z] [2022-03-11T18:03:44.033Z] #81 exporting to image [2022-03-11T18:03:44.033Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-11T18:03:44.033Z] #81 exporting layers [2022-03-11T18:03:44.066Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-11T18:03:44.324Z] ok github.com/docker/docker/pkg/tailfile 0.074s coverage: 88.6% of statements [2022-03-11T18:03:44.889Z] ok github.com/docker/docker/pkg/tarsum 0.050s coverage: 89.3% of statements [2022-03-11T18:03:45.148Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-11T18:03:45.294Z] Fetching without tags [2022-03-11T18:03:45.406Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-03-11T18:03:45.406Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-03-11T18:03:46.126Z] Merging remotes/origin/master commit a583434ebc5fb98bab6f693475e89e4d3a6703be into PR head commit 06abe8dd2d6f783df28849148a1143598b67e78f [2022-03-11T18:03:44.931Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T18:03:45.005Z] > git config --add remote.origin.fetch +refs/pull/42942/head:refs/remotes/origin/PR-42942 # timeout=10 [2022-03-11T18:03:45.067Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T18:03:45.198Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T18:03:45.332Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T18:03:45.332Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T18:03:45.334Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T18:03:47.304Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-03-11T18:03:47.563Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-03-11T18:03:48.129Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 86.0% of statements [2022-03-11T18:03:49.503Z] ok github.com/docker/docker/quota 0.184s coverage: 71.4% of statements [2022-03-11T18:03:49.503Z] ok github.com/docker/docker/reference 0.007s coverage: 83.7% of statements [2022-03-11T18:03:46.240Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T18:03:46.292Z] > git checkout -f 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [2022-03-11T18:03:50.226Z] Removing intermediate container 96336d76dfac [2022-03-11T18:03:50.226Z] ---> 77b800999ab6 [2022-03-11T18:03:50.226Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-11T18:03:50.226Z] ---> Running in 30c7509d274b [2022-03-11T18:03:50.226Z] Removing intermediate container 30c7509d274b [2022-03-11T18:03:50.226Z] ---> ff02437ceab7 [2022-03-11T18:03:50.226Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-11T18:03:50.226Z] ---> Running in fcc3d3d4d413 [2022-03-11T18:03:50.226Z] Removing intermediate container fcc3d3d4d413 [2022-03-11T18:03:50.226Z] ---> a579f69d8e46 [2022-03-11T18:03:50.226Z] Step 11/11 : COPY . . [2022-03-11T18:03:50.877Z] ok github.com/docker/docker/registry 0.097s coverage: 58.3% of statements [2022-03-11T18:03:51.443Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-11T18:03:51.594Z] Merge succeeded, producing cf40d31f35c9f11358940f6ad29d0e7358eb2e62 [2022-03-11T18:03:51.594Z] Checking out Revision cf40d31f35c9f11358940f6ad29d0e7358eb2e62 (PR-42942) [2022-03-11T18:03:51.701Z] ok github.com/docker/docker/restartmanager 0.004s coverage: 45.3% of statements [2022-03-11T18:03:52.267Z] ok github.com/docker/docker/runconfig 0.009s coverage: 65.7% of statements [2022-03-11T18:03:52.524Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-11T18:03:53.111Z] Running on azwin-2-43e6b0 in d:\jenkins\workspace\moby_PR-42942 [Pipeline] { [Pipeline] ws [2022-03-11T18:03:53.131Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-11T18:03:49.671Z] > git remote # timeout=10 [2022-03-11T18:03:49.776Z] > git config --get remote.origin.url # timeout=10 [2022-03-11T18:03:49.834Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T18:03:49.836Z] > git merge a583434ebc5fb98bab6f693475e89e4d3a6703be # timeout=10 [2022-03-11T18:03:51.499Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-11T18:03:51.632Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T18:03:51.711Z] > git checkout -f cf40d31f35c9f11358940f6ad29d0e7358eb2e62 # timeout=10 [2022-03-11T18:03:54.436Z] The recommended git tool is: git [2022-03-11T18:03:55.055Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-11T18:03:55.990Z] ok github.com/docker/docker/volume/local 0.097s coverage: 76.4% of statements [2022-03-11T18:03:56.557Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-03-11T18:03:57.930Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2022-03-11T18:03:58.129Z] #51 ... [2022-03-11T18:03:58.129Z] [2022-03-11T18:03:58.129Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:03:58.129Z] #56 sha256:93314d935c283f0fa3b0c84380cd218992a933161f18c97d336a3c3eda518ee6 [2022-03-11T18:03:58.129Z] #56 127.0 + mkdir -p /build [2022-03-11T18:03:58.129Z] #56 127.0 + cp runc /build/runc [2022-03-11T18:03:58.129Z] #56 DONE 128.9s [2022-03-11T18:03:58.129Z] [2022-03-11T18:03:58.129Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:03:58.129Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:04:00.656Z] #51 232.1 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-11T18:04:00.656Z] #51 DONE 232.6s [2022-03-11T18:04:00.656Z] [2022-03-11T18:04:00.656Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:04:00.656Z] #60 sha256:4c7adf861a70e9369c7109416bfa3ddff7692ba530cc3d57f0b2406c85d3a584 [2022-03-11T18:04:00.656Z] #60 200.5 + bin/containerd [2022-03-11T18:04:02.104Z] #81 exporting layers 15.6s done [2022-03-11T18:04:02.104Z] #81 writing image sha256:7d8150d08f18cc287cec053a50461959fcee0e34b012661c77391ae87bcf2970 done [2022-03-11T18:04:02.104Z] #81 naming to docker.io/library/docker:8814a29f7d9e4237d877d3bf767f2096899d9efa done [2022-03-11T18:04:02.104Z] #81 DONE 15.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-03-11T18:04:02.434Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42942/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42942/.git:/go/src/github.com/docker/docker/.git --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8814a29f7d9e4237d877d3bf767f2096899d9efa -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8814a29f7d9e4237d877d3bf767f2096899d9efa hack/validate/default [2022-03-11T18:04:02.552Z] #60 ... [2022-03-11T18:04:02.552Z] [2022-03-11T18:04:02.552Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-11T18:04:02.552Z] #52 sha256:97f5fa17e42390f63b8f5ae684e5c7b2937377d614b259cf006086c9f7075d67 [2022-03-11T18:04:02.552Z] #52 DONE 0.6s [2022-03-11T18:04:02.552Z] [2022-03-11T18:04:02.552Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-11T18:04:02.552Z] #54 sha256:18b05ca0013fd826b73a27de5bd84437ec1a248133a7126e6b64477b74ec42e7 [2022-03-11T18:04:02.552Z] #54 DONE 0.1s [2022-03-11T18:04:02.552Z] [2022-03-11T18:04:02.552Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-11T18:04:02.552Z] #57 sha256:8d2be877327c37105f33260f541d274b0b4fcccc0118fddf3f821f9a9ffcc8a5 [2022-03-11T18:04:02.809Z] #57 DONE 0.3s [2022-03-11T18:04:02.809Z] [2022-03-11T18:04:02.809Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:04:02.809Z] #60 sha256:4c7adf861a70e9369c7109416bfa3ddff7692ba530cc3d57f0b2406c85d3a584 [2022-03-11T18:04:03.469Z] Commit message: "Merge commit 'a583434ebc5fb98bab6f693475e89e4d3a6703be' into HEAD" [2022-03-11T18:04:03.508Z] > git rev-list --no-walk 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [2022-03-11T18:04:04.336Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-03-11T18:04:04.336Z] No api/types/ or api/swagger.yaml changes in diff. [2022-03-11T18:04:04.336Z] Congratulations! All TOML source files changed here have valid syntax. [2022-03-11T18:04:04.336Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-03-11T18:04:04.336Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-03-11T18:04:04.336Z] Congratulations! No new tests were added to integration-cli. [2022-03-11T18:04:04.336Z] [2022-03-11T18:04:04.336Z] INFO Start validation with golang-ci-lint [2022-03-11T18:04:04.337Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-03-11T18:04:04.337Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-03-11T18:04:04.337Z] INFO [loader] Using build tags: [apparmor seccomp] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-11T18:04:07.460Z] + docker version [2022-03-11T18:04:07.888Z] #51 ... [2022-03-11T18:04:07.888Z] [2022-03-11T18:04:07.888Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-11T18:04:07.888Z] #56 sha256:95788f609cc4e28caf0fcde249e971a42c8888db53449c527ba6a7314f914b32 [2022-03-11T18:04:07.888Z] #56 133.8 + mkdir -p /build [2022-03-11T18:04:07.888Z] #56 133.8 + cp runc /build/runc [2022-03-11T18:04:07.888Z] #56 DONE 135.3s [2022-03-11T18:04:07.888Z] [2022-03-11T18:04:07.888Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-11T18:04:07.888Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-11T18:04:10.257Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-11T18:04:11.187Z] #51 242.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-11T18:04:11.187Z] #51 DONE 242.7s [2022-03-11T18:04:11.187Z] [2022-03-11T18:04:11.187Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:04:11.187Z] #60 sha256:888757502c5c4932de33b3a1283f2614534c90a5464aebd4623d1cfb3abb02fd [2022-03-11T18:04:11.446Z] #60 211.2 + bin/containerd [2022-03-11T18:04:12.825Z] #60 ... [2022-03-11T18:04:12.825Z] [2022-03-11T18:04:12.825Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-11T18:04:12.825Z] #52 sha256:4e5ff3485a1112e40ff80bb19a2c8e42590e55ff5b8e2a8277d0a3817c2625bf [2022-03-11T18:04:12.825Z] #52 DONE 0.5s [2022-03-11T18:04:12.825Z] [2022-03-11T18:04:12.825Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-11T18:04:12.825Z] #54 sha256:494b5cc5b95164b4ac52c3723474d52d033f134ba72d9dfb6cbca9ae06306543 [2022-03-11T18:04:12.825Z] #54 DONE 0.1s [2022-03-11T18:04:12.825Z] [2022-03-11T18:04:12.825Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-11T18:04:12.825Z] #57 sha256:a0c3990a42e764f1767b31baad2f372190ff78925f1dd5651050c713927b0ea5 [2022-03-11T18:04:12.825Z] #57 DONE 0.2s [2022-03-11T18:04:12.825Z] [2022-03-11T18:04:12.825Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-11T18:04:12.825Z] #60 sha256:888757502c5c4932de33b3a1283f2614534c90a5464aebd4623d1cfb3abb02fd [2022-03-11T18:04:14.537Z] Client: [2022-03-11T18:04:14.537Z] Version: 20.10.9 [2022-03-11T18:04:14.537Z] API version: 1.41 [2022-03-11T18:04:14.537Z] Go version: go1.16.8 [2022-03-11T18:04:14.537Z] Git commit: c2ea9bc [2022-03-11T18:04:14.537Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-11T18:04:14.537Z] OS/Arch: windows/amd64 [2022-03-11T18:04:14.537Z] Context: default [2022-03-11T18:04:14.537Z] Experimental: true [2022-03-11T18:04:14.537Z] [2022-03-11T18:04:14.537Z] Server: Docker Engine - Community [2022-03-11T18:04:14.537Z] Engine: [2022-03-11T18:04:14.537Z] Version: 20.10.9 [2022-03-11T18:04:14.537Z] API version: 1.41 (minimum version 1.24) [2022-03-11T18:04:14.537Z] Go version: go1.16.8 [2022-03-11T18:04:14.537Z] Git commit: 79ea9d3 [2022-03-11T18:04:14.537Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-11T18:04:14.537Z] OS/Arch: windows/amd64 [2022-03-11T18:04:14.537Z] Experimental: true [Pipeline] sh [2022-03-11T18:04:15.999Z] ok github.com/docker/docker/pkg/plugins 33.638s coverage: 76.3% of statements [2022-03-11T18:04:15.999Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-11T18:04:15.999Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/rootless [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/volume [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-11T18:04:16.000Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === Skipped [2022-03-11T18:04:16.000Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-11T18:04:16.000Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-11T18:04:16.000Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-11T18:04:16.000Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-11T18:04:16.000Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-03-11T18:04:16.000Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-11T18:04:16.000Z] aufs_test.go:37: driver not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-11T18:04:16.000Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:04:16.000Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-11T18:04:16.000Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:04:16.000Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-11T18:04:16.000Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:04:16.000Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-11T18:04:16.000Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:04:16.000Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-11T18:04:16.000Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:04:16.000Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-11T18:04:16.000Z] graphtest_unix.go:71: No driver to put! [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-11T18:04:16.000Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-11T18:04:16.000Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-11T18:04:16.000Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-11T18:04:16.000Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-11T18:04:16.000Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-11T18:04:16.000Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-11T18:04:16.000Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-11T18:04:16.000Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-11T18:04:16.000Z] time="2022-03-11T18:03:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-11T18:04:16.000Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-11T18:04:16.000Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-11T18:04:16.000Z] graphtest_unix.go:71: No driver to put! [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-11T18:04:16.000Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-11T18:04:16.000Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-11T18:04:16.000Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-11T18:04:16.000Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-11T18:04:16.000Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:04:16.000Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-11T18:04:16.000Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:04:16.000Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-11T18:04:16.000Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:04:16.000Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-11T18:04:16.000Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:04:16.000Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-11T18:04:16.000Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:04:16.000Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-11T18:04:16.000Z] graphtest_unix.go:71: No driver to put! [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-11T18:04:16.000Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-11T18:04:16.000Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-11T18:04:16.000Z] [2022-03-11T18:04:16.000Z] DONE 2323 tests, 53 skipped in 208.179s [2022-03-11T18:04:16.000Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/bitseq [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/cluster [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/config [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/datastore [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/driverapi [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/etchosts [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/idm [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/ipam [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/iptables [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/netlabel [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/netutils [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/networkdb [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/ns [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/options [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/osl [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/portallocator [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/portmapper [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/testutils [2022-03-11T18:04:16.000Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-11T18:04:16.001Z] + 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/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 [2022-03-11T18:04:16.069Z] + docker info [2022-03-11T18:04:16.069Z] Client: [2022-03-11T18:04:16.069Z] Context: default [2022-03-11T18:04:16.069Z] Debug Mode: false [2022-03-11T18:04:16.069Z] [2022-03-11T18:04:16.069Z] Server: [2022-03-11T18:04:16.069Z] Containers: 0 [2022-03-11T18:04:16.069Z] Running: 0 [2022-03-11T18:04:16.069Z] Paused: 0 [2022-03-11T18:04:16.069Z] Stopped: 0 [2022-03-11T18:04:16.069Z] Images: 0 [2022-03-11T18:04:16.069Z] Server Version: 20.10.9 [2022-03-11T18:04:16.069Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-11T18:04:16.069Z] Windows: [2022-03-11T18:04:16.069Z] LCOW: [2022-03-11T18:04:16.069Z] Logging Driver: json-file [2022-03-11T18:04:16.069Z] Plugins: [2022-03-11T18:04:16.069Z] Volume: local [2022-03-11T18:04:16.069Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-11T18:04:16.069Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-11T18:04:16.069Z] Swarm: inactive [2022-03-11T18:04:16.069Z] Default Isolation: process [2022-03-11T18:04:16.069Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-11T18:04:16.069Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-11T18:04:16.069Z] OSType: windows [2022-03-11T18:04:16.069Z] Architecture: x86_64 [2022-03-11T18:04:16.069Z] CPUs: 4 [2022-03-11T18:04:16.069Z] Total Memory: 32GiB [2022-03-11T18:04:16.069Z] Name: azwin-2-63fea0 [2022-03-11T18:04:16.069Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-11T18:04:16.069Z] Docker Root Dir: D:\docker [2022-03-11T18:04:16.069Z] Debug Mode: false [2022-03-11T18:04:16.069Z] Registry: https://index.docker.io/v1/ [2022-03-11T18:04:16.069Z] Labels: [2022-03-11T18:04:16.069Z] Experimental: true [2022-03-11T18:04:16.069Z] Insecure Registries: [2022-03-11T18:04:16.069Z] 10.0.0.4:5000 [2022-03-11T18:04:16.069Z] 127.0.0.0/8 [2022-03-11T18:04:16.069Z] Registry Mirrors: [2022-03-11T18:04:16.069Z] http://10.0.0.4:5000/ [2022-03-11T18:04:16.069Z] Live Restore Enabled: false [2022-03-11T18:04:16.069Z] Product License: Community Engine [2022-03-11T18:04:16.069Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-11T18:04:16.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-11T18:04:19.472Z] using credential docker-jenkins-github-credentials [2022-03-11T18:04:19.549Z] Cloning the remote Git repository [2022-03-11T18:04:19.549Z] Cloning with configured refspecs honoured and without tags [2022-03-11T18:04:20.339Z] ---> 5344c6f62f42 [2022-03-11T18:04:20.339Z] Successfully built 5344c6f62f42 [2022-03-11T18:04:20.339Z] Successfully tagged docker:latest [2022-03-11T18:04:20.339Z] INFO: Image build ended at 03/11/2022 18:04:17. Duration:00:04:44.6964114 [2022-03-11T18:04:20.339Z] [2022-03-11T18:04:20.339Z] [2022-03-11T18:04:20.339Z] INFO: Building the test binaries at 03/11/2022 18:04:17... [2022-03-11T18:04:19.739Z] Cloning repository https://github.com/moby/moby.git [2022-03-11T18:04:20.144Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-11T18:04:21.902Z] INFO: make.ps1 starting at 03/11/2022 18:04:21 [2022-03-11T18:04:21.902Z] INFO: Git commit (77ae4e4e03) assumed from DOCKER_GITCOMMIT environment variable [2022-03-11T18:04:21.902Z] INFO: Invoking autogen... [2022-03-11T18:04:22.369Z] INFO: Building daemon... [2022-03-11T18:04:21.229Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T18:04:21.229Z] > git --version # timeout=10 [2022-03-11T18:04:21.278Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-11T18:04:21.279Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T18:04:21.292Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T18:04:26.817Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-11T18:04:27.077Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-11T18:04:28.015Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-11T18:04:28.955Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-11T18:04:28.955Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-11T18:04:29.890Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-11T18:04:32.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-11T18:04:33.801Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-11T18:04:34.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-11T18:04:35.000Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-11T18:04:36.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-11T18:04:36.948Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-11T18:04:37.949Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-11T18:04:37.949Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-11839f55\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-11T18:04:37.949Z] ---------------------------------------------------------------------------- [2022-03-11T18:04:37.949Z] [2022-03-11T18:04:37.949Z] INFO: executeCI.ps1 starting at Fri Mar 11 18:04:35 CUT 2022 [2022-03-11T18:04:37.949Z] [2022-03-11T18:04:37.949Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-11T18:04:37.949Z] INFO: Running git version 2.24.1.windows.2 [2022-03-11T18:04:37.949Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-11T18:04:37.949Z] INFO: Environment variables: [2022-03-11T18:04:37.949Z] [2022-03-11T18:04:37.949Z] Name Value [2022-03-11T18:04:37.949Z] ---- ----- [2022-03-11T18:04:37.949Z] ALLUSERSPROFILE C:\ProgramData [2022-03-11T18:04:37.949Z] amd64 true [2022-03-11T18:04:37.949Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-11T18:04:37.949Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-11T18:04:37.949Z] arm64 true [2022-03-11T18:04:37.949Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-11T18:04:37.949Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-11T18:04:37.949Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-11T18:04:37.949Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-11T18:04:37.949Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-11T18:04:37.949Z] BRANCH_NAME PR-42942 [2022-03-11T18:04:37.949Z] BUILD_DISPLAY_NAME #32 [2022-03-11T18:04:37.949Z] BUILD_ID 32 [2022-03-11T18:04:37.949Z] BUILD_NUMBER 32 [2022-03-11T18:04:37.949Z] BUILD_TAG jenkins-moby-PR-42942-32 [2022-03-11T18:04:37.949Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/32/ [2022-03-11T18:04:37.949Z] cgroup2 true [2022-03-11T18:04:37.949Z] CHANGE_AUTHOR thaJeztah [2022-03-11T18:04:37.949Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-11T18:04:37.949Z] CHANGE_BRANCH containerd_binary_1.6 [2022-03-11T18:04:37.949Z] CHANGE_FORK thaJeztah/docker [2022-03-11T18:04:37.949Z] CHANGE_ID 42942 [2022-03-11T18:04:37.949Z] CHANGE_TARGET master [2022-03-11T18:04:37.949Z] CHANGE_TITLE update containerd binary to v1.6.1 [2022-03-11T18:04:37.949Z] CHANGE_URL https://github.com/moby/moby/pull/42942 [2022-03-11T18:04:37.949Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-11T18:04:37.949Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-11T18:04:37.949Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-11T18:04:37.949Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-11T18:04:37.949Z] COMPUTERNAME azwin-2-63fea0 [2022-03-11T18:04:37.949Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-11T18:04:37.949Z] ConfigSequenceNumber 0 [2022-03-11T18:04:37.949Z] dco true [2022-03-11T18:04:37.949Z] DOCKER_BUILDKIT 0 [2022-03-11T18:04:37.949Z] DOCKER_DUT_DEBUG 1 [2022-03-11T18:04:37.949Z] DOCKER_EXPERIMENTAL 1 [2022-03-11T18:04:37.949Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-11T18:04:37.949Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-03-11T18:04:37.949Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-11T18:04:37.949Z] EXECUTOR_NUMBER 0 [2022-03-11T18:04:37.949Z] FQDN azwin-2-63fea0.westus.cloudapp.azure.com [2022-03-11T18:04:37.949Z] GIT_BRANCH PR-42942 [2022-03-11T18:04:37.949Z] GIT_COMMIT cf40d31f35c9f11358940f6ad29d0e7358eb2e62 [2022-03-11T18:04:37.949Z] GIT_PREVIOUS_COMMIT 06abe8dd2d6f783df28849148a1143598b67e78f [2022-03-11T18:04:37.949Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 80b3a23cc1ba6dee861974652b79347ac26ad397 [2022-03-11T18:04:37.949Z] GIT_URL https://github.com/moby/moby.git [2022-03-11T18:04:37.949Z] HUDSON_COOKIE fce40e65-2c5f-4960-9306-20af1dc5112c [2022-03-11T18:04:37.949Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-11T18:04:37.949Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-11T18:04:37.949Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-11T18:04:37.949Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-11T18:04:37.949Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-11T18:04:37.950Z] JENKINS_NODE_COOKIE 0360c70a-4614-48ec-b192-a9337f3d19ca [2022-03-11T18:04:37.950Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-11T18:04:37.950Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-11T18:04:37.950Z] JOB_BASE_NAME PR-42942 [2022-03-11T18:04:37.950Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/display/redirect [2022-03-11T18:04:37.950Z] JOB_NAME moby/PR-42942 [2022-03-11T18:04:37.950Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/ [2022-03-11T18:04:37.950Z] library.jps.version master [2022-03-11T18:04:37.950Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-11T18:04:37.950Z] NODE_LABELS amd64 azure azwin-2-63fea0 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-11T18:04:37.950Z] NODE_NAME azwin-2-63fea0 [2022-03-11T18:04:37.950Z] NUMBER_OF_PROCESSORS 4 [2022-03-11T18:04:37.950Z] OS Windows_NT [2022-03-11T18:04:37.950Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-11T18:04:37.950Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-11T18:04:37.950Z] ppc64le false [2022-03-11T18:04:37.950Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-11T18:04:37.950Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-11T18:04:37.950Z] PROCESSOR_LEVEL 6 [2022-03-11T18:04:37.950Z] PROCESSOR_REVISION 4f01 [2022-03-11T18:04:37.950Z] ProgramData C:\ProgramData [2022-03-11T18:04:37.950Z] ProgramFiles C:\Program Files [2022-03-11T18:04:37.950Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-11T18:04:37.950Z] ProgramW6432 C:\Program Files [2022-03-11T18:04:37.950Z] PROMPT $P$G [2022-03-11T18:04:37.950Z] PSExecutionPolicyPreference Bypass [2022-03-11T18:04:37.950Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-11T18:04:37.950Z] PUBLIC C:\Users\Public [2022-03-11T18:04:37.950Z] rootless true [2022-03-11T18:04:37.950Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/32/display/redirect?page=arti... [2022-03-11T18:04:37.950Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/32/display/redirect?page=changes [2022-03-11T18:04:37.950Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/32/display/redirect [2022-03-11T18:04:37.950Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/32/display/redirect?page=tests [2022-03-11T18:04:37.950Z] s390x false [2022-03-11T18:04:37.950Z] SKIP_VALIDATION_TESTS 1 [2022-03-11T18:04:37.950Z] SOURCES_DRIVE d [2022-03-11T18:04:37.950Z] SOURCES_SUBDIR gopath [2022-03-11T18:04:37.950Z] STAGE_NAME Run tests [2022-03-11T18:04:37.950Z] SystemDrive C: [2022-03-11T18:04:37.950Z] SystemRoot C:\Windows [2022-03-11T18:04:37.950Z] TEMP C:\Windows\TEMP [2022-03-11T18:04:37.950Z] TESTDEBUG 0 [2022-03-11T18:04:37.950Z] TESTRUN_DRIVE d [2022-03-11T18:04:37.950Z] TESTRUN_SUBDIR CI [2022-03-11T18:04:37.950Z] TIMEOUT 120m [2022-03-11T18:04:37.950Z] TMP C:\Windows\TEMP [2022-03-11T18:04:37.950Z] unit_validate true [2022-03-11T18:04:37.950Z] USERDOMAIN WORKGROUP [2022-03-11T18:04:37.950Z] USERNAME azwin-2-63fea0$ [2022-03-11T18:04:37.950Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-11T18:04:37.950Z] validate_force false [2022-03-11T18:04:37.950Z] windir C:\Windows [2022-03-11T18:04:37.950Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-11T18:04:37.950Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-11T18:04:37.950Z] windows2022 true [2022-03-11T18:04:37.950Z] windows2022containerd true [2022-03-11T18:04:37.950Z] windowsRS5 true [2022-03-11T18:04:37.950Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-11T18:04:37.950Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-11T18:04:37.950Z] [2022-03-11T18:04:37.950Z] [2022-03-11T18:04:37.950Z] [2022-03-11T18:04:37.950Z] INFO: Sources under d:\gopath\... [2022-03-11T18:04:37.950Z] INFO: Test run under d:\CI\... [2022-03-11T18:04:37.950Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-11T18:04:37.950Z] INFO: docker/docker repository was found [2022-03-11T18:04:38.327Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-11T18:04:38.418Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-11T18:04:38.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-11T18:04:39.403Z] ltsc2022: Pulling from windows/servercore [2022-03-11T18:04:39.832Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-11T18:04:39.871Z] 8f616e6e9eec: Pulling fs layer [2022-03-11T18:04:39.871Z] 037d5740b404: Pulling fs layer [2022-03-11T18:04:40.769Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-11T18:04:40.769Z] Using test binary docker [2022-03-11T18:04:40.769Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-11T18:04:41.028Z] Starting apparmor (via systemctl): apparmor.service. [2022-03-11T18:04:41.028Z] Starting dockerd [2022-03-11T18:04:41.028Z] INFO: Waiting for daemon to start... [2022-03-11T18:04:42.439Z] Fetching without tags [2022-03-11T18:04:42.932Z] . [2022-03-11T18:04:42.933Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-11T18:04:42.933Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-11T18:04:42.933Z] Error: No such image: emptyfs [2022-03-11T18:04:43.176Z] Merging remotes/origin/master commit a583434ebc5fb98bab6f693475e89e4d3a6703be into PR head commit 06abe8dd2d6f783df28849148a1143598b67e78f [2022-03-11T18:04:43.192Z] Running integration-test (iteration 1) [2022-03-11T18:04:43.192Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-11T18:04:43.452Z] Loaded image: busybox:latest [2022-03-11T18:04:43.452Z] Loaded image: busybox:glibc [2022-03-11T18:04:42.101Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T18:04:42.165Z] > git config --add remote.origin.fetch +refs/pull/42942/head:refs/remotes/origin/PR-42942 # timeout=10 [2022-03-11T18:04:42.215Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T18:04:42.348Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-11T18:04:42.478Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-11T18:04:42.478Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T18:04:42.478Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42942/head:refs/remotes/origin/PR-42942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-11T18:04:43.290Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T18:04:43.342Z] > git checkout -f 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [2022-03-11T18:04:44.830Z] Loaded image: debian:bullseye-slim [2022-03-11T18:04:45.089Z] Loaded image: hello-world:latest [2022-03-11T18:04:45.089Z] Loaded image: arm32v7/hello-world:latest [2022-03-11T18:04:45.089Z] INFO: Testing against a local daemon [2022-03-11T18:04:45.089Z] === RUN TestCgroupNamespacesBuild [2022-03-11T18:04:46.466Z] --- PASS: TestCgroupNamespacesBuild (1.34s) [2022-03-11T18:04:46.466Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-11T18:04:47.844Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.30s) [2022-03-11T18:04:47.844Z] === RUN TestBuildWithSession [2022-03-11T18:04:47.844Z] build_session_test.go:25: TODO: BuildKit [2022-03-11T18:04:47.844Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-11T18:04:47.844Z] === RUN TestBuildSquashParent [2022-03-11T18:04:46.289Z] > git remote # timeout=10 [2022-03-11T18:04:46.366Z] > git config --get remote.origin.url # timeout=10 [2022-03-11T18:04:46.414Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-11T18:04:46.415Z] > git merge a583434ebc5fb98bab6f693475e89e4d3a6703be # timeout=10 [2022-03-11T18:04:48.352Z] Merge succeeded, producing 6fa0331d9524d012bcafe09b43ae19de921d4056 [2022-03-11T18:04:48.352Z] Checking out Revision 6fa0331d9524d012bcafe09b43ae19de921d4056 (PR-42942) [2022-03-11T18:04:49.451Z] #60 246.5 # github.com/containerd/containerd/cmd/containerd [2022-03-11T18:04:49.451Z] #60 246.5 /usr/bin/ld: /tmp/go-link-4194594184/000019.o: in function `New': [2022-03-11T18:04:49.451Z] #60 246.5 /tmp/tmp.cNAVg8CZYg/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 [2022-03-11T18:04:49.451Z] #60 246.6 + bin/containerd-stress [2022-03-11T18:04:49.451Z] #60 247.8 + bin/containerd-shim [2022-03-11T18:04:51.012Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|files|name|imports) took 40.839213722s [2022-03-11T18:04:51.012Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive. [2022-03-11T18:04:51.012Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 168.381565ms [2022-03-11T18:04:48.265Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-11T18:04:48.390Z] > git config core.sparsecheckout # timeout=10 [2022-03-11T18:04:48.460Z] > git checkout -f 6fa0331d9524d012bcafe09b43ae19de921d4056 # timeout=10 [2022-03-11T18:04:53.110Z] --- PASS: TestBuildSquashParent (4.77s) [2022-03-11T18:04:53.110Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-11T18:04:53.110Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:04:53.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:04:53.110Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:04:53.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:04:53.110Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:04:53.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:04:53.110Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:04:53.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:04:53.110Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:04:53.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:04:53.110Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:04:53.111Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:04:53.111Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:04:53.111Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:04:54.054Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:04:54.312Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:04:55.691Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:04:55.951Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:04:57.330Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-11T18:04:57.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.62s) [2022-03-11T18:04:57.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.87s) [2022-03-11T18:04:57.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.41s) [2022-03-11T18:04:57.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.45s) [2022-03-11T18:04:57.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.40s) [2022-03-11T18:04:57.330Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.58s) [2022-03-11T18:04:57.330Z] === RUN TestBuildMultiStageCopy [2022-03-11T18:04:57.330Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-11T18:04:59.233Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-11T18:04:59.233Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-11T18:04:59.233Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-11T18:04:59.409Z] #60 258.1 + bin/containerd-shim-runc-v1 [2022-03-11T18:04:59.492Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-11T18:04:59.516Z] #60 258.5 # github.com/containerd/containerd/cmd/containerd [2022-03-11T18:04:59.516Z] #60 258.5 /usr/bin/ld: /tmp/go-link-2449013896/000019.o: in function `New': [2022-03-11T18:04:59.516Z] #60 258.5 /tmp/tmp.5BOlL37ehQ/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 [2022-03-11T18:04:59.516Z] #60 258.6 + bin/containerd-stress [2022-03-11T18:04:59.752Z] --- PASS: TestBuildMultiStageCopy (2.37s) [2022-03-11T18:04:59.752Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.45s) [2022-03-11T18:04:59.752Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s) [2022-03-11T18:04:59.752Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-03-11T18:04:59.752Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s) [2022-03-11T18:04:59.752Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2022-03-11T18:04:59.752Z] === RUN TestBuildMultiStageParentConfig [2022-03-11T18:04:59.774Z] #60 259.8 + bin/containerd-shim [2022-03-11T18:04:59.781Z] Commit message: "Merge commit 'a583434ebc5fb98bab6f693475e89e4d3a6703be' into HEAD" [2022-03-11T18:05:00.321Z] --- PASS: TestBuildMultiStageParentConfig (0.65s) [2022-03-11T18:05:00.321Z] === RUN TestBuildLabelWithTargets [2022-03-11T18:04:59.819Z] > git rev-list --no-walk 06abe8dd2d6f783df28849148a1143598b67e78f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-11T18:05:01.123Z] 037d5740b404: Verifying Checksum [2022-03-11T18:05:01.123Z] 037d5740b404: Download complete [2022-03-11T18:05:01.697Z] --- PASS: TestBuildLabelWithTargets (1.03s) [2022-03-11T18:05:01.698Z] === RUN TestBuildWithEmptyLayers [2022-03-11T18:05:01.956Z] --- PASS: TestBuildWithEmptyLayers (0.48s) [2022-03-11T18:05:01.956Z] === RUN TestBuildMultiStageOnBuild [2022-03-11T18:05:02.698Z] ok github.com/docker/docker/libnetwork 37.086s coverage: 40.7% of statements [2022-03-11T18:05:02.698Z] ok github.com/docker/docker/libnetwork/bitseq 0.129s coverage: 84.4% of statements [2022-03-11T18:05:02.698Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-11T18:05:02.698Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-11T18:05:02.698Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-11T18:05:02.698Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-11T18:05:02.698Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-11T18:05:02.698Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-11T18:05:02.698Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-11T18:05:02.698Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-11T18:05:02.698Z] ok github.com/docker/docker/libnetwork/config 0.013s coverage: 19.7% of statements [2022-03-11T18:05:02.698Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-11T18:05:02.698Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-11T18:05:02.698Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-11T18:05:02.698Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-11T18:05:02.698Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.215s coverage: 59.9% of statements [2022-03-11T18:05:02.698Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-11T18:05:02.698Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-11T18:05:02.698Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.061s coverage: 4.0% of statements [2022-03-11T18:05:02.698Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-11T18:05:02.698Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-03-11T18:05:02.698Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-11T18:05:02.956Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-11T18:05:03.342Z] 8f616e6e9eec: Verifying Checksum [2022-03-11T18:05:03.342Z] 8f616e6e9eec: Download complete [2022-03-11T18:05:03.516Z] + docker version [2022-03-11T18:05:03.583Z] #60 263.9 + bin/containerd-shim-runc-v2 [2022-03-11T18:05:03.861Z] --- PASS: TestBuildMultiStageOnBuild (1.57s) [2022-03-11T18:05:03.861Z] === RUN TestBuildUncleanTarFilenames [2022-03-11T18:05:04.120Z] --- PASS: TestBuildUncleanTarFilenames (0.65s) [2022-03-11T18:05:04.120Z] === RUN TestBuildMultiStageLayerLeak [2022-03-11T18:05:04.512Z] #60 264.7 + binaries [2022-03-11T18:05:04.512Z] #60 264.7 + install -D bin/containerd /build/containerd [2022-03-11T18:05:04.512Z] #60 264.7 + install -D bin/containerd-shim /build/containerd-shim [2022-03-11T18:05:04.512Z] #60 264.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-11T18:05:04.512Z] #60 264.7 + install -D bin/ctr /build/ctr [2022-03-11T18:05:06.044Z] --- PASS: TestBuildMultiStageLayerLeak (1.75s) [2022-03-11T18:05:06.044Z] === RUN TestBuildWithHugeFile [2022-03-11T18:05:07.028Z] #60 DONE 266.9s [2022-03-11T18:05:07.591Z] [2022-03-11T18:05:07.591Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-11T18:05:07.591Z] #61 sha256:87079a438dfa3643d2d9c9eafa6f56fe8b5f7224056f031f389d67125e0b6b9a [2022-03-11T18:05:08.956Z] #61 DONE 0.9s [2022-03-11T18:05:08.956Z] [2022-03-11T18:05:08.956Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-11T18:05:08.956Z] #66 sha256:839ad9270d6815df62686ee72907ace125c160a9559a80eb473d891d02836a1b [2022-03-11T18:05:08.956Z] #66 DONE 0.2s [2022-03-11T18:05:08.956Z] [2022-03-11T18:05:08.957Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-11T18:05:08.957Z] #71 sha256:c8486821667168e4e77e591eb42484983db2647ca82788393230bce8aa7a8975 [2022-03-11T18:05:09.888Z] #71 DONE 0.9s [2022-03-11T18:05:09.888Z] [2022-03-11T18:05:09.888Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-11T18:05:09.888Z] #72 sha256:3bdd220c59ff5c3571dfdc0a2c369f18ea031203c900c4de91a1461cf4aa3523 [2022-03-11T18:05:09.888Z] #72 DONE 0.0s [2022-03-11T18:05:09.888Z] [2022-03-11T18:05:09.888Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-11T18:05:09.888Z] #73 sha256:fffebf84cdc4b8cf5890c7f36bc19e1343ea8cfa8307ca8634352ee9c3f32f77 [2022-03-11T18:05:10.818Z] #73 DONE 0.8s [2022-03-11T18:05:10.818Z] [2022-03-11T18:05:10.818Z] #74 exporting to image [2022-03-11T18:05:10.818Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-11T18:05:10.818Z] #74 exporting layers [2022-03-11T18:05:11.980Z] #60 270.7 + bin/containerd-shim-runc-v1 [2022-03-11T18:05:12.918Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.586s coverage: 7.4% of statements [2022-03-11T18:05:12.918Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-11T18:05:12.918Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-11T18:05:12.918Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-03-11T18:05:12.918Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-11T18:05:12.918Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-11T18:05:12.918Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-11T18:05:13.176Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2022-03-11T18:05:13.434Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-03-11T18:05:13.692Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-11T18:05:13.692Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-03-11T18:05:16.033Z] Client: [2022-03-11T18:05:16.033Z] Version: 20.10.9 [2022-03-11T18:05:16.033Z] API version: 1.41 [2022-03-11T18:05:16.033Z] Go version: go1.16.8 [2022-03-11T18:05:16.033Z] Git commit: c2ea9bc [2022-03-11T18:05:16.034Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-11T18:05:16.034Z] OS/Arch: windows/amd64 [2022-03-11T18:05:16.034Z] Context: default [2022-03-11T18:05:16.034Z] Experimental: true [2022-03-11T18:05:16.034Z] [2022-03-11T18:05:16.034Z] Server: Docker Engine - Community [2022-03-11T18:05:16.034Z] Engine: [2022-03-11T18:05:16.034Z] Version: 20.10.9 [2022-03-11T18:05:16.034Z] API version: 1.41 (minimum version 1.24) [2022-03-11T18:05:16.034Z] Go version: go1.16.8 [2022-03-11T18:05:16.034Z] Git commit: 79ea9d3 [2022-03-11T18:05:16.034Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-11T18:05:16.034Z] OS/Arch: windows/amd64 [2022-03-11T18:05:16.034Z] Experimental: true [Pipeline] sh [2022-03-11T18:05:17.249Z] #60 276.7 + bin/containerd-shim-runc-v2 [2022-03-11T18:05:17.363Z] #74 exporting layers 6.1s done [2022-03-11T18:05:17.363Z] #74 writing image sha256:a07fc52bc5630c6dd6380824482ffaa3b5a75784d9bc1c906e96450cb6f75dee done [2022-03-11T18:05:17.363Z] #74 naming to docker.io/library/docker:67ed909c60584bbbc48039465258c337ea29183b done [2022-03-11T18:05:17.363Z] #74 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-03-11T18:05:17.507Z] #60 277.5 + binaries [2022-03-11T18:05:17.507Z] #60 277.5 + install -D bin/containerd /build/containerd [2022-03-11T18:05:17.508Z] #60 277.5 + install -D bin/containerd-shim /build/containerd-shim [2022-03-11T18:05:17.508Z] #60 277.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-11T18:05:17.508Z] #60 277.5 + install -D bin/ctr /build/ctr [2022-03-11T18:05:17.563Z] INFO [linters context/goanalysis] analyzers took 6m28.988631163s with top 10 stages: buildir: 1m43.547013663s, goimports: 16.744217664s, gosec: 13.13539339s, unconvert: 11.221256027s, inspect: 8.161731817s, golint: 7.395960514s, directives: 7.263393979s, misspell: 6.637188478s, fact_deprecated: 6.512642807s, S1038: 5.291018985s [2022-03-11T18:05:17.563Z] INFO [runner] Issues before processing: 3051, after processing: 0 [2022-03-11T18:05:17.563Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2444/2444, filename_unadjuster: 2444/2444, path_prettifier: 2444/2444, exclude: 2056/2056, exclude-rules: 76/2056, cgo: 2444/3051, skip_dirs: 2444/2444, autogenerated_exclude: 2056/2444, identifier_marker: 2056/2056, nolint: 0/76 [2022-03-11T18:05:17.564Z] INFO [runner] processing took 80.045902ms with stages: nolint: 31.880251ms, identifier_marker: 20.692715ms, path_prettifier: 9.604666ms, autogenerated_exclude: 8.346029ms, exclude-rules: 7.339658ms, skip_dirs: 1.807028ms, cgo: 235.826µs, filename_unadjuster: 135.283µs, max_same_issues: 940ns, uniq_by_line: 629ns, source_code: 361ns, skip_files: 341ns, sort_results: 333ns, diff: 325ns, exclude: 324ns, max_from_linter: 299ns, severity-rules: 242ns, max_per_file_from_linter: 226ns, path_prefixer: 216ns, path_shortener: 210ns [2022-03-11T18:05:17.564Z] INFO [runner] linters took 27.876825673s with stages: goanalysis_metalinter: 27.796675929s [2022-03-11T18:05:17.564Z] INFO File cache stats: 1663 entries of total size 8.4MiB [2022-03-11T18:05:17.564Z] INFO Memory: 679 samples, avg is 387.3MB, max is 1319.7MB [2022-03-11T18:05:17.564Z] INFO Execution took 1m8.892018296s [2022-03-11T18:05:17.564Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-03-11T18:05:17.628Z] + docker info [2022-03-11T18:05:17.691Z] + trap exit INT TERM [2022-03-11T18:05:17.691Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-03-11T18:05:17.691Z] + CONTAINER_NAME=docker-pr32 [2022-03-11T18:05:17.691Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42942/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42942/.git:/go/src/github.com/docker/docker/.git --name docker-pr32-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=67ed909c60584bbbc48039465258c337ea29183b -e DOCKER_GRAPHDRIVER docker:67ed909c60584bbbc48039465258c337ea29183b hack/make.sh dynbinary [2022-03-11T18:05:17.891Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42942/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8814a29f7d9e4237d877d3bf767f2096899d9efa -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8814a29f7d9e4237d877d3bf767f2096899d9efa hack/make.sh dynbinary test-docker-py [2022-03-11T18:05:18.149Z] [2022-03-11T18:05:18.149Z] Removing bundles/ [2022-03-11T18:05:18.149Z] [2022-03-11T18:05:18.149Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-11T18:05:18.149Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-11T18:05:18.150Z] GOOS="" GOARCH="" GOARM="" [2022-03-11T18:05:19.058Z] [2022-03-11T18:05:19.058Z] Removing bundles/ [2022-03-11T18:05:19.058Z] [2022-03-11T18:05:19.058Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-11T18:05:19.058Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-11T18:05:19.058Z] GOOS="" GOARCH="" GOARM="" [2022-03-11T18:05:19.407Z] #60 DONE 279.4s [2022-03-11T18:05:20.344Z] [2022-03-11T18:05:20.344Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-11T18:05:20.344Z] #61 sha256:da32ee5d8a04c1f133513938bbfeee5c11e3778064a118ce8bd67e0d78acf094 [2022-03-11T18:05:21.276Z] #61 DONE 1.0s [2022-03-11T18:05:21.276Z] [2022-03-11T18:05:21.276Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-11T18:05:21.276Z] #66 sha256:c97b4e5530dbf9c73d2587ce88e991e8aca19dbbe2ebfb98992e330e07bbb072 [2022-03-11T18:05:21.535Z] #66 DONE 0.2s [2022-03-11T18:05:21.535Z] [2022-03-11T18:05:21.535Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-11T18:05:21.535Z] #71 sha256:01296bfc118160571cdbc45eb0a85747382b0a304489fe9442f5b25bbc9564ac [2022-03-11T18:05:22.102Z] #71 DONE 0.8s [2022-03-11T18:05:22.362Z] [2022-03-11T18:05:22.362Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-11T18:05:22.362Z] #72 sha256:fbd229303285943169caca031373ed3e2546b61d78ab95feec00d9bd47dd313e [2022-03-11T18:05:22.362Z] #72 DONE 0.0s [2022-03-11T18:05:22.362Z] [2022-03-11T18:05:22.362Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-11T18:05:22.362Z] #73 sha256:37d96dfc381c604036310a29de0e6295a1a850930ed92535c83c36ae655f015d [2022-03-11T18:05:22.929Z] #73 DONE 0.8s [2022-03-11T18:05:22.929Z] [2022-03-11T18:05:22.929Z] #74 exporting to image [2022-03-11T18:05:22.929Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-11T18:05:22.929Z] #74 exporting layers [2022-03-11T18:05:26.010Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.007s coverage: 100.0% of statements [2022-03-11T18:05:29.488Z] #74 exporting layers 5.9s done [2022-03-11T18:05:29.488Z] #74 writing image sha256:6112280ea541a3b2382857c11b850b970335906c514bc06ffc2528396b63b0f7 done [2022-03-11T18:05:29.488Z] #74 naming to docker.io/library/docker:67ed909c60584bbbc48039465258c337ea29183b done [2022-03-11T18:05:29.488Z] #74 DONE 5.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-11T18:05:29.830Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42942/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_GITCOMMIT=67ed909c60584bbbc48039465258c337ea29183b -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:67ed909c60584bbbc48039465258c337ea29183b hack/make.sh dynbinary test-integration [2022-03-11T18:05:30.765Z] [2022-03-11T18:05:30.765Z] Removing bundles/ [2022-03-11T18:05:30.765Z] [2022-03-11T18:05:30.765Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-11T18:05:30.765Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-11T18:05:30.765Z] GOOS="" GOARCH="" GOARM="" [2022-03-11T18:05:32.586Z] Client: [2022-03-11T18:05:32.586Z] Context: default [2022-03-11T18:05:32.586Z] Debug Mode: false [2022-03-11T18:05:32.586Z] Plugins: [2022-03-11T18:05:32.586Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-11T18:05:32.586Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-11T18:05:32.586Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-11T18:05:32.586Z] [2022-03-11T18:05:32.586Z] Server: [2022-03-11T18:05:32.586Z] Containers: 0 [2022-03-11T18:05:32.586Z] Running: 0 [2022-03-11T18:05:32.586Z] Paused: 0 [2022-03-11T18:05:32.586Z] Stopped: 0 [2022-03-11T18:05:32.586Z] Images: 0 [2022-03-11T18:05:32.586Z] Server Version: 20.10.9 [2022-03-11T18:05:32.586Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-11T18:05:32.586Z] Windows: [2022-03-11T18:05:32.586Z] LCOW: [2022-03-11T18:05:32.586Z] Logging Driver: json-file [2022-03-11T18:05:32.586Z] Plugins: [2022-03-11T18:05:32.586Z] Volume: local [2022-03-11T18:05:32.586Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-11T18:05:32.586Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-11T18:05:32.586Z] Swarm: inactive [2022-03-11T18:05:32.586Z] Default Isolation: process [2022-03-11T18:05:32.586Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-11T18:05:32.586Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-11T18:05:32.586Z] OSType: windows [2022-03-11T18:05:32.586Z] Architecture: x86_64 [2022-03-11T18:05:32.586Z] CPUs: 4 [2022-03-11T18:05:32.586Z] Total Memory: 32GiB [2022-03-11T18:05:32.586Z] Name: azwin-2-43e6b0 [2022-03-11T18:05:32.586Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-11T18:05:32.586Z] Docker Root Dir: D:\docker [2022-03-11T18:05:32.586Z] Debug Mode: false [2022-03-11T18:05:32.586Z] Registry: https://index.docker.io/v1/ [2022-03-11T18:05:32.586Z] Labels: [2022-03-11T18:05:32.586Z] Experimental: true [2022-03-11T18:05:32.586Z] Insecure Registries: [2022-03-11T18:05:32.586Z] 10.0.0.4:5000 [2022-03-11T18:05:32.586Z] 127.0.0.0/8 [2022-03-11T18:05:32.586Z] Registry Mirrors: [2022-03-11T18:05:32.586Z] http://10.0.0.4:5000/ [2022-03-11T18:05:32.586Z] Live Restore Enabled: false [2022-03-11T18:05:32.586Z] Product License: Community Engine [2022-03-11T18:05:32.586Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-11T18:05:40.876Z] ok github.com/docker/docker/libnetwork/ipam 15.643s coverage: 85.3% of statements [2022-03-11T18:05:40.876Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-11T18:05:40.876Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-11T18:05:40.876Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-11T18:05:40.876Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-03-11T18:05:40.876Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-11T18:05:41.134Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-11T18:05:41.699Z] ok github.com/docker/docker/libnetwork/ipamutils 0.280s coverage: 74.0% of statements [2022-03-11T18:05:42.264Z] ok github.com/docker/docker/libnetwork/iptables 0.129s coverage: 45.1% of statements [2022-03-11T18:05:42.264Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-03-11T18:05:42.522Z] ok github.com/docker/docker/libnetwork/netutils 0.017s coverage: 44.1% of statements [2022-03-11T18:05:48.652Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-11T18:05:48.652Z] [2022-03-11T18:05:48.652Z] ________ ____ __. [2022-03-11T18:05:48.652Z] \_____ \ | |/ _| [2022-03-11T18:05:48.652Z] / | \| < [2022-03-11T18:05:48.652Z] / | \ | \ [2022-03-11T18:05:48.652Z] \_______ /____|__ \ [2022-03-11T18:05:48.652Z] \/ \/ [2022-03-11T18:05:48.652Z] [2022-03-11T18:05:48.652Z] INFO: make.ps1 ended at 03/11/2022 18:05:46 [2022-03-11T18:05:48.652Z] INFO: Binaries build ended at 03/11/2022 18:05:47. Duration:00:01:30.3786031 [2022-03-11T18:05:49.642Z] INFO: Copying the built daemon binary to d:\CI\PR-42942\32\binary\dockerd-77ae4e4e03.exe... [2022-03-11T18:05:49.642Z] INFO: Copying the built client binary to d:\CI\PR-42942\32\binary\docker-77ae4e4e03.exe... [2022-03-11T18:05:49.642Z] INFO: Copying dockerversion from the container... [2022-03-11T18:05:50.111Z] INFO: Copying the golang package from the container to d:\CI\PR-42942\32\installer\go.zip... [2022-03-11T18:05:50.579Z] INFO: Extracting go.zip to d:\CI\PR-42942\32\go [2022-03-11T18:05:56.860Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-11T18:05:56.860Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-11T18:05:56.860Z] GOOS="" GOARCH="" GOARM="" [2022-03-11T18:05:56.860Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-11T18:05:56.860Z] [2022-03-11T18:05:56.860Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-03-11T18:05:56.860Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-03-11T18:05:56.860Z] Using test binary docker [2022-03-11T18:05:56.860Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-11T18:05:56.860Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-11T18:05:56.860Z] INFO: Waiting for daemon to start... [2022-03-11T18:05:56.860Z] Starting dockerd [2022-03-11T18:05:56.860Z] . [2022-03-11T18:05:56.860Z] INFO: Building docker-sdk-python3:5.0.3... [2022-03-11T18:05:58.645Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-11T18:05:58.645Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-fe7211d1\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-11T18:05:58.645Z] ---------------------------------------------------------------------------- [2022-03-11T18:05:58.645Z] [2022-03-11T18:05:58.645Z] INFO: executeCI.ps1 starting at Fri Mar 11 18:05:56 CUT 2022 [2022-03-11T18:05:58.645Z] [2022-03-11T18:05:58.645Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-11T18:05:58.645Z] INFO: Running git version 2.24.1.windows.2 [2022-03-11T18:05:58.645Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-03-11T18:05:58.645Z] INFO: Environment variables: [2022-03-11T18:05:58.645Z] [2022-03-11T18:05:58.645Z] Name Value [2022-03-11T18:05:58.645Z] ---- ----- [2022-03-11T18:05:58.645Z] ALLUSERSPROFILE C:\ProgramData [2022-03-11T18:05:58.645Z] amd64 true [2022-03-11T18:05:58.645Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-11T18:05:58.645Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-11T18:05:58.645Z] arm64 true [2022-03-11T18:05:58.645Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-11T18:05:58.645Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-11T18:05:58.645Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-11T18:05:58.645Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-11T18:05:58.645Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-11T18:05:58.645Z] BRANCH_NAME PR-42942 [2022-03-11T18:05:58.646Z] BUILD_DISPLAY_NAME #32 [2022-03-11T18:05:58.646Z] BUILD_ID 32 [2022-03-11T18:05:58.646Z] BUILD_NUMBER 32 [2022-03-11T18:05:58.646Z] BUILD_TAG jenkins-moby-PR-42942-32 [2022-03-11T18:05:58.646Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/32/ [2022-03-11T18:05:58.646Z] cgroup2 true [2022-03-11T18:05:58.646Z] CHANGE_AUTHOR thaJeztah [2022-03-11T18:05:58.646Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-11T18:05:58.646Z] CHANGE_BRANCH containerd_binary_1.6 [2022-03-11T18:05:58.646Z] CHANGE_FORK thaJeztah/docker [2022-03-11T18:05:58.646Z] CHANGE_ID 42942 [2022-03-11T18:05:58.646Z] CHANGE_TARGET master [2022-03-11T18:05:58.646Z] CHANGE_TITLE update containerd binary to v1.6.1 [2022-03-11T18:05:58.646Z] CHANGE_URL https://github.com/moby/moby/pull/42942 [2022-03-11T18:05:58.646Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-11T18:05:58.646Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-11T18:05:58.646Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-11T18:05:58.646Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-11T18:05:58.646Z] COMPUTERNAME azwin-2-43e6b0 [2022-03-11T18:05:58.646Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-11T18:05:58.646Z] ConfigSequenceNumber 0 [2022-03-11T18:05:58.646Z] dco true [2022-03-11T18:05:58.646Z] DOCKER_BUILDKIT 0 [2022-03-11T18:05:58.646Z] DOCKER_DUT_DEBUG 1 [2022-03-11T18:05:58.646Z] DOCKER_EXPERIMENTAL 1 [2022-03-11T18:05:58.646Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-11T18:05:58.646Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-11T18:05:58.646Z] EXECUTOR_NUMBER 0 [2022-03-11T18:05:58.646Z] FQDN azwin-2-43e6b0.westus.cloudapp.azure.com [2022-03-11T18:05:58.646Z] GIT_BRANCH PR-42942 [2022-03-11T18:05:58.646Z] GIT_COMMIT 6fa0331d9524d012bcafe09b43ae19de921d4056 [2022-03-11T18:05:58.646Z] GIT_PREVIOUS_COMMIT 06abe8dd2d6f783df28849148a1143598b67e78f [2022-03-11T18:05:58.646Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 80b3a23cc1ba6dee861974652b79347ac26ad397 [2022-03-11T18:05:58.646Z] GIT_URL https://github.com/moby/moby.git [2022-03-11T18:05:58.646Z] HUDSON_COOKIE df1fc9f8-ee69-42fe-aeef-1ade912b5fec [2022-03-11T18:05:58.646Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-11T18:05:58.646Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-11T18:05:58.646Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-11T18:05:58.646Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-11T18:05:58.646Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-11T18:05:58.646Z] JENKINS_NODE_COOKIE 9001c339-2bb9-4d12-a0a4-8c750cc2d8c6 [2022-03-11T18:05:58.646Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-11T18:05:58.646Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-11T18:05:58.646Z] JOB_BASE_NAME PR-42942 [2022-03-11T18:05:58.646Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/display/redirect [2022-03-11T18:05:58.646Z] JOB_NAME moby/PR-42942 [2022-03-11T18:05:58.646Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/ [2022-03-11T18:05:58.646Z] library.jps.version master [2022-03-11T18:05:58.646Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-11T18:05:58.646Z] NODE_LABELS amd64 azure azwin-2-43e6b0 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-03-11T18:05:58.646Z] NODE_NAME azwin-2-43e6b0 [2022-03-11T18:05:58.646Z] NUMBER_OF_PROCESSORS 4 [2022-03-11T18:05:58.646Z] OS Windows_NT [2022-03-11T18:05:58.646Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-11T18:05:58.646Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-11T18:05:58.646Z] ppc64le false [2022-03-11T18:05:58.646Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-11T18:05:58.646Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-11T18:05:58.646Z] PROCESSOR_LEVEL 6 [2022-03-11T18:05:58.646Z] PROCESSOR_REVISION 4f01 [2022-03-11T18:05:58.646Z] ProgramData C:\ProgramData [2022-03-11T18:05:58.646Z] ProgramFiles C:\Program Files [2022-03-11T18:05:58.646Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-11T18:05:58.646Z] ProgramW6432 C:\Program Files [2022-03-11T18:05:58.646Z] PROMPT $P$G [2022-03-11T18:05:58.646Z] PSExecutionPolicyPreference Bypass [2022-03-11T18:05:58.646Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-11T18:05:58.646Z] PUBLIC C:\Users\Public [2022-03-11T18:05:58.646Z] rootless true [2022-03-11T18:05:58.646Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/32/display/redirect?page=arti... [2022-03-11T18:05:58.646Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/32/display/redirect?page=changes [2022-03-11T18:05:58.646Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/32/display/redirect [2022-03-11T18:05:58.646Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42942/32/display/redirect?page=tests [2022-03-11T18:05:58.646Z] s390x false [2022-03-11T18:05:58.646Z] SKIP_VALIDATION_TESTS 1 [2022-03-11T18:05:58.646Z] SOURCES_DRIVE d [2022-03-11T18:05:58.646Z] SOURCES_SUBDIR gopath [2022-03-11T18:05:58.646Z] STAGE_NAME Run tests [2022-03-11T18:05:58.646Z] SystemDrive C: [2022-03-11T18:05:58.646Z] SystemRoot C:\Windows [2022-03-11T18:05:58.646Z] TEMP C:\Windows\TEMP [2022-03-11T18:05:58.646Z] TESTDEBUG 0 [2022-03-11T18:05:58.646Z] TESTRUN_DRIVE d [2022-03-11T18:05:58.646Z] TESTRUN_SUBDIR CI [2022-03-11T18:05:58.646Z] TIMEOUT 120m [2022-03-11T18:05:58.646Z] TMP C:\Windows\TEMP [2022-03-11T18:05:58.646Z] unit_validate true [2022-03-11T18:05:58.646Z] USERDOMAIN WORKGROUP [2022-03-11T18:05:58.646Z] USERNAME azwin-2-43e6b0$ [2022-03-11T18:05:58.646Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-11T18:05:58.646Z] validate_force false [2022-03-11T18:05:58.646Z] windir C:\Windows [2022-03-11T18:05:58.646Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-11T18:05:58.646Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-03-11T18:05:58.646Z] windows2022 true [2022-03-11T18:05:58.646Z] windows2022containerd true [2022-03-11T18:05:58.646Z] windowsRS5 true [2022-03-11T18:05:58.646Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-11T18:05:58.646Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-11T18:05:58.646Z] [2022-03-11T18:05:58.646Z] [2022-03-11T18:05:58.646Z] [2022-03-11T18:05:59.637Z] INFO: Sources under d:\gopath\... [2022-03-11T18:05:59.637Z] INFO: Test run under d:\CI\... [2022-03-11T18:05:59.637Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-11T18:05:59.637Z] INFO: docker/docker repository was found [2022-03-11T18:05:59.637Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-03-11T18:06:00.108Z] ltsc2019: Pulling from windows/servercore [2022-03-11T18:06:00.578Z] 4612f6d0b889: Pulling fs layer [2022-03-11T18:06:00.578Z] 0a6173b79e25: Pulling fs layer [2022-03-11T18:06:02.300Z] --- PASS: TestBuildWithHugeFile (52.29s) [2022-03-11T18:06:02.300Z] === RUN TestBuildWCOWSandboxSize [2022-03-11T18:06:02.300Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-11T18:06:02.300Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-11T18:06:02.300Z] === RUN TestBuildWithEmptyDockerfile [2022-03-11T18:06:02.300Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:06:02.300Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:06:02.300Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:06:02.300Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:06:02.300Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:06:02.300Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:06:02.300Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:06:02.300Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:06:02.300Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:06:02.300Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-11T18:06:02.300Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-03-11T18:06:02.300Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2022-03-11T18:06:02.300Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-03-11T18:06:02.300Z] === RUN TestBuildPreserveOwnership [2022-03-11T18:06:02.300Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-11T18:06:02.300Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-11T18:06:02.300Z] --- PASS: TestBuildPreserveOwnership (3.63s) [2022-03-11T18:06:02.300Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.48s) [2022-03-11T18:06:02.300Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.14s) [2022-03-11T18:06:02.300Z] === RUN TestBuildPlatformInvalid [2022-03-11T18:06:02.300Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-11T18:06:02.300Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-11T18:06:02.868Z] Loaded image: busybox:latest [2022-03-11T18:06:03.128Z] Loaded image: busybox:glibc [2022-03-11T18:06:04.507Z] Loaded image: debian:bullseye-slim [2022-03-11T18:06:04.507Z] Loaded image: hello-world:latest [2022-03-11T18:06:04.507Z] Loaded image: arm32v7/hello-world:latest [2022-03-11T18:06:13.124Z] 0a6173b79e25: Verifying Checksum [2022-03-11T18:06:13.124Z] 0a6173b79e25: Download complete [2022-03-11T18:06:14.486Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.82s) [2022-03-11T18:06:14.487Z] PASS [2022-03-11T18:06:14.487Z] [2022-03-11T18:06:14.487Z] === Skipped [2022-03-11T18:06:14.487Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-11T18:06:14.487Z] build_session_test.go:25: TODO: BuildKit [2022-03-11T18:06:14.487Z] [2022-03-11T18:06:14.487Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-11T18:06:14.487Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-11T18:06:14.487Z] [2022-03-11T18:06:14.487Z] DONE 34 tests, 2 skipped in 89.779s [2022-03-11T18:06:14.487Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-11T18:06:14.487Z] INFO: Testing against a local daemon [2022-03-11T18:06:14.487Z] === RUN TestConfigInspect [2022-03-11T18:06:15.054Z] --- PASS: TestConfigInspect (2.19s) [2022-03-11T18:06:15.054Z] === RUN TestConfigList [2022-03-11T18:06:17.586Z] --- PASS: TestConfigList (2.21s) [2022-03-11T18:06:17.586Z] === RUN TestConfigsCreateAndDelete [2022-03-11T18:06:19.490Z] --- PASS: TestConfigsCreateAndDelete (2.19s) [2022-03-11T18:06:19.490Z] === RUN TestConfigsUpdate [2022-03-11T18:06:20.681Z] INFO: Extraction ended at 03/11/2022 18:06:17. Duration:00:00:27.4280743 [2022-03-11T18:06:20.681Z] INFO: Updating the golang and path environment variables [2022-03-11T18:06:20.681Z] INFO: GOPATH=d:\gopath [2022-03-11T18:06:20.681Z] INFO: go version go1.17.8 windows/amd64 [2022-03-11T18:06:20.681Z] INFO: Running the daemon under test in debug mode [2022-03-11T18:06:20.681Z] INFO: Starting a daemon under test... [2022-03-11T18:06:20.681Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42942\32\daemon --pidfile d:\CI\PR-42942\32\docker.pid -D [2022-03-11T18:06:20.681Z] INFO: Process started successfully. [2022-03-11T18:06:20.681Z] INFO: Start tailing logs of the daemon under tests [2022-03-11T18:06:20.681Z] INFO: Waiting for the daemon under test to start... [2022-03-11T18:06:22.022Z] --- PASS: TestConfigsUpdate (2.19s) [2022-03-11T18:06:22.022Z] === RUN TestTemplatedConfig [2022-03-11T18:06:23.576Z] 4612f6d0b889: Verifying Checksum [2022-03-11T18:06:23.576Z] 4612f6d0b889: Download complete [2022-03-11T18:06:24.556Z] --- PASS: TestTemplatedConfig (2.66s) [2022-03-11T18:06:24.556Z] === RUN TestConfigCreateResolve [2022-03-11T18:06:27.090Z] --- PASS: TestConfigCreateResolve (2.22s) [2022-03-11T18:06:27.090Z] PASS [2022-03-11T18:06:27.090Z] [2022-03-11T18:06:27.090Z] DONE 6 tests in 13.701s [2022-03-11T18:06:27.090Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-11T18:06:27.090Z] INFO: Testing against a local daemon [2022-03-11T18:06:27.090Z] === RUN TestCheckpoint [2022-03-11T18:06:27.090Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-11T18:06:27.090Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-11T18:06:27.090Z] === RUN TestContainerInvalidJSON [2022-03-11T18:06:27.090Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:06:27.090Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:06:27.090Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:06:27.090Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:06:27.090Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:06:27.090Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:06:27.090Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-11T18:06:27.090Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-11T18:06:27.090Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-11T18:06:27.090Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-11T18:06:27.090Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-03-11T18:06:27.090Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-11T18:06:27.090Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-03-11T18:06:27.090Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-11T18:06:27.090Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-11T18:06:27.090Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-11T18:06:27.090Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-11T18:06:27.090Z] === RUN TestCopyFromContainer [2022-03-11T18:06:28.028Z] === RUN TestCopyFromContainer// [2022-03-11T18:06:28.028Z] === RUN TestCopyFromContainer//bar/root [2022-03-11T18:06:28.288Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-11T18:06:28.288Z] === RUN TestCopyFromContainer/bar/quux [2022-03-11T18:06:28.288Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-11T18:06:28.288Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-11T18:06:28.288Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-11T18:06:28.547Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-11T18:06:28.547Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-11T18:06:28.547Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-11T18:06:28.806Z] --- PASS: TestCopyFromContainer (1.77s) [2022-03-11T18:06:28.806Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-11T18:06:28.806Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-03-11T18:06:28.806Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2022-03-11T18:06:28.806Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-11T18:06:28.806Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-03-11T18:06:28.806Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-03-11T18:06:28.806Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-03-11T18:06:28.806Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-03-11T18:06:28.806Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-03-11T18:06:28.806Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2022-03-11T18:06:28.806Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-11T18:06:28.806Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:06:28.806Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:06:28.806Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:06:28.806Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:06:28.806Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:06:28.806Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:06:28.806Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:06:28.806Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:06:28.806Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:06:28.806Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-11T18:06:28.806Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-11T18:06:28.806Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-11T18:06:28.806Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-11T18:06:28.806Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-11T18:06:28.806Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-11T18:06:28.806Z] === RUN TestCreateWithInvalidEnv [2022-03-11T18:06:28.806Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-11T18:06:28.806Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-11T18:06:28.806Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-11T18:06:28.806Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-11T18:06:28.806Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-11T18:06:28.806Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-11T18:06:28.806Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-11T18:06:28.806Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-11T18:06:28.806Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-11T18:06:28.806Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-11T18:06:28.806Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-11T18:06:28.806Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-11T18:06:28.806Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-11T18:06:28.806Z] === RUN TestCreateTmpfsMountsTarget [2022-03-11T18:06:28.806Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-11T18:06:28.806Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-11T18:06:29.609Z] 8f616e6e9eec: Pull complete [2022-03-11T18:06:30.709Z] --- PASS: TestCreateWithCustomMaskedPaths (1.66s) [2022-03-11T18:06:30.709Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-11T18:06:32.085Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.67s) [2022-03-11T18:06:32.085Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-11T18:06:32.085Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:06:32.085Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:06:32.085Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:06:32.085Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:06:32.085Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:06:32.085Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:06:32.085Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:06:32.085Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:06:32.085Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:06:32.085Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:06:32.085Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:06:32.085Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:06:32.085Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:06:32.085Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:06:32.085Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:06:32.085Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-11T18:06:32.085Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-11T18:06:32.085Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-11T18:06:32.085Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-11T18:06:32.085Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-11T18:06:32.085Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-11T18:06:32.085Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-11T18:06:32.653Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2022-03-11T18:06:32.653Z] === RUN TestCreateDifferentPlatform [2022-03-11T18:06:32.653Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-11T18:06:32.653Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-11T18:06:32.653Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-11T18:06:32.653Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-11T18:06:32.653Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-11T18:06:32.653Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-11T18:06:32.653Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-03-11T18:06:32.653Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-11T18:06:32.912Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-11T18:06:32.912Z] === RUN TestContainerStartOnDaemonRestart [2022-03-11T18:06:32.912Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-11T18:06:32.912Z] === RUN TestDaemonRestartIpcMode [2022-03-11T18:06:32.912Z] === PAUSE TestDaemonRestartIpcMode [2022-03-11T18:06:32.912Z] === RUN TestDaemonHostGatewayIP [2022-03-11T18:06:32.912Z] === PAUSE TestDaemonHostGatewayIP [2022-03-11T18:06:32.912Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-11T18:06:32.912Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-11T18:06:32.912Z] === RUN TestContainerKillOnDaemonStart [2022-03-11T18:06:32.912Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-11T18:06:32.912Z] === RUN TestDiff [2022-03-11T18:06:33.480Z] --- PASS: TestDiff (0.59s) [2022-03-11T18:06:33.481Z] === RUN TestExecWithCloseStdin [2022-03-11T18:06:34.051Z] --- PASS: TestExecWithCloseStdin (0.62s) [2022-03-11T18:06:34.051Z] === RUN TestExec [2022-03-11T18:06:34.618Z] --- PASS: TestExec (0.59s) [2022-03-11T18:06:34.618Z] === RUN TestExecUser [2022-03-11T18:06:35.186Z] --- PASS: TestExecUser (0.61s) [2022-03-11T18:06:35.186Z] === RUN TestExportContainerAndImportImage [2022-03-11T18:06:35.653Z] sha256:8f49d7caca489ca84910f469aae27a6012e67c040a08d325fbff49a7a04e470f [2022-03-11T18:06:35.653Z] INFO: Starting docker-py tests... [2022-03-11T18:06:35.653Z] ============================= test session starts ============================== [2022-03-11T18:06:35.653Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-03-11T18:06:35.653Z] rootdir: /src, inifile: pytest.ini [2022-03-11T18:06:35.653Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-03-11T18:06:35.653Z] collected 395 items / 2 deselected / 393 selected [2022-03-11T18:06:35.653Z] [2022-03-11T18:06:36.123Z] --- PASS: TestExportContainerAndImportImage (0.69s) [2022-03-11T18:06:36.123Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-11T18:06:37.058Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2022-03-11T18:06:37.058Z] === RUN TestHealthCheckWorkdir [2022-03-11T18:06:37.994Z] --- PASS: TestHealthCheckWorkdir (0.69s) [2022-03-11T18:06:37.994Z] === RUN TestHealthKillContainer [2022-03-11T18:06:38.482Z] ...INFO: Daemon under test started and replied! [2022-03-11T18:06:38.482Z] INFO: Docker version of the daemon under test [2022-03-11T18:06:38.482Z] [2022-03-11T18:06:38.482Z] Client: [2022-03-11T18:06:38.482Z] Version: 17.06.2-ce [2022-03-11T18:06:38.482Z] API version: 1.30 [2022-03-11T18:06:38.482Z] Go version: go1.8.3 [2022-03-11T18:06:38.482Z] Git commit: cec0b72 [2022-03-11T18:06:38.482Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-11T18:06:38.482Z] OS/Arch: windows/amd64 [2022-03-11T18:06:38.482Z] [2022-03-11T18:06:38.482Z] Server: [2022-03-11T18:06:38.482Z] Version: 0.0.0-dev [2022-03-11T18:06:38.482Z] API version: 1.42 (minimum version 1.24) [2022-03-11T18:06:38.482Z] Go version: go1.17.8 [2022-03-11T18:06:38.482Z] Git commit: 77ae4e4e03 [2022-03-11T18:06:38.482Z] Built: 03/11/2022 18:04:21 [2022-03-11T18:06:38.482Z] OS/Arch: windows/amd64 [2022-03-11T18:06:38.482Z] Experimental: false [2022-03-11T18:06:38.482Z] [2022-03-11T18:06:38.482Z] INFO: Docker info of the daemon under test [2022-03-11T18:06:38.482Z] [2022-03-11T18:06:38.482Z] Containers: 0 [2022-03-11T18:06:38.482Z] Running: 0 [2022-03-11T18:06:38.482Z] Paused: 0 [2022-03-11T18:06:38.482Z] Stopped: 0 [2022-03-11T18:06:38.482Z] Images: 0 [2022-03-11T18:06:38.482Z] Server Version: 0.0.0-dev [2022-03-11T18:06:38.482Z] Storage Driver: windowsfilter [2022-03-11T18:06:38.482Z] Windows: [2022-03-11T18:06:38.482Z] Logging Driver: json-file [2022-03-11T18:06:38.482Z] Plugins: [2022-03-11T18:06:38.482Z] Volume: local [2022-03-11T18:06:38.482Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-11T18:06:38.482Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-11T18:06:38.482Z] Swarm: inactive [2022-03-11T18:06:38.482Z] Default Isolation: process [2022-03-11T18:06:38.482Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-11T18:06:38.482Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-11T18:06:38.482Z] OSType: windows [2022-03-11T18:06:38.482Z] Architecture: x86_64 [2022-03-11T18:06:38.482Z] CPUs: 4 [2022-03-11T18:06:38.482Z] Total Memory: 32GiB [2022-03-11T18:06:38.482Z] Name: azwin-2-5c7261 [2022-03-11T18:06:38.482Z] ID: BRTJ:CLUM:BOF6:ACXR:JZGK:PV3Q:5BON:LHZL:HJN4:LXZH:KNW7:3SYH [2022-03-11T18:06:38.482Z] Docker Root Dir: D:\CI\PR-42942\32\daemon [2022-03-11T18:06:38.482Z] Debug Mode (client): false [2022-03-11T18:06:38.482Z] Debug Mode (server): true [2022-03-11T18:06:38.482Z] File Descriptors: -1 [2022-03-11T18:06:38.482Z] Goroutines: 16 [2022-03-11T18:06:38.482Z] System Time: 2022-03-11T18:06:37.4020458Z [2022-03-11T18:06:38.482Z] EventsListeners: 0 [2022-03-11T18:06:38.482Z] Registry: https://index.docker.io/v1/ [2022-03-11T18:06:38.482Z] Labels: [2022-03-11T18:06:38.482Z] Experimental: false [2022-03-11T18:06:38.482Z] Insecure Registries: [2022-03-11T18:06:38.482Z] 127.0.0.0/8 [2022-03-11T18:06:38.482Z] Live Restore Enabled: false [2022-03-11T18:06:38.482Z] [2022-03-11T18:06:38.482Z] [2022-03-11T18:06:38.482Z] INFO: Docker images of the daemon under test [2022-03-11T18:06:38.482Z] [2022-03-11T18:06:38.482Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-11T18:06:38.482Z] [2022-03-11T18:06:38.482Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-11T18:06:38.482Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-11T18:06:39.468Z] ltsc2022: Pulling from windows/servercore [2022-03-11T18:06:40.452Z] 8f616e6e9eec: Pulling fs layer [2022-03-11T18:06:40.452Z] 037d5740b404: Pulling fs layer [2022-03-11T18:06:46.105Z] --- PASS: TestHealthKillContainer (8.22s) [2022-03-11T18:06:46.105Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-11T18:06:46.672Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s) [2022-03-11T18:06:46.672Z] === RUN TestIpcModeNone [2022-03-11T18:06:47.239Z] --- PASS: TestIpcModeNone (0.67s) [2022-03-11T18:06:47.239Z] === RUN TestIpcModePrivate [2022-03-11T18:06:47.808Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-03-11T18:06:47.808Z] --- PASS: TestIpcModePrivate (0.62s) [2022-03-11T18:06:47.808Z] === RUN TestIpcModeShareable [2022-03-11T18:06:48.375Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-03-11T18:06:48.634Z] --- PASS: TestIpcModeShareable (0.63s) [2022-03-11T18:06:48.634Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-11T18:06:49.559Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-03-11T18:06:49.822Z] tests/integration/api_client_test.py ..... [ 7%] [2022-03-11T18:06:50.537Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.78s) [2022-03-11T18:06:50.537Z] === RUN TestAPIIpcModeHost [2022-03-11T18:06:50.797Z] --- PASS: TestAPIIpcModeHost (0.39s) [2022-03-11T18:06:50.797Z] === RUN TestDaemonIpcModeShareable [2022-03-11T18:06:51.326Z] tests/integration/api_config_test.py ...... [ 8%] [2022-03-11T18:06:51.733Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-11T18:06:51.992Z] --- PASS: TestDaemonIpcModeShareable (1.20s) [2022-03-11T18:06:51.992Z] === RUN TestDaemonIpcModePrivate [2022-03-11T18:06:52.928Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-11T18:06:53.189Z] --- PASS: TestDaemonIpcModePrivate (1.20s) [2022-03-11T18:06:53.189Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-11T18:06:54.125Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-11T18:06:54.384Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.17s) [2022-03-11T18:06:54.384Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-11T18:06:55.320Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-11T18:06:55.579Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.19s) [2022-03-11T18:06:55.579Z] === RUN TestIpcModeOlderClient [2022-03-11T18:06:55.579Z] === PAUSE TestIpcModeOlderClient [2022-03-11T18:06:55.579Z] === RUN TestKillContainerInvalidSignal [2022-03-11T18:06:55.583Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-11T18:06:55.838Z] --- PASS: TestKillContainerInvalidSignal (0.46s) [2022-03-11T18:06:55.838Z] === RUN TestKillContainer [2022-03-11T18:06:55.838Z] === RUN TestKillContainer/no_signal [2022-03-11T18:06:56.405Z] === RUN TestKillContainer/non_killing_signal [2022-03-11T18:06:56.517Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-11T18:06:56.517Z] GOOS="" GOARCH="" GOARM="" [2022-03-11T18:06:56.665Z] === RUN TestKillContainer/killing_signal [2022-03-11T18:06:56.788Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-11T18:06:56.788Z] [2022-03-11T18:06:57.232Z] --- PASS: TestKillContainer (1.29s) [2022-03-11T18:06:57.232Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-03-11T18:06:57.232Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2022-03-11T18:06:57.232Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-03-11T18:06:57.232Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-11T18:06:57.232Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-11T18:06:57.799Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-11T18:06:58.368Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.26s) [2022-03-11T18:06:58.368Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2022-03-11T18:06:58.368Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s) [2022-03-11T18:06:58.368Z] === RUN TestKillStoppedContainer [2022-03-11T18:06:58.627Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-11T18:06:58.627Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-11T18:06:58.627Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-03-11T18:06:58.627Z] === RUN TestKillDifferentUserContainer [2022-03-11T18:06:58.713Z] + TEST_INTEGRATION_DEST=1 [2022-03-11T18:06:58.713Z] + CONTAINER_NAME=docker-pr32-1 [2022-03-11T18:06:58.713Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-03-11T18:06:58.713Z] + run_tests test-integration-flaky [2022-03-11T18:06:58.713Z] + '[' -n 0 ']' [2022-03-11T18:06:58.713Z] + rm= [2022-03-11T18:06:58.713Z] + c=0 [2022-03-11T18:06:58.713Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42942/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42942/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42942/.git:/go/src/github.com/docker/docker/.git --name docker-pr32-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=67ed909c60584bbbc48039465258c337ea29183b -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:67ed909c60584bbbc48039465258c337ea29183b hack/make.sh test-integration-flaky test-integration [2022-03-11T18:06:58.713Z] + TEST_INTEGRATION_DEST=3 [2022-03-11T18:06:58.713Z] + CONTAINER_NAME=docker-pr32-3 [2022-03-11T18:06:58.713Z] + TEST_SKIP_INTEGRATION=1 [2022-03-11T18:06:58.713Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-11T18:06:58.713Z] ++ jobs -p [2022-03-11T18:06:58.714Z] + run_tests [2022-03-11T18:06:58.714Z] + '[' -n 0 ']' [2022-03-11T18:06:58.714Z] + rm= [2022-03-11T18:06:58.714Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42942/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42942/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42942/.git:/go/src/github.com/docker/docker/.git --name docker-pr32-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=67ed909c60584bbbc48039465258c337ea29183b -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:67ed909c60584bbbc48039465258c337ea29183b hack/make.sh '' test-integration [2022-03-11T18:06:58.714Z] + for job in $(jobs -p) [2022-03-11T18:06:58.714Z] + wait 8930 [2022-03-11T18:06:58.714Z] + TEST_INTEGRATION_DEST=2 [2022-03-11T18:06:58.714Z] + CONTAINER_NAME=docker-pr32-2 [2022-03-11T18:06:58.714Z] + TEST_SKIP_INTEGRATION=1 [2022-03-11T18:06:58.714Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-11T18:06:58.714Z] + run_tests [2022-03-11T18:06:58.714Z] + '[' -n 0 ']' [2022-03-11T18:06:58.714Z] + rm= [2022-03-11T18:06:58.714Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42942/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42942/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42942/.git:/go/src/github.com/docker/docker/.git --name docker-pr32-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=67ed909c60584bbbc48039465258c337ea29183b -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:67ed909c60584bbbc48039465258c337ea29183b hack/make.sh '' test-integration [2022-03-11T18:06:58.886Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-03-11T18:06:58.886Z] === RUN TestInspectOomKilledTrue [2022-03-11T18:06:58.886Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:06:58.886Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-11T18:06:59.145Z] === RUN TestInspectOomKilledFalse [2022-03-11T18:06:59.145Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:06:59.145Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-11T18:06:59.145Z] === RUN TestLinksEtcHostsContentMatch [2022-03-11T18:06:59.277Z] [2022-03-11T18:06:59.404Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s) [2022-03-11T18:06:59.404Z] === RUN TestLinksContainerNames [2022-03-11T18:06:59.534Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-11T18:06:59.534Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-11T18:06:59.534Z] HOSTNAME=50855038686b [2022-03-11T18:06:59.534Z] TEST_SKIP_INTEGRATION=1 [2022-03-11T18:06:59.534Z] TESTDEBUG=0 [2022-03-11T18:06:59.534Z] DEST=bundles/test-integration [2022-03-11T18:06:59.534Z] PWD=/go/src/github.com/docker/docker [2022-03-11T18:06:59.534Z] KEEPBUNDLE=1 [2022-03-11T18:06:59.534Z] DOCKER_GITCOMMIT=67ed909c60584bbbc48039465258c337ea29183b [2022-03-11T18:06:59.534Z] container=docker [2022-03-11T18:06:59.534Z] HOME=/root [2022-03-11T18:06:59.534Z] GOLANG_VERSION=1.17.8 [2022-03-11T18:06:59.534Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-11T18:06:59.534Z] VALIDATE_BRANCH=master [2022-03-11T18:06:59.534Z] TERM=xterm [2022-03-11T18:06:59.534Z] DOCKER_PKG=github.com/docker/docker [2022-03-11T18:06:59.534Z] SHLVL=1 [2022-03-11T18:06:59.534Z] TIMEOUT=120m [2022-03-11T18:06:59.534Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-11T18:06:59.534Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-11T18:06:59.534Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-11T18:06:59.534Z] GO111MODULE=off [2022-03-11T18:06:59.534Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-11T18:06:59.534Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-11T18:06:59.534Z] GOPATH=/go [2022-03-11T18:06:59.534Z] PKG_CONFIG=pkg-config [2022-03-11T18:06:59.534Z] _=/usr/bin/env [2022-03-11T18:06:59.534Z] Building test suite binary ./integration-cli/test.main [2022-03-11T18:06:59.534Z] [2022-03-11T18:06:59.791Z] [2022-03-11T18:06:59.791Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-03-11T18:06:59.791Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-11T18:06:59.791Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-11T18:06:59.791Z] HOSTNAME=83f987b9840e [2022-03-11T18:06:59.791Z] TEST_SKIP_INTEGRATION=1 [2022-03-11T18:06:59.791Z] TESTDEBUG=0 [2022-03-11T18:06:59.791Z] DEST=bundles/test-integration [2022-03-11T18:06:59.791Z] PWD=/go/src/github.com/docker/docker [2022-03-11T18:06:59.791Z] KEEPBUNDLE=1 [2022-03-11T18:06:59.791Z] DOCKER_GITCOMMIT=67ed909c60584bbbc48039465258c337ea29183b [2022-03-11T18:06:59.791Z] container=docker [2022-03-11T18:06:59.791Z] HOME=/root [2022-03-11T18:06:59.791Z] GOLANG_VERSION=1.17.8 [2022-03-11T18:06:59.791Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-11T18:06:59.791Z] VALIDATE_BRANCH=master [2022-03-11T18:06:59.791Z] TERM=xterm [2022-03-11T18:06:59.791Z] DOCKER_PKG=github.com/docker/docker [2022-03-11T18:06:59.791Z] SHLVL=1 [2022-03-11T18:06:59.791Z] TIMEOUT=120m [2022-03-11T18:06:59.791Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-11T18:06:59.791Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-11T18:06:59.791Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-11T18:06:59.791Z] GO111MODULE=off [2022-03-11T18:06:59.791Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-11T18:06:59.791Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-11T18:06:59.791Z] GOPATH=/go [2022-03-11T18:06:59.791Z] PKG_CONFIG=pkg-config [2022-03-11T18:06:59.791Z] _=/usr/bin/env [2022-03-11T18:06:59.791Z] Building test suite binary ./integration-cli/test.main [2022-03-11T18:07:00.048Z] No new tests added to integration. [2022-03-11T18:07:00.048Z] [2022-03-11T18:07:00.048Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-11T18:07:00.339Z] --- PASS: TestLinksContainerNames (0.88s) [2022-03-11T18:07:00.339Z] === RUN TestLogsFollowTailEmpty [2022-03-11T18:07:00.599Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2022-03-11T18:07:00.599Z] === RUN TestContainerNetworkMountsNoChown [2022-03-11T18:07:01.166Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/default [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/default [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/private [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/private [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/rprivate [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/slave [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/slave [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/rslave [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/shared [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/shared [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/rshared [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-11T18:07:01.166Z] === CONT TestMountDaemonRoot/default [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-11T18:07:01.166Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-11T18:07:01.166Z] === CONT TestMountDaemonRoot/rshared [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-11T18:07:01.166Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-11T18:07:01.166Z] === CONT TestMountDaemonRoot/shared [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-11T18:07:01.166Z] === CONT TestMountDaemonRoot/rslave [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-11T18:07:01.166Z] === CONT TestMountDaemonRoot/slave [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-11T18:07:01.166Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-11T18:07:01.166Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-11T18:07:01.167Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-11T18:07:01.167Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-11T18:07:01.167Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-11T18:07:01.167Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-11T18:07:01.167Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-11T18:07:01.167Z] === CONT TestMountDaemonRoot/rprivate [2022-03-11T18:07:01.167Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-11T18:07:01.167Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-11T18:07:01.167Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-11T18:07:01.167Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-11T18:07:01.167Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-11T18:07:01.167Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-11T18:07:01.167Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-11T18:07:01.167Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-11T18:07:01.167Z] === CONT TestMountDaemonRoot/private [2022-03-11T18:07:01.167Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-11T18:07:01.167Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-11T18:07:01.167Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-11T18:07:01.167Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-11T18:07:01.167Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-11T18:07:01.167Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-11T18:07:01.167Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-11T18:07:01.167Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-11T18:07:01.167Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-11T18:07:01.167Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-11T18:07:01.167Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-11T18:07:01.167Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-11T18:07:01.167Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-11T18:07:01.167Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-11T18:07:01.167Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-11T18:07:01.167Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-11T18:07:01.167Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-11T18:07:01.167Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-11T18:07:01.167Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-11T18:07:01.167Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-11T18:07:01.442Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-11T18:07:01.442Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-11T18:07:01.442Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-11T18:07:01.442Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-11T18:07:01.442Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-11T18:07:01.442Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-11T18:07:01.442Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-11T18:07:01.442Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-11T18:07:01.442Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-11T18:07:01.442Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-11T18:07:01.442Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-11T18:07:01.442Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-11T18:07:01.442Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-11T18:07:01.442Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.03s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.01s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-11T18:07:01.442Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-11T18:07:01.442Z] === RUN TestContainerBindMountNonRecursive [2022-03-11T18:07:01.944Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-11T18:07:01.944Z] HOSTNAME=54bfb1f682d9 [2022-03-11T18:07:01.944Z] TESTDEBUG=0 [2022-03-11T18:07:01.944Z] DEST=bundles/test-integration [2022-03-11T18:07:01.944Z] PWD=/go/src/github.com/docker/docker [2022-03-11T18:07:01.944Z] KEEPBUNDLE=1 [2022-03-11T18:07:01.944Z] DOCKER_GITCOMMIT=67ed909c60584bbbc48039465258c337ea29183b [2022-03-11T18:07:01.944Z] container=docker [2022-03-11T18:07:01.944Z] HOME=/root [2022-03-11T18:07:01.944Z] GOLANG_VERSION=1.17.8 [2022-03-11T18:07:01.944Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-11T18:07:01.944Z] VALIDATE_BRANCH=master [2022-03-11T18:07:01.944Z] TERM=xterm [2022-03-11T18:07:01.944Z] DOCKER_PKG=github.com/docker/docker [2022-03-11T18:07:01.944Z] SHLVL=1 [2022-03-11T18:07:01.944Z] TIMEOUT=120m [2022-03-11T18:07:01.944Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-11T18:07:01.944Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-11T18:07:01.944Z] GO111MODULE=off [2022-03-11T18:07:01.944Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-11T18:07:01.944Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-11T18:07:01.944Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-11T18:07:01.944Z] GOPATH=/go [2022-03-11T18:07:01.944Z] PKG_CONFIG=pkg-config [2022-03-11T18:07:01.944Z] _=/usr/bin/env [2022-03-11T18:07:01.944Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-11T18:07:02.864Z] --- PASS: TestContainerBindMountNonRecursive (1.33s) [2022-03-11T18:07:02.864Z] === RUN TestContainerVolumesMountedAsShared [2022-03-11T18:07:03.451Z] --- PASS: TestContainerVolumesMountedAsShared (0.47s) [2022-03-11T18:07:03.451Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-11T18:07:03.711Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s) [2022-03-11T18:07:03.711Z] === RUN TestNetworkNat [2022-03-11T18:07:04.278Z] --- PASS: TestNetworkNat (0.46s) [2022-03-11T18:07:04.278Z] === RUN TestNetworkLocalhostTCPNat [2022-03-11T18:07:04.536Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-03-11T18:07:04.536Z] === RUN TestNetworkLoopbackNat [2022-03-11T18:07:05.722Z] 8f616e6e9eec: Verifying Checksum [2022-03-11T18:07:05.722Z] 8f616e6e9eec: Download complete [2022-03-11T18:07:07.135Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2022-03-11T18:07:07.135Z] === RUN TestPause [2022-03-11T18:07:07.701Z] --- PASS: TestPause (0.47s) [2022-03-11T18:07:07.701Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-11T18:07:07.701Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-11T18:07:07.701Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-11T18:07:07.701Z] === RUN TestPauseStopPausedContainer [2022-03-11T18:07:07.960Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-03-11T18:07:07.960Z] === RUN TestPidHost [2022-03-11T18:07:09.335Z] --- PASS: TestPidHost (1.00s) [2022-03-11T18:07:09.335Z] === RUN TestPsFilter [2022-03-11T18:07:09.335Z] --- PASS: TestPsFilter (0.11s) [2022-03-11T18:07:09.335Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-11T18:07:09.593Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-03-11T18:07:09.593Z] === RUN TestRemoveContainerWithVolume [2022-03-11T18:07:10.161Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2022-03-11T18:07:10.161Z] === RUN TestRemoveContainerRunning [2022-03-11T18:07:10.420Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-03-11T18:07:10.420Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-11T18:07:10.987Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s) [2022-03-11T18:07:10.987Z] === RUN TestRemoveInvalidContainer [2022-03-11T18:07:10.987Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-11T18:07:10.987Z] === RUN TestRenameLinkedContainer [2022-03-11T18:07:12.889Z] --- PASS: TestRenameLinkedContainer (1.72s) [2022-03-11T18:07:12.889Z] === RUN TestRenameStoppedContainer [2022-03-11T18:07:12.889Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-03-11T18:07:12.889Z] === RUN TestRenameRunningContainerAndReuse [2022-03-11T18:07:13.826Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s) [2022-03-11T18:07:13.826Z] === RUN TestRenameInvalidName [2022-03-11T18:07:14.395Z] --- PASS: TestRenameInvalidName (0.41s) [2022-03-11T18:07:14.395Z] === RUN TestRenameAnonymousContainer [2022-03-11T18:07:15.770Z] --- PASS: TestRenameAnonymousContainer (1.54s) [2022-03-11T18:07:15.770Z] === RUN TestRenameContainerWithSameName [2022-03-11T18:07:16.339Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-03-11T18:07:16.339Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-11T18:07:17.275Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2022-03-11T18:07:17.275Z] === RUN TestResize [2022-03-11T18:07:17.534Z] --- PASS: TestResize (0.45s) [2022-03-11T18:07:17.534Z] === RUN TestResizeWithInvalidSize [2022-03-11T18:07:18.101Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2022-03-11T18:07:18.101Z] === RUN TestResizeWhenContainerNotStarted [2022-03-11T18:07:18.362Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-11T18:07:18.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-11T18:07:18.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-11T18:07:18.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-11T18:07:18.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-11T18:07:18.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-11T18:07:18.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-11T18:07:18.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-11T18:07:18.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:07:18.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:07:18.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:07:18.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:07:18.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:07:18.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:07:18.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:07:18.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:07:18.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:07:18.363Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:07:18.363Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:07:18.363Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-11T18:07:18.363Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:07:20.267Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:07:21.642Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:07:21.848Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-03-11T18:07:22.306Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-11T18:07:22.306Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-11T18:07:22.306Z] GOOS="" GOARCH="" GOARM="" [2022-03-11T18:07:22.306Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-11T18:07:22.306Z] [2022-03-11T18:07:22.306Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-11T18:07:22.306Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-11T18:07:22.306Z] HOSTNAME=4f4f1776c3e8 [2022-03-11T18:07:22.306Z] DEST=bundles/test-integration [2022-03-11T18:07:22.306Z] PWD=/go/src/github.com/docker/docker [2022-03-11T18:07:22.306Z] DOCKER_ROOTLESS=1 [2022-03-11T18:07:22.306Z] DOCKER_GITCOMMIT=67ed909c60584bbbc48039465258c337ea29183b [2022-03-11T18:07:22.306Z] container=docker [2022-03-11T18:07:22.306Z] HOME=/root [2022-03-11T18:07:22.306Z] GOLANG_VERSION=1.17.8 [2022-03-11T18:07:22.306Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-11T18:07:22.306Z] VALIDATE_BRANCH=master [2022-03-11T18:07:22.306Z] TERM=xterm [2022-03-11T18:07:22.306Z] DOCKER_PKG=github.com/docker/docker [2022-03-11T18:07:22.306Z] SHLVL=1 [2022-03-11T18:07:22.306Z] TIMEOUT=120m [2022-03-11T18:07:22.306Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-11T18:07:22.306Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-11T18:07:22.306Z] GO111MODULE=off [2022-03-11T18:07:22.306Z] DOCKER_EXPERIMENTAL=1 [2022-03-11T18:07:22.306Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-11T18:07:22.306Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-11T18:07:22.306Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-11T18:07:22.306Z] GOPATH=/go [2022-03-11T18:07:22.306Z] PKG_CONFIG=pkg-config [2022-03-11T18:07:22.306Z] _=/usr/bin/env [2022-03-11T18:07:22.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-11T18:07:22.582Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:07:22.842Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:07:24.219Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:07:24.219Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:07:27.508Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:07:27.767Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-11T18:07:30.307Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-11T18:07:31.683Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-11T18:07:31.683Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-11T18:07:33.592Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-11T18:07:33.851Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-11T18:07:33.953Z] ok github.com/docker/docker/libnetwork/networkdb 105.235s coverage: 60.9% of statements [2022-03-11T18:07:33.953Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-11T18:07:33.953Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-11T18:07:34.212Z] ok github.com/docker/docker/libnetwork/osl 4.287s coverage: 39.7% of statements [2022-03-11T18:07:34.470Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-03-11T18:07:34.728Z] ok github.com/docker/docker/libnetwork/portallocator 0.008s coverage: 86.1% of statements [2022-03-11T18:07:35.230Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-11T18:07:35.299Z] ok github.com/docker/docker/libnetwork/portmapper 0.276s coverage: 48.6% of statements [2022-03-11T18:07:35.556Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-11T18:07:35.556Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-11T18:07:35.814Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-11T18:07:35.814Z] [2022-03-11T18:07:35.814Z] === Skipped [2022-03-11T18:07:35.814Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-11T18:07:35.814Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-11T18:07:35.814Z] [2022-03-11T18:07:35.814Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-11T18:07:35.814Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-11T18:07:35.814Z] [2022-03-11T18:07:35.814Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-11T18:07:35.814Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-11T18:07:35.814Z] [2022-03-11T18:07:35.814Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-11T18:07:35.814Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:07:35.814Z] [2022-03-11T18:07:35.814Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-11T18:07:35.814Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:07:35.814Z] [2022-03-11T18:07:35.814Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-11T18:07:35.814Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:07:35.814Z] [2022-03-11T18:07:35.814Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-11T18:07:35.814Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:07:35.814Z] [2022-03-11T18:07:35.814Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-11T18:07:35.814Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:07:35.814Z] [2022-03-11T18:07:35.814Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-11T18:07:35.814Z] firewalld_test.go:14: firewalld is not running [2022-03-11T18:07:35.814Z] [2022-03-11T18:07:35.814Z] DONE 326 tests, 9 skipped in 201.853s Post stage [Pipeline] junit [2022-03-11T18:07:36.394Z] Recording test results [2022-03-11T18:07:36.509Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-11T18:07:36.876Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42942/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a45b925a4a4482b45f6475dc051c071dc061199a -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:a45b925a4a4482b45f6475dc051c071dc061199a hack/make.sh dynbinary test-integration [2022-03-11T18:07:37.134Z] [2022-03-11T18:07:37.134Z] Removing bundles/ [2022-03-11T18:07:37.134Z] [2022-03-11T18:07:37.134Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-11T18:07:37.134Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-11T18:07:37.134Z] GOOS="" GOARCH="" GOARM="" [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.83s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.40s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.30s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.46s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.49s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.46s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.11s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.73s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.12s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.93s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.13s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.74s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.83s) [2022-03-11T18:07:37.144Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.63s) [2022-03-11T18:07:37.144Z] === RUN TestCgroupNamespacesRun [2022-03-11T18:07:38.092Z] --- PASS: TestCgroupNamespacesRun (1.21s) [2022-03-11T18:07:38.092Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-11T18:07:38.092Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-11T18:07:38.092Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-11T18:07:38.092Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-11T18:07:39.467Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.18s) [2022-03-11T18:07:39.467Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-11T18:07:40.404Z] --- PASS: TestCgroupNamespacesRunHostMode (1.22s) [2022-03-11T18:07:40.404Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-11T18:07:41.779Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.17s) [2022-03-11T18:07:41.779Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-11T18:07:43.156Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.21s) [2022-03-11T18:07:43.156Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-11T18:07:43.415Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-03-11T18:07:43.415Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-11T18:07:44.791Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.22s) [2022-03-11T18:07:44.791Z] === RUN TestNISDomainname [2022-03-11T18:07:45.360Z] --- PASS: TestNISDomainname (0.53s) [2022-03-11T18:07:45.360Z] === RUN TestHostnameDnsResolution [2022-03-11T18:07:45.928Z] --- PASS: TestHostnameDnsResolution (0.68s) [2022-03-11T18:07:45.928Z] === RUN TestUnprivilegedPortsAndPing [2022-03-11T18:07:46.496Z] --- PASS: TestUnprivilegedPortsAndPing (0.55s) [2022-03-11T18:07:46.496Z] === RUN TestStats [2022-03-11T18:07:49.028Z] --- PASS: TestStats (2.47s) [2022-03-11T18:07:49.028Z] === RUN TestStopContainerWithTimeout [2022-03-11T18:07:49.028Z] === RUN TestStopContainerWithTimeout/0 [2022-03-11T18:07:49.028Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-11T18:07:49.028Z] === RUN TestStopContainerWithTimeout/1 [2022-03-11T18:07:49.028Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-11T18:07:49.028Z] === RUN TestStopContainerWithTimeout/3 [2022-03-11T18:07:49.028Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-11T18:07:49.028Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-11T18:07:49.028Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-11T18:07:49.028Z] === CONT TestStopContainerWithTimeout/0 [2022-03-11T18:07:49.028Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-11T18:07:49.596Z] === CONT TestStopContainerWithTimeout/3 [2022-03-11T18:07:52.125Z] === CONT TestStopContainerWithTimeout/1 [2022-03-11T18:07:53.061Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-03-11T18:07:53.061Z] --- PASS: TestStopContainerWithTimeout/0 (0.65s) [2022-03-11T18:07:53.061Z] --- PASS: TestStopContainerWithTimeout/-1 (2.70s) [2022-03-11T18:07:53.061Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2022-03-11T18:07:53.061Z] --- PASS: TestStopContainerWithTimeout/1 (1.49s) [2022-03-11T18:07:53.061Z] === RUN TestDeleteDevicemapper [2022-03-11T18:07:53.061Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-11T18:07:53.061Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-11T18:07:53.061Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-11T18:07:55.595Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.04s) [2022-03-11T18:07:55.595Z] === RUN TestUpdateMemory [2022-03-11T18:07:55.595Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:07:55.595Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-11T18:07:55.595Z] === RUN TestUpdateCPUQuota [2022-03-11T18:07:56.182Z] --- PASS: TestUpdateCPUQuota (0.97s) [2022-03-11T18:07:56.182Z] === RUN TestUpdatePidsLimit [2022-03-11T18:07:56.182Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-11T18:07:56.442Z] === RUN TestUpdatePidsLimit/no_change [2022-03-11T18:07:56.701Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-11T18:07:56.960Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-11T18:07:56.960Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-11T18:07:57.218Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-11T18:07:57.477Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-11T18:07:58.044Z] --- PASS: TestUpdatePidsLimit (1.95s) [2022-03-11T18:07:58.044Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2022-03-11T18:07:58.044Z] --- PASS: TestUpdatePidsLimit/no_change (0.23s) [2022-03-11T18:07:58.044Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2022-03-11T18:07:58.044Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s) [2022-03-11T18:07:58.044Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2022-03-11T18:07:58.044Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-03-11T18:07:58.044Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s) [2022-03-11T18:07:58.044Z] === RUN TestUpdateRestartPolicy [2022-03-11T18:08:01.017Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-11T18:08:01.017Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-11T18:08:10.245Z] --- PASS: TestUpdateRestartPolicy (11.13s) [2022-03-11T18:08:10.245Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-11T18:08:10.245Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s) [2022-03-11T18:08:10.245Z] === RUN TestWaitNonBlocked [2022-03-11T18:08:10.245Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:08:10.245Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:08:10.245Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:08:10.245Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:08:10.245Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:08:10.245Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:08:10.504Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-11T18:08:10.504Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.64s) [2022-03-11T18:08:10.504Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.73s) [2022-03-11T18:08:10.504Z] === RUN TestWaitBlocked [2022-03-11T18:08:10.504Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-11T18:08:10.504Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-11T18:08:10.504Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-11T18:08:10.504Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-11T18:08:10.504Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-11T18:08:10.504Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-11T18:08:11.439Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-11T18:08:11.439Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.82s) [2022-03-11T18:08:11.439Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.84s) [2022-03-11T18:08:11.439Z] === CONT TestContainerStartOnDaemonRestart [2022-03-11T18:08:11.439Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-11T18:08:13.972Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.31s) [2022-03-11T18:08:13.972Z] === CONT TestDaemonHostGatewayIP [2022-03-11T18:08:13.972Z] --- PASS: TestContainerStartOnDaemonRestart (2.36s) [2022-03-11T18:08:13.972Z] === CONT TestDaemonRestartIpcMode [2022-03-11T18:08:16.506Z] --- PASS: TestDaemonHostGatewayIP (2.73s) [2022-03-11T18:08:16.506Z] === CONT TestIpcModeOlderClient [2022-03-11T18:08:16.506Z] --- PASS: TestDaemonRestartIpcMode (2.74s) [2022-03-11T18:08:16.506Z] === CONT TestContainerKillOnDaemonStart [2022-03-11T18:08:16.506Z] --- PASS: TestIpcModeOlderClient (0.10s) [2022-03-11T18:08:17.811Z] .........................xx.................... [ 29%] [2022-03-11T18:08:20.307Z] 4612f6d0b889: Pull complete [2022-03-11T18:08:26.290Z] 037d5740b404: Pull complete [2022-03-11T18:08:26.290Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-11T18:08:26.290Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:08:26.290Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:08:26.290Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-11T18:08:26.290Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-11T18:08:26.290Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.587' [2022-03-11T18:08:26.290Z] INFO: Docker version of control daemon [2022-03-11T18:08:26.290Z] [2022-03-11T18:08:26.290Z] Client: [2022-03-11T18:08:26.290Z] Version: 20.10.9 [2022-03-11T18:08:26.290Z] API version: 1.41 [2022-03-11T18:08:26.290Z] Go version: go1.16.8 [2022-03-11T18:08:26.290Z] Git commit: c2ea9bc [2022-03-11T18:08:26.290Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-11T18:08:26.290Z] OS/Arch: windows/amd64 [2022-03-11T18:08:26.290Z] Context: default [2022-03-11T18:08:26.290Z] Experimental: true [2022-03-11T18:08:26.290Z] [2022-03-11T18:08:26.290Z] Server: Docker Engine - Community [2022-03-11T18:08:26.290Z] Engine: [2022-03-11T18:08:26.290Z] Version: 20.10.9 [2022-03-11T18:08:26.290Z] API version: 1.41 (minimum version 1.24) [2022-03-11T18:08:26.290Z] Go version: go1.16.8 [2022-03-11T18:08:26.290Z] Git commit: 79ea9d3 [2022-03-11T18:08:26.290Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-11T18:08:26.290Z] OS/Arch: windows/amd64 [2022-03-11T18:08:26.290Z] Experimental: true [2022-03-11T18:08:26.290Z] [2022-03-11T18:08:26.290Z] INFO: Docker info of control daemon [2022-03-11T18:08:26.290Z] [2022-03-11T18:08:26.290Z] Client: [2022-03-11T18:08:26.290Z] Context: default [2022-03-11T18:08:26.290Z] Debug Mode: false [2022-03-11T18:08:26.290Z] [2022-03-11T18:08:26.290Z] Server: [2022-03-11T18:08:26.290Z] Containers: 0 [2022-03-11T18:08:26.290Z] Running: 0 [2022-03-11T18:08:26.290Z] Paused: 0 [2022-03-11T18:08:26.290Z] Stopped: 0 [2022-03-11T18:08:26.290Z] Images: 1 [2022-03-11T18:08:26.290Z] Server Version: 20.10.9 [2022-03-11T18:08:26.290Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-11T18:08:26.290Z] Windows: [2022-03-11T18:08:26.290Z] LCOW: [2022-03-11T18:08:26.290Z] Logging Driver: json-file [2022-03-11T18:08:26.290Z] Plugins: [2022-03-11T18:08:26.290Z] Volume: local [2022-03-11T18:08:26.290Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-11T18:08:26.290Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-11T18:08:26.290Z] Swarm: inactive [2022-03-11T18:08:26.290Z] Default Isolation: process [2022-03-11T18:08:26.290Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-11T18:08:26.290Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-11T18:08:26.290Z] OSType: windows [2022-03-11T18:08:26.290Z] Architecture: x86_64 [2022-03-11T18:08:26.290Z] CPUs: 4 [2022-03-11T18:08:26.290Z] Total Memory: 32GiB [2022-03-11T18:08:26.290Z] Name: azwin-2-63fea0 [2022-03-11T18:08:26.290Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-11T18:08:26.290Z] Docker Root Dir: D:\docker [2022-03-11T18:08:26.290Z] Debug Mode: false [2022-03-11T18:08:26.290Z] Registry: https://index.docker.io/v1/ [2022-03-11T18:08:26.290Z] Labels: [2022-03-11T18:08:26.290Z] Experimental: true [2022-03-11T18:08:26.290Z] Insecure Registries: [2022-03-11T18:08:26.290Z] 10.0.0.4:5000 [2022-03-11T18:08:26.290Z] 127.0.0.0/8 [2022-03-11T18:08:26.290Z] Registry Mirrors: [2022-03-11T18:08:26.290Z] http://10.0.0.4:5000/ [2022-03-11T18:08:26.290Z] Live Restore Enabled: false [2022-03-11T18:08:26.290Z] Product License: Community Engine [2022-03-11T18:08:26.290Z] [2022-03-11T18:08:26.290Z] [2022-03-11T18:08:26.290Z] INFO: Commit hash is cf40d31f35 [2022-03-11T18:08:26.290Z] INFO: Nuke-Everything... [2022-03-11T18:08:26.290Z] INFO: Container count on control daemon to delete is 0 [2022-03-11T18:08:26.290Z] INFO: Nuking d:\CI [2022-03-11T18:08:26.290Z] INFO: Zapped successfully [2022-03-11T18:08:26.290Z] INFO: Location for testing is d:\CI\PR-42942\32 [2022-03-11T18:08:26.290Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-11T18:08:26.290Z] [2022-03-11T18:08:26.290Z] [2022-03-11T18:08:26.290Z] INFO: Building the image from Dockerfile.windows at 03/11/2022 18:08:23... [2022-03-11T18:08:26.290Z] [2022-03-11T18:08:27.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-11T18:08:28.706Z] --- PASS: TestContainerKillOnDaemonStart (11.49s) [2022-03-11T18:08:28.706Z] PASS [2022-03-11T18:08:28.706Z] [2022-03-11T18:08:28.706Z] === Skipped [2022-03-11T18:08:28.706Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-11T18:08:28.706Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-11T18:08:28.706Z] [2022-03-11T18:08:28.706Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-11T18:08:28.706Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:08:28.706Z] [2022-03-11T18:08:28.706Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-11T18:08:28.706Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:08:28.706Z] [2022-03-11T18:08:28.706Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-11T18:08:28.706Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-11T18:08:28.706Z] [2022-03-11T18:08:28.706Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-11T18:08:28.706Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-11T18:08:28.706Z] [2022-03-11T18:08:28.706Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-11T18:08:28.706Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-11T18:08:28.706Z] [2022-03-11T18:08:28.706Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-11T18:08:28.706Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:08:28.706Z] [2022-03-11T18:08:28.706Z] DONE 200 tests, 7 skipped in 121.254s [2022-03-11T18:08:28.706Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-11T18:08:28.706Z] === RUN TestConfigDaemonLibtrustID [2022-03-11T18:08:28.706Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-03-11T18:08:28.706Z] === RUN TestDaemonConfigValidation [2022-03-11T18:08:28.706Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-11T18:08:28.706Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-11T18:08:28.706Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-11T18:08:28.706Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-11T18:08:28.706Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-11T18:08:28.706Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-11T18:08:28.706Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-11T18:08:28.706Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-11T18:08:28.706Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-11T18:08:28.706Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-11T18:08:28.706Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-11T18:08:28.706Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-11T18:08:28.706Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-11T18:08:28.706Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-11T18:08:28.706Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-11T18:08:28.706Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-11T18:08:28.706Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-03-11T18:08:28.706Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.10s) [2022-03-11T18:08:28.706Z] --- PASS: TestDaemonConfigValidation/valid_config (0.10s) [2022-03-11T18:08:28.706Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.10s) [2022-03-11T18:08:28.706Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-03-11T18:08:28.706Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-11T18:08:28.706Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-11T18:08:30.083Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-11T18:08:30.962Z] Sending build context to Docker daemon 65.14MB [2022-03-11T18:08:30.962Z] [2022-03-11T18:08:31.019Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-11T18:08:31.417Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-11T18:08:31.418Z] ---> 02f938cacc3b [2022-03-11T18:08:31.418Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-11T18:08:31.418Z] ---> Running in b89a401ff87f [2022-03-11T18:08:31.874Z] Removing intermediate container b89a401ff87f [2022-03-11T18:08:31.874Z] ---> 71c25f8e4493 [2022-03-11T18:08:31.874Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-11T18:08:31.874Z] ---> Running in 05197cfb17a7 [2022-03-11T18:08:31.936Z] 8f616e6e9eec: Pull complete [2022-03-11T18:08:31.936Z] 037d5740b404: Verifying Checksum [2022-03-11T18:08:31.936Z] 037d5740b404: Download complete [2022-03-11T18:08:31.954Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-11T18:08:31.954Z] daemon_test.go:156: [d442a2ce4eab6] daemon is not started [2022-03-11T18:08:31.954Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-03-11T18:08:31.954Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-11T18:08:31.954Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-11T18:08:31.954Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-03-11T18:08:31.954Z] === RUN TestDaemonProxy [2022-03-11T18:08:31.954Z] === RUN TestDaemonProxy/environment_variables [2022-03-11T18:08:32.330Z] Removing intermediate container 05197cfb17a7 [2022-03-11T18:08:32.330Z] ---> c20d20009a7b [2022-03-11T18:08:32.330Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.1 [2022-03-11T18:08:32.330Z] ---> Running in d7134165cbf8 [2022-03-11T18:08:32.786Z] Removing intermediate container d7134165cbf8 [2022-03-11T18:08:32.786Z] ---> 5d6784bc8f66 [2022-03-11T18:08:32.786Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-11T18:08:32.786Z] ---> Running in 09a570aa6e82 [2022-03-11T18:08:32.786Z] Removing intermediate container 09a570aa6e82 [2022-03-11T18:08:32.786Z] ---> 1240e2be7444 [2022-03-11T18:08:32.786Z] 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} [2022-03-11T18:08:32.786Z] ---> Running in d408d6b22aee [2022-03-11T18:08:32.825Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-11T18:08:33.245Z] Removing intermediate container d408d6b22aee [2022-03-11T18:08:33.245Z] ---> 9624138ab0ec [2022-03-11T18:08:33.245Z] 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; [2022-03-11T18:08:33.245Z] ---> Running in d18098d3fe47 [2022-03-11T18:08:33.854Z] === RUN TestDaemonProxy/command-line_options [2022-03-11T18:08:35.726Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-03-11T18:08:35.771Z] === RUN TestDaemonProxy/configuration_file [2022-03-11T18:08:37.153Z] === RUN TestDaemonProxy/conflicting_options [2022-03-11T18:08:37.720Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-11T18:08:38.286Z] --- PASS: TestDaemonProxy (6.30s) [2022-03-11T18:08:38.286Z] --- PASS: TestDaemonProxy/environment_variables (1.79s) [2022-03-11T18:08:38.286Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-03-11T18:08:38.286Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-03-11T18:08:38.286Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-11T18:08:38.286Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-11T18:08:38.286Z] PASS [2022-03-11T18:08:38.286Z] [2022-03-11T18:08:38.286Z] DONE 17 tests in 10.227s [2022-03-11T18:08:38.286Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-11T18:08:38.286Z] INFO: Testing against a local daemon [2022-03-11T18:08:38.286Z] === RUN TestCommitInheritsEnv [2022-03-11T18:08:38.545Z] --- PASS: TestCommitInheritsEnv (0.28s) [2022-03-11T18:08:38.545Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-11T18:08:38.545Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-11T18:08:38.545Z] === RUN TestImportWithCustomPlatform [2022-03-11T18:08:38.545Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-11T18:08:38.545Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-11T18:08:38.545Z] === RUN TestImportWithCustomPlatform// [2022-03-11T18:08:38.545Z] === RUN TestImportWithCustomPlatform/linux [2022-03-11T18:08:38.545Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-11T18:08:38.804Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-11T18:08:38.804Z] === RUN TestImportWithCustomPlatform/macos [2022-03-11T18:08:38.804Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-11T18:08:38.804Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-11T18:08:38.804Z] --- PASS: TestImportWithCustomPlatform (0.33s) [2022-03-11T18:08:38.804Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-11T18:08:38.804Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-11T18:08:38.804Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-11T18:08:38.804Z] --- PASS: TestImportWithCustomPlatform/linux (0.08s) [2022-03-11T18:08:38.804Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-03-11T18:08:38.804Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-11T18:08:38.804Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-11T18:08:38.804Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-11T18:08:38.804Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-11T18:08:38.804Z] === RUN TestImagesFilterMultiReference [2022-03-11T18:08:38.804Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-11T18:08:38.804Z] === RUN TestImagePullPlatformInvalid [2022-03-11T18:08:38.804Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-11T18:08:38.804Z] === RUN TestRemoveImageOrphaning [2022-03-11T18:08:39.063Z] --- PASS: TestRemoveImageOrphaning (0.30s) [2022-03-11T18:08:39.063Z] === RUN TestRemoveImageGarbageCollector [2022-03-11T18:08:39.070Z] [2022-03-11T18:08:39.070Z] SUCCESS: Specified value was saved. [2022-03-11T18:08:39.526Z] INFO: Downloading git... [2022-03-11T18:08:40.965Z] --- PASS: TestRemoveImageGarbageCollector (1.86s) [2022-03-11T18:08:40.965Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-11T18:08:40.965Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-11T18:08:40.965Z] === RUN TestTagInvalidReference [2022-03-11T18:08:40.965Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-11T18:08:40.965Z] === RUN TestTagValidPrefixedRepo [2022-03-11T18:08:41.053Z] INFO: Downloading go... [2022-03-11T18:08:41.224Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-11T18:08:41.224Z] === RUN TestTagExistedNameWithoutForce [2022-03-11T18:08:41.224Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-11T18:08:41.224Z] === RUN TestTagOfficialNames [2022-03-11T18:08:41.224Z] --- PASS: TestTagOfficialNames (0.04s) [2022-03-11T18:08:41.224Z] === RUN TestTagMatchesDigest [2022-03-11T18:08:41.224Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-03-11T18:08:41.224Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-11T18:08:42.598Z] INFO: Downloading compiler 1 of 3... [2022-03-11T18:08:42.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-11T18:08:42.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-11T18:08:43.715Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-03-11T18:08:43.730Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-11T18:08:44.129Z] INFO: Downloading compiler 2 of 3... [2022-03-11T18:08:44.588Z] INFO: Downloading compiler 3 of 3... [2022-03-11T18:08:44.664Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-11T18:08:44.664Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-11T18:08:45.045Z] INFO: Extracting git... [2022-03-11T18:08:45.598Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-11T18:08:48.131Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-11T18:08:48.366Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-03-11T18:08:49.506Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-11T18:08:50.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-11T18:08:50.701Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-11T18:08:51.636Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-11T18:08:52.571Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-11T18:08:53.948Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-11T18:08:54.514Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-11T18:08:55.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-11T18:08:56.384Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-11T18:08:56.384Z] Using test binary docker [2022-03-11T18:08:56.384Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-11T18:08:56.384Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-11T18:08:56.384Z] INFO: Waiting for daemon to start... [2022-03-11T18:08:56.384Z] Starting dockerd [2022-03-11T18:08:58.553Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-11T18:08:58.553Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-11T18:08:58.553Z] GOOS="" GOARCH="" GOARM="" [2022-03-11T18:08:58.553Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-11T18:08:58.553Z] [2022-03-11T18:08:58.553Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-11T18:08:58.553Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-11T18:08:58.553Z] HOSTNAME=8ff3cd2f1a86 [2022-03-11T18:08:58.553Z] TESTDEBUG=0 [2022-03-11T18:08:58.553Z] DEST=bundles/test-integration [2022-03-11T18:08:58.553Z] PWD=/go/src/github.com/docker/docker [2022-03-11T18:08:58.553Z] DOCKER_GITCOMMIT=a45b925a4a4482b45f6475dc051c071dc061199a [2022-03-11T18:08:58.553Z] container=docker [2022-03-11T18:08:58.553Z] HOME=/root [2022-03-11T18:08:58.553Z] GOLANG_VERSION=1.17.8 [2022-03-11T18:08:58.553Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-11T18:08:58.553Z] VALIDATE_BRANCH=master [2022-03-11T18:08:58.553Z] TERM=xterm [2022-03-11T18:08:58.553Z] DOCKER_PKG=github.com/docker/docker [2022-03-11T18:08:58.553Z] SHLVL=1 [2022-03-11T18:08:58.553Z] TIMEOUT=120m [2022-03-11T18:08:58.553Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-11T18:08:58.553Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-11T18:08:58.553Z] GO111MODULE=off [2022-03-11T18:08:58.553Z] DOCKER_EXPERIMENTAL=1 [2022-03-11T18:08:58.553Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-11T18:08:58.553Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-11T18:08:58.553Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-11T18:08:58.553Z] GOPATH=/go [2022-03-11T18:08:58.553Z] PKG_CONFIG=pkg-config [2022-03-11T18:08:58.553Z] _=/usr/bin/env [2022-03-11T18:08:58.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-11T18:08:58.911Z] . [2022-03-11T18:08:58.912Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-11T18:08:58.912Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-11T18:08:58.912Z] Error: No such image: emptyfs [2022-03-11T18:08:58.912Z] Running integration-test (iteration 1) [2022-03-11T18:08:58.912Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-11T18:08:59.170Z] Loaded image: busybox:latest [2022-03-11T18:08:59.428Z] Loaded image: busybox:glibc [2022-03-11T18:08:59.817Z] INFO: Expanding go... [2022-03-11T18:09:00.803Z] Loaded image: debian:bullseye-slim [2022-03-11T18:09:00.803Z] Loaded image: hello-world:latest [2022-03-11T18:09:00.803Z] Loaded image: arm32v7/hello-world:latest [2022-03-11T18:09:00.803Z] INFO: Testing against a local daemon [2022-03-11T18:09:00.803Z] === RUN TestCgroupNamespacesBuild [2022-03-11T18:09:02.177Z] --- PASS: TestCgroupNamespacesBuild (1.24s) [2022-03-11T18:09:02.177Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-11T18:09:03.112Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.16s) [2022-03-11T18:09:03.112Z] === RUN TestBuildWithSession [2022-03-11T18:09:03.112Z] build_session_test.go:25: TODO: BuildKit [2022-03-11T18:09:03.112Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-11T18:09:03.112Z] === RUN TestBuildSquashParent [2022-03-11T18:09:06.320Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-03-11T18:09:11.218Z] --- PASS: TestBuildSquashParent (6.84s) [2022-03-11T18:09:11.218Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-11T18:09:11.218Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:09:11.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:09:11.218Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:09:11.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:09:11.218Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:09:11.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:09:11.218Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:09:11.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:09:11.218Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:09:11.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:09:11.218Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:09:11.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:09:11.218Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:09:11.218Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:09:11.784Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:09:11.784Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:09:14.310Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:09:14.310Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:09:15.978Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-03-11T18:09:16.222Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-11T18:09:16.222Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.73s) [2022-03-11T18:09:16.222Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.77s) [2022-03-11T18:09:16.222Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.02s) [2022-03-11T18:09:16.222Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.03s) [2022-03-11T18:09:16.222Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.02s) [2022-03-11T18:09:16.222Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.98s) [2022-03-11T18:09:16.222Z] === RUN TestBuildMultiStageCopy [2022-03-11T18:09:16.222Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-11T18:09:17.171Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-03-11T18:09:19.554Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-11T18:09:20.118Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-11T18:09:21.051Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-11T18:09:21.191Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-03-11T18:09:22.423Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-11T18:09:23.357Z] --- PASS: TestBuildMultiStageCopy (7.31s) [2022-03-11T18:09:23.357Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.31s) [2022-03-11T18:09:23.357Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-03-11T18:09:23.357Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-03-11T18:09:23.357Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-03-11T18:09:23.357Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-03-11T18:09:23.357Z] === RUN TestBuildMultiStageParentConfig [2022-03-11T18:09:23.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-11T18:09:25.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-11T18:09:28.616Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-03-11T18:09:28.616Z] === RUN TestBuildLabelWithTargets [2022-03-11T18:09:29.719Z] INFO: Expanding compiler 1 of 3... [2022-03-11T18:09:29.719Z] INFO: Expanding compiler 2 of 3... [2022-03-11T18:09:33.438Z] INFO: Expanding compiler 3 of 3... [2022-03-11T18:09:33.894Z] INFO: Removing downloaded files... [2022-03-11T18:09:33.894Z] INFO: Downloading containerd [2022-03-11T18:09:36.720Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-03-11T18:09:36.720Z] === RUN TestBuildWithEmptyLayers [2022-03-11T18:09:37.068Z] ............................ [ 66%] [2022-03-11T18:09:37.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-11T18:09:37.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-11T18:09:39.246Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-03-11T18:09:39.246Z] === RUN TestBuildMultiStageOnBuild [2022-03-11T18:09:44.504Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-03-11T18:09:44.504Z] === RUN TestBuildUncleanTarFilenames [2022-03-11T18:09:44.762Z] --- PASS: TestBuildUncleanTarFilenames (0.65s) [2022-03-11T18:09:44.762Z] === RUN TestBuildMultiStageLayerLeak [2022-03-11T18:09:50.025Z] --- PASS: TestBuildMultiStageLayerLeak (4.34s) [2022-03-11T18:09:50.025Z] === RUN TestBuildWithHugeFile [2022-03-11T18:09:52.140Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-11T18:09:59.032Z] [2022-03-11T18:09:59.032Z] Name Version Source Summary [2022-03-11T18:09:59.032Z] ---- ------- ------ ------- [2022-03-11T18:09:59.032Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-11T18:10:00.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-11T18:10:00.600Z] [2022-03-11T18:10:00.600Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-11T18:10:00.600Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-11T18:10:00.600Z] PSChildName : containerd [2022-03-11T18:10:00.600Z] PSDrive : C [2022-03-11T18:10:00.600Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-11T18:10:00.600Z] PSIsContainer : True [2022-03-11T18:10:00.600Z] Name : containerd [2022-03-11T18:10:00.600Z] FullName : C:\containerd [2022-03-11T18:10:00.600Z] Parent : [2022-03-11T18:10:00.600Z] Exists : True [2022-03-11T18:10:00.600Z] Root : C:\ [2022-03-11T18:10:00.600Z] Extension : [2022-03-11T18:10:00.600Z] CreationTime : 3/11/2022 6:10:00 PM [2022-03-11T18:10:00.600Z] CreationTimeUtc : 3/11/2022 6:10:00 PM [2022-03-11T18:10:00.600Z] LastAccessTime : 3/11/2022 6:10:00 PM [2022-03-11T18:10:00.600Z] LastAccessTimeUtc : 3/11/2022 6:10:00 PM [2022-03-11T18:10:00.600Z] LastWriteTime : 3/11/2022 6:10:00 PM [2022-03-11T18:10:00.600Z] LastWriteTimeUtc : 3/11/2022 6:10:00 PM [2022-03-11T18:10:00.600Z] Attributes : Directory [2022-03-11T18:10:00.600Z] Mode : d----- [2022-03-11T18:10:00.600Z] BaseName : containerd [2022-03-11T18:10:00.600Z] Target : {} [2022-03-11T18:10:00.600Z] LinkType : [2022-03-11T18:10:00.600Z] [2022-03-11T18:10:02.813Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-11T18:10:02.813Z] INFO: Configuring git core.autocrlf... [2022-03-11T18:10:02.813Z] [2022-03-11T18:10:02.813Z] [2022-03-11T18:10:06.809Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-11T18:10:07.376Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-11T18:10:08.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-11T18:10:09.243Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-11T18:10:09.243Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-11T18:10:10.177Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-11T18:10:12.084Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-11T18:10:13.273Z] 037d5740b404: Pull complete [2022-03-11T18:10:13.273Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-11T18:10:13.273Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:10:13.273Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-11T18:10:13.273Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-11T18:10:13.273Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.587' [2022-03-11T18:10:13.273Z] WARN: Skipping validation tests [2022-03-11T18:10:13.273Z] INFO: Running unit tests at 03/11/2022 18:10:12... [2022-03-11T18:10:13.457Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-11T18:10:14.395Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-11T18:10:14.653Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-11T18:10:15.586Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-11T18:10:16.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-11T18:10:17.154Z] INFO: make.ps1 starting at 03/11/2022 18:10:16 [2022-03-11T18:10:17.155Z] INFO: Git commit (77ae4e4e03) assumed from DOCKER_GITCOMMIT environment variable [2022-03-11T18:10:17.155Z] INFO: Invoking autogen... [2022-03-11T18:10:17.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-11T18:10:17.625Z] INFO: Running unit tests... [2022-03-11T18:10:17.672Z] --- PASS: TestImportExtremelyLargeImageWorks (89.95s) [2022-03-11T18:10:17.672Z] PASS [2022-03-11T18:10:17.672Z] [2022-03-11T18:10:17.672Z] DONE 22 tests in 92.987s [2022-03-11T18:10:17.672Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-11T18:10:17.672Z] INFO: Testing against a local daemon [2022-03-11T18:10:17.672Z] === RUN TestNetworkCreateDelete [2022-03-11T18:10:17.672Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-03-11T18:10:17.672Z] === RUN TestDockerNetworkDeletePreferID [2022-03-11T18:10:17.672Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-03-11T18:10:17.672Z] === RUN TestDaemonDNSFallback [2022-03-11T18:10:18.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-11T18:10:18.239Z] --- PASS: TestDaemonDNSFallback (6.38s) [2022-03-11T18:10:18.239Z] === RUN TestInspectNetwork [2022-03-11T18:10:19.015Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-03-11T18:10:19.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-11T18:10:19.593Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-11T18:10:19.593Z] Using test binary docker [2022-03-11T18:10:19.593Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-11T18:10:19.593Z] +++ /etc/init.d/apparmor start [2022-03-11T18:10:19.593Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-11T18:10:19.593Z] Starting dockerd [2022-03-11T18:10:19.593Z] INFO: Waiting for daemon to start... [2022-03-11T18:10:19.593Z] +++ 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 [2022-03-11T18:10:21.748Z] . [2022-03-11T18:10:21.749Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-11T18:10:21.749Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-11T18:10:21.749Z] Error: No such image: emptyfs [2022-03-11T18:10:21.749Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-11T18:10:21.749Z] ++++ docker load [2022-03-11T18:10:22.006Z] Running integration-test (iteration 1) [2022-03-11T18:10:22.006Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-03-11T18:10:22.006Z] ++ 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 [2022-03-11T18:10:22.006Z] ++ set -e [2022-03-11T18:10:22.006Z] ++ '[' -n 0 ']' [2022-03-11T18:10:22.006Z] ++ set -x [2022-03-11T18:10:22.006Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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 [2022-03-11T18:10:22.264Z] Loaded image: busybox:latest [2022-03-11T18:10:22.264Z] Loaded image: busybox:glibc [2022-03-11T18:10:22.432Z] === RUN TestInspectNetwork/full_network_id [2022-03-11T18:10:22.432Z] === RUN TestInspectNetwork/partial_network_id [2022-03-11T18:10:22.432Z] === RUN TestInspectNetwork/network_name [2022-03-11T18:10:22.432Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-11T18:10:23.197Z] Loaded image: debian:bullseye-slim [2022-03-11T18:10:23.198Z] Loaded image: hello-world:latest [2022-03-11T18:10:23.455Z] Loaded image: arm32v7/hello-world:latest [2022-03-11T18:10:23.455Z] INFO: Testing against a local daemon [2022-03-11T18:10:23.455Z] === RUN TestCgroupNamespacesBuild [2022-03-11T18:10:24.389Z] --- PASS: TestCgroupNamespacesBuild (1.10s) [2022-03-11T18:10:24.389Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-11T18:10:25.765Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.09s) [2022-03-11T18:10:25.765Z] === RUN TestBuildWithSession [2022-03-11T18:10:25.765Z] build_session_test.go:25: TODO: BuildKit [2022-03-11T18:10:25.765Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-11T18:10:25.765Z] === RUN TestBuildSquashParent [2022-03-11T18:10:26.281Z] 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/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/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/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/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/longpath github.com/docker/docker/pkg/namesgenerator 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/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum 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 [2022-03-11T18:10:26.617Z] --- PASS: TestInspectNetwork (7.85s) [2022-03-11T18:10:26.617Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-11T18:10:26.617Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-11T18:10:26.617Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-11T18:10:26.617Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-11T18:10:26.617Z] === RUN TestRunContainerWithBridgeNone [2022-03-11T18:10:27.552Z] --- PASS: TestRunContainerWithBridgeNone (1.57s) [2022-03-11T18:10:27.552Z] === RUN TestNetworkInvalidJSON [2022-03-11T18:10:27.552Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-11T18:10:27.552Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-11T18:10:27.552Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:10:27.552Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:10:27.552Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:10:27.552Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:10:27.552Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-11T18:10:27.552Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:10:27.552Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:10:27.552Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-03-11T18:10:27.552Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-11T18:10:27.552Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-11T18:10:27.552Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-11T18:10:27.552Z] === RUN TestNetworkList [2022-03-11T18:10:27.552Z] === RUN TestNetworkList//networks [2022-03-11T18:10:27.552Z] === PAUSE TestNetworkList//networks [2022-03-11T18:10:27.552Z] === RUN TestNetworkList//networks/ [2022-03-11T18:10:27.552Z] === PAUSE TestNetworkList//networks/ [2022-03-11T18:10:27.552Z] === CONT TestNetworkList//networks [2022-03-11T18:10:27.552Z] === CONT TestNetworkList//networks/ [2022-03-11T18:10:27.552Z] --- PASS: TestNetworkList (0.01s) [2022-03-11T18:10:27.552Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-11T18:10:27.552Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-11T18:10:27.552Z] === RUN TestHostIPv4BridgeLabel [2022-03-11T18:10:28.119Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-03-11T18:10:28.119Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-11T18:10:29.060Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-11T18:10:29.060Z] === RUN TestDaemonDefaultNetworkPools [2022-03-11T18:10:29.946Z] --- PASS: TestBuildSquashParent (3.59s) [2022-03-11T18:10:29.946Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-11T18:10:29.946Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:10:29.946Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:10:29.946Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:10:29.946Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:10:29.946Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:10:29.946Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:10:29.946Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:10:29.946Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:10:29.946Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:10:29.946Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:10:29.946Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:10:29.946Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:10:29.946Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:10:29.946Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:10:29.996Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-03-11T18:10:29.996Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-11T18:10:30.204Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:10:30.462Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:10:30.931Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-03-11T18:10:30.931Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-11T18:10:31.395Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:10:31.395Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:10:32.307Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-03-11T18:10:32.307Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-11T18:10:32.768Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-11T18:10:32.768Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.08s) [2022-03-11T18:10:32.768Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.26s) [2022-03-11T18:10:32.768Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.11s) [2022-03-11T18:10:32.768Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.04s) [2022-03-11T18:10:32.768Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.15s) [2022-03-11T18:10:32.768Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.13s) [2022-03-11T18:10:32.768Z] === RUN TestBuildMultiStageCopy [2022-03-11T18:10:32.768Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-11T18:10:32.874Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-11T18:10:32.874Z] === RUN TestServiceWithPredefinedNetwork [2022-03-11T18:10:33.702Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-11T18:10:33.887Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-03-11T18:10:33.960Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-11T18:10:33.960Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-11T18:10:34.218Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-11T18:10:34.476Z] --- PASS: TestBuildMultiStageCopy (1.86s) [2022-03-11T18:10:34.476Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.05s) [2022-03-11T18:10:34.476Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s) [2022-03-11T18:10:34.476Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-03-11T18:10:34.476Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2022-03-11T18:10:34.476Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2022-03-11T18:10:34.476Z] === RUN TestBuildMultiStageParentConfig [2022-03-11T18:10:35.041Z] --- PASS: TestBuildMultiStageParentConfig (0.57s) [2022-03-11T18:10:35.042Z] === RUN TestBuildLabelWithTargets [2022-03-11T18:10:35.259Z] tests/integration/client_test.py ..... [ 75%] [2022-03-11T18:10:35.259Z] tests/integration/context_api_test.py ... [ 76%] [2022-03-11T18:10:35.405Z] --- PASS: TestServiceWithPredefinedNetwork (2.34s) [2022-03-11T18:10:35.405Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-11T18:10:35.405Z] service_test.go:243: FLAKY_TEST [2022-03-11T18:10:35.405Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-11T18:10:35.405Z] === RUN TestServiceWithDataPathPortInit [2022-03-11T18:10:35.825Z] tests/integration/errors_test.py . [ 76%] [2022-03-11T18:10:35.974Z] --- PASS: TestBuildLabelWithTargets (0.92s) [2022-03-11T18:10:35.975Z] === RUN TestBuildWithEmptyLayers [2022-03-11T18:10:36.552Z] --- PASS: TestBuildWithEmptyLayers (0.42s) [2022-03-11T18:10:36.552Z] === RUN TestBuildMultiStageOnBuild [2022-03-11T18:10:36.701Z] ? github.com/docker/docker/api [no test files] [2022-03-11T18:10:37.925Z] --- PASS: TestBuildMultiStageOnBuild (1.25s) [2022-03-11T18:10:37.925Z] === RUN TestBuildUncleanTarFilenames [2022-03-11T18:10:38.185Z] --- PASS: TestBuildUncleanTarFilenames (0.57s) [2022-03-11T18:10:38.185Z] === RUN TestBuildMultiStageLayerLeak [2022-03-11T18:10:39.558Z] --- PASS: TestBuildMultiStageLayerLeak (1.27s) [2022-03-11T18:10:39.558Z] === RUN TestBuildWithHugeFile [2022-03-11T18:10:46.236Z] --- PASS: TestBuildWithHugeFile (50.94s) [2022-03-11T18:10:46.236Z] === RUN TestBuildWCOWSandboxSize [2022-03-11T18:10:46.236Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-11T18:10:46.236Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-11T18:10:46.236Z] === RUN TestBuildWithEmptyDockerfile [2022-03-11T18:10:46.236Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:10:46.236Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:10:46.236Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:10:46.236Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:10:46.236Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:10:46.236Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:10:46.236Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:10:46.236Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:10:46.236Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:10:46.236Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-11T18:10:46.236Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2022-03-11T18:10:46.236Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2022-03-11T18:10:46.236Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-03-11T18:10:46.236Z] === RUN TestBuildPreserveOwnership [2022-03-11T18:10:46.236Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-11T18:10:46.236Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-11T18:10:47.277Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-11T18:10:47.281Z] 0a6173b79e25: Pull complete [2022-03-11T18:10:47.281Z] Digest: sha256:33d7abef52e917a19145873e9ed487055cb55ce3ccf3056ea189b0eb5e4e3683 [2022-03-11T18:10:47.281Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:10:47.281Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:10:47.281Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-03-11T18:10:47.281Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-03-11T18:10:47.281Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2686' [2022-03-11T18:10:47.281Z] INFO: Docker version of control daemon [2022-03-11T18:10:47.281Z] [2022-03-11T18:10:47.281Z] Client: [2022-03-11T18:10:47.281Z] Version: 20.10.9 [2022-03-11T18:10:47.281Z] API version: 1.41 [2022-03-11T18:10:47.281Z] Go version: go1.16.8 [2022-03-11T18:10:47.281Z] Git commit: c2ea9bc [2022-03-11T18:10:47.281Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-11T18:10:47.281Z] OS/Arch: windows/amd64 [2022-03-11T18:10:47.281Z] Context: default [2022-03-11T18:10:47.281Z] Experimental: true [2022-03-11T18:10:47.281Z] [2022-03-11T18:10:47.281Z] Server: Docker Engine - Community [2022-03-11T18:10:47.281Z] Engine: [2022-03-11T18:10:47.281Z] Version: 20.10.9 [2022-03-11T18:10:47.281Z] API version: 1.41 (minimum version 1.24) [2022-03-11T18:10:47.281Z] Go version: go1.16.8 [2022-03-11T18:10:47.281Z] Git commit: 79ea9d3 [2022-03-11T18:10:47.281Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-11T18:10:47.281Z] OS/Arch: windows/amd64 [2022-03-11T18:10:47.281Z] Experimental: true [2022-03-11T18:10:47.281Z] [2022-03-11T18:10:47.281Z] INFO: Docker info of control daemon [2022-03-11T18:10:47.281Z] [2022-03-11T18:10:47.281Z] Client: [2022-03-11T18:10:47.281Z] Context: default [2022-03-11T18:10:47.281Z] Debug Mode: false [2022-03-11T18:10:47.281Z] Plugins: [2022-03-11T18:10:47.281Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-11T18:10:47.281Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-11T18:10:47.281Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-11T18:10:47.281Z] [2022-03-11T18:10:47.281Z] Server: [2022-03-11T18:10:47.281Z] Containers: 0 [2022-03-11T18:10:47.281Z] Running: 0 [2022-03-11T18:10:47.281Z] Paused: 0 [2022-03-11T18:10:47.281Z] Stopped: 0 [2022-03-11T18:10:47.281Z] Images: 1 [2022-03-11T18:10:47.281Z] Server Version: 20.10.9 [2022-03-11T18:10:47.281Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-11T18:10:47.281Z] Windows: [2022-03-11T18:10:47.281Z] LCOW: [2022-03-11T18:10:47.281Z] Logging Driver: json-file [2022-03-11T18:10:47.281Z] Plugins: [2022-03-11T18:10:47.281Z] Volume: local [2022-03-11T18:10:47.281Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-11T18:10:47.281Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-11T18:10:47.281Z] Swarm: inactive [2022-03-11T18:10:47.281Z] Default Isolation: process [2022-03-11T18:10:47.281Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-11T18:10:47.281Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-11T18:10:47.281Z] OSType: windows [2022-03-11T18:10:47.281Z] Architecture: x86_64 [2022-03-11T18:10:47.281Z] CPUs: 4 [2022-03-11T18:10:47.281Z] Total Memory: 32GiB [2022-03-11T18:10:47.281Z] Name: azwin-2-43e6b0 [2022-03-11T18:10:47.281Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-11T18:10:47.281Z] Docker Root Dir: D:\docker [2022-03-11T18:10:47.281Z] Debug Mode: false [2022-03-11T18:10:47.281Z] Registry: https://index.docker.io/v1/ [2022-03-11T18:10:47.281Z] Labels: [2022-03-11T18:10:47.281Z] Experimental: true [2022-03-11T18:10:47.281Z] Insecure Registries: [2022-03-11T18:10:47.281Z] 10.0.0.4:5000 [2022-03-11T18:10:47.281Z] 127.0.0.0/8 [2022-03-11T18:10:47.281Z] Registry Mirrors: [2022-03-11T18:10:47.281Z] http://10.0.0.4:5000/ [2022-03-11T18:10:47.281Z] Live Restore Enabled: false [2022-03-11T18:10:47.281Z] Product License: Community Engine [2022-03-11T18:10:47.281Z] [2022-03-11T18:10:47.281Z] [2022-03-11T18:10:47.281Z] INFO: Commit hash is 6fa0331d95 [2022-03-11T18:10:47.281Z] INFO: Nuke-Everything... [2022-03-11T18:10:47.281Z] INFO: Container count on control daemon to delete is 0 [2022-03-11T18:10:47.281Z] INFO: Nuking d:\CI [2022-03-11T18:10:47.281Z] INFO: Zapped successfully [2022-03-11T18:10:47.281Z] INFO: Location for testing is d:\CI\PR-42942\32 [2022-03-11T18:10:47.281Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-11T18:10:47.281Z] [2022-03-11T18:10:47.281Z] [2022-03-11T18:10:47.281Z] INFO: Building the image from Dockerfile.windows at 03/11/2022 18:10:41... [2022-03-11T18:10:47.281Z] [2022-03-11T18:10:48.871Z] Sending build context to Docker daemon 65.14MB [2022-03-11T18:10:48.871Z] [2022-03-11T18:10:49.336Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-11T18:10:49.336Z] ---> 6a11116086a4 [2022-03-11T18:10:49.336Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-11T18:10:49.336Z] ---> Running in 99e8f7c68093 [2022-03-11T18:10:49.811Z] Removing intermediate container 99e8f7c68093 [2022-03-11T18:10:49.811Z] ---> a0a380e6e23c [2022-03-11T18:10:49.811Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-11T18:10:49.811Z] ---> Running in b7b7f1b75fca [2022-03-11T18:10:50.273Z] Removing intermediate container b7b7f1b75fca [2022-03-11T18:10:50.273Z] ---> e30af8cb0ab8 [2022-03-11T18:10:50.273Z] Step 4/11 : ARG CONTAINERD_VERSION=1.6.1 [2022-03-11T18:10:50.273Z] ---> Running in 17c61de49c25 [2022-03-11T18:10:50.284Z] --- PASS: TestServiceWithDataPathPortInit (14.05s) [2022-03-11T18:10:50.284Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-11T18:10:50.415Z] --- PASS: TestBuildPreserveOwnership (9.83s) [2022-03-11T18:10:50.415Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.82s) [2022-03-11T18:10:50.415Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-03-11T18:10:50.415Z] === RUN TestBuildPlatformInvalid [2022-03-11T18:10:50.415Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-03-11T18:10:50.415Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-11T18:10:50.415Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-11T18:10:50.415Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-11T18:10:50.415Z] PASS [2022-03-11T18:10:50.415Z] [2022-03-11T18:10:50.415Z] === Skipped [2022-03-11T18:10:50.415Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-11T18:10:50.415Z] build_session_test.go:25: TODO: BuildKit [2022-03-11T18:10:50.415Z] [2022-03-11T18:10:50.415Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-11T18:10:50.415Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-11T18:10:50.415Z] [2022-03-11T18:10:50.415Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-11T18:10:50.415Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-11T18:10:50.415Z] [2022-03-11T18:10:50.415Z] DONE 34 tests, 3 skipped in 111.320s [2022-03-11T18:10:50.415Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-11T18:10:50.415Z] INFO: Testing against a local daemon [2022-03-11T18:10:50.415Z] === RUN TestConfigInspect [2022-03-11T18:10:50.415Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:10:50.415Z] --- SKIP: TestConfigInspect (0.02s) [2022-03-11T18:10:50.415Z] === RUN TestConfigList [2022-03-11T18:10:50.415Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:10:50.415Z] --- SKIP: TestConfigList (0.01s) [2022-03-11T18:10:50.415Z] === RUN TestConfigsCreateAndDelete [2022-03-11T18:10:50.415Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:10:50.415Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-03-11T18:10:50.415Z] === RUN TestConfigsUpdate [2022-03-11T18:10:50.415Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:10:50.415Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-03-11T18:10:50.415Z] === RUN TestTemplatedConfig [2022-03-11T18:10:50.415Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:10:50.415Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-11T18:10:50.415Z] === RUN TestConfigCreateResolve [2022-03-11T18:10:50.415Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:10:50.415Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-03-11T18:10:50.415Z] PASS [2022-03-11T18:10:50.415Z] [2022-03-11T18:10:50.415Z] === Skipped [2022-03-11T18:10:50.415Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-03-11T18:10:50.415Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:10:50.415Z] [2022-03-11T18:10:50.415Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-03-11T18:10:50.415Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:10:50.415Z] [2022-03-11T18:10:50.415Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-03-11T18:10:50.415Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:10:50.415Z] [2022-03-11T18:10:50.415Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-03-11T18:10:50.415Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:10:50.415Z] [2022-03-11T18:10:50.415Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-03-11T18:10:50.415Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:10:50.415Z] [2022-03-11T18:10:50.415Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-03-11T18:10:50.415Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:10:50.415Z] [2022-03-11T18:10:50.415Z] DONE 6 tests, 6 skipped in 0.155s [2022-03-11T18:10:50.415Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-11T18:10:50.673Z] INFO: Testing against a local daemon [2022-03-11T18:10:50.673Z] === RUN TestCheckpoint [2022-03-11T18:10:50.673Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-11T18:10:50.673Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-11T18:10:50.673Z] === RUN TestContainerInvalidJSON [2022-03-11T18:10:50.673Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:10:50.674Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:10:50.674Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:10:50.674Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:10:50.674Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:10:50.674Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:10:50.674Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-11T18:10:50.674Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-11T18:10:50.674Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-11T18:10:50.674Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-11T18:10:50.674Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-03-11T18:10:50.674Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-11T18:10:50.674Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-03-11T18:10:50.674Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-11T18:10:50.674Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-11T18:10:50.674Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-11T18:10:50.674Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-03-11T18:10:50.674Z] === RUN TestCopyFromContainer [2022-03-11T18:10:50.740Z] Removing intermediate container 17c61de49c25 [2022-03-11T18:10:50.740Z] ---> 9cb097812228 [2022-03-11T18:10:50.740Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-11T18:10:50.740Z] ---> Running in 125929f8a726 [2022-03-11T18:10:50.740Z] Removing intermediate container 125929f8a726 [2022-03-11T18:10:50.740Z] ---> 0c846c0e7907 [2022-03-11T18:10:50.740Z] 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} [2022-03-11T18:10:51.202Z] ---> Running in a557f5fb574e [2022-03-11T18:10:51.202Z] Removing intermediate container a557f5fb574e [2022-03-11T18:10:51.202Z] ---> 2c7fc9d18658 [2022-03-11T18:10:51.202Z] 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; [2022-03-11T18:10:51.202Z] ---> Running in 7a29b80d92d3 [2022-03-11T18:10:52.189Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:88mhf35vfghud8t3f6yp87mcd Created:2022-03-11 18:10:50.426720936 +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[0e51f4631cc172608e30a34fd7dc5d7a173a60154bc1d89cda6b66884e10cbce:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.q70zno1xr97v0srywsn4pwr6y EndpointID:615aff05f11ac05f7a8cd130bab37d470caa58fd2a89f8ea19f56c5f30752bd7 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:18f1e90a1633d06076c2edc2239918b1a8d16a50a50f01158039efa5390a8bd3 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:9b6e4f703eed IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.q70zno1xr97v0srywsn4pwr6y EndpointID:615aff05f11ac05f7a8cd130bab37d470caa58fd2a89f8ea19f56c5f30752bd7 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-11T18:10:54.852Z] === RUN TestCopyFromContainer// [2022-03-11T18:10:54.852Z] === RUN TestCopyFromContainer//bar/root [2022-03-11T18:10:54.852Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-11T18:10:54.852Z] === RUN TestCopyFromContainer/bar/quux [2022-03-11T18:10:54.852Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-11T18:10:54.852Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-11T18:10:54.852Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-11T18:10:54.852Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-11T18:10:54.852Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-11T18:10:54.852Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-11T18:10:54.852Z] --- PASS: TestCopyFromContainer (4.00s) [2022-03-11T18:10:54.852Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-11T18:10:54.852Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-11T18:10:54.852Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-11T18:10:54.852Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-11T18:10:54.852Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-03-11T18:10:54.852Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-03-11T18:10:54.852Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-03-11T18:10:54.852Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-03-11T18:10:54.852Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-03-11T18:10:54.852Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-03-11T18:10:54.852Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-11T18:10:54.852Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:10:54.852Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:10:54.852Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:10:54.852Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:10:54.852Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:10:54.852Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:10:54.852Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:10:54.852Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:10:54.852Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:10:54.852Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-11T18:10:54.852Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-11T18:10:54.852Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-11T18:10:54.852Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-11T18:10:54.852Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-11T18:10:54.852Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-11T18:10:54.852Z] === RUN TestCreateWithInvalidEnv [2022-03-11T18:10:54.852Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-11T18:10:54.852Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-11T18:10:54.852Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-11T18:10:54.852Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-11T18:10:54.852Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-11T18:10:54.852Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-11T18:10:54.852Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-11T18:10:54.852Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-11T18:10:54.852Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-11T18:10:54.852Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-11T18:10:54.852Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-11T18:10:54.852Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-11T18:10:54.852Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-11T18:10:54.852Z] === RUN TestCreateTmpfsMountsTarget [2022-03-11T18:10:54.852Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-03-11T18:10:54.852Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-11T18:10:55.956Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-03-11T18:10:56.225Z] --- PASS: TestCreateWithCustomMaskedPaths (1.17s) [2022-03-11T18:10:56.225Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-11T18:10:56.373Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.98s) [2022-03-11T18:10:56.373Z] PASS [2022-03-11T18:10:56.373Z] [2022-03-11T18:10:56.373Z] === Skipped [2022-03-11T18:10:56.373Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-11T18:10:56.373Z] service_test.go:243: FLAKY_TEST [2022-03-11T18:10:56.373Z] [2022-03-11T18:10:56.373Z] DONE 26 tests, 1 skipped in 44.970s [2022-03-11T18:10:56.373Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-11T18:10:56.373Z] INFO: Testing against a local daemon [2022-03-11T18:10:56.373Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-11T18:10:56.374Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:10:56.374Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-11T18:10:56.374Z] === RUN TestDockerNetworkIpvlan [2022-03-11T18:10:56.374Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:10:56.374Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-11T18:10:56.374Z] PASS [2022-03-11T18:10:56.374Z] [2022-03-11T18:10:56.374Z] === Skipped [2022-03-11T18:10:56.374Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-11T18:10:56.374Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:10:56.374Z] [2022-03-11T18:10:56.374Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-11T18:10:56.374Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:10:56.374Z] [2022-03-11T18:10:56.374Z] DONE 2 tests, 2 skipped in 0.038s [2022-03-11T18:10:56.374Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-11T18:10:56.374Z] INFO: Testing against a local daemon [2022-03-11T18:10:56.374Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-11T18:10:57.158Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.21s) [2022-03-11T18:10:57.158Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-11T18:10:57.158Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:10:57.158Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:10:57.158Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:10:57.158Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:10:57.158Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:10:57.158Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:10:57.158Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:10:57.158Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:10:57.158Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:10:57.158Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:10:57.158Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:10:57.158Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:10:57.158Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:10:57.158Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:10:57.158Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:10:57.158Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-11T18:10:57.158Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-11T18:10:57.158Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-11T18:10:57.158Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-11T18:10:57.158Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-11T18:10:57.158Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-11T18:10:57.158Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-11T18:10:57.723Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-03-11T18:10:57.723Z] === RUN TestCreateDifferentPlatform [2022-03-11T18:10:57.723Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-11T18:10:57.723Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-11T18:10:57.723Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-11T18:10:57.723Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-11T18:10:57.723Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-11T18:10:57.723Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-11T18:10:57.723Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-03-11T18:10:57.723Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-11T18:10:57.723Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-11T18:10:57.723Z] === RUN TestContainerStartOnDaemonRestart [2022-03-11T18:10:57.723Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-11T18:10:57.723Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-03-11T18:10:57.723Z] === RUN TestDaemonRestartIpcMode [2022-03-11T18:10:57.723Z] === PAUSE TestDaemonRestartIpcMode [2022-03-11T18:10:57.723Z] === RUN TestDaemonHostGatewayIP [2022-03-11T18:10:57.723Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:10:57.723Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-03-11T18:10:57.723Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-11T18:10:57.723Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-11T18:10:57.723Z] === RUN TestContainerKillOnDaemonStart [2022-03-11T18:10:57.723Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-11T18:10:57.723Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-11T18:10:57.723Z] === RUN TestDiff [2022-03-11T18:10:57.751Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s) [2022-03-11T18:10:57.751Z] === RUN TestDockerNetworkMacvlan [2022-03-11T18:10:57.931Z] === RUN TestMiddlewares [2022-03-11T18:10:57.931Z] --- PASS: TestMiddlewares (0.00s) [2022-03-11T18:10:57.931Z] PASS [2022-03-11T18:10:57.931Z] coverage: 9.0% of statements [2022-03-11T18:10:57.931Z] ok github.com/docker/docker/api/server 0.049s coverage: 9.0% of statements [2022-03-11T18:10:57.982Z] --- PASS: TestDiff (0.38s) [2022-03-11T18:10:57.982Z] === RUN TestExecWithCloseStdin [2022-03-11T18:10:58.317Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-11T18:10:58.548Z] --- PASS: TestExecWithCloseStdin (0.45s) [2022-03-11T18:10:58.548Z] === RUN TestExec [2022-03-11T18:10:58.884Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-11T18:10:59.116Z] --- PASS: TestExec (0.45s) [2022-03-11T18:10:59.116Z] === RUN TestExecUser [2022-03-11T18:10:59.375Z] --- PASS: TestExecUser (0.43s) [2022-03-11T18:10:59.375Z] === RUN TestExportContainerAndImportImage [2022-03-11T18:10:59.821Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-11T18:10:59.941Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2022-03-11T18:10:59.942Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-11T18:11:01.316Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s) [2022-03-11T18:11:01.316Z] === RUN TestHealthCheckWorkdir [2022-03-11T18:11:01.724Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-11T18:11:01.882Z] --- PASS: TestHealthCheckWorkdir (0.54s) [2022-03-11T18:11:01.882Z] === RUN TestHealthKillContainer [2022-03-11T18:11:03.112Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-11T18:11:05.335Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-11T18:11:07.308Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-11T18:11:07.308Z] --- PASS: TestDockerNetworkMacvlan (9.95s) [2022-03-11T18:11:07.308Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2022-03-11T18:11:07.308Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-11T18:11:07.308Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.86s) [2022-03-11T18:11:07.308Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.87s) [2022-03-11T18:11:07.308Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.28s) [2022-03-11T18:11:07.308Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2022-03-11T18:11:07.308Z] PASS [2022-03-11T18:11:07.308Z] [2022-03-11T18:11:07.308Z] DONE 8 tests in 11.222s [2022-03-11T18:11:07.308Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-11T18:11:07.567Z] testing: warning: no tests to run [2022-03-11T18:11:07.567Z] PASS [2022-03-11T18:11:07.567Z] [2022-03-11T18:11:07.567Z] DONE 0 tests in 0.011s [2022-03-11T18:11:07.567Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-11T18:11:07.567Z] INFO: Testing against a local daemon [2022-03-11T18:11:07.567Z] === RUN TestAuthZPluginAllowRequest [2022-03-11T18:11:08.944Z] --- PASS: TestAuthZPluginAllowRequest (1.17s) [2022-03-11T18:11:08.944Z] === RUN TestAuthZPluginTLS [2022-03-11T18:11:09.203Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-11T18:11:09.203Z] === RUN TestAuthZPluginDenyRequest [2022-03-11T18:11:09.817Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-11T18:11:09.817Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-11T18:11:09.985Z] --- PASS: TestHealthKillContainer (7.87s) [2022-03-11T18:11:09.985Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-11T18:11:09.985Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-11T18:11:09.985Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-11T18:11:09.985Z] === RUN TestIpcModeNone [2022-03-11T18:11:10.242Z] --- PASS: TestIpcModeNone (0.45s) [2022-03-11T18:11:10.242Z] === RUN TestIpcModePrivate [2022-03-11T18:11:10.384Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-11T18:11:10.384Z] === RUN TestAuthZPluginDenyResponse [2022-03-11T18:11:10.500Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2022-03-11T18:11:10.500Z] --- PASS: TestIpcModePrivate (0.44s) [2022-03-11T18:11:10.500Z] === RUN TestIpcModeShareable [2022-03-11T18:11:10.500Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-11T18:11:10.500Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-03-11T18:11:10.500Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-11T18:11:10.951Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-03-11T18:11:10.951Z] === RUN TestAuthZPluginAllowEventStream [2022-03-11T18:11:11.878Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.37s) [2022-03-11T18:11:11.878Z] === RUN TestAPIIpcModeHost [2022-03-11T18:11:11.878Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-11T18:11:11.878Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-03-11T18:11:11.878Z] === RUN TestDaemonIpcModeShareable [2022-03-11T18:11:11.878Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-11T18:11:11.878Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-03-11T18:11:11.878Z] === RUN TestDaemonIpcModePrivate [2022-03-11T18:11:12.329Z] --- PASS: TestAuthZPluginAllowEventStream (1.22s) [2022-03-11T18:11:12.329Z] === RUN TestAuthZPluginErrorResponse [2022-03-11T18:11:12.380Z] [2022-03-11T18:11:12.380Z] SUCCESS: Specified value was saved. [2022-03-11T18:11:12.380Z] INFO: Downloading git... [2022-03-11T18:11:12.380Z] INFO: Downloading go... [2022-03-11T18:11:12.588Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-03-11T18:11:12.589Z] === RUN TestAuthZPluginErrorRequest [2022-03-11T18:11:12.813Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2022-03-11T18:11:12.853Z] ......... [ 85%] [2022-03-11T18:11:13.072Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-03-11T18:11:13.072Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-11T18:11:13.072Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-11T18:11:13.072Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-11T18:11:13.072Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-11T18:11:13.072Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-11T18:11:13.072Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-11T18:11:13.072Z] === RUN TestIpcModeOlderClient [2022-03-11T18:11:13.072Z] === PAUSE TestIpcModeOlderClient [2022-03-11T18:11:13.072Z] === RUN TestKillContainerInvalidSignal [2022-03-11T18:11:13.155Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-11T18:11:13.155Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-11T18:11:13.638Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-03-11T18:11:13.638Z] === RUN TestKillContainer [2022-03-11T18:11:13.638Z] === RUN TestKillContainer/no_signal [2022-03-11T18:11:13.723Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-03-11T18:11:13.723Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-11T18:11:13.897Z] === RUN TestKillContainer/non_killing_signal [2022-03-11T18:11:13.954Z] INFO: Downloading compiler 1 of 3... [2022-03-11T18:11:13.954Z] INFO: Downloading compiler 2 of 3... [2022-03-11T18:11:13.954Z] INFO: Downloading compiler 3 of 3... [2022-03-11T18:11:14.156Z] === RUN TestKillContainer/killing_signal [2022-03-11T18:11:14.424Z] INFO: Extracting git... [2022-03-11T18:11:14.721Z] --- PASS: TestKillContainer (1.24s) [2022-03-11T18:11:14.721Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-03-11T18:11:14.721Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-03-11T18:11:14.721Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-03-11T18:11:14.721Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-11T18:11:14.721Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-11T18:11:15.101Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.46s) [2022-03-11T18:11:15.101Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-11T18:11:15.286Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-11T18:11:15.546Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.82s) [2022-03-11T18:11:15.546Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2022-03-11T18:11:15.546Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) [2022-03-11T18:11:15.546Z] === RUN TestKillStoppedContainer [2022-03-11T18:11:15.546Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-11T18:11:15.546Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-11T18:11:15.804Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-11T18:11:15.804Z] === RUN TestKillDifferentUserContainer [2022-03-11T18:11:16.076Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-03-11T18:11:16.076Z] === RUN TestInspectOomKilledTrue [2022-03-11T18:11:16.076Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-11T18:11:16.076Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-11T18:11:16.076Z] === RUN TestInspectOomKilledFalse [2022-03-11T18:11:16.076Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:11:16.076Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-11T18:11:16.076Z] === RUN TestLinksEtcHostsContentMatch [2022-03-11T18:11:16.076Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-11T18:11:16.076Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-03-11T18:11:16.076Z] === RUN TestLinksContainerNames [2022-03-11T18:11:16.477Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.47s) [2022-03-11T18:11:16.477Z] === RUN TestAuthZPluginHeader [2022-03-11T18:11:17.067Z] --- PASS: TestLinksContainerNames (0.88s) [2022-03-11T18:11:17.067Z] === RUN TestLogsFollowTailEmpty [2022-03-11T18:11:17.334Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2022-03-11T18:11:17.334Z] === RUN TestContainerNetworkMountsNoChown [2022-03-11T18:11:17.413Z] --- PASS: TestAuthZPluginHeader (0.71s) [2022-03-11T18:11:17.413Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-11T18:11:17.905Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/default [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/default [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/private [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/private [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/rprivate [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/slave [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/slave [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/rslave [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/shared [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/shared [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/rshared [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/default [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/rslave [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/rshared [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/shared [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/rprivate [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/slave [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/private [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-11T18:11:17.905Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-11T18:11:17.905Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-11T18:11:17.905Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-11T18:11:17.917Z] tests/integration/models_images_test.py ............... [ 89%] [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-11T18:11:18.163Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.03s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.01s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.01s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-11T18:11:18.163Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-11T18:11:18.163Z] === RUN TestContainerBindMountNonRecursive [2022-03-11T18:11:18.163Z] 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) [2022-03-11T18:11:18.163Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-03-11T18:11:18.163Z] === RUN TestContainerVolumesMountedAsShared [2022-03-11T18:11:18.163Z] 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) [2022-03-11T18:11:18.163Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-03-11T18:11:18.163Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-11T18:11:18.163Z] 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) [2022-03-11T18:11:18.163Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-03-11T18:11:18.163Z] === RUN TestNetworkNat [2022-03-11T18:11:18.262Z] --- PASS: TestBuildWithHugeFile (34.80s) [2022-03-11T18:11:18.262Z] === RUN TestBuildWCOWSandboxSize [2022-03-11T18:11:18.262Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-11T18:11:18.262Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-11T18:11:18.262Z] === RUN TestBuildWithEmptyDockerfile [2022-03-11T18:11:18.262Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:11:18.262Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:11:18.262Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:11:18.262Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:11:18.262Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:11:18.262Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:11:18.262Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:11:18.262Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:11:18.262Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:11:18.262Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-03-11T18:11:18.262Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2022-03-11T18:11:18.262Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-03-11T18:11:18.262Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-11T18:11:18.262Z] === RUN TestBuildPreserveOwnership [2022-03-11T18:11:18.262Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-11T18:11:18.262Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-11T18:11:18.262Z] --- PASS: TestBuildPreserveOwnership (2.78s) [2022-03-11T18:11:18.262Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.86s) [2022-03-11T18:11:18.262Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.91s) [2022-03-11T18:11:18.262Z] === RUN TestBuildPlatformInvalid [2022-03-11T18:11:18.262Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-11T18:11:18.262Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-11T18:11:18.262Z] Loaded image: busybox:latest [2022-03-11T18:11:18.262Z] Loaded image: busybox:glibc [2022-03-11T18:11:18.728Z] --- PASS: TestNetworkNat (0.50s) [2022-03-11T18:11:18.728Z] === RUN TestNetworkLocalhostTCPNat [2022-03-11T18:11:19.125Z] tests/integration/models_networks_test.py .... [ 90%] [2022-03-11T18:11:19.195Z] Loaded image: debian:bullseye-slim [2022-03-11T18:11:19.195Z] Loaded image: hello-world:latest [2022-03-11T18:11:19.292Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-03-11T18:11:19.292Z] === RUN TestNetworkLoopbackNat [2022-03-11T18:11:19.453Z] Loaded image: arm32v7/hello-world:latest [2022-03-11T18:11:21.599Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.93s) [2022-03-11T18:11:21.599Z] === RUN TestAuthZPluginV2Disable [2022-03-11T18:11:21.817Z] --- PASS: TestNetworkLoopbackNat (2.52s) [2022-03-11T18:11:21.817Z] === RUN TestPause [2022-03-11T18:11:21.817Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-11T18:11:21.817Z] --- SKIP: TestPause (0.00s) [2022-03-11T18:11:21.817Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-11T18:11:21.817Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-11T18:11:21.818Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-11T18:11:21.818Z] === RUN TestPauseStopPausedContainer [2022-03-11T18:11:21.818Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-11T18:11:21.818Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-03-11T18:11:21.818Z] === RUN TestPidHost [2022-03-11T18:11:22.751Z] --- PASS: TestPidHost (0.88s) [2022-03-11T18:11:22.751Z] === RUN TestPsFilter [2022-03-11T18:11:22.751Z] --- PASS: TestPsFilter (0.09s) [2022-03-11T18:11:22.751Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-11T18:11:23.009Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2022-03-11T18:11:23.009Z] === RUN TestRemoveContainerWithVolume [2022-03-11T18:11:23.575Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2022-03-11T18:11:23.575Z] === RUN TestRemoveContainerRunning [2022-03-11T18:11:23.833Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-03-11T18:11:23.833Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-11T18:11:24.397Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-03-11T18:11:24.397Z] === RUN TestRemoveInvalidContainer [2022-03-11T18:11:24.397Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-11T18:11:24.397Z] === RUN TestRenameLinkedContainer [2022-03-11T18:11:24.882Z] --- PASS: TestAuthZPluginV2Disable (3.52s) [2022-03-11T18:11:24.882Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-11T18:11:25.685Z] tests/integration/models_nodes_test.py . [ 90%] [2022-03-11T18:11:25.685Z] tests/integration/models_resources_test.py . [ 91%] [2022-03-11T18:11:26.296Z] --- PASS: TestRenameLinkedContainer (1.61s) [2022-03-11T18:11:26.296Z] === RUN TestRenameStoppedContainer [2022-03-11T18:11:26.296Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-03-11T18:11:26.296Z] === RUN TestRenameRunningContainerAndReuse [2022-03-11T18:11:27.230Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s) [2022-03-11T18:11:27.230Z] === RUN TestRenameInvalidName [2022-03-11T18:11:27.488Z] --- PASS: TestRenameInvalidName (0.40s) [2022-03-11T18:11:27.488Z] === RUN TestRenameAnonymousContainer [2022-03-11T18:11:27.561Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.95s) [2022-03-11T18:11:27.561Z] PASS [2022-03-11T18:11:27.561Z] [2022-03-11T18:11:27.561Z] === Skipped [2022-03-11T18:11:27.561Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-03-11T18:11:27.561Z] build_session_test.go:25: TODO: BuildKit [2022-03-11T18:11:27.561Z] [2022-03-11T18:11:27.561Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-11T18:11:27.561Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-11T18:11:27.561Z] [2022-03-11T18:11:27.561Z] DONE 34 tests, 2 skipped in 64.370s [2022-03-11T18:11:27.561Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-03-11T18:11:27.561Z] ++ 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 [2022-03-11T18:11:27.561Z] ++ set -e [2022-03-11T18:11:27.561Z] ++ '[' -n 0 ']' [2022-03-11T18:11:27.561Z] ++ set -x [2022-03-11T18:11:27.561Z] ++ 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 [2022-03-11T18:11:27.561Z] INFO: Testing against a local daemon [2022-03-11T18:11:27.561Z] === RUN TestConfigInspect [2022-03-11T18:11:28.165Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.27s) [2022-03-11T18:11:28.165Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-11T18:11:28.493Z] --- PASS: TestConfigInspect (2.14s) [2022-03-11T18:11:28.493Z] === RUN TestConfigList [2022-03-11T18:11:28.861Z] --- PASS: TestRenameAnonymousContainer (1.45s) [2022-03-11T18:11:28.861Z] === RUN TestRenameContainerWithSameName [2022-03-11T18:11:29.075Z] Removing intermediate container d18098d3fe47 [2022-03-11T18:11:29.075Z] ---> 64e94f0ed7ed [2022-03-11T18:11:29.075Z] 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 [2022-03-11T18:11:29.075Z] ---> Running in 8341e9252359 [2022-03-11T18:11:29.075Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-11T18:11:29.075Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-11T18:11:29.075Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-11T18:11:29.075Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-11T18:11:29.075Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-11T18:11:29.075Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-11T18:11:29.075Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-11T18:11:29.075Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-11T18:11:29.075Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-11T18:11:29.075Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-11T18:11:29.075Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-11T18:11:29.075Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-11T18:11:29.075Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-11T18:11:29.075Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-11T18:11:29.075Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-11T18:11:29.075Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-11T18:11:29.389Z] INFO: Expanding go... [2022-03-11T18:11:29.427Z] --- PASS: TestRenameContainerWithSameName (0.56s) [2022-03-11T18:11:29.427Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-11T18:11:30.362Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2022-03-11T18:11:30.362Z] === RUN TestResize [2022-03-11T18:11:30.928Z] --- PASS: TestResize (0.41s) [2022-03-11T18:11:30.928Z] === RUN TestResizeWithInvalidSize [2022-03-11T18:11:31.020Z] --- PASS: TestConfigList (2.17s) [2022-03-11T18:11:31.020Z] === RUN TestConfigsCreateAndDelete [2022-03-11T18:11:31.186Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2022-03-11T18:11:31.186Z] === RUN TestResizeWhenContainerNotStarted [2022-03-11T18:11:31.753Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-03-11T18:11:31.753Z] === RUN TestDaemonRestartKillContainers [2022-03-11T18:11:31.753Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-11T18:11:31.753Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-11T18:11:31.753Z] === RUN TestCgroupNamespacesRun [2022-03-11T18:11:31.774Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-03-11T18:11:32.688Z] --- PASS: TestCgroupNamespacesRun (1.15s) [2022-03-11T18:11:32.688Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-11T18:11:32.918Z] --- PASS: TestConfigsCreateAndDelete (2.13s) [2022-03-11T18:11:32.918Z] === RUN TestConfigsUpdate [2022-03-11T18:11:34.060Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.12s) [2022-03-11T18:11:34.060Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-11T18:11:34.522Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-03-11T18:11:34.780Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-03-11T18:11:34.995Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.15s) [2022-03-11T18:11:34.995Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-11T18:11:35.473Z] --- PASS: TestConfigsUpdate (2.14s) [2022-03-11T18:11:35.473Z] === RUN TestTemplatedConfig [2022-03-11T18:11:36.368Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s) [2022-03-11T18:11:36.368Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-11T18:11:37.302Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s) [2022-03-11T18:11:37.302Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-11T18:11:37.374Z] --- PASS: TestTemplatedConfig (2.39s) [2022-03-11T18:11:37.374Z] === RUN TestConfigCreateResolve [2022-03-11T18:11:37.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-11T18:11:37.391Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-11T18:11:38.155Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.87s) [2022-03-11T18:11:38.155Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-11T18:11:38.693Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s) [2022-03-11T18:11:38.694Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-11T18:11:38.700Z] tests/integration/regression_test.py ...... [ 98%] [2022-03-11T18:11:38.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-11T18:11:39.215Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-03-11T18:11:39.215Z] tests/integration/credentials/utils_test.py . [100%] [2022-03-11T18:11:39.215Z] [2022-03-11T18:11:39.215Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-03-11T18:11:39.215Z] =========================== short test summary info ============================ [2022-03-11T18:11:39.215Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-03-11T18:11:39.215Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-03-11T18:11:39.215Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-03-11T18:11:39.215Z] Not supported on most drivers [2022-03-11T18:11:39.215Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-03-11T18:11:39.215Z] Output of docker top depends on host distro, and is not formalized. [2022-03-11T18:11:39.215Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-03-11T18:11:39.215Z] Output of docker top depends on host distro, and is not formalized. [2022-03-11T18:11:39.215Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-03-11T18:11:39.215Z] Can fail if eth0 has multiple IP addresses [2022-03-11T18:11:39.215Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-03-11T18:11:39.215Z] This doesn't seem to be taken into account by the engine [2022-03-11T18:11:39.215Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-03-11T18:11:39.215Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-03-11T18:11:39.215Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 308.96 seconds == [2022-03-11T18:11:39.259Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2022-03-11T18:11:39.260Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-11T18:11:39.473Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-03-11T18:11:39.900Z] --- PASS: TestConfigCreateResolve (2.16s) [2022-03-11T18:11:39.900Z] PASS [2022-03-11T18:11:39.900Z] [2022-03-11T18:11:39.900Z] DONE 6 tests in 13.230s [2022-03-11T18:11:39.900Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-03-11T18:11:39.900Z] ++ 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 [2022-03-11T18:11:39.900Z] ++ set -e [2022-03-11T18:11:39.900Z] ++ '[' -n 0 ']' [2022-03-11T18:11:39.900Z] ++ set -x [2022-03-11T18:11:39.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=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 [2022-03-11T18:11:39.900Z] INFO: Testing against a local daemon [2022-03-11T18:11:39.900Z] === RUN TestCheckpoint [2022-03-11T18:11:39.900Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-11T18:11:39.900Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-11T18:11:39.900Z] === RUN TestContainerInvalidJSON [2022-03-11T18:11:39.900Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:11:39.900Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:11:39.900Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:11:39.900Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:11:39.900Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:11:39.900Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:11:39.900Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-11T18:11:39.900Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-11T18:11:39.900Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-11T18:11:39.900Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-11T18:11:39.900Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-03-11T18:11:39.900Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-11T18:11:39.900Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-03-11T18:11:39.900Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-11T18:11:39.900Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-11T18:11:39.900Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-11T18:11:39.900Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-11T18:11:39.900Z] === RUN TestCopyFromContainer [2022-03-11T18:11:40.633Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.15s) [2022-03-11T18:11:40.633Z] === RUN TestNISDomainname [2022-03-11T18:11:40.633Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-11T18:11:40.633Z] --- SKIP: TestNISDomainname (0.01s) [2022-03-11T18:11:40.633Z] === RUN TestHostnameDnsResolution [2022-03-11T18:11:40.834Z] === RUN TestCopyFromContainer// [2022-03-11T18:11:40.834Z] === RUN TestCopyFromContainer//bar/root [2022-03-11T18:11:40.834Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-11T18:11:41.091Z] === RUN TestCopyFromContainer/bar/quux [2022-03-11T18:11:41.091Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-11T18:11:41.091Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-11T18:11:41.091Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-11T18:11:41.091Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-11T18:11:41.198Z] --- PASS: TestHostnameDnsResolution (0.67s) [2022-03-11T18:11:41.198Z] === RUN TestUnprivilegedPortsAndPing [2022-03-11T18:11:41.198Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-11T18:11:41.198Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-03-11T18:11:41.198Z] === RUN TestStats [2022-03-11T18:11:41.198Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-11T18:11:41.198Z] --- SKIP: TestStats (0.00s) [2022-03-11T18:11:41.198Z] === RUN TestStopContainerWithTimeout [2022-03-11T18:11:41.198Z] === RUN TestStopContainerWithTimeout/0 [2022-03-11T18:11:41.198Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-11T18:11:41.198Z] === RUN TestStopContainerWithTimeout/1 [2022-03-11T18:11:41.198Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-11T18:11:41.198Z] === RUN TestStopContainerWithTimeout/3 [2022-03-11T18:11:41.198Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-11T18:11:41.198Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-11T18:11:41.198Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-11T18:11:41.198Z] === CONT TestStopContainerWithTimeout/0 [2022-03-11T18:11:41.198Z] === CONT TestStopContainerWithTimeout/3 [2022-03-11T18:11:41.353Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-11T18:11:41.353Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-11T18:11:41.353Z] --- PASS: TestCopyFromContainer (1.46s) [2022-03-11T18:11:41.353Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-11T18:11:41.353Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-11T18:11:41.353Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-11T18:11:41.353Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-11T18:11:41.353Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-11T18:11:41.353Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-03-11T18:11:41.353Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-11T18:11:41.353Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-03-11T18:11:41.353Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-03-11T18:11:41.353Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-11T18:11:41.353Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-11T18:11:41.353Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:11:41.353Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:11:41.353Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:11:41.353Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:11:41.353Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:11:41.353Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:11:41.353Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:11:41.353Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:11:41.353Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:11:41.353Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-11T18:11:41.353Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-11T18:11:41.353Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-11T18:11:41.353Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-11T18:11:41.353Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-11T18:11:41.353Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-03-11T18:11:41.353Z] === RUN TestCreateWithInvalidEnv [2022-03-11T18:11:41.353Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-11T18:11:41.353Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-11T18:11:41.353Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-11T18:11:41.353Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-11T18:11:41.353Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-11T18:11:41.353Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-11T18:11:41.353Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-11T18:11:41.353Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-11T18:11:41.353Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-11T18:11:41.353Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-11T18:11:41.353Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-11T18:11:41.353Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-11T18:11:41.353Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-11T18:11:41.353Z] === RUN TestCreateTmpfsMountsTarget [2022-03-11T18:11:41.611Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-11T18:11:41.611Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-11T18:11:41.763Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-11T18:11:42.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-11T18:11:42.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-11T18:11:42.546Z] --- PASS: TestCreateWithCustomMaskedPaths (1.18s) [2022-03-11T18:11:42.546Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-11T18:11:43.664Z] === CONT TestStopContainerWithTimeout/1 [2022-03-11T18:11:43.919Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.16s) [2022-03-11T18:11:43.919Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-11T18:11:43.919Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:11:43.919Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:11:43.919Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:11:43.919Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:11:43.919Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:11:43.919Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:11:43.919Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:11:43.919Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:11:43.919Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:11:43.919Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:11:43.919Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:11:43.919Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:11:43.919Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:11:43.919Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:11:43.919Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:11:43.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-03-11T18:11:43.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-11T18:11:43.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-11T18:11:43.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-11T18:11:43.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-11T18:11:43.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-11T18:11:43.919Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-11T18:11:44.003Z] Removing intermediate container 8341e9252359 [2022-03-11T18:11:44.003Z] ---> 3f93f8c9e996 [2022-03-11T18:11:44.003Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-11T18:11:44.003Z] ---> Running in 77adbfda5c43 [2022-03-11T18:11:44.003Z] Removing intermediate container 77adbfda5c43 [2022-03-11T18:11:44.003Z] ---> c4acc7acbcc9 [2022-03-11T18:11:44.003Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-11T18:11:44.003Z] ---> Running in 6613ff41a510 [2022-03-11T18:11:44.177Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2022-03-11T18:11:44.177Z] === RUN TestCreateDifferentPlatform [2022-03-11T18:11:44.177Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-11T18:11:44.177Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-11T18:11:44.177Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-11T18:11:44.177Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-11T18:11:44.177Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-11T18:11:44.177Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-11T18:11:44.177Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-11T18:11:44.177Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-11T18:11:44.435Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-11T18:11:44.435Z] === RUN TestContainerStartOnDaemonRestart [2022-03-11T18:11:44.435Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-11T18:11:44.435Z] === RUN TestDaemonRestartIpcMode [2022-03-11T18:11:44.435Z] === PAUSE TestDaemonRestartIpcMode [2022-03-11T18:11:44.435Z] === RUN TestDaemonHostGatewayIP [2022-03-11T18:11:44.435Z] === PAUSE TestDaemonHostGatewayIP [2022-03-11T18:11:44.435Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-11T18:11:44.435Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-11T18:11:44.435Z] === RUN TestContainerKillOnDaemonStart [2022-03-11T18:11:44.435Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-11T18:11:44.435Z] === RUN TestDiff [2022-03-11T18:11:44.471Z] Removing intermediate container 6613ff41a510 [2022-03-11T18:11:44.471Z] ---> 69738a9facec [2022-03-11T18:11:44.471Z] Step 11/11 : COPY . . [2022-03-11T18:11:44.694Z] --- PASS: TestDiff (0.42s) [2022-03-11T18:11:44.694Z] === RUN TestExecWithCloseStdin [2022-03-11T18:11:45.035Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-11T18:11:45.035Z] --- PASS: TestStopContainerWithTimeout/0 (0.60s) [2022-03-11T18:11:45.035Z] --- PASS: TestStopContainerWithTimeout/3 (2.64s) [2022-03-11T18:11:45.035Z] --- PASS: TestStopContainerWithTimeout/-1 (2.40s) [2022-03-11T18:11:45.035Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-03-11T18:11:45.035Z] === RUN TestDeleteDevicemapper [2022-03-11T18:11:45.035Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-11T18:11:45.035Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-11T18:11:45.035Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-11T18:11:45.261Z] --- PASS: TestExecWithCloseStdin (0.49s) [2022-03-11T18:11:45.262Z] === RUN TestExec [2022-03-11T18:11:45.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-11T18:11:45.827Z] --- PASS: TestExec (0.45s) [2022-03-11T18:11:45.827Z] === RUN TestExecUser [2022-03-11T18:11:46.084Z] --- PASS: TestExecUser (0.47s) [2022-03-11T18:11:46.084Z] === RUN TestExportContainerAndImportImage [2022-03-11T18:11:46.407Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.28s) [2022-03-11T18:11:46.407Z] === RUN TestUpdateMemory [2022-03-11T18:11:46.407Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-11T18:11:46.407Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-11T18:11:46.407Z] === RUN TestUpdateCPUQuota [2022-03-11T18:11:46.407Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-11T18:11:46.407Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-03-11T18:11:46.407Z] === RUN TestUpdatePidsLimit [2022-03-11T18:11:46.407Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-11T18:11:46.407Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-03-11T18:11:46.407Z] === RUN TestUpdateRestartPolicy [2022-03-11T18:11:46.650Z] --- PASS: TestExportContainerAndImportImage (0.56s) [2022-03-11T18:11:46.650Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-11T18:11:48.024Z] --- PASS: TestExportContainerAfterDaemonRestart (1.25s) [2022-03-11T18:11:48.024Z] === RUN TestHealthCheckWorkdir [2022-03-11T18:11:48.589Z] --- PASS: TestHealthCheckWorkdir (0.50s) [2022-03-11T18:11:48.589Z] === RUN TestHealthKillContainer [2022-03-11T18:11:51.668Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-11T18:11:51.668Z] [2022-03-11T18:11:51.668Z] Unloading profiles will leave already running processes permanently [2022-03-11T18:11:51.668Z] unconfined, which can lead to unexpected situations. [2022-03-11T18:11:51.668Z] [2022-03-11T18:11:51.668Z] To set a process to complain mode, use the command line tool [2022-03-11T18:11:51.668Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-11T18:11:51.668Z] Post stage [Pipeline] junit [2022-03-11T18:11:51.679Z] Recording test results [2022-03-11T18:11:52.915Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-03-11T18:11:53.199Z] + echo Ensuring container killed. [2022-03-11T18:11:53.199Z] Ensuring container killed. [2022-03-11T18:11:53.199Z] + docker rm -vf docker-pr32 [2022-03-11T18:11:53.199Z] Error: No such container: docker-pr32 [Pipeline] sh [2022-03-11T18:11:53.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-11T18:11:53.478Z] + echo Chowning /workspace to jenkins user [2022-03-11T18:11:53.478Z] Chowning /workspace to jenkins user [2022-03-11T18:11:53.478Z] + id -u [2022-03-11T18:11:53.478Z] + id -g [2022-03-11T18:11:53.478Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42942:/workspace busybox chown -R 1000:1000 /workspace [2022-03-11T18:11:53.478Z] Unable to find image 'busybox:latest' locally [2022-03-11T18:11:53.478Z] latest: Pulling from library/busybox [2022-03-11T18:11:53.735Z] 7e5209d2300f: Pulling fs layer [2022-03-11T18:11:53.735Z] 7e5209d2300f: Download complete [2022-03-11T18:11:53.735Z] 7e5209d2300f: Pull complete [2022-03-11T18:11:53.735Z] Digest: sha256:34c3559bbdedefd67195e766e38cfbb0fcabff4241dbee3f390fd6e3310f5ebc [2022-03-11T18:11:53.735Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-11T18:11:54.697Z] INFO: Expanding compiler 1 of 3... [2022-03-11T18:11:54.959Z] + bundleName=docker-py [2022-03-11T18:11:54.959Z] + echo Creating docker-py-bundles.tar.gz [2022-03-11T18:11:54.959Z] Creating docker-py-bundles.tar.gz [2022-03-11T18:11:54.959Z] + 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 [2022-03-11T18:11:54.970Z] Archiving artifacts [2022-03-11T18:11:55.687Z] INFO: Expanding compiler 2 of 3... [2022-03-11T18:11:55.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-11T18:11:56.067Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42942/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-03-11T18:11:56.231Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-03-11T18:11:56.232Z] PASS [2022-03-11T18:11:56.232Z] [2022-03-11T18:11:56.232Z] DONE 17 tests in 46.976s [2022-03-11T18:11:56.232Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-11T18:11:56.232Z] INFO: Testing against a local daemon [2022-03-11T18:11:56.232Z] === RUN TestPluginInvalidJSON [2022-03-11T18:11:56.232Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:11:56.232Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:11:56.232Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:11:56.232Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-11T18:11:56.232Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-11T18:11:56.232Z] === RUN TestPluginInstall [2022-03-11T18:11:56.232Z] === RUN TestPluginInstall/no_auth [2022-03-11T18:11:56.232Z] time="2022-03-11T18:11:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:11:56.232Z] time="2022-03-11T18:11:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:039b1f78183831b4dac1bb61a917006679bf82f7c9c012c9f92cde809b09997f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:11:56.232Z] time="2022-03-11T18:11:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:11:56.232Z] time="2022-03-11T18:11:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:039b1f78183831b4dac1bb61a917006679bf82f7c9c012c9f92cde809b09997f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:11:56.232Z] === RUN TestPluginInstall/with_htpasswd [2022-03-11T18:11:56.436Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42942/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_GITCOMMIT=8814a29f7d9e4237d877d3bf767f2096899d9efa -e DOCKER_GRAPHDRIVER docker:8814a29f7d9e4237d877d3bf767f2096899d9efa hack/make.sh binary [2022-03-11T18:11:56.490Z] time="2022-03-11T18:11:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:11:56.490Z] time="2022-03-11T18:11:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:039b1f78183831b4dac1bb61a917006679bf82f7c9c012c9f92cde809b09997f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:11:56.490Z] time="2022-03-11T18:11:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:11:56.490Z] time="2022-03-11T18:11:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:039b1f78183831b4dac1bb61a917006679bf82f7c9c012c9f92cde809b09997f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:11:56.693Z] --- PASS: TestHealthKillContainer (7.86s) [2022-03-11T18:11:56.693Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-11T18:11:56.693Z] --- PASS: TestInspectCpusetInConfigPre120 (0.43s) [2022-03-11T18:11:56.693Z] === RUN TestIpcModeNone [2022-03-11T18:11:56.694Z] [2022-03-11T18:11:56.694Z] Removing bundles/ [2022-03-11T18:11:56.750Z] === RUN TestPluginInstall/with_insecure [2022-03-11T18:11:56.951Z] [2022-03-11T18:11:56.951Z] ---> Making bundle: binary (in bundles/binary) [2022-03-11T18:11:56.951Z] Building: bundles/binary-daemon/dockerd-dev [2022-03-11T18:11:56.951Z] GOOS="" GOARCH="" GOARM="" [2022-03-11T18:11:57.262Z] --- PASS: TestIpcModeNone (0.47s) [2022-03-11T18:11:57.262Z] === RUN TestIpcModePrivate [2022-03-11T18:11:57.521Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-03-11T18:11:57.687Z] time="2022-03-11T18:11:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:11:57.687Z] time="2022-03-11T18:11:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0e5336391772b265d8ac4f4e4979477645c0dcf1aaa7c16cc87af73495ebd258" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:11:57.687Z] time="2022-03-11T18:11:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:11:57.687Z] time="2022-03-11T18:11:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0e5336391772b265d8ac4f4e4979477645c0dcf1aaa7c16cc87af73495ebd258" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:11:57.687Z] plugin_test.go:165: [d7461b7f271b7] daemon is not started [2022-03-11T18:11:57.687Z] --- PASS: TestPluginInstall (3.27s) [2022-03-11T18:11:57.687Z] --- PASS: TestPluginInstall/no_auth (1.58s) [2022-03-11T18:11:57.687Z] --- PASS: TestPluginInstall/with_htpasswd (0.61s) [2022-03-11T18:11:57.687Z] --- PASS: TestPluginInstall/with_insecure (1.08s) [2022-03-11T18:11:57.687Z] === RUN TestPluginsWithRuntimes [2022-03-11T18:11:57.779Z] --- PASS: TestIpcModePrivate (0.49s) [2022-03-11T18:11:57.779Z] === RUN TestIpcModeShareable [2022-03-11T18:11:58.037Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-03-11T18:11:58.037Z] --- PASS: TestIpcModeShareable (0.43s) [2022-03-11T18:11:58.037Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-11T18:11:58.564Z] === RUN TestBoolValue [2022-03-11T18:11:58.564Z] --- PASS: TestBoolValue (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestBoolValueOrDefault [2022-03-11T18:11:58.564Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestInt64ValueOrZero [2022-03-11T18:11:58.564Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestInt64ValueOrDefault [2022-03-11T18:11:58.564Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-11T18:11:58.564Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestJsonContentType [2022-03-11T18:11:58.564Z] --- PASS: TestJsonContentType (0.00s) [2022-03-11T18:11:58.564Z] PASS [2022-03-11T18:11:58.564Z] coverage: 14.7% of statements [2022-03-11T18:11:58.564Z] ok github.com/docker/docker/api/server/httputils 0.091s coverage: 14.7% of statements [2022-03-11T18:11:58.564Z] === RUN TestMaskSecretKeys [2022-03-11T18:11:58.564Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-11T18:11:58.564Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-11T18:11:58.564Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-11T18:11:58.564Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-11T18:11:58.564Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-11T18:11:58.564Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-11T18:11:58.564Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestVersionMiddlewareVersion [2022-03-11T18:11:58.564Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-11T18:11:58.564Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-11T18:11:58.564Z] PASS [2022-03-11T18:11:58.564Z] coverage: 37.7% of statements [2022-03-11T18:11:58.564Z] ok github.com/docker/docker/api/server/middleware 0.056s coverage: 37.7% of statements [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-11T18:11:58.564Z] === RUN TestAdjustForAPIVersion [2022-03-11T18:11:58.564Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-11T18:11:58.564Z] PASS [2022-03-11T18:11:58.564Z] coverage: 5.7% of statements [2022-03-11T18:11:58.564Z] ok github.com/docker/docker/api/server/router/swarm 0.056s coverage: 5.7% of statements [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/types [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-11T18:11:58.564Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-11T18:11:58.564Z] === RUN TestStrSliceMarshalJSON [2022-03-11T18:11:58.564Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestStrSliceUnmarshalJSON [2022-03-11T18:11:58.564Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestStrSliceUnmarshalString [2022-03-11T18:11:58.564Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestStrSliceUnmarshalSlice [2022-03-11T18:11:58.564Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-11T18:11:58.564Z] PASS [2022-03-11T18:11:58.564Z] coverage: 90.0% of statements [2022-03-11T18:11:58.564Z] ok github.com/docker/docker/api/types/strslice 0.052s coverage: 90.0% of statements [2022-03-11T18:11:58.564Z] === RUN TestToJSON [2022-03-11T18:11:58.564Z] --- PASS: TestToJSON (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestToParamWithVersion [2022-03-11T18:11:58.564Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestFromJSON [2022-03-11T18:11:58.564Z] --- PASS: TestFromJSON (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestEmpty [2022-03-11T18:11:58.564Z] --- PASS: TestEmpty (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestArgsMatchKVListEmptySources [2022-03-11T18:11:58.564Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestArgsMatchKVList [2022-03-11T18:11:58.564Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-11T18:11:58.564Z] === RUN TestArgsMatch [2022-03-11T18:11:58.565Z] --- PASS: TestArgsMatch (0.00s) [2022-03-11T18:11:58.565Z] === RUN TestAdd [2022-03-11T18:11:58.565Z] --- PASS: TestAdd (0.00s) [2022-03-11T18:11:58.565Z] === RUN TestDel [2022-03-11T18:11:58.565Z] --- PASS: TestDel (0.00s) [2022-03-11T18:11:58.565Z] === RUN TestLen [2022-03-11T18:11:58.565Z] --- PASS: TestLen (0.00s) [2022-03-11T18:11:58.565Z] === RUN TestExactMatch [2022-03-11T18:11:58.565Z] --- PASS: TestExactMatch (0.00s) [2022-03-11T18:11:58.565Z] === RUN TestOnlyOneExactMatch [2022-03-11T18:11:58.565Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-11T18:11:58.565Z] === RUN TestContains [2022-03-11T18:11:58.565Z] --- PASS: TestContains (0.00s) [2022-03-11T18:11:58.565Z] === RUN TestValidate [2022-03-11T18:11:58.565Z] --- PASS: TestValidate (0.00s) [2022-03-11T18:11:58.565Z] === RUN TestWalkValues [2022-03-11T18:11:58.565Z] --- PASS: TestWalkValues (0.00s) [2022-03-11T18:11:58.565Z] === RUN TestFuzzyMatch [2022-03-11T18:11:58.565Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-11T18:11:58.565Z] === RUN TestClone [2022-03-11T18:11:58.565Z] --- PASS: TestClone (0.00s) [2022-03-11T18:11:58.565Z] PASS [2022-03-11T18:11:58.565Z] coverage: 92.2% of statements [2022-03-11T18:11:58.565Z] ok github.com/docker/docker/api/types/filters 0.042s coverage: 92.2% of statements [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-11T18:11:58.565Z] === RUN TestDurationToSecondsString [2022-03-11T18:11:58.565Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-11T18:11:58.565Z] === RUN TestGetTimestamp [2022-03-11T18:11:58.565Z] --- PASS: TestGetTimestamp (0.21s) [2022-03-11T18:11:58.565Z] === RUN TestParseTimestamps [2022-03-11T18:11:58.565Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-11T18:11:58.565Z] PASS [2022-03-11T18:11:58.565Z] coverage: 100.0% of statements [2022-03-11T18:11:58.565Z] ok github.com/docker/docker/api/types/time 0.252s coverage: 100.0% of statements [2022-03-11T18:11:58.565Z] === RUN TestCompareVersion [2022-03-11T18:11:58.565Z] --- PASS: TestCompareVersion (0.00s) [2022-03-11T18:11:58.565Z] PASS [2022-03-11T18:11:58.565Z] coverage: 77.3% of statements [2022-03-11T18:11:58.565Z] ok github.com/docker/docker/api/types/versions 0.037s coverage: 77.3% of statements [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/builder [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-11T18:11:58.565Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-11T18:11:58.565Z] === RUN TestParseRemoteURL [2022-03-11T18:11:58.565Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-11T18:11:58.565Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-11T18:11:58.565Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-11T18:11:58.565Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-11T18:11:58.565Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-11T18:11:58.565Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-11T18:11:58.565Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-11T18:11:58.565Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-11T18:11:58.565Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-11T18:11:58.565Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-11T18:11:58.565Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-11T18:11:58.565Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-11T18:11:58.565Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-11T18:11:58.565Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-11T18:11:58.565Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-11T18:11:58.565Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-11T18:11:58.565Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-11T18:11:58.565Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-11T18:11:58.565Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-11T18:11:58.565Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-11T18:11:58.565Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-11T18:11:58.565Z] === RUN TestCloneArgsSmartHttp [2022-03-11T18:11:58.565Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-11T18:11:58.565Z] === RUN TestCloneArgsDumbHttp [2022-03-11T18:11:58.565Z] --- PASS: TestCloneArgsDumbHttp (0.01s) [2022-03-11T18:11:58.565Z] === RUN TestCloneArgsGit [2022-03-11T18:11:58.565Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-11T18:11:58.565Z] === RUN TestCheckoutGit [2022-03-11T18:11:58.565Z] === RUN TestEnable [2022-03-11T18:11:58.565Z] --- PASS: TestEnable (0.00s) [2022-03-11T18:11:58.565Z] === RUN TestDisable [2022-03-11T18:11:58.565Z] --- PASS: TestDisable (0.00s) [2022-03-11T18:11:58.565Z] === RUN TestEnabled [2022-03-11T18:11:58.565Z] --- PASS: TestEnabled (0.00s) [2022-03-11T18:11:58.565Z] PASS [2022-03-11T18:11:58.565Z] coverage: 100.0% of statements [2022-03-11T18:11:58.565Z] ok github.com/docker/docker/cli/debug 0.044s coverage: 100.0% of statements [2022-03-11T18:11:58.565Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-11T18:11:58.596Z] --- PASS: TestUpdateRestartPolicy (10.90s) [2022-03-11T18:11:58.596Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-11T18:11:58.596Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2022-03-11T18:11:58.596Z] === RUN TestWaitNonBlocked [2022-03-11T18:11:58.596Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:11:58.597Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:11:58.597Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:11:58.597Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:11:58.597Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:11:58.597Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:11:58.597Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-11T18:11:58.597Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s) [2022-03-11T18:11:58.597Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s) [2022-03-11T18:11:58.597Z] === RUN TestWaitBlocked [2022-03-11T18:11:58.597Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-11T18:11:58.597Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-11T18:11:58.597Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-11T18:11:58.597Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-11T18:11:58.597Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-11T18:11:58.597Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-11T18:11:59.032Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-03-11T18:11:59.033Z] === RUN TestProcessNoDockerignore [2022-03-11T18:11:59.033Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-11T18:11:59.033Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-11T18:11:59.033Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-11T18:11:59.033Z] === RUN TestDetectContentType [2022-03-11T18:11:59.033Z] --- PASS: TestDetectContentType (0.00s) [2022-03-11T18:11:59.033Z] === RUN TestSelectAcceptableMIME [2022-03-11T18:11:59.033Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-11T18:11:59.033Z] === RUN TestInspectEmptyResponse [2022-03-11T18:11:59.033Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-11T18:11:59.033Z] === RUN TestInspectResponseBinary [2022-03-11T18:11:59.033Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-11T18:11:59.033Z] === RUN TestResponseUnsupportedContentType [2022-03-11T18:11:59.033Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-11T18:11:59.033Z] === RUN TestInspectResponseTextSimple [2022-03-11T18:11:59.033Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-11T18:11:59.033Z] === RUN TestInspectResponseEmptyContentType [2022-03-11T18:11:59.033Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-11T18:11:59.033Z] === RUN TestUnknownContentLength [2022-03-11T18:11:59.033Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-11T18:11:59.033Z] === RUN TestDownloadRemote [2022-03-11T18:11:59.033Z] --- PASS: TestDownloadRemote (0.10s) [2022-03-11T18:11:59.033Z] === RUN TestGetWithStatusError [2022-03-11T18:11:59.033Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-11T18:11:59.033Z] === RUN TestCloseRootDirectory [2022-03-11T18:11:59.033Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:11:59.033Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-11T18:11:59.033Z] === RUN TestHashFile [2022-03-11T18:11:59.033Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:11:59.033Z] --- SKIP: TestHashFile (0.00s) [2022-03-11T18:11:59.033Z] === RUN TestHashSubdir [2022-03-11T18:11:59.033Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:11:59.033Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-11T18:11:59.033Z] === RUN TestRemoveDirectory [2022-03-11T18:11:59.033Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:11:59.033Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-11T18:11:59.033Z] PASS [2022-03-11T18:11:59.033Z] coverage: 9.3% of statements [2022-03-11T18:11:59.033Z] ok github.com/docker/docker/builder/remotecontext 0.236s coverage: 9.3% of statements [2022-03-11T18:11:59.164Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-11T18:11:59.164Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.56s) [2022-03-11T18:11:59.164Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s) [2022-03-11T18:11:59.164Z] === CONT TestDaemonRestartIpcMode [2022-03-11T18:11:59.164Z] === CONT TestIpcModeOlderClient [2022-03-11T18:11:59.164Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-03-11T18:11:59.164Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-11T18:11:59.193Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-11T18:11:59.409Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.32s) [2022-03-11T18:11:59.409Z] === RUN TestAPIIpcModeHost [2022-03-11T18:11:59.590Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-11T18:11:59.974Z] --- PASS: TestAPIIpcModeHost (0.36s) [2022-03-11T18:11:59.974Z] === RUN TestDaemonIpcModeShareable [2022-03-11T18:12:00.020Z] === RUN TestGetAllAllowed [2022-03-11T18:12:00.020Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-11T18:12:00.020Z] === RUN TestGetAllMeta [2022-03-11T18:12:00.020Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-11T18:12:00.020Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-11T18:12:00.020Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-11T18:12:00.020Z] === RUN TestIsUnreferencedBuiltin [2022-03-11T18:12:00.020Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-11T18:12:00.020Z] === RUN TestIsExistingDirectory [2022-03-11T18:12:00.020Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-03-11T18:12:00.020Z] === RUN TestGetFilenameForDownload [2022-03-11T18:12:00.020Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-11T18:12:00.020Z] === RUN TestEnv2Variables [2022-03-11T18:12:00.020Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-11T18:12:00.020Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-11T18:12:00.020Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-11T18:12:00.020Z] === RUN TestMaintainer [2022-03-11T18:12:00.020Z] --- PASS: TestMaintainer (0.00s) [2022-03-11T18:12:00.020Z] === RUN TestLabel [2022-03-11T18:12:00.020Z] --- PASS: TestLabel (0.00s) [2022-03-11T18:12:00.020Z] === RUN TestFromScratch [2022-03-11T18:12:00.020Z] --- PASS: TestFromScratch (0.00s) [2022-03-11T18:12:00.020Z] === RUN TestFromWithArg [2022-03-11T18:12:00.020Z] --- PASS: TestFromWithArg (0.00s) [2022-03-11T18:12:00.020Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-11T18:12:00.020Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-11T18:12:00.020Z] === RUN TestFromWithUndefinedArg [2022-03-11T18:12:00.020Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestFromMultiStageWithNamedStage [2022-03-11T18:12:00.021Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestOnbuild [2022-03-11T18:12:00.021Z] --- PASS: TestOnbuild (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestWorkdir [2022-03-11T18:12:00.021Z] --- PASS: TestWorkdir (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestCmd [2022-03-11T18:12:00.021Z] --- PASS: TestCmd (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestHealthcheckNone [2022-03-11T18:12:00.021Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestHealthcheckCmd [2022-03-11T18:12:00.021Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestEntrypoint [2022-03-11T18:12:00.021Z] --- PASS: TestEntrypoint (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestExpose [2022-03-11T18:12:00.021Z] --- PASS: TestExpose (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestUser [2022-03-11T18:12:00.021Z] --- PASS: TestUser (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestVolume [2022-03-11T18:12:00.021Z] --- PASS: TestVolume (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestStopSignal [2022-03-11T18:12:00.021Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-11T18:12:00.021Z] --- SKIP: TestStopSignal (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestArg [2022-03-11T18:12:00.021Z] --- PASS: TestArg (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestShell [2022-03-11T18:12:00.021Z] --- PASS: TestShell (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestPrependEnvOnCmd [2022-03-11T18:12:00.021Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestRunWithBuildArgs [2022-03-11T18:12:00.021Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestRunIgnoresHealthcheck [2022-03-11T18:12:00.021Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestDispatchUnsupportedOptions [2022-03-11T18:12:00.021Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-11T18:12:00.021Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-11T18:12:00.021Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-11T18:12:00.021Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-11T18:12:00.021Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-11T18:12:00.021Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-11T18:12:00.021Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestNormalizeWorkdir [2022-03-11T18:12:00.021Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestDispatch [2022-03-11T18:12:00.021Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-11T18:12:00.021Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-11T18:12:00.021Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-11T18:12:00.021Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-11T18:12:00.021Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-11T18:12:00.021Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-11T18:12:00.021Z] === RUN TestDispatch/COPY_url [2022-03-11T18:12:00.021Z] --- PASS: TestDispatch (0.07s) [2022-03-11T18:12:00.021Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-03-11T18:12:00.021Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-11T18:12:00.021Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-03-11T18:12:00.021Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-11T18:12:00.021Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-11T18:12:00.021Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-11T18:12:00.021Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestAddScratchImageAddsToMounts [2022-03-11T18:12:00.021Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-11T18:12:00.021Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-11T18:12:00.021Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-11T18:12:00.021Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestImageSourceGetAddsToMounts [2022-03-11T18:12:00.021Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestEmptyDockerfile [2022-03-11T18:12:00.021Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-11T18:12:00.021Z] === RUN TestSymlinkDockerfile [2022-03-11T18:12:00.021Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-11T18:12:00.021Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-11T18:12:00.021Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestNonExistingDockerfile [2022-03-11T18:12:00.021Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestCopyRunConfig [2022-03-11T18:12:00.021Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestDeepCopyRunConfig [2022-03-11T18:12:00.021Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestExportImage [2022-03-11T18:12:00.021Z] --- PASS: TestExportImage (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestNormalizeDest [2022-03-11T18:12:00.021Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-11T18:12:00.021Z] PASS [2022-03-11T18:12:00.021Z] coverage: 46.7% of statements [2022-03-11T18:12:00.021Z] ok github.com/docker/docker/builder/dockerfile 0.211s coverage: 46.7% of statements [2022-03-11T18:12:00.021Z] === RUN TestTCP4Proxy [2022-03-11T18:12:00.021Z] --- PASS: TestTCP4Proxy (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestTCP4ProxyHalfClose [2022-03-11T18:12:00.021Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestTCP6Proxy [2022-03-11T18:12:00.021Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-11T18:12:00.021Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestTCPDualStackProxy [2022-03-11T18:12:00.021Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-11T18:12:00.021Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestUDP4Proxy [2022-03-11T18:12:00.021Z] --- PASS: TestUDP4Proxy (0.02s) [2022-03-11T18:12:00.021Z] === RUN TestUDP6Proxy [2022-03-11T18:12:00.021Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-11T18:12:00.021Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestUDPWriteError [2022-03-11T18:12:00.021Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-11T18:12:00.021Z] === RUN TestSCTP4Proxy [2022-03-11T18:12:00.021Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-11T18:12:00.021Z] --- SKIP: TestSCTP4Proxy (0.01s) [2022-03-11T18:12:00.021Z] === RUN TestSCTP6Proxy [2022-03-11T18:12:00.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-11T18:12:00.157Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-11T18:12:00.488Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-11T18:12:00.488Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-11T18:12:00.488Z] PASS [2022-03-11T18:12:00.488Z] coverage: 49.4% of statements [2022-03-11T18:12:00.488Z] ok github.com/docker/docker/cmd/docker-proxy 0.094s coverage: 49.4% of statements [2022-03-11T18:12:00.907Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-11T18:12:00.907Z] --- PASS: TestDaemonIpcModeShareable (1.14s) [2022-03-11T18:12:00.907Z] === RUN TestDaemonIpcModePrivate [2022-03-11T18:12:01.092Z] --- PASS: TestPluginsWithRuntimes (3.34s) [2022-03-11T18:12:01.092Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.89s) [2022-03-11T18:12:01.092Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2022-03-11T18:12:01.092Z] === RUN TestPluginBackCompatMediaTypes [2022-03-11T18:12:01.574Z] INFO: Expanding compiler 3 of 3... [2022-03-11T18:12:01.660Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-03-11T18:12:01.660Z] PASS [2022-03-11T18:12:01.660Z] [2022-03-11T18:12:01.660Z] DONE 10 tests in 7.226s [2022-03-11T18:12:01.660Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-11T18:12:01.660Z] INFO: Testing against a local daemon [2022-03-11T18:12:01.660Z] === RUN TestExternalGraphDriver [2022-03-11T18:12:01.660Z] === RUN TestExternalGraphDriver/json [2022-03-11T18:12:01.696Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.53s) [2022-03-11T18:12:01.841Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-11T18:12:01.954Z] --- PASS: TestDaemonRestartIpcMode (2.70s) [2022-03-11T18:12:01.954Z] PASS [2022-03-11T18:12:01.954Z] [2022-03-11T18:12:01.954Z] === Skipped [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-11T18:12:01.955Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-03-11T18:12:01.955Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-03-11T18:12:01.955Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-03-11T18:12:01.955Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-11T18:12:01.955Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-03-11T18:12:01.955Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-03-11T18:12:01.955Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-03-11T18:12:01.955Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-11T18:12:01.955Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-11T18:12:01.955Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-11T18:12:01.955Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-11T18:12:01.955Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-03-11T18:12:01.955Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-03-11T18:12:01.955Z] 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) [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-03-11T18:12:01.955Z] 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) [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-03-11T18:12:01.955Z] 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) [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-03-11T18:12:01.955Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-11T18:12:01.955Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-03-11T18:12:01.955Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-03-11T18:12:01.955Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2022-03-11T18:12:01.955Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-03-11T18:12:01.955Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-03-11T18:12:01.955Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-11T18:12:01.955Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-11T18:12:01.955Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-03-11T18:12:01.955Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-03-11T18:12:01.955Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-11T18:12:01.955Z] [2022-03-11T18:12:01.955Z] DONE 177 tests, 27 skipped in 71.385s [2022-03-11T18:12:01.955Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-11T18:12:01.955Z] === RUN TestConfigDaemonLibtrustID [2022-03-11T18:12:02.100Z] --- PASS: TestDaemonIpcModePrivate (1.14s) [2022-03-11T18:12:02.100Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-11T18:12:02.524Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-03-11T18:12:02.524Z] === RUN TestDaemonConfigValidation [2022-03-11T18:12:02.524Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-11T18:12:02.524Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-11T18:12:02.524Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-11T18:12:02.524Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-11T18:12:02.524Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-11T18:12:02.524Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-11T18:12:02.524Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-11T18:12:02.524Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-11T18:12:02.524Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-11T18:12:02.524Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-11T18:12:02.524Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-11T18:12:02.524Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-11T18:12:02.524Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-11T18:12:02.524Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-11T18:12:02.568Z] INFO: Removing downloaded files... [2022-03-11T18:12:02.568Z] INFO: Downloading containerd [2022-03-11T18:12:02.782Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-11T18:12:02.782Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-11T18:12:02.782Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-03-11T18:12:02.782Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.11s) [2022-03-11T18:12:02.782Z] --- PASS: TestDaemonConfigValidation/valid_config (0.11s) [2022-03-11T18:12:02.782Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.11s) [2022-03-11T18:12:02.782Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2022-03-11T18:12:02.782Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-11T18:12:02.782Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-11T18:12:03.033Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-11T18:12:03.291Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.18s) [2022-03-11T18:12:03.291Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-11T18:12:03.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-11T18:12:03.562Z] === RUN TestExternalGraphDriver/spec [2022-03-11T18:12:04.155Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-11T18:12:04.227Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-11T18:12:04.485Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.13s) [2022-03-11T18:12:04.485Z] === RUN TestIpcModeOlderClient [2022-03-11T18:12:04.485Z] === PAUSE TestIpcModeOlderClient [2022-03-11T18:12:04.485Z] === RUN TestKillContainerInvalidSignal [2022-03-11T18:12:04.742Z] --- PASS: TestKillContainerInvalidSignal (0.39s) [2022-03-11T18:12:04.742Z] === RUN TestKillContainer [2022-03-11T18:12:04.742Z] === RUN TestKillContainer/no_signal [2022-03-11T18:12:05.089Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-11T18:12:05.309Z] === RUN TestKillContainer/non_killing_signal [2022-03-11T18:12:05.464Z] === RUN TestExternalGraphDriver/pull [2022-03-11T18:12:05.567Z] === RUN TestKillContainer/killing_signal [2022-03-11T18:12:05.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-11T18:12:06.024Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-11T18:12:06.024Z] daemon_test.go:156: [d5ac20643e66c] daemon is not started [2022-03-11T18:12:06.024Z] --- PASS: TestConfigDaemonSeccompProfiles (3.27s) [2022-03-11T18:12:06.024Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-03-11T18:12:06.024Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2022-03-11T18:12:06.024Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s) [2022-03-11T18:12:06.024Z] === RUN TestDaemonProxy [2022-03-11T18:12:06.024Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-11T18:12:06.024Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-11T18:12:06.024Z] PASS [2022-03-11T18:12:06.024Z] [2022-03-11T18:12:06.024Z] === Skipped [2022-03-11T18:12:06.024Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-03-11T18:12:06.024Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-11T18:12:06.024Z] [2022-03-11T18:12:06.024Z] DONE 12 tests, 1 skipped in 4.196s [2022-03-11T18:12:06.024Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-11T18:12:06.131Z] --- PASS: TestKillContainer (1.24s) [2022-03-11T18:12:06.132Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-03-11T18:12:06.132Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2022-03-11T18:12:06.132Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-03-11T18:12:06.132Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-11T18:12:06.132Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-11T18:12:06.281Z] INFO: Testing against a local daemon [2022-03-11T18:12:06.281Z] === RUN TestCommitInheritsEnv [2022-03-11T18:12:06.390Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-11T18:12:06.839Z] --- PASS: TestExternalGraphDriver (5.05s) [2022-03-11T18:12:06.839Z] --- PASS: TestExternalGraphDriver/json (1.70s) [2022-03-11T18:12:06.839Z] --- PASS: TestExternalGraphDriver/spec (1.69s) [2022-03-11T18:12:06.839Z] --- PASS: TestExternalGraphDriver/pull (1.62s) [2022-03-11T18:12:06.839Z] === RUN TestGraphdriverPluginV2 [2022-03-11T18:12:07.322Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.12s) [2022-03-11T18:12:07.322Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.36s) [2022-03-11T18:12:07.322Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.61s) [2022-03-11T18:12:07.322Z] === RUN TestKillStoppedContainer [2022-03-11T18:12:07.322Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-11T18:12:07.322Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-11T18:12:07.322Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-11T18:12:07.322Z] === RUN TestKillDifferentUserContainer [2022-03-11T18:12:07.580Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-03-11T18:12:07.580Z] === RUN TestInspectOomKilledTrue [2022-03-11T18:12:08.145Z] --- PASS: TestInspectOomKilledTrue (0.46s) [2022-03-11T18:12:08.145Z] === RUN TestInspectOomKilledFalse [2022-03-11T18:12:08.176Z] --- PASS: TestCommitInheritsEnv (1.96s) [2022-03-11T18:12:08.176Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-11T18:12:08.176Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-11T18:12:08.176Z] === RUN TestImportWithCustomPlatform [2022-03-11T18:12:08.176Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-11T18:12:08.176Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-11T18:12:08.176Z] === RUN TestImportWithCustomPlatform// [2022-03-11T18:12:08.176Z] === RUN TestImportWithCustomPlatform/linux [2022-03-11T18:12:08.403Z] --- PASS: TestInspectOomKilledFalse (0.40s) [2022-03-11T18:12:08.403Z] === RUN TestLinksEtcHostsContentMatch [2022-03-11T18:12:08.434Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-11T18:12:08.434Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-11T18:12:08.434Z] === RUN TestImportWithCustomPlatform/macos [2022-03-11T18:12:08.434Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-11T18:12:08.434Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-11T18:12:08.434Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-03-11T18:12:08.434Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-11T18:12:08.434Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-11T18:12:08.434Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-11T18:12:08.434Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-11T18:12:08.434Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-11T18:12:08.434Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-11T18:12:08.434Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-11T18:12:08.434Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-11T18:12:08.434Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-11T18:12:08.434Z] === RUN TestImagesFilterMultiReference [2022-03-11T18:12:08.434Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-11T18:12:08.434Z] === RUN TestImagePullPlatformInvalid [2022-03-11T18:12:08.434Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-11T18:12:08.434Z] === RUN TestRemoveImageOrphaning [2022-03-11T18:12:08.661Z] --- PASS: TestLinksEtcHostsContentMatch (0.27s) [2022-03-11T18:12:08.661Z] === RUN TestLinksContainerNames [2022-03-11T18:12:09.191Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-11T18:12:09.594Z] --- PASS: TestLinksContainerNames (0.79s) [2022-03-11T18:12:09.594Z] === RUN TestLogsFollowTailEmpty [2022-03-11T18:12:09.851Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-03-11T18:12:09.851Z] === RUN TestContainerNetworkMountsNoChown [2022-03-11T18:12:10.330Z] --- PASS: TestRemoveImageOrphaning (1.61s) [2022-03-11T18:12:10.330Z] === RUN TestRemoveImageGarbageCollector [2022-03-11T18:12:10.330Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-11T18:12:10.330Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-11T18:12:10.330Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-11T18:12:10.330Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-11T18:12:10.330Z] === RUN TestTagInvalidReference [2022-03-11T18:12:10.330Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-11T18:12:10.330Z] === RUN TestTagValidPrefixedRepo [2022-03-11T18:12:10.330Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-11T18:12:10.330Z] === RUN TestTagExistedNameWithoutForce [2022-03-11T18:12:10.330Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-11T18:12:10.330Z] === RUN TestTagOfficialNames [2022-03-11T18:12:10.330Z] --- PASS: TestTagOfficialNames (0.04s) [2022-03-11T18:12:10.330Z] === RUN TestTagMatchesDigest [2022-03-11T18:12:10.330Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-11T18:12:10.330Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-11T18:12:10.417Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/default [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/default [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/private [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/private [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/rprivate [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/slave [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/slave [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/rslave [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/shared [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/shared [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/rshared [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/default [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/rslave [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/rshared [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/shared [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/rprivate [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/slave [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/private [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-11T18:12:10.417Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-11T18:12:10.417Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-11T18:12:10.417Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-11T18:12:10.675Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-11T18:12:10.675Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-11T18:12:10.675Z] === RUN TestContainerBindMountNonRecursive [2022-03-11T18:12:10.916Z] === RUN TestCheckpointCreateError [2022-03-11T18:12:10.916Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestCheckpointCreate [2022-03-11T18:12:10.916Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestCheckpointDeleteError [2022-03-11T18:12:10.916Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestCheckpointDelete [2022-03-11T18:12:10.916Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestCheckpointListError [2022-03-11T18:12:10.916Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestCheckpointList [2022-03-11T18:12:10.916Z] --- PASS: TestCheckpointList (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestCheckpointListContainerNotFound [2022-03-11T18:12:10.916Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestNewClientWithOpsFromEnv [2022-03-11T18:12:10.916Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-11T18:12:10.916Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestGetAPIPath [2022-03-11T18:12:10.916Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestParseHostURL [2022-03-11T18:12:10.916Z] --- PASS: TestParseHostURL (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-11T18:12:10.916Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-11T18:12:10.916Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestNegotiateAPIVersion [2022-03-11T18:12:10.916Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestNegotiateAPVersionOverride [2022-03-11T18:12:10.916Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-11T18:12:10.916Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-11T18:12:10.916Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-11T18:12:10.916Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestClientRedirect [2022-03-11T18:12:10.916Z] --- PASS: TestClientRedirect (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigCreateUnsupported [2022-03-11T18:12:10.916Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigCreateError [2022-03-11T18:12:10.916Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigCreate [2022-03-11T18:12:10.916Z] --- PASS: TestConfigCreate (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigInspectNotFound [2022-03-11T18:12:10.916Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigInspectWithEmptyID [2022-03-11T18:12:10.916Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigInspectUnsupported [2022-03-11T18:12:10.916Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigInspectError [2022-03-11T18:12:10.916Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigInspectConfigNotFound [2022-03-11T18:12:10.916Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigInspect [2022-03-11T18:12:10.916Z] --- PASS: TestConfigInspect (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigListUnsupported [2022-03-11T18:12:10.916Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigListError [2022-03-11T18:12:10.916Z] --- PASS: TestConfigListError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigList [2022-03-11T18:12:10.916Z] --- PASS: TestConfigList (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigRemoveUnsupported [2022-03-11T18:12:10.916Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigRemoveError [2022-03-11T18:12:10.916Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigRemove [2022-03-11T18:12:10.916Z] --- PASS: TestConfigRemove (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigUpdateUnsupported [2022-03-11T18:12:10.916Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigUpdateError [2022-03-11T18:12:10.916Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestConfigUpdate [2022-03-11T18:12:10.916Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerCommitError [2022-03-11T18:12:10.916Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerCommit [2022-03-11T18:12:10.916Z] --- PASS: TestContainerCommit (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerStatPathError [2022-03-11T18:12:10.916Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerStatPathNotFoundError [2022-03-11T18:12:10.916Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerStatPathNoHeaderError [2022-03-11T18:12:10.916Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerStatPath [2022-03-11T18:12:10.916Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestCopyToContainerError [2022-03-11T18:12:10.916Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestCopyToContainerNotFoundError [2022-03-11T18:12:10.916Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-11T18:12:10.916Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestCopyToContainer [2022-03-11T18:12:10.916Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestCopyFromContainerError [2022-03-11T18:12:10.916Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestCopyFromContainerNotFoundError [2022-03-11T18:12:10.916Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-11T18:12:10.916Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-11T18:12:10.916Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestCopyFromContainer [2022-03-11T18:12:10.916Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerCreateError [2022-03-11T18:12:10.916Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerCreateImageNotFound [2022-03-11T18:12:10.916Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerCreateWithName [2022-03-11T18:12:10.916Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerCreateAutoRemove [2022-03-11T18:12:10.916Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerDiffError [2022-03-11T18:12:10.916Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerDiff [2022-03-11T18:12:10.916Z] --- PASS: TestContainerDiff (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerExecCreateError [2022-03-11T18:12:10.916Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerExecCreate [2022-03-11T18:12:10.916Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerExecStartError [2022-03-11T18:12:10.916Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerExecStart [2022-03-11T18:12:10.916Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerExecInspectError [2022-03-11T18:12:10.916Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerExecInspect [2022-03-11T18:12:10.916Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerExportError [2022-03-11T18:12:10.916Z] --- PASS: TestContainerExportError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerExport [2022-03-11T18:12:10.916Z] --- PASS: TestContainerExport (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerInspectError [2022-03-11T18:12:10.916Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerInspectContainerNotFound [2022-03-11T18:12:10.916Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerInspectWithEmptyID [2022-03-11T18:12:10.916Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerInspect [2022-03-11T18:12:10.916Z] --- PASS: TestContainerInspect (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerInspectNode [2022-03-11T18:12:10.916Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-11T18:12:10.916Z] === RUN TestContainerKillError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerKillError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerKill [2022-03-11T18:12:10.917Z] --- PASS: TestContainerKill (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerListError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerListError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerList [2022-03-11T18:12:10.917Z] --- PASS: TestContainerList (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerLogsNotFoundError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerLogsError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerLogs [2022-03-11T18:12:10.917Z] --- PASS: TestContainerLogs (0.21s) [2022-03-11T18:12:10.917Z] === RUN TestContainerPauseError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerPause [2022-03-11T18:12:10.917Z] --- PASS: TestContainerPause (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainersPruneError [2022-03-11T18:12:10.917Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainersPrune [2022-03-11T18:12:10.917Z] --- PASS: TestContainersPrune (0.02s) [2022-03-11T18:12:10.917Z] === RUN TestContainerRemoveError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerRemoveNotFoundError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerRemove [2022-03-11T18:12:10.917Z] --- PASS: TestContainerRemove (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerRenameError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerRename [2022-03-11T18:12:10.917Z] --- PASS: TestContainerRename (0.05s) [2022-03-11T18:12:10.917Z] === RUN TestContainerResizeError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerResizeError (0.01s) [2022-03-11T18:12:10.917Z] === RUN TestContainerExecResizeError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerResize [2022-03-11T18:12:10.917Z] --- PASS: TestContainerResize (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerExecResize [2022-03-11T18:12:10.917Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerRestartError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerRestart [2022-03-11T18:12:10.917Z] --- PASS: TestContainerRestart (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerStartError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerStartError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerStart [2022-03-11T18:12:10.917Z] --- PASS: TestContainerStart (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerStatsError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerStats [2022-03-11T18:12:10.917Z] --- PASS: TestContainerStats (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerStopError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerStopError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerStop [2022-03-11T18:12:10.917Z] --- PASS: TestContainerStop (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerTopError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerTopError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerTop [2022-03-11T18:12:10.917Z] --- PASS: TestContainerTop (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerUnpauseError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerUnpause [2022-03-11T18:12:10.917Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerUpdateError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerUpdate [2022-03-11T18:12:10.917Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerWaitError [2022-03-11T18:12:10.917Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestContainerWait [2022-03-11T18:12:10.917Z] --- PASS: TestContainerWait (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestDiskUsageError [2022-03-11T18:12:10.917Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestDiskUsage [2022-03-11T18:12:10.917Z] --- PASS: TestDiskUsage (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestDistributionInspectUnsupported [2022-03-11T18:12:10.917Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestDistributionInspectWithEmptyID [2022-03-11T18:12:10.917Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestEventsErrorInOptions [2022-03-11T18:12:10.917Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestEventsErrorFromServer [2022-03-11T18:12:10.917Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestEvents [2022-03-11T18:12:10.917Z] --- PASS: TestEvents (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestTLSCloseWriter [2022-03-11T18:12:10.917Z] === PAUSE TestTLSCloseWriter [2022-03-11T18:12:10.917Z] === RUN TestImageBuildError [2022-03-11T18:12:10.917Z] --- PASS: TestImageBuildError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageBuild [2022-03-11T18:12:10.917Z] --- PASS: TestImageBuild (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestGetDockerOS [2022-03-11T18:12:10.917Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageCreateError [2022-03-11T18:12:10.917Z] --- PASS: TestImageCreateError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageCreate [2022-03-11T18:12:10.917Z] --- PASS: TestImageCreate (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageHistoryError [2022-03-11T18:12:10.917Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageHistory [2022-03-11T18:12:10.917Z] --- PASS: TestImageHistory (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageImportError [2022-03-11T18:12:10.917Z] --- PASS: TestImageImportError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageImport [2022-03-11T18:12:10.917Z] --- PASS: TestImageImport (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageInspectError [2022-03-11T18:12:10.917Z] --- PASS: TestImageInspectError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageInspectImageNotFound [2022-03-11T18:12:10.917Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageInspectWithEmptyID [2022-03-11T18:12:10.917Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageInspect [2022-03-11T18:12:10.917Z] --- PASS: TestImageInspect (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageListError [2022-03-11T18:12:10.917Z] --- PASS: TestImageListError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageList [2022-03-11T18:12:10.917Z] --- PASS: TestImageList (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageListApiBefore125 [2022-03-11T18:12:10.917Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageLoadError [2022-03-11T18:12:10.917Z] --- PASS: TestImageLoadError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageLoad [2022-03-11T18:12:10.917Z] --- PASS: TestImageLoad (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagesPruneError [2022-03-11T18:12:10.917Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagesPrune [2022-03-11T18:12:10.917Z] --- PASS: TestImagesPrune (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagePullReferenceParseError [2022-03-11T18:12:10.917Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagePullAnyError [2022-03-11T18:12:10.917Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-11T18:12:10.917Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-11T18:12:10.917Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-11T18:12:10.917Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-11T18:12:10.917Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagePullWithoutErrors [2022-03-11T18:12:10.917Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagePushReferenceError [2022-03-11T18:12:10.917Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagePushAnyError [2022-03-11T18:12:10.917Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-11T18:12:10.917Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-11T18:12:10.917Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-11T18:12:10.917Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-11T18:12:10.917Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImagePushWithoutErrors [2022-03-11T18:12:10.917Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-11T18:12:10.917Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-11T18:12:10.917Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-11T18:12:10.917Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-11T18:12:10.917Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-11T18:12:10.917Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-11T18:12:10.917Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-11T18:12:10.917Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-11T18:12:10.917Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageRemoveError [2022-03-11T18:12:10.917Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageRemoveImageNotFound [2022-03-11T18:12:10.917Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageRemove [2022-03-11T18:12:10.917Z] --- PASS: TestImageRemove (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageSaveError [2022-03-11T18:12:10.917Z] --- PASS: TestImageSaveError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageSave [2022-03-11T18:12:10.917Z] --- PASS: TestImageSave (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageSearchAnyError [2022-03-11T18:12:10.917Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-11T18:12:10.917Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-11T18:12:10.917Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-11T18:12:10.917Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-11T18:12:10.917Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageSearchWithoutErrors [2022-03-11T18:12:10.917Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageTagError [2022-03-11T18:12:10.917Z] --- PASS: TestImageTagError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageTagInvalidReference [2022-03-11T18:12:10.917Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageTagInvalidSourceImageName [2022-03-11T18:12:10.917Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageTagHexSource [2022-03-11T18:12:10.917Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestImageTag [2022-03-11T18:12:10.917Z] --- PASS: TestImageTag (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestInfoServerError [2022-03-11T18:12:10.917Z] --- PASS: TestInfoServerError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestInfoInvalidResponseJSONError [2022-03-11T18:12:10.917Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestInfo [2022-03-11T18:12:10.917Z] --- PASS: TestInfo (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNetworkConnectError [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNetworkConnect [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNetworkCreateError [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNetworkCreate [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNetworkDisconnectError [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNetworkDisconnect [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNetworkInspect [2022-03-11T18:12:10.917Z] === RUN TestNetworkInspect/empty_ID [2022-03-11T18:12:10.917Z] === RUN TestNetworkInspect/no_options [2022-03-11T18:12:10.917Z] === RUN TestNetworkInspect/verbose [2022-03-11T18:12:10.917Z] === RUN TestNetworkInspect/global_scope [2022-03-11T18:12:10.917Z] === RUN TestNetworkInspect/unknown_network [2022-03-11T18:12:10.917Z] === RUN TestNetworkInspect/server_error [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNetworkListError [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkListError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNetworkList [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkList (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNetworksPruneError [2022-03-11T18:12:10.917Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNetworksPrune [2022-03-11T18:12:10.917Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNetworkRemoveError [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNetworkRemove [2022-03-11T18:12:10.917Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNodeInspectError [2022-03-11T18:12:10.917Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNodeInspectNodeNotFound [2022-03-11T18:12:10.917Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNodeInspectWithEmptyID [2022-03-11T18:12:10.917Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNodeInspect [2022-03-11T18:12:10.917Z] --- PASS: TestNodeInspect (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNodeListError [2022-03-11T18:12:10.917Z] --- PASS: TestNodeListError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNodeList [2022-03-11T18:12:10.917Z] --- PASS: TestNodeList (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNodeRemoveError [2022-03-11T18:12:10.917Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNodeRemove [2022-03-11T18:12:10.917Z] --- PASS: TestNodeRemove (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNodeUpdateError [2022-03-11T18:12:10.917Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestNodeUpdate [2022-03-11T18:12:10.917Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestOptionWithHostFromEnv [2022-03-11T18:12:10.917Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestOptionWithTimeout [2022-03-11T18:12:10.917Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestOptionWithVersionFromEnv [2022-03-11T18:12:10.917Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPingFail [2022-03-11T18:12:10.917Z] --- PASS: TestPingFail (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPingWithError [2022-03-11T18:12:10.917Z] 2022/03/11 18:12:10 RoundTripper returned a response & error; ignoring response [2022-03-11T18:12:10.917Z] 2022/03/11 18:12:10 RoundTripper returned a response & error; ignoring response [2022-03-11T18:12:10.917Z] --- PASS: TestPingWithError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPingSuccess [2022-03-11T18:12:10.917Z] --- PASS: TestPingSuccess (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPingHeadFallback [2022-03-11T18:12:10.917Z] === RUN TestPingHeadFallback/OK [2022-03-11T18:12:10.917Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-11T18:12:10.917Z] === RUN TestPingHeadFallback/Not_Found [2022-03-11T18:12:10.917Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-11T18:12:10.917Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-11T18:12:10.917Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-11T18:12:10.917Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-11T18:12:10.917Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-11T18:12:10.917Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPluginDisableError [2022-03-11T18:12:10.917Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPluginDisable [2022-03-11T18:12:10.917Z] --- PASS: TestPluginDisable (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPluginEnableError [2022-03-11T18:12:10.917Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPluginEnable [2022-03-11T18:12:10.917Z] --- PASS: TestPluginEnable (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPluginInspectError [2022-03-11T18:12:10.917Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPluginInspectWithEmptyID [2022-03-11T18:12:10.917Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPluginInspect [2022-03-11T18:12:10.917Z] --- PASS: TestPluginInspect (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPluginListError [2022-03-11T18:12:10.917Z] --- PASS: TestPluginListError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPluginList [2022-03-11T18:12:10.917Z] --- PASS: TestPluginList (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPluginPushError [2022-03-11T18:12:10.917Z] --- PASS: TestPluginPushError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPluginPush [2022-03-11T18:12:10.917Z] --- PASS: TestPluginPush (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPluginRemoveError [2022-03-11T18:12:10.917Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPluginRemove [2022-03-11T18:12:10.917Z] --- PASS: TestPluginRemove (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPluginSetError [2022-03-11T18:12:10.917Z] --- PASS: TestPluginSetError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPluginSet [2022-03-11T18:12:10.917Z] --- PASS: TestPluginSet (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestSetHostHeader [2022-03-11T18:12:10.917Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestPlainTextError [2022-03-11T18:12:10.917Z] --- PASS: TestPlainTextError (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestInfiniteError [2022-03-11T18:12:10.917Z] --- PASS: TestInfiniteError (0.02s) [2022-03-11T18:12:10.917Z] === RUN TestCanceledContext [2022-03-11T18:12:10.917Z] 2022/03/11 18:12:10 RoundTripper returned a response & error; ignoring response [2022-03-11T18:12:10.917Z] --- PASS: TestCanceledContext (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestDeadlineExceededContext [2022-03-11T18:12:10.917Z] 2022/03/11 18:12:10 RoundTripper returned a response & error; ignoring response [2022-03-11T18:12:10.917Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-11T18:12:10.917Z] === RUN TestSecretCreateUnsupported [2022-03-11T18:12:10.918Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretCreateError [2022-03-11T18:12:10.918Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretCreate [2022-03-11T18:12:10.918Z] --- PASS: TestSecretCreate (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretInspectUnsupported [2022-03-11T18:12:10.918Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretInspectError [2022-03-11T18:12:10.918Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretInspectSecretNotFound [2022-03-11T18:12:10.918Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretInspectWithEmptyID [2022-03-11T18:12:10.918Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretInspect [2022-03-11T18:12:10.918Z] --- PASS: TestSecretInspect (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretListUnsupported [2022-03-11T18:12:10.918Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretListError [2022-03-11T18:12:10.918Z] --- PASS: TestSecretListError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretList [2022-03-11T18:12:10.918Z] --- PASS: TestSecretList (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretRemoveUnsupported [2022-03-11T18:12:10.918Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretRemoveError [2022-03-11T18:12:10.918Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretRemove [2022-03-11T18:12:10.918Z] --- PASS: TestSecretRemove (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretUpdateUnsupported [2022-03-11T18:12:10.918Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretUpdateError [2022-03-11T18:12:10.918Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSecretUpdate [2022-03-11T18:12:10.918Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceCreateError [2022-03-11T18:12:10.918Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceCreate [2022-03-11T18:12:10.918Z] --- PASS: TestServiceCreate (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-11T18:12:10.918Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceCreateDigestPinning [2022-03-11T18:12:10.918Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceInspectError [2022-03-11T18:12:10.918Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceInspectServiceNotFound [2022-03-11T18:12:10.918Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceInspectWithEmptyID [2022-03-11T18:12:10.918Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceInspect [2022-03-11T18:12:10.918Z] --- PASS: TestServiceInspect (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceListError [2022-03-11T18:12:10.918Z] --- PASS: TestServiceListError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceList [2022-03-11T18:12:10.918Z] --- PASS: TestServiceList (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceLogsError [2022-03-11T18:12:10.918Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceLogs [2022-03-11T18:12:10.918Z] --- PASS: TestServiceLogs (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceRemoveError [2022-03-11T18:12:10.918Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceRemoveNotFoundError [2022-03-11T18:12:10.918Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceRemove [2022-03-11T18:12:10.918Z] --- PASS: TestServiceRemove (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceUpdateError [2022-03-11T18:12:10.918Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestServiceUpdate [2022-03-11T18:12:10.918Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSwarmGetUnlockKeyError [2022-03-11T18:12:10.918Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSwarmGetUnlockKey [2022-03-11T18:12:10.918Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSwarmInitError [2022-03-11T18:12:10.918Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSwarmInit [2022-03-11T18:12:10.918Z] --- PASS: TestSwarmInit (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSwarmInspectError [2022-03-11T18:12:10.918Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSwarmInspect [2022-03-11T18:12:10.918Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSwarmJoinError [2022-03-11T18:12:10.918Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSwarmJoin [2022-03-11T18:12:10.918Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSwarmLeaveError [2022-03-11T18:12:10.918Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSwarmLeave [2022-03-11T18:12:10.918Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSwarmUnlockError [2022-03-11T18:12:10.918Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSwarmUnlock [2022-03-11T18:12:10.918Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSwarmUpdateError [2022-03-11T18:12:10.918Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestSwarmUpdate [2022-03-11T18:12:10.918Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestTaskInspectError [2022-03-11T18:12:10.918Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestTaskInspectWithEmptyID [2022-03-11T18:12:10.918Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestTaskInspect [2022-03-11T18:12:10.918Z] --- PASS: TestTaskInspect (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestTaskListError [2022-03-11T18:12:10.918Z] --- PASS: TestTaskListError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestTaskList [2022-03-11T18:12:10.918Z] --- PASS: TestTaskList (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestVolumeCreateError [2022-03-11T18:12:10.918Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestVolumeCreate [2022-03-11T18:12:10.918Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestVolumeInspectError [2022-03-11T18:12:10.918Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestVolumeInspectNotFound [2022-03-11T18:12:10.918Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestVolumeInspectWithEmptyID [2022-03-11T18:12:10.918Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestVolumeInspect [2022-03-11T18:12:10.918Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestVolumeListError [2022-03-11T18:12:10.918Z] --- PASS: TestVolumeListError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestVolumeList [2022-03-11T18:12:10.918Z] --- PASS: TestVolumeList (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestVolumeRemoveError [2022-03-11T18:12:10.918Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-11T18:12:10.918Z] === RUN TestVolumeRemove [2022-03-11T18:12:10.918Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-11T18:12:10.918Z] === CONT TestTLSCloseWriter [2022-03-11T18:12:10.918Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-03-11T18:12:10.918Z] PASS [2022-03-11T18:12:10.918Z] coverage: 75.2% of statements [2022-03-11T18:12:10.918Z] ok github.com/docker/docker/client 0.643s coverage: 75.2% of statements [2022-03-11T18:12:11.027Z] --- PASS: TestGraphdriverPluginV2 (3.91s) [2022-03-11T18:12:11.027Z] PASS [2022-03-11T18:12:11.027Z] [2022-03-11T18:12:11.027Z] DONE 5 tests in 8.996s [2022-03-11T18:12:11.027Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-11T18:12:11.027Z] INFO: Testing against a local daemon [2022-03-11T18:12:11.027Z] === RUN TestContinueAfterPluginCrash [2022-03-11T18:12:11.027Z] === PAUSE TestContinueAfterPluginCrash [2022-03-11T18:12:11.027Z] === RUN TestReadPluginNoRead [2022-03-11T18:12:11.027Z] === PAUSE TestReadPluginNoRead [2022-03-11T18:12:11.027Z] === RUN TestDaemonStartWithLogOpt [2022-03-11T18:12:11.027Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-11T18:12:11.027Z] === CONT TestContinueAfterPluginCrash [2022-03-11T18:12:11.027Z] === CONT TestDaemonStartWithLogOpt [2022-03-11T18:12:11.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-11T18:12:12.048Z] --- PASS: TestContainerBindMountNonRecursive (1.30s) [2022-03-11T18:12:12.048Z] === RUN TestContainerVolumesMountedAsShared [2022-03-11T18:12:12.613Z] --- PASS: TestContainerVolumesMountedAsShared (0.38s) [2022-03-11T18:12:12.613Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-11T18:12:12.871Z] --- PASS: TestContainerVolumesMountedAsSlave (0.30s) [2022-03-11T18:12:12.871Z] === RUN TestNetworkNat [2022-03-11T18:12:13.128Z] --- PASS: TestNetworkNat (0.43s) [2022-03-11T18:12:13.128Z] === RUN TestNetworkLocalhostTCPNat [2022-03-11T18:12:13.693Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-03-11T18:12:13.693Z] === RUN TestNetworkLoopbackNat [2022-03-11T18:12:14.239Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-11T18:12:14.350Z] === CONT TestReadPluginNoRead [2022-03-11T18:12:14.350Z] --- PASS: TestDaemonStartWithLogOpt (3.62s) [2022-03-11T18:12:14.568Z] ---> 553063e3e912 [2022-03-11T18:12:16.134Z] Successfully built 553063e3e912 [2022-03-11T18:12:16.134Z] Successfully tagged docker:latest [2022-03-11T18:12:16.134Z] INFO: Image build ended at 03/11/2022 18:12:15. Duration:00:03:52.1754981 [2022-03-11T18:12:16.134Z] [2022-03-11T18:12:16.134Z] [2022-03-11T18:12:16.134Z] INFO: Building the test binaries at 03/11/2022 18:12:15... [2022-03-11T18:12:16.245Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2022-03-11T18:12:16.245Z] === RUN TestPause [2022-03-11T18:12:16.503Z] --- PASS: TestPause (0.45s) [2022-03-11T18:12:16.503Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-11T18:12:16.503Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-11T18:12:16.503Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-11T18:12:16.503Z] === RUN TestPauseStopPausedContainer [2022-03-11T18:12:16.763Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-11T18:12:16.763Z] Using test binary docker [2022-03-11T18:12:16.763Z] +++ /etc/init.d/apparmor start [2022-03-11T18:12:16.763Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-11T18:12:16.763Z] INFO: Waiting for daemon to start... [2022-03-11T18:12:16.763Z] Starting dockerd [2022-03-11T18:12:16.763Z] +++ 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 [2022-03-11T18:12:16.883Z] === RUN TestReadPluginNoRead/default [2022-03-11T18:12:17.069Z] --- PASS: TestPauseStopPausedContainer (0.40s) [2022-03-11T18:12:17.069Z] === RUN TestPidHost [2022-03-11T18:12:17.817Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-11T18:12:18.001Z] --- PASS: TestPidHost (0.95s) [2022-03-11T18:12:18.001Z] === RUN TestPsFilter [2022-03-11T18:12:18.001Z] --- PASS: TestPsFilter (0.12s) [2022-03-11T18:12:18.001Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-11T18:12:18.568Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.45s) [2022-03-11T18:12:18.568Z] === RUN TestRemoveContainerWithVolume [2022-03-11T18:12:18.826Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2022-03-11T18:12:18.826Z] === RUN TestRemoveContainerRunning [2022-03-11T18:12:19.195Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-11T18:12:19.195Z] --- PASS: TestContinueAfterPluginCrash (8.50s) [2022-03-11T18:12:19.288Z] . [2022-03-11T18:12:19.288Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-11T18:12:19.288Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-11T18:12:19.288Z] Error: No such image: emptyfs [2022-03-11T18:12:19.288Z] ++++ docker load [2022-03-11T18:12:19.288Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-11T18:12:19.392Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-03-11T18:12:19.393Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-11T18:12:19.546Z] Running integration-test (iteration 1) [2022-03-11T18:12:19.546Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-11T18:12:19.546Z] ++ 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 [2022-03-11T18:12:19.546Z] ++ set -e [2022-03-11T18:12:19.546Z] ++ '[' -n 0 ']' [2022-03-11T18:12:19.546Z] ++ set -x [2022-03-11T18:12:19.546Z] ++ 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 [2022-03-11T18:12:19.652Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-03-11T18:12:19.653Z] === RUN TestRemoveInvalidContainer [2022-03-11T18:12:19.653Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-11T18:12:19.653Z] === RUN TestRenameLinkedContainer [2022-03-11T18:12:20.130Z] === CONT TestReadPluginNoRead [2022-03-11T18:12:20.130Z] read_test.go:92: [d9e5c47b4905e] daemon is not started [2022-03-11T18:12:20.130Z] --- PASS: TestReadPluginNoRead (5.90s) [2022-03-11T18:12:20.130Z] --- PASS: TestReadPluginNoRead/default (1.23s) [2022-03-11T18:12:20.130Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.23s) [2022-03-11T18:12:20.130Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.21s) [2022-03-11T18:12:20.130Z] PASS [2022-03-11T18:12:20.130Z] [2022-03-11T18:12:20.130Z] DONE 6 tests in 9.551s [2022-03-11T18:12:20.388Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-11T18:12:20.389Z] testing: warning: no tests to run [2022-03-11T18:12:20.389Z] PASS [2022-03-11T18:12:20.389Z] [2022-03-11T18:12:20.389Z] DONE 0 tests in 0.011s [2022-03-11T18:12:20.389Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-11T18:12:20.389Z] INFO: Testing against a local daemon [2022-03-11T18:12:20.389Z] === RUN TestPluginWithDevMounts [2022-03-11T18:12:20.389Z] === PAUSE TestPluginWithDevMounts [2022-03-11T18:12:20.389Z] === CONT TestPluginWithDevMounts [2022-03-11T18:12:20.478Z] Loaded image: busybox:latest [2022-03-11T18:12:20.920Z] INFO: make.ps1 starting at 03/11/2022 18:12:20 [2022-03-11T18:12:20.921Z] INFO: Git commit (cf40d31f35) assumed from DOCKER_GITCOMMIT environment variable [2022-03-11T18:12:20.921Z] INFO: Invoking autogen... [2022-03-11T18:12:21.042Z] Loaded image: busybox:glibc [2022-03-11T18:12:21.389Z] INFO: Building daemon... [2022-03-11T18:12:21.550Z] --- PASS: TestRenameLinkedContainer (1.72s) [2022-03-11T18:12:21.550Z] === RUN TestRenameStoppedContainer [2022-03-11T18:12:21.808Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-03-11T18:12:21.808Z] === RUN TestRenameRunningContainerAndReuse [2022-03-11T18:12:22.290Z] --- PASS: TestPluginWithDevMounts (1.58s) [2022-03-11T18:12:22.290Z] PASS [2022-03-11T18:12:22.290Z] [2022-03-11T18:12:22.290Z] DONE 1 tests in 1.623s [2022-03-11T18:12:22.290Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-11T18:12:22.290Z] INFO: Testing against a local daemon [2022-03-11T18:12:22.290Z] === RUN TestSecretInspect [2022-03-11T18:12:22.740Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2022-03-11T18:12:22.741Z] === RUN TestRenameInvalidName [2022-03-11T18:12:22.998Z] --- PASS: TestRenameInvalidName (0.42s) [2022-03-11T18:12:22.998Z] === RUN TestRenameAnonymousContainer [2022-03-11T18:12:24.193Z] --- PASS: TestSecretInspect (2.22s) [2022-03-11T18:12:24.193Z] === RUN TestSecretList [2022-03-11T18:12:24.898Z] --- PASS: TestRenameAnonymousContainer (1.53s) [2022-03-11T18:12:24.898Z] === RUN TestRenameContainerWithSameName [2022-03-11T18:12:25.155Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-03-11T18:12:25.156Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-11T18:12:25.219Z] Loaded image: debian:bullseye-slim [2022-03-11T18:12:25.476Z] Loaded image: hello-world:latest [2022-03-11T18:12:25.733Z] Loaded image: arm32v7/hello-world:latest [2022-03-11T18:12:25.733Z] INFO: Testing against a local daemon [2022-03-11T18:12:25.733Z] === RUN TestCgroupNamespacesBuild [2022-03-11T18:12:26.091Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s) [2022-03-11T18:12:26.091Z] === RUN TestResize [2022-03-11T18:12:26.094Z] --- PASS: TestSecretList (1.80s) [2022-03-11T18:12:26.094Z] === RUN TestSecretsCreateAndDelete [2022-03-11T18:12:26.350Z] --- PASS: TestResize (0.40s) [2022-03-11T18:12:26.350Z] === RUN TestResizeWithInvalidSize [2022-03-11T18:12:26.608Z] --- PASS: TestResizeWithInvalidSize (0.39s) [2022-03-11T18:12:26.608Z] === RUN TestResizeWhenContainerNotStarted [2022-03-11T18:12:27.174Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-03-11T18:12:27.174Z] === RUN TestDaemonRestartKillContainers [2022-03-11T18:12:27.174Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-11T18:12:27.174Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-11T18:12:27.174Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-11T18:12:27.174Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-11T18:12:27.174Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-11T18:12:27.174Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-11T18:12:27.174Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-11T18:12:27.174Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-11T18:12:27.174Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-11T18:12:27.174Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-11T18:12:27.174Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-11T18:12:27.174Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-11T18:12:27.174Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-11T18:12:27.174Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-11T18:12:27.174Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-11T18:12:27.174Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-11T18:12:27.174Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:12:27.174Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:12:27.174Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:12:27.174Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:12:27.174Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:12:27.174Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:12:27.174Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:12:27.174Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:12:27.175Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:12:27.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:12:27.175Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:12:27.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:12:27.175Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:12:27.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:12:27.175Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:12:27.175Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:12:27.175Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-11T18:12:27.175Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:12:27.880Z] [2022-03-11T18:12:27.880Z] Name Version Source Summary [2022-03-11T18:12:27.880Z] ---- ------- ------ ------- [2022-03-11T18:12:27.880Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-11T18:12:27.880Z] [2022-03-11T18:12:27.880Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-11T18:12:27.880Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-11T18:12:27.880Z] PSChildName : containerd [2022-03-11T18:12:27.880Z] PSDrive : C [2022-03-11T18:12:27.880Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-11T18:12:27.880Z] PSIsContainer : True [2022-03-11T18:12:27.880Z] Name : containerd [2022-03-11T18:12:27.880Z] FullName : C:\containerd [2022-03-11T18:12:27.880Z] Parent : [2022-03-11T18:12:27.880Z] Exists : True [2022-03-11T18:12:27.880Z] Root : C:\ [2022-03-11T18:12:27.880Z] Extension : [2022-03-11T18:12:27.880Z] CreationTime : 3/11/2022 6:12:25 PM [2022-03-11T18:12:27.880Z] CreationTimeUtc : 3/11/2022 6:12:25 PM [2022-03-11T18:12:27.880Z] LastAccessTime : 3/11/2022 6:12:25 PM [2022-03-11T18:12:27.880Z] LastAccessTimeUtc : 3/11/2022 6:12:25 PM [2022-03-11T18:12:27.880Z] LastWriteTime : 3/11/2022 6:12:25 PM [2022-03-11T18:12:27.880Z] LastWriteTimeUtc : 3/11/2022 6:12:25 PM [2022-03-11T18:12:27.880Z] Attributes : Directory [2022-03-11T18:12:27.880Z] Mode : d----- [2022-03-11T18:12:27.880Z] BaseName : containerd [2022-03-11T18:12:27.880Z] Target : {} [2022-03-11T18:12:27.880Z] LinkType : [2022-03-11T18:12:27.880Z] [2022-03-11T18:12:27.880Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-11T18:12:27.880Z] INFO: Configuring git core.autocrlf... [2022-03-11T18:12:27.880Z] [2022-03-11T18:12:27.880Z] [2022-03-11T18:12:28.258Z] --- PASS: TestCgroupNamespacesBuild (2.29s) [2022-03-11T18:12:28.258Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-11T18:12:28.547Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-11T18:12:28.623Z] --- PASS: TestSecretsCreateAndDelete (2.22s) [2022-03-11T18:12:28.623Z] === RUN TestSecretsUpdate [2022-03-11T18:12:28.804Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:12:29.024Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-03-11T18:12:29.024Z] Copying nested executables into bundles/binary-daemon [2022-03-11T18:12:30.153Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.09s) [2022-03-11T18:12:30.153Z] === RUN TestBuildWithSession [2022-03-11T18:12:30.153Z] build_session_test.go:25: TODO: BuildKit [2022-03-11T18:12:30.153Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-11T18:12:30.153Z] === RUN TestBuildSquashParent [2022-03-11T18:12:30.176Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:12:30.176Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:12:30.395Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-03-11T18:12:30.395Z] GOOS="" GOARCH="" GOARM="" [2022-03-11T18:12:30.395Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-03-11T18:12:30.523Z] --- PASS: TestSecretsUpdate (2.22s) [2022-03-11T18:12:30.523Z] === RUN TestTemplatedSecret [2022-03-11T18:12:30.652Z] [2022-03-11T18:12:31.549Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:12:31.549Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-03-11T18:12:31.920Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42942/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_GITCOMMIT=8814a29f7d9e4237d877d3bf767f2096899d9efa -e DOCKER_GRAPHDRIVER docker:8814a29f7d9e4237d877d3bf767f2096899d9efa hack/make.sh cross [2022-03-11T18:12:32.151Z] --- PASS: TestCheckoutGit (35.15s) [2022-03-11T18:12:32.151Z] === RUN TestValidGitTransport [2022-03-11T18:12:32.151Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-11T18:12:32.151Z] === RUN TestGitInvalidRef [2022-03-11T18:12:32.151Z] --- PASS: TestGitInvalidRef (0.23s) [2022-03-11T18:12:32.151Z] PASS [2022-03-11T18:12:32.151Z] coverage: 86.3% of statements [2022-03-11T18:12:32.151Z] ok github.com/docker/docker/builder/remotecontext/git 35.461s coverage: 86.3% of statements [2022-03-11T18:12:32.178Z] [2022-03-11T18:12:32.178Z] Removing bundles/ [2022-03-11T18:12:32.178Z] [2022-03-11T18:12:32.178Z] ---> Making bundle: cross (in bundles/cross) [2022-03-11T18:12:32.178Z] Cross building: bundles/cross/linux/amd64 [2022-03-11T18:12:32.435Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-11T18:12:32.435Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-11T18:12:33.054Z] --- PASS: TestTemplatedSecret (2.57s) [2022-03-11T18:12:33.054Z] === RUN TestSecretCreateResolve [2022-03-11T18:12:33.297Z] ? github.com/docker/docker/cli [no test files] [2022-03-11T18:12:33.297Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-11T18:12:34.829Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:12:34.829Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:12:35.588Z] --- PASS: TestSecretCreateResolve (2.23s) [2022-03-11T18:12:35.588Z] PASS [2022-03-11T18:12:35.588Z] [2022-03-11T18:12:35.588Z] DONE 6 tests in 13.288s [2022-03-11T18:12:35.588Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-11T18:12:35.588Z] INFO: Testing against a local daemon [2022-03-11T18:12:35.588Z] === RUN TestServiceCreateInit [2022-03-11T18:12:35.588Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-11T18:12:38.876Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-11T18:12:39.035Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-11T18:12:39.035Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-11T18:12:40.113Z] --- PASS: TestBuildSquashParent (8.65s) [2022-03-11T18:12:40.113Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-11T18:12:40.113Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:12:40.113Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:12:40.113Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:12:40.113Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:12:40.113Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:12:40.113Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:12:40.113Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:12:40.113Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:12:40.113Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:12:40.113Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:12:40.113Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:12:40.113Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:12:40.113Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:12:40.113Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:12:40.408Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-11T18:12:40.408Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-11T18:12:41.959Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-11T18:12:41.959Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-11T18:12:41.959Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-11T18:12:41.959Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-11T18:12:41.959Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-11T18:12:41.959Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-11T18:12:41.959Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-11T18:12:41.959Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-11T18:12:41.959Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-11T18:12:41.959Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-11T18:12:41.959Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-11T18:12:41.959Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-11T18:12:41.959Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-11T18:12:41.959Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2022-03-11T18:12:41.959Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-11T18:12:41.959Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-11T18:12:41.959Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-11T18:12:41.959Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-11T18:12:41.959Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-11T18:12:41.959Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-11T18:12:41.959Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-11T18:12:41.959Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-11T18:12:41.959Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-11T18:12:41.959Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-11T18:12:41.959Z] === RUN TestConfigureDaemonLogs [2022-03-11T18:12:41.959Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-11T18:12:41.959Z] === RUN TestCommonOptionsInstallFlags [2022-03-11T18:12:41.959Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-11T18:12:41.959Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-11T18:12:41.959Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-11T18:12:41.959Z] PASS [2022-03-11T18:12:41.959Z] coverage: 19.0% of statements [2022-03-11T18:12:41.959Z] ok github.com/docker/docker/cmd/dockerd 0.442s coverage: 19.0% of statements [2022-03-11T18:12:41.959Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-11T18:12:41.959Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-11T18:12:42.013Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:12:42.013Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:12:42.306Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-11T18:12:42.306Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-11T18:12:42.427Z] === RUN TestContainerStopSignal [2022-03-11T18:12:42.427Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestContainerStopTimeout [2022-03-11T18:12:42.427Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-11T18:12:42.427Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-11T18:12:42.427Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-11T18:12:42.427Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s) [2022-03-11T18:12:42.427Z] === RUN TestReplaceAndAppendEnvVars [2022-03-11T18:12:42.427Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-11T18:12:42.427Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestNewMemoryStore [2022-03-11T18:12:42.427Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestAddContainers [2022-03-11T18:12:42.427Z] --- PASS: TestAddContainers (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestGetContainer [2022-03-11T18:12:42.427Z] --- PASS: TestGetContainer (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestDeleteContainer [2022-03-11T18:12:42.427Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestListContainers [2022-03-11T18:12:42.427Z] --- PASS: TestListContainers (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestFirstContainer [2022-03-11T18:12:42.427Z] --- PASS: TestFirstContainer (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestApplyAllContainer [2022-03-11T18:12:42.427Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestIsValidHealthString [2022-03-11T18:12:42.427Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestStateRunStop [2022-03-11T18:12:42.427Z] --- PASS: TestStateRunStop (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestStateTimeoutWait [2022-03-11T18:12:42.427Z] state_test.go:141: Stop callback fired [2022-03-11T18:12:42.427Z] state_test.go:165: Stop callback fired [2022-03-11T18:12:42.427Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-11T18:12:42.427Z] === RUN TestIsValidStateString [2022-03-11T18:12:42.427Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestViewSaveDelete [2022-03-11T18:12:42.427Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-11T18:12:42.427Z] === RUN TestViewAll [2022-03-11T18:12:42.427Z] --- PASS: TestViewAll (0.01s) [2022-03-11T18:12:42.427Z] === RUN TestViewGet [2022-03-11T18:12:42.427Z] --- PASS: TestViewGet (0.01s) [2022-03-11T18:12:42.427Z] === RUN TestNames [2022-03-11T18:12:42.427Z] --- PASS: TestNames (0.00s) [2022-03-11T18:12:42.427Z] === RUN TestViewWithHealthCheck [2022-03-11T18:12:42.427Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-11T18:12:42.427Z] PASS [2022-03-11T18:12:42.427Z] coverage: 41.7% of statements [2022-03-11T18:12:42.427Z] ok github.com/docker/docker/container 0.254s coverage: 41.7% of statements [2022-03-11T18:12:42.895Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-11T18:12:42.895Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-11T18:12:42.895Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-11T18:12:42.895Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-11T18:12:43.074Z] --- PASS: TestServiceCreateInit (7.24s) [2022-03-11T18:12:43.074Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.42s) [2022-03-11T18:12:43.074Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.81s) [2022-03-11T18:12:43.074Z] === RUN TestCreateServiceMultipleTimes [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.32s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.58s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.29s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.64s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.28s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.30s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.34s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.31s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.93s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.10s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.63s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.69s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.93s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.90s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.63s) [2022-03-11T18:12:44.203Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.71s) [2022-03-11T18:12:44.203Z] === RUN TestCgroupNamespacesRun [2022-03-11T18:12:44.460Z] === RUN TestPrepare [2022-03-11T18:12:44.461Z] --- PASS: TestPrepare (0.00s) [2022-03-11T18:12:44.461Z] === RUN TestStart [2022-03-11T18:12:44.461Z] --- PASS: TestStart (0.00s) [2022-03-11T18:12:44.461Z] === RUN TestWaitCancel [2022-03-11T18:12:44.461Z] --- PASS: TestWaitCancel (0.00s) [2022-03-11T18:12:44.461Z] === RUN TestWaitDisabled [2022-03-11T18:12:44.461Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-11T18:12:44.461Z] === RUN TestWaitEnabled [2022-03-11T18:12:44.461Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-11T18:12:44.461Z] === RUN TestRemove [2022-03-11T18:12:44.461Z] --- PASS: TestRemove (0.00s) [2022-03-11T18:12:44.461Z] PASS [2022-03-11T18:12:44.461Z] coverage: 65.3% of statements [2022-03-11T18:12:44.461Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.085s coverage: 65.3% of statements [2022-03-11T18:12:45.136Z] --- PASS: TestCgroupNamespacesRun (1.10s) [2022-03-11T18:12:45.136Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-11T18:12:45.292Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:12:45.292Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:12:46.508Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.15s) [2022-03-11T18:12:46.508Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-11T18:12:46.675Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-11T18:12:46.675Z] === RUN TestNewListSecretsFilters [2022-03-11T18:12:46.675Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-11T18:12:46.675Z] === RUN TestNewListConfigsFilters [2022-03-11T18:12:46.675Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-11T18:12:46.675Z] PASS [2022-03-11T18:12:46.675Z] coverage: 0.5% of statements [2022-03-11T18:12:46.675Z] ok github.com/docker/docker/daemon/cluster 1.202s coverage: 0.5% of statements [2022-03-11T18:12:46.675Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.20s) [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-11T18:12:46.675Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-11T18:12:46.675Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-11T18:12:46.675Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-11T18:12:46.675Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-11T18:12:46.675Z] PASS [2022-03-11T18:12:46.675Z] coverage: 35.9% of statements [2022-03-11T18:12:46.675Z] ok github.com/docker/docker/daemon/cluster/convert 0.610s coverage: 35.9% of statements [2022-03-11T18:12:47.442Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.11s) [2022-03-11T18:12:47.442Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-11T18:12:48.567Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-11T18:12:48.567Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.26s) [2022-03-11T18:12:48.567Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.28s) [2022-03-11T18:12:48.567Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.28s) [2022-03-11T18:12:48.567Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.31s) [2022-03-11T18:12:48.567Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.30s) [2022-03-11T18:12:48.567Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.35s) [2022-03-11T18:12:48.567Z] === RUN TestBuildMultiStageCopy [2022-03-11T18:12:48.567Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-11T18:12:48.814Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s) [2022-03-11T18:12:48.814Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-11T18:12:49.747Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s) [2022-03-11T18:12:49.747Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-11T18:12:50.467Z] === RUN TestBuilderGC [2022-03-11T18:12:50.467Z] --- PASS: TestBuilderGC (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestDaemonConfigurationNotFound [2022-03-11T18:12:50.467Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestDaemonBrokenConfiguration [2022-03-11T18:12:50.467Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestFindConfigurationConflicts [2022-03-11T18:12:50.467Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-11T18:12:50.467Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-11T18:12:50.467Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-11T18:12:50.467Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-11T18:12:50.467Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-11T18:12:50.467Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-11T18:12:50.467Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-11T18:12:50.467Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-11T18:12:50.467Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-11T18:12:50.467Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-11T18:12:50.467Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-11T18:12:50.467Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestValidateConfigurationErrors [2022-03-11T18:12:50.467Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-11T18:12:50.467Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-11T18:12:50.467Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-11T18:12:50.467Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-11T18:12:50.467Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-11T18:12:50.467Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-11T18:12:50.467Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-11T18:12:50.467Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-11T18:12:50.467Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-11T18:12:50.467Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-11T18:12:50.467Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-11T18:12:50.467Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestValidateConfiguration [2022-03-11T18:12:50.467Z] === RUN TestValidateConfiguration/with_label [2022-03-11T18:12:50.467Z] === RUN TestValidateConfiguration/with_dns [2022-03-11T18:12:50.467Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-11T18:12:50.467Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-11T18:12:50.467Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-11T18:12:50.467Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-11T18:12:50.467Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-11T18:12:50.467Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-11T18:12:50.467Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestReloadSetConfigFileNotExist [2022-03-11T18:12:50.467Z] time="2022-03-11T18:12:49Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-11T18:12:50.467Z] --- PASS: TestReloadSetConfigFileNotExist (0.21s) [2022-03-11T18:12:50.467Z] === RUN TestReloadDefaultConfigNotExist [2022-03-11T18:12:50.467Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:12:50.467Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestReloadBadDefaultConfig [2022-03-11T18:12:50.467Z] time="2022-03-11T18:12:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3355643967" [2022-03-11T18:12:50.467Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestReloadWithConflictingLabels [2022-03-11T18:12:50.467Z] time="2022-03-11T18:12:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1747253434" [2022-03-11T18:12:50.467Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestReloadWithDuplicateLabels [2022-03-11T18:12:50.467Z] time="2022-03-11T18:12:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3144723748" [2022-03-11T18:12:50.467Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestMaskURLCredentials [2022-03-11T18:12:50.467Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestDaemonConfigurationMerge [2022-03-11T18:12:50.467Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-11T18:12:50.467Z] PASS [2022-03-11T18:12:50.467Z] coverage: 79.2% of statements [2022-03-11T18:12:50.467Z] ok github.com/docker/docker/daemon/config 0.570s coverage: 79.2% of statements [2022-03-11T18:12:50.467Z] === RUN TestEventsLog [2022-03-11T18:12:50.467Z] --- PASS: TestEventsLog (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestEventsLogTimeout [2022-03-11T18:12:50.467Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-11T18:12:50.467Z] === RUN TestLogEvents [2022-03-11T18:12:50.467Z] --- PASS: TestLogEvents (0.05s) [2022-03-11T18:12:50.467Z] === RUN TestLoadBufferedEvents [2022-03-11T18:12:50.935Z] --- PASS: TestLoadBufferedEvents (0.18s) [2022-03-11T18:12:50.935Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-11T18:12:50.935Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-11T18:12:50.935Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-11T18:12:50.935Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-11T18:12:50.935Z] PASS [2022-03-11T18:12:50.935Z] coverage: 50.0% of statements [2022-03-11T18:12:50.935Z] ok github.com/docker/docker/daemon/events 0.310s coverage: 50.0% of statements [2022-03-11T18:12:50.935Z] === RUN TestWaitNodeAttachment [2022-03-11T18:12:50.935Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-11T18:12:50.935Z] === RUN TestIsolationConversion [2022-03-11T18:12:50.935Z] === RUN TestIsolationConversion/default [2022-03-11T18:12:50.935Z] === RUN TestIsolationConversion/process [2022-03-11T18:12:50.935Z] === RUN TestIsolationConversion/hyperv [2022-03-11T18:12:50.935Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-11T18:12:50.935Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-11T18:12:50.935Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-11T18:12:50.935Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-11T18:12:50.935Z] === RUN TestContainerLabels [2022-03-11T18:12:51.121Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.12s) [2022-03-11T18:12:51.121Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-11T18:12:51.379Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-03-11T18:12:51.379Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-11T18:12:51.406Z] --- PASS: TestContainerLabels (0.00s) [2022-03-11T18:12:51.406Z] === RUN TestCredentialSpecConversion [2022-03-11T18:12:51.406Z] === RUN TestCredentialSpecConversion/none [2022-03-11T18:12:51.406Z] === RUN TestCredentialSpecConversion/config [2022-03-11T18:12:51.406Z] === RUN TestCredentialSpecConversion/file [2022-03-11T18:12:51.406Z] === RUN TestCredentialSpecConversion/registry [2022-03-11T18:12:51.406Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-11T18:12:51.406Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-11T18:12:51.406Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-11T18:12:51.406Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-11T18:12:51.406Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-11T18:12:51.406Z] === RUN TestControllerValidateMountBind [2022-03-11T18:12:51.406Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-11T18:12:51.406Z] === RUN TestControllerValidateMountVolume [2022-03-11T18:12:51.406Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-11T18:12:51.406Z] === RUN TestControllerValidateMountTarget [2022-03-11T18:12:51.406Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-11T18:12:51.406Z] === RUN TestControllerValidateMountTmpfs [2022-03-11T18:12:51.406Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-11T18:12:51.406Z] === RUN TestControllerValidateMountInvalidType [2022-03-11T18:12:51.406Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-11T18:12:51.406Z] === RUN TestControllerValidateMountNamedPipe [2022-03-11T18:12:51.406Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-11T18:12:51.406Z] PASS [2022-03-11T18:12:51.406Z] coverage: 11.0% of statements [2022-03-11T18:12:51.406Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.588s coverage: 11.0% of statements [2022-03-11T18:12:51.845Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-11T18:12:51.846Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-11T18:12:51.874Z] === RUN TestIsEmptyDir [2022-03-11T18:12:51.874Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-11T18:12:51.874Z] PASS [2022-03-11T18:12:51.874Z] coverage: 2.3% of statements [2022-03-11T18:12:51.874Z] ok github.com/docker/docker/daemon/graphdriver 0.075s coverage: 2.3% of statements [2022-03-11T18:12:52.341Z] === RUN TestLinkNaming [2022-03-11T18:12:52.341Z] --- PASS: TestLinkNaming (0.00s) [2022-03-11T18:12:52.341Z] === RUN TestLinkNew [2022-03-11T18:12:52.341Z] --- PASS: TestLinkNew (0.00s) [2022-03-11T18:12:52.341Z] === RUN TestLinkEnv [2022-03-11T18:12:52.341Z] --- PASS: TestLinkEnv (0.00s) [2022-03-11T18:12:52.341Z] === RUN TestLinkMultipleEnv [2022-03-11T18:12:52.341Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-11T18:12:52.341Z] === RUN TestLinkPortRangeEnv [2022-03-11T18:12:52.341Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-11T18:12:52.341Z] PASS [2022-03-11T18:12:52.341Z] coverage: 93.0% of statements [2022-03-11T18:12:52.341Z] ok github.com/docker/docker/daemon/links 0.037s coverage: 93.0% of statements [2022-03-11T18:12:52.341Z] === RUN TestVerifyNetworkingConfig [2022-03-11T18:12:52.341Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-11T18:12:52.341Z] === RUN TestGetContainer [2022-03-11T18:12:52.341Z] --- PASS: TestGetContainer (0.00s) [2022-03-11T18:12:52.341Z] === RUN TestValidContainerNames [2022-03-11T18:12:52.341Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-11T18:12:52.341Z] === RUN TestContainerInitDNS [2022-03-11T18:12:52.341Z] daemon_test.go:145: root required [2022-03-11T18:12:52.341Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-11T18:12:52.341Z] === RUN TestMerge [2022-03-11T18:12:52.341Z] --- PASS: TestMerge (0.00s) [2022-03-11T18:12:52.341Z] === RUN TestValidateContainerIsolation [2022-03-11T18:12:52.341Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-11T18:12:52.341Z] === RUN TestFindNetworkErrorType [2022-03-11T18:12:52.341Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-11T18:12:52.341Z] === RUN TestEnsureServicesExist [2022-03-11T18:12:52.341Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-11T18:12:52.341Z] === RUN TestEnsureServicesExistErrors [2022-03-11T18:12:52.341Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-11T18:12:52.341Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-11T18:12:52.341Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-11T18:12:52.341Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-11T18:12:52.341Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-11T18:12:52.341Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-11T18:12:52.341Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-11T18:12:52.341Z] === RUN TestContainerDelete [2022-03-11T18:12:52.413Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-11T18:12:52.754Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.10s) [2022-03-11T18:12:52.754Z] === RUN TestNISDomainname [2022-03-11T18:12:52.810Z] --- PASS: TestContainerDelete (0.00s) [2022-03-11T18:12:52.810Z] === RUN TestContainerDoubleDelete [2022-03-11T18:12:52.810Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-11T18:12:52.810Z] === RUN TestLogContainerEventCopyLabels [2022-03-11T18:12:52.810Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-11T18:12:52.810Z] === RUN TestLogContainerEventWithAttributes [2022-03-11T18:12:52.810Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-11T18:12:52.810Z] === RUN TestNoneHealthcheck [2022-03-11T18:12:52.810Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-11T18:12:52.810Z] === RUN TestHealthStates [2022-03-11T18:12:52.810Z] time="2022-03-11T18:12:52Z" 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" [2022-03-11T18:12:52.810Z] time="2022-03-11T18:12:52Z" 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" [2022-03-11T18:12:52.810Z] time="2022-03-11T18:12:52Z" 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" [2022-03-11T18:12:52.810Z] time="2022-03-11T18:12:52Z" 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" [2022-03-11T18:12:52.810Z] time="2022-03-11T18:12:52Z" 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" [2022-03-11T18:12:52.810Z] time="2022-03-11T18:12:52Z" 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" [2022-03-11T18:12:52.810Z] time="2022-03-11T18:12:52Z" 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" [2022-03-11T18:12:52.810Z] time="2022-03-11T18:12:52Z" 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" [2022-03-11T18:12:52.810Z] time="2022-03-11T18:12:52Z" 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" [2022-03-11T18:12:52.810Z] time="2022-03-11T18:12:52Z" 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" [2022-03-11T18:12:52.810Z] --- PASS: TestHealthStates (0.19s) [2022-03-11T18:12:52.810Z] === RUN TestGetInspectData [2022-03-11T18:12:52.810Z] --- PASS: TestGetInspectData (0.00s) [2022-03-11T18:12:52.810Z] === RUN TestFillLicense [2022-03-11T18:12:52.810Z] --- PASS: TestFillLicense (0.00s) [2022-03-11T18:12:52.810Z] === RUN TestListInvalidFilter [2022-03-11T18:12:52.810Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-11T18:12:52.810Z] === RUN TestNameFilter [2022-03-11T18:12:52.810Z] --- PASS: TestNameFilter (0.00s) [2022-03-11T18:12:52.810Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-11T18:12:52.810Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-11T18:12:52.810Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-11T18:12:52.810Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-11T18:12:52.811Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-11T18:12:52.811Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-11T18:12:52.811Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-11T18:12:52.811Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-11T18:12:52.811Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-11T18:12:52.811Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-11T18:12:52.811Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-11T18:12:52.811Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-11T18:12:52.811Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-11T18:12:52.811Z] === 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 [2022-03-11T18:12:52.811Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-11T18:12:52.811Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-11T18:12:52.811Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-11T18:12:52.811Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-11T18:12:52.811Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-11T18:12:52.811Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-11T18:12:52.979Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-11T18:12:53.011Z] --- PASS: TestNISDomainname (0.49s) [2022-03-11T18:12:53.012Z] === RUN TestHostnameDnsResolution [2022-03-11T18:12:53.278Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-11T18:12:53.278Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.05s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-11T18:12:53.278Z] --- 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) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-11T18:12:53.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-11T18:12:53.278Z] === RUN TestDaemonReloadLabels [2022-03-11T18:12:53.278Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-11T18:12:53.278Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-11T18:12:53.278Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-11T18:12:53.278Z] === RUN TestDaemonReloadMirrors [2022-03-11T18:12:53.278Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-11T18:12:53.278Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-11T18:12:53.279Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-11T18:12:53.279Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-11T18:12:53.279Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-11T18:12:53.279Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-11T18:12:53.279Z] reload_test.go:342: root required [2022-03-11T18:12:53.279Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-11T18:12:53.279Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-11T18:12:53.279Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-03-11T18:12:53.279Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-11T18:12:53.279Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.09s) [2022-03-11T18:12:53.279Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-11T18:12:53.279Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.06s) [2022-03-11T18:12:53.279Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-11T18:12:53.279Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.03s) [2022-03-11T18:12:53.279Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-11T18:12:53.279Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-11T18:12:53.279Z] === RUN TestParseVolumesFrom [2022-03-11T18:12:53.279Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-11T18:12:53.279Z] PASS [2022-03-11T18:12:53.279Z] coverage: 8.6% of statements [2022-03-11T18:12:53.279Z] ok github.com/docker/docker/daemon 0.628s coverage: 8.6% of statements [2022-03-11T18:12:53.279Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-11T18:12:53.279Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-11T18:12:53.279Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-11T18:12:53.279Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-11T18:12:53.279Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-11T18:12:53.279Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-11T18:12:53.279Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-11T18:12:53.279Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-11T18:12:53.279Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-11T18:12:53.279Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-11T18:12:53.279Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-11T18:12:53.279Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-11T18:12:53.279Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-11T18:12:53.279Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-11T18:12:53.543Z] --- PASS: TestBuildMultiStageCopy (4.85s) [2022-03-11T18:12:53.543Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.71s) [2022-03-11T18:12:53.543Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.56s) [2022-03-11T18:12:53.543Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.51s) [2022-03-11T18:12:53.543Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.54s) [2022-03-11T18:12:53.543Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.54s) [2022-03-11T18:12:53.543Z] === RUN TestBuildMultiStageParentConfig [2022-03-11T18:12:53.577Z] --- PASS: TestHostnameDnsResolution (0.60s) [2022-03-11T18:12:53.577Z] === RUN TestUnprivilegedPortsAndPing [2022-03-11T18:12:54.143Z] --- PASS: TestUnprivilegedPortsAndPing (0.46s) [2022-03-11T18:12:54.143Z] === RUN TestStats [2022-03-11T18:12:54.842Z] === RUN TestNewStreamConfig [2022-03-11T18:12:54.842Z] === RUN TestNewStreamConfig/defaults [2022-03-11T18:12:54.842Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-11T18:12:54.842Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-11T18:12:54.842Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-11T18:12:54.842Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-11T18:12:54.842Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-11T18:12:54.842Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-11T18:12:54.842Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-11T18:12:54.842Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-11T18:12:54.842Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-11T18:12:54.842Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-11T18:12:54.842Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-11T18:12:54.842Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-11T18:12:54.842Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-11T18:12:54.842Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-11T18:12:54.842Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-11T18:12:54.842Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-11T18:12:54.842Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-11T18:12:54.842Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-11T18:12:54.842Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-11T18:12:54.842Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-11T18:12:54.842Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-11T18:12:54.842Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-11T18:12:54.842Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-11T18:12:54.842Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-11T18:12:54.842Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-11T18:12:54.842Z] === RUN TestAdapterReadLogs [2022-03-11T18:12:54.842Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-11T18:12:54.842Z] === RUN TestCopier [2022-03-11T18:12:54.842Z] --- PASS: TestCopier (0.00s) [2022-03-11T18:12:54.842Z] === RUN TestCopierLongLines [2022-03-11T18:12:54.842Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-11T18:12:54.842Z] === RUN TestCopierSlow [2022-03-11T18:12:54.842Z] time="2022-03-11T18:12:54Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-11T18:12:54.842Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.19s) [2022-03-11T18:12:54.842Z] === RUN TestCreateSuccess [2022-03-11T18:12:54.842Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-11T18:12:54.842Z] === RUN TestCreateStreamSkipped [2022-03-11T18:12:54.843Z] time="2022-03-11T18:12:54Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-11T18:12:54.843Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestCreateLogGroupSuccess [2022-03-11T18:12:54.843Z] time="2022-03-11T18:12:54Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-11T18:12:54.843Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestCreateError [2022-03-11T18:12:54.843Z] --- PASS: TestCreateError (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestCreateAlreadyExists [2022-03-11T18:12:54.843Z] time="2022-03-11T18:12:54Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-11T18:12:54.843Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestLogClosed [2022-03-11T18:12:54.843Z] --- PASS: TestLogClosed (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestLogBlocking [2022-03-11T18:12:54.843Z] --- PASS: TestLogBlocking (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-11T18:12:54.843Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestLogNonBlockingBufferFull [2022-03-11T18:12:54.843Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestPublishBatchSuccess [2022-03-11T18:12:54.843Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestPublishBatchError [2022-03-11T18:12:54.843Z] time="2022-03-11T18:12:54Z" level=error msg=error [2022-03-11T18:12:54.843Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-11T18:12:54.843Z] time="2022-03-11T18:12:54Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-11T18:12:54.843Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-11T18:12:54.843Z] time="2022-03-11T18:12:54Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-11T18:12:54.843Z] time="2022-03-11T18:12:54Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-11T18:12:54.843Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestCollectBatchSimple [2022-03-11T18:12:54.843Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestCollectBatchTicker [2022-03-11T18:12:54.843Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestCollectBatchMultilinePattern [2022-03-11T18:12:54.843Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-11T18:12:54.843Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-11T18:12:54.843Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-11T18:12:54.843Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-11T18:12:54.843Z] === RUN TestCollectBatchClose [2022-03-11T18:12:54.843Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-11T18:12:54.843Z] === RUN TestEffectiveLen [2022-03-11T18:12:54.843Z] === RUN TestEffectiveLen/0/Hello [2022-03-11T18:12:54.843Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-11T18:12:54.843Z] === RUN TestEffectiveLen/2/🙃 [2022-03-11T18:12:54.843Z] === RUN TestEffectiveLen/3/���� [2022-03-11T18:12:54.843Z] === RUN TestEffectiveLen/4/He��o [2022-03-11T18:12:54.843Z] === RUN TestEffectiveLen/5/ [2022-03-11T18:12:54.913Z] --- PASS: TestBuildMultiStageParentConfig (1.35s) [2022-03-11T18:12:54.913Z] === RUN TestBuildLabelWithTargets [2022-03-11T18:12:55.311Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestFindValidSplit [2022-03-11T18:12:55.311Z] === RUN TestFindValidSplit/0/ [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1076: [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1077: [2022-03-11T18:12:55.311Z] === RUN TestFindValidSplit/1/Hello [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1076: Hello [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1077: [2022-03-11T18:12:55.311Z] === RUN TestFindValidSplit/2/Hello [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1076: He [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1077: llo [2022-03-11T18:12:55.311Z] === RUN TestFindValidSplit/3/Hello [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1076: [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1077: Hello [2022-03-11T18:12:55.311Z] === RUN TestFindValidSplit/4/🙃 [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1076: [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-11T18:12:55.311Z] === RUN TestFindValidSplit/5/🙃 [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1077: [2022-03-11T18:12:55.311Z] === RUN TestFindValidSplit/6/a� [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1076: a [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1077: � [2022-03-11T18:12:55.311Z] === RUN TestFindValidSplit/7/a� [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1076: a� [2022-03-11T18:12:55.311Z] cloudwatchlogs_test.go:1077: [2022-03-11T18:12:55.311Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestProcessEventEmoji [2022-03-11T18:12:55.311Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-03-11T18:12:55.311Z] === RUN TestCollectBatchLineSplit [2022-03-11T18:12:55.311Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-11T18:12:55.311Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-11T18:12:55.311Z] === RUN TestCollectBatchMaxEvents [2022-03-11T18:12:55.311Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-03-11T18:12:55.311Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-11T18:12:55.311Z] --- PASS: TestCopierSlow (0.24s) [2022-03-11T18:12:55.311Z] === RUN TestCopierWithSized [2022-03-11T18:12:55.311Z] === RUN TestCopierWithSized/as_is [2022-03-11T18:12:55.311Z] --- PASS: TestCollectBatchMaxTotalBytes (0.05s) [2022-03-11T18:12:55.311Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-11T18:12:55.311Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-11T18:12:55.311Z] --- PASS: TestCopierWithSized (0.02s) [2022-03-11T18:12:55.311Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-11T18:12:55.311Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestCopierWithPartial [2022-03-11T18:12:55.311Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestRingLogger [2022-03-11T18:12:55.311Z] --- PASS: TestRingLogger (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestRingCap [2022-03-11T18:12:55.311Z] --- PASS: TestRingCap (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestRingClose [2022-03-11T18:12:55.311Z] --- PASS: TestRingClose (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestRingDrain [2022-03-11T18:12:55.311Z] --- PASS: TestRingDrain (0.00s) [2022-03-11T18:12:55.311Z] PASS [2022-03-11T18:12:55.311Z] coverage: 43.2% of statements [2022-03-11T18:12:55.311Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-11T18:12:55.311Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-11T18:12:55.311Z] ok github.com/docker/docker/daemon/logger 0.346s coverage: 43.2% of statements [2022-03-11T18:12:55.311Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-03-11T18:12:55.311Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-11T18:12:55.311Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-11T18:12:55.311Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-11T18:12:55.311Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-11T18:12:55.311Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-11T18:12:55.311Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-11T18:12:55.311Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-11T18:12:55.311Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-11T18:12:55.311Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-11T18:12:55.311Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2022-03-11T18:12:55.311Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsFormat [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-11T18:12:55.311Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-11T18:12:55.311Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestCreateTagSuccess [2022-03-11T18:12:55.311Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-11T18:12:55.311Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-11T18:12:55.311Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-11T18:12:55.311Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-11T18:12:55.311Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-11T18:12:55.311Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-11T18:12:55.311Z] PASS [2022-03-11T18:12:55.311Z] coverage: 80.2% of statements [2022-03-11T18:12:55.311Z] ok github.com/docker/docker/daemon/logger/awslogs 0.478s coverage: 80.2% of statements [2022-03-11T18:12:55.779Z] === RUN TestValidateLogOptReconnectInterval [2022-03-11T18:12:55.779Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-11T18:12:55.779Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-11T18:12:55.779Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-11T18:12:55.779Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-11T18:12:55.779Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-11T18:12:55.779Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-11T18:12:55.779Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-11T18:12:55.779Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-11T18:12:55.779Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-11T18:12:55.779Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-11T18:12:55.779Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-11T18:12:55.779Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-11T18:12:55.779Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-11T18:12:55.779Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-11T18:12:55.779Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-11T18:12:55.779Z] PASS [2022-03-11T18:12:55.779Z] coverage: 33.6% of statements [2022-03-11T18:12:55.779Z] ok github.com/docker/docker/daemon/logger/fluentd 0.089s coverage: 33.6% of statements [2022-03-11T18:12:55.779Z] === RUN TestSearchRegistryForImagesErrors [2022-03-11T18:12:55.779Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-11T18:12:55.779Z] === RUN TestSearchRegistryForImages [2022-03-11T18:12:55.779Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-11T18:12:55.779Z] === RUN TestOnlyPlatformWithFallback [2022-03-11T18:12:55.779Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-11T18:12:55.779Z] === RUN TestImageDelete [2022-03-11T18:12:55.779Z] === RUN TestImageDelete/no_lease [2022-03-11T18:12:55.779Z] === RUN TestImageDelete/lease_exists [2022-03-11T18:12:55.779Z] --- PASS: TestImageDelete (0.04s) [2022-03-11T18:12:55.779Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-11T18:12:55.779Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-03-11T18:12:55.779Z] === RUN TestContentStoreForPull [2022-03-11T18:12:55.779Z] --- PASS: TestContentStoreForPull (0.23s) [2022-03-11T18:12:55.779Z] PASS [2022-03-11T18:12:55.779Z] coverage: 6.8% of statements [2022-03-11T18:12:55.779Z] ok github.com/docker/docker/daemon/images 0.441s coverage: 6.8% of statements [2022-03-11T18:12:55.779Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-11T18:12:55.779Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-11T18:12:56.249Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-11T18:12:56.249Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-11T18:12:56.249Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-11T18:12:56.249Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-11T18:12:56.249Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-11T18:12:56.249Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-11T18:12:56.249Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-11T18:12:56.669Z] --- PASS: TestStats (2.44s) [2022-03-11T18:12:56.669Z] === RUN TestStopContainerWithTimeout [2022-03-11T18:12:56.669Z] === RUN TestStopContainerWithTimeout/0 [2022-03-11T18:12:56.669Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-11T18:12:56.669Z] === RUN TestStopContainerWithTimeout/1 [2022-03-11T18:12:56.669Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-11T18:12:56.669Z] === RUN TestStopContainerWithTimeout/3 [2022-03-11T18:12:56.669Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-11T18:12:56.669Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-11T18:12:56.669Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-11T18:12:56.669Z] === CONT TestStopContainerWithTimeout/0 [2022-03-11T18:12:56.669Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-11T18:12:56.717Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.17s) [2022-03-11T18:12:56.717Z] === RUN TestFastTimeMarshalJSON [2022-03-11T18:12:56.717Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-11T18:12:56.717Z] PASS [2022-03-11T18:12:56.717Z] coverage: 87.2% of statements [2022-03-11T18:12:56.717Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.232s coverage: 87.2% of statements [2022-03-11T18:12:56.717Z] === RUN TestJSONFileLogger [2022-03-11T18:12:56.717Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-11T18:12:56.717Z] === RUN TestJSONFileLoggerWithTags [2022-03-11T18:12:56.717Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-11T18:12:56.717Z] === RUN TestJSONFileLoggerWithOpts [2022-03-11T18:12:56.717Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-03-11T18:12:56.717Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-11T18:12:56.717Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-11T18:12:56.717Z] === RUN TestEncodeDecode [2022-03-11T18:12:56.717Z] === PAUSE TestEncodeDecode [2022-03-11T18:12:56.717Z] === RUN TestUnexpectedEOF [2022-03-11T18:12:57.191Z] time="2022-03-11T18:12:56Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-11T18:12:57.191Z] time="2022-03-11T18:12:56Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-11T18:12:57.191Z] --- PASS: TestUnexpectedEOF (0.19s) [2022-03-11T18:12:57.191Z] === CONT TestEncodeDecode [2022-03-11T18:12:57.191Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-11T18:12:57.191Z] PASS [2022-03-11T18:12:57.191Z] coverage: 69.9% of statements [2022-03-11T18:12:57.191Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.276s coverage: 69.9% of statements [2022-03-11T18:12:57.191Z] === RUN TestWriteLog [2022-03-11T18:12:57.191Z] === PAUSE TestWriteLog [2022-03-11T18:12:57.191Z] === RUN TestReadLog [2022-03-11T18:12:57.191Z] === PAUSE TestReadLog [2022-03-11T18:12:57.191Z] === RUN TestDecode [2022-03-11T18:12:57.191Z] --- PASS: TestDecode (0.03s) [2022-03-11T18:12:57.191Z] === CONT TestWriteLog [2022-03-11T18:12:57.191Z] === CONT TestReadLog [2022-03-11T18:12:57.191Z] === RUN TestReadLog/tail_exact [2022-03-11T18:12:57.191Z] --- PASS: TestWriteLog (0.01s) [2022-03-11T18:12:57.235Z] === CONT TestStopContainerWithTimeout/3 [2022-03-11T18:12:57.437Z] --- PASS: TestBuildLabelWithTargets (2.19s) [2022-03-11T18:12:57.437Z] === RUN TestBuildWithEmptyLayers [2022-03-11T18:12:57.659Z] === RUN TestReadLog/tail_less_than_available [2022-03-11T18:12:57.659Z] === RUN TestReadLog/tail_more_than_available [2022-03-11T18:12:57.659Z] --- PASS: TestReadLog (0.33s) [2022-03-11T18:12:57.659Z] --- PASS: TestReadLog/tail_exact (0.21s) [2022-03-11T18:12:57.659Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-11T18:12:57.659Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-03-11T18:12:57.659Z] PASS [2022-03-11T18:12:57.659Z] coverage: 78.7% of statements [2022-03-11T18:12:57.659Z] ok github.com/docker/docker/daemon/logger/local 0.445s coverage: 78.7% of statements [2022-03-11T18:12:57.659Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-11T18:12:58.127Z] === RUN TestOpenFileDelete [2022-03-11T18:12:58.127Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-11T18:12:58.127Z] === RUN TestOpenFileRename [2022-03-11T18:12:58.127Z] --- PASS: TestOpenFileRename (0.01s) [2022-03-11T18:12:58.127Z] === RUN TestHandleDecoderErr [2022-03-11T18:12:58.127Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-11T18:12:58.127Z] === RUN TestParseLogTagDefaultTag [2022-03-11T18:12:58.127Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-11T18:12:58.127Z] === RUN TestParseLogTag [2022-03-11T18:12:58.127Z] --- PASS: TestParseLogTag (0.00s) [2022-03-11T18:12:58.127Z] === RUN TestParseLogTagEmptyTag [2022-03-11T18:12:58.127Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-11T18:12:58.127Z] === RUN TestTailFiles [2022-03-11T18:12:58.127Z] --- PASS: TestTailFiles (0.00s) [2022-03-11T18:12:58.127Z] === RUN TestFollowLogsConsumerGone [2022-03-11T18:12:58.127Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-11T18:12:58.127Z] === RUN TestFollowLogsProducerGone [2022-03-11T18:12:58.127Z] logfile_test.go:180: logDecode() closed after sending 4096 messages [2022-03-11T18:12:58.127Z] logfile_test.go:233: messages sent: 4096, received: 4096 [2022-03-11T18:12:58.127Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-03-11T18:12:58.127Z] === RUN TestCheckCapacityAndRotate [2022-03-11T18:12:58.127Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-11T18:12:58.127Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-11T18:12:58.127Z] --- PASS: TestCheckCapacityAndRotate (0.03s) [2022-03-11T18:12:58.127Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-11T18:12:58.127Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-03-11T18:12:58.127Z] PASS [2022-03-11T18:12:58.127Z] coverage: 53.5% of statements [2022-03-11T18:12:58.127Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.159s coverage: 53.5% of statements [2022-03-11T18:12:58.368Z] --- PASS: TestBuildWithEmptyLayers (1.16s) [2022-03-11T18:12:58.368Z] === RUN TestBuildMultiStageOnBuild [2022-03-11T18:12:58.596Z] === RUN TestLog [2022-03-11T18:12:58.596Z] --- PASS: TestLog (0.03s) [2022-03-11T18:12:58.596Z] PASS [2022-03-11T18:12:58.596Z] coverage: 31.5% of statements [2022-03-11T18:12:58.596Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.089s coverage: 31.5% of statements [2022-03-11T18:12:59.065Z] === RUN TestNewParse [2022-03-11T18:12:59.065Z] --- PASS: TestNewParse (0.00s) [2022-03-11T18:12:59.065Z] PASS [2022-03-11T18:12:59.065Z] coverage: 8.3% of statements [2022-03-11T18:12:59.065Z] ok github.com/docker/docker/daemon/logger/templates 0.131s coverage: 8.3% of statements [2022-03-11T18:12:59.147Z] === CONT TestStopContainerWithTimeout/1 [2022-03-11T18:12:59.538Z] === RUN TestValidateLogOpt [2022-03-11T18:12:59.538Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-11T18:12:59.538Z] === RUN TestNewMissedConfig [2022-03-11T18:12:59.538Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-11T18:12:59.538Z] === RUN TestNewMissedUrl [2022-03-11T18:12:59.538Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-11T18:12:59.538Z] === RUN TestNewMissedToken [2022-03-11T18:12:59.538Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-11T18:12:59.538Z] === RUN TestNewWithProxy [2022-03-11T18:12:59.538Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-11T18:12:59.538Z] === RUN TestDefault [2022-03-11T18:12:59.538Z] === RUN TestParseLogFormat [2022-03-11T18:12:59.538Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-11T18:12:59.538Z] === RUN TestValidateLogOptEmpty [2022-03-11T18:12:59.538Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-11T18:12:59.538Z] === RUN TestValidateSyslogAddress [2022-03-11T18:12:59.538Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-11T18:12:59.538Z] === RUN TestParseAddressDefaultPort [2022-03-11T18:12:59.538Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-11T18:12:59.538Z] === RUN TestValidateSyslogFacility [2022-03-11T18:12:59.538Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-11T18:12:59.538Z] === RUN TestValidateLogOptSyslogFormat [2022-03-11T18:12:59.538Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-11T18:12:59.538Z] === RUN TestValidateLogOpt [2022-03-11T18:12:59.538Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-11T18:12:59.538Z] PASS [2022-03-11T18:12:59.538Z] coverage: 46.8% of statements [2022-03-11T18:12:59.538Z] --- PASS: TestDefault (0.01s) [2022-03-11T18:12:59.538Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-11T18:12:59.538Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2022-03-11T18:12:59.538Z] === RUN TestJsonFormat [2022-03-11T18:12:59.538Z] ok github.com/docker/docker/daemon/logger/syslog 0.064s coverage: 46.8% of statements [2022-03-11T18:12:59.538Z] --- PASS: TestJsonFormat (0.01s) [2022-03-11T18:12:59.538Z] === RUN TestRawFormat [2022-03-11T18:12:59.538Z] --- PASS: TestRawFormat (0.00s) [2022-03-11T18:12:59.538Z] === RUN TestRawFormatWithLabels [2022-03-11T18:12:59.538Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-11T18:12:59.538Z] === RUN TestRawFormatWithoutTag [2022-03-11T18:12:59.538Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-11T18:12:59.538Z] === RUN TestBatching [2022-03-11T18:12:59.538Z] --- PASS: TestBatching (0.26s) [2022-03-11T18:12:59.538Z] === RUN TestFrequency [2022-03-11T18:13:00.006Z] --- PASS: TestFrequency (0.35s) [2022-03-11T18:13:00.006Z] === RUN TestOneMessagePerRequest [2022-03-11T18:13:00.006Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-11T18:13:00.006Z] === RUN TestVerify [2022-03-11T18:13:00.006Z] --- PASS: TestVerify (0.04s) [2022-03-11T18:13:00.006Z] === RUN TestSkipVerify [2022-03-11T18:13:00.474Z] time="2022-03-11T18:12:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:13:00.474Z] --- PASS: TestSkipVerify (0.45s) [2022-03-11T18:13:00.474Z] === RUN TestBufferMaximum [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647022380.239649\",\"host\":\"0d9cf2d011a9\"}'" [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647022380.239649\",\"host\":\"0d9cf2d011a9\"}'" [2022-03-11T18:13:00.474Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-11T18:13:00.474Z] === RUN TestServerAlwaysDown [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647022380.242650\",\"host\":\"0d9cf2d011a9\"}'" [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647022380.242650\",\"host\":\"0d9cf2d011a9\"}'" [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647022380.242650\",\"host\":\"0d9cf2d011a9\"}'" [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647022380.243648\",\"host\":\"0d9cf2d011a9\"}'" [2022-03-11T18:13:00.474Z] time="2022-03-11T18:13:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647022380.243648\",\"host\":\"0d9cf2d011a9\"}'" [2022-03-11T18:13:00.474Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-11T18:13:00.474Z] === RUN TestCannotSendAfterClose [2022-03-11T18:13:00.474Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-11T18:13:00.474Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-11T18:13:00.523Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-11T18:13:00.523Z] --- PASS: TestStopContainerWithTimeout/0 (0.67s) [2022-03-11T18:13:00.523Z] --- PASS: TestStopContainerWithTimeout/-1 (2.58s) [2022-03-11T18:13:00.523Z] --- PASS: TestStopContainerWithTimeout/3 (2.37s) [2022-03-11T18:13:00.523Z] --- PASS: TestStopContainerWithTimeout/1 (1.39s) [2022-03-11T18:13:00.523Z] === RUN TestDeleteDevicemapper [2022-03-11T18:13:00.523Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-11T18:13:00.523Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-11T18:13:00.523Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-11T18:13:00.942Z] === RUN TestV1IDService [2022-03-11T18:13:00.942Z] --- PASS: TestV1IDService (0.02s) [2022-03-11T18:13:00.942Z] === RUN TestV2MetadataService [2022-03-11T18:13:01.162Z] --- PASS: TestCreateServiceMultipleTimes (15.62s) [2022-03-11T18:13:01.162Z] === RUN TestCreateServiceConflict [2022-03-11T18:13:01.162Z] --- PASS: TestCreateServiceConflict (1.79s) [2022-03-11T18:13:01.162Z] === RUN TestCreateServiceMaxReplicas [2022-03-11T18:13:01.411Z] time="2022-03-11T18:13:01Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-11T18:13:01.411Z] time="2022-03-11T18:13:01Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"0d9cf2d011a9\"}'" [2022-03-11T18:13:01.411Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-11T18:13:01.411Z] PASS [2022-03-11T18:13:01.411Z] coverage: 82.5% of statements [2022-03-11T18:13:01.411Z] ok github.com/docker/docker/daemon/logger/splunk 2.218s coverage: 82.5% of statements [2022-03-11T18:13:01.411Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-11T18:13:01.411Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-11T18:13:01.411Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-11T18:13:01.411Z] --- PASS: TestV2MetadataService (0.75s) [2022-03-11T18:13:01.411Z] PASS [2022-03-11T18:13:01.411Z] coverage: 48.2% of statements [2022-03-11T18:13:01.411Z] ok github.com/docker/docker/distribution/metadata 0.834s coverage: 48.2% of statements [2022-03-11T18:13:01.650Z] --- PASS: TestBuildMultiStageOnBuild (3.09s) [2022-03-11T18:13:01.650Z] === RUN TestBuildUncleanTarFilenames [2022-03-11T18:13:01.879Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-11T18:13:01.879Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-11T18:13:01.879Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-11T18:13:01.879Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-11T18:13:01.879Z] === RUN TestContinueOnError_NeverContinue [2022-03-11T18:13:01.879Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-11T18:13:01.879Z] === RUN TestManifestStore [2022-03-11T18:13:01.879Z] === RUN TestManifestStore/no_remote_or_local [2022-03-11T18:13:01.879Z] === RUN TestSuccessfulDownload [2022-03-11T18:13:01.879Z] download_test.go:267: Needs fixing on Windows [2022-03-11T18:13:01.879Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-11T18:13:01.879Z] === RUN TestCancelledDownload [2022-03-11T18:13:01.879Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-11T18:13:01.879Z] === RUN TestMaxDownloadAttempts [2022-03-11T18:13:01.879Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-11T18:13:01.879Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-11T18:13:01.879Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-11T18:13:01.879Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-11T18:13:01.879Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-11T18:13:01.879Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-11T18:13:01.879Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-11T18:13:01.879Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-11T18:13:01.879Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-11T18:13:01.879Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-11T18:13:01.879Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-11T18:13:01.879Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-11T18:13:01.879Z] time="2022-03-11T18:13:01Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3418297190\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-11T18:13:01.879Z] === RUN TestManifestStore/no_local_cache [2022-03-11T18:13:01.879Z] === RUN TestManifestStore/with_local_cache [2022-03-11T18:13:01.879Z] === RUN TestManifestStore/unknown_media_type [2022-03-11T18:13:01.879Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-11T18:13:01.879Z] time="2022-03-11T18:13:01Z" level=warning msg="reference for unknown type: " [2022-03-11T18:13:01.879Z] time="2022-03-11T18:13:01Z" level=warning msg="reference for unknown type: " [2022-03-11T18:13:01.879Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-11T18:13:01.879Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-11T18:13:01.879Z] time="2022-03-11T18:13:01Z" level=warning msg="reference for unknown type: " [2022-03-11T18:13:01.879Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-11T18:13:01.879Z] time="2022-03-11T18:13:01Z" level=warning msg="reference for unknown type: " [2022-03-11T18:13:01.879Z] time="2022-03-11T18:13:01Z" level=warning msg="reference for unknown type: " [2022-03-11T18:13:01.879Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-11T18:13:01.879Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-11T18:13:01.879Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-11T18:13:01.879Z] time="2022-03-11T18:13:01Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-11T18:13:01.879Z] --- PASS: TestManifestStore (0.36s) [2022-03-11T18:13:01.879Z] --- PASS: TestManifestStore/no_remote_or_local (0.20s) [2022-03-11T18:13:01.879Z] --- PASS: TestManifestStore/no_local_cache (0.03s) [2022-03-11T18:13:01.879Z] --- PASS: TestManifestStore/with_local_cache (0.03s) [2022-03-11T18:13:01.879Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-03-11T18:13:01.879Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2022-03-11T18:13:01.879Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-03-11T18:13:01.879Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-11T18:13:01.879Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2022-03-11T18:13:01.879Z] --- PASS: TestManifestStore/error_persisting_manifest (0.04s) [2022-03-11T18:13:01.879Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2022-03-11T18:13:01.879Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.03s) [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaType [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-11T18:13:01.879Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-11T18:13:01.879Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-11T18:13:01.879Z] === RUN TestFixManifestLayers [2022-03-11T18:13:01.879Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-11T18:13:01.879Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-11T18:13:01.879Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-11T18:13:01.879Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-11T18:13:01.879Z] === RUN TestFixManifestLayersBadParent [2022-03-11T18:13:01.879Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-11T18:13:01.879Z] === RUN TestValidateManifest [2022-03-11T18:13:01.895Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.39s) [2022-03-11T18:13:01.895Z] === RUN TestUpdateMemory [2022-03-11T18:13:02.348Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-11T18:13:02.348Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-11T18:13:02.348Z] === RUN TestFormatPlatform [2022-03-11T18:13:02.348Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-11T18:13:02.348Z] === RUN TestPullSchema2Config [2022-03-11T18:13:02.348Z] === RUN TestPullSchema2Config/success_first_time [2022-03-11T18:13:02.348Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-11T18:13:02.348Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:13:02.348Z] === RUN TestPullSchema2Config/500_status [2022-03-11T18:13:02.348Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-11T18:13:02.348Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:13:02.348Z] time="2022-03-11T18:13:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-11T18:13:02.348Z] time="2022-03-11T18:13:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-11T18:13:02.348Z] time="2022-03-11T18:13:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-11T18:13:02.348Z] time="2022-03-11T18:13:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-11T18:13:02.348Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-11T18:13:02.348Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.45s) [2022-03-11T18:13:02.348Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.45s) [2022-03-11T18:13:02.348Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.45s) [2022-03-11T18:13:02.348Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.45s) [2022-03-11T18:13:02.348Z] === RUN TestTransfer [2022-03-11T18:13:02.348Z] --- PASS: TestTransfer (0.12s) [2022-03-11T18:13:02.348Z] === RUN TestConcurrencyLimit [2022-03-11T18:13:02.348Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:13:02.348Z] === RUN TestPullSchema2Config/EOF [2022-03-11T18:13:02.348Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-11T18:13:02.348Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:13:02.348Z] 2022/03/11 18:13:02 http: panic serving 127.0.0.1:49218: intentional panic [2022-03-11T18:13:02.348Z] goroutine 12 [running]: [2022-03-11T18:13:02.348Z] net/http.(*conn).serve.func1() [2022-03-11T18:13:02.348Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-11T18:13:02.348Z] panic({0xde6940, 0xf91f60}) [2022-03-11T18:13:02.348Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-11T18:13:02.348Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc00007e004, {0xfa4ae8, 0xc0001f2000}) [2022-03-11T18:13:02.348Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-11T18:13:02.348Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0xfa4ae8, 0xc0001f2000}, 0xc0003ee000) [2022-03-11T18:13:02.348Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-11T18:13:02.348Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xfa4ae8, 0xc0001f2000}, 0x878e35) [2022-03-11T18:13:02.348Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-11T18:13:02.348Z] net/http.serverHandler.ServeHTTP({0xc00024c090}, {0xfa4ae8, 0xc0001f2000}, 0xc0003ee000) [2022-03-11T18:13:02.348Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-11T18:13:02.348Z] net/http.(*conn).serve(0xc0000b00a0, {0xfa9918, 0xc00024d710}) [2022-03-11T18:13:02.348Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-11T18:13:02.348Z] created by net/http.(*Server).Serve [2022-03-11T18:13:02.348Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-11T18:13:02.348Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:13:02.348Z] === RUN TestPullSchema2Config/unauthorized [2022-03-11T18:13:02.461Z] --- PASS: TestUpdateMemory (0.54s) [2022-03-11T18:13:02.461Z] === RUN TestUpdateCPUQuota [2022-03-11T18:13:02.817Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-11T18:13:02.817Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:13:02.817Z] --- PASS: TestPullSchema2Config (0.53s) [2022-03-11T18:13:02.817Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-11T18:13:02.817Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-11T18:13:02.817Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-11T18:13:02.817Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-03-11T18:13:02.817Z] === RUN TestGetRepositoryMountCandidates [2022-03-11T18:13:02.817Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-11T18:13:02.817Z] === RUN TestLayerAlreadyExists [2022-03-11T18:13:02.817Z] 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} [2022-03-11T18:13:02.817Z] 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} [2022-03-11T18:13:02.817Z] 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} [2022-03-11T18:13:02.817Z] 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} [2022-03-11T18:13:02.817Z] 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} [2022-03-11T18:13:02.818Z] 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} [2022-03-11T18:13:02.818Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-11T18:13:02.818Z] === RUN TestWhenEmptyAuthConfig [2022-03-11T18:13:02.818Z] --- PASS: TestConcurrencyLimit (0.40s) [2022-03-11T18:13:02.818Z] === RUN TestInactiveJobs [2022-03-11T18:13:02.818Z] === RUN TestNotFound [2022-03-11T18:13:02.818Z] --- PASS: TestNotFound (0.00s) [2022-03-11T18:13:02.818Z] === RUN TestConflict [2022-03-11T18:13:02.818Z] --- PASS: TestConflict (0.00s) [2022-03-11T18:13:02.818Z] === RUN TestForbidden [2022-03-11T18:13:02.818Z] --- PASS: TestForbidden (0.00s) [2022-03-11T18:13:02.818Z] === RUN TestInvalidParameter [2022-03-11T18:13:02.818Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-11T18:13:02.818Z] === RUN TestNotImplemented [2022-03-11T18:13:02.818Z] --- PASS: TestNotImplemented (0.00s) [2022-03-11T18:13:02.818Z] === RUN TestNotModified [2022-03-11T18:13:02.818Z] --- PASS: TestNotModified (0.00s) [2022-03-11T18:13:02.818Z] === RUN TestUnauthorized [2022-03-11T18:13:02.818Z] --- PASS: TestUnauthorized (0.00s) [2022-03-11T18:13:02.818Z] === RUN TestUnknown [2022-03-11T18:13:02.818Z] --- PASS: TestUnknown (0.00s) [2022-03-11T18:13:02.818Z] === RUN TestCancelled [2022-03-11T18:13:02.818Z] --- PASS: TestCancelled (0.00s) [2022-03-11T18:13:02.818Z] === RUN TestDeadline [2022-03-11T18:13:02.818Z] --- PASS: TestDeadline (0.00s) [2022-03-11T18:13:02.818Z] === RUN TestDataLoss [2022-03-11T18:13:02.818Z] --- PASS: TestDataLoss (0.00s) [2022-03-11T18:13:02.818Z] === RUN TestUnavailable [2022-03-11T18:13:02.818Z] --- PASS: TestUnavailable (0.00s) [2022-03-11T18:13:02.818Z] === RUN TestSystem [2022-03-11T18:13:02.818Z] --- PASS: TestSystem (0.00s) [2022-03-11T18:13:02.818Z] === RUN TestFromStatusCode [2022-03-11T18:13:02.818Z] === RUN TestFromStatusCode/Not_Found [2022-03-11T18:13:02.818Z] === RUN TestFromStatusCode/Bad_Request [2022-03-11T18:13:02.818Z] === RUN TestFromStatusCode/Conflict [2022-03-11T18:13:02.818Z] === RUN TestFromStatusCode/Unauthorized [2022-03-11T18:13:02.818Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-11T18:13:02.818Z] === RUN TestFromStatusCode/Forbidden [2022-03-11T18:13:02.818Z] === RUN TestFromStatusCode/Not_Modified [2022-03-11T18:13:02.818Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-11T18:13:02.818Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-11T18:13:02.818Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-11T18:13:02.818Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-11T18:13:02.818Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-11T18:13:02.818Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-11T18:13:02.818Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-11T18:13:02.818Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-11T18:13:02.818Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-11T18:13:02.818Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-11T18:13:02.818Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-11T18:13:02.818Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-11T18:13:02.818Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-11T18:13:02.818Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-11T18:13:02.818Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-11T18:13:02.818Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-11T18:13:02.818Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-11T18:13:02.818Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-11T18:13:02.818Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-11T18:13:02.818Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-11T18:13:02.818Z] PASS [2022-03-11T18:13:02.818Z] coverage: 53.1% of statements [2022-03-11T18:13:02.818Z] ok github.com/docker/docker/errdefs 0.045s coverage: 53.1% of statements [2022-03-11T18:13:03.021Z] --- PASS: TestBuildUncleanTarFilenames (1.75s) [2022-03-11T18:13:03.021Z] === RUN TestBuildMultiStageLayerLeak [2022-03-11T18:13:03.065Z] --- PASS: TestCreateServiceMaxReplicas (2.89s) [2022-03-11T18:13:03.065Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-11T18:13:03.286Z] --- PASS: TestInactiveJobs (0.35s) [2022-03-11T18:13:03.286Z] === RUN TestWatchRelease [2022-03-11T18:13:03.286Z] --- PASS: TestWatchRelease (0.05s) [2022-03-11T18:13:03.286Z] === RUN TestWatchFinishedTransfer [2022-03-11T18:13:03.286Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-11T18:13:03.286Z] === RUN TestDuplicateTransfer [2022-03-11T18:13:03.286Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-11T18:13:03.286Z] === RUN TestSuccessfulUpload [2022-03-11T18:13:03.286Z] time="2022-03-11T18:13:03Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-11T18:13:03.286Z] === RUN TestFSGetInvalidData [2022-03-11T18:13:03.286Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-11T18:13:03.286Z] === RUN TestFSInvalidSet [2022-03-11T18:13:03.286Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-11T18:13:03.286Z] === RUN TestFSInvalidRoot [2022-03-11T18:13:03.286Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-11T18:13:03.286Z] === RUN TestFSMetadataGetSet [2022-03-11T18:13:03.395Z] --- PASS: TestUpdateCPUQuota (0.76s) [2022-03-11T18:13:03.395Z] === RUN TestUpdatePidsLimit [2022-03-11T18:13:03.395Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-11T18:13:03.395Z] === RUN TestUpdatePidsLimit/no_change [2022-03-11T18:13:03.653Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-11T18:13:03.755Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-03-11T18:13:03.755Z] === RUN TestFSInvalidWalker [2022-03-11T18:13:03.755Z] --- PASS: TestSuccessfulUpload (0.39s) [2022-03-11T18:13:03.755Z] === RUN TestCancelledUpload [2022-03-11T18:13:03.755Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-11T18:13:03.755Z] PASS [2022-03-11T18:13:03.755Z] coverage: 77.3% of statements [2022-03-11T18:13:03.755Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-11T18:13:03.755Z] === RUN TestFSGetSet [2022-03-11T18:13:03.755Z] ok github.com/docker/docker/distribution/xfer 1.865s coverage: 77.3% of statements [2022-03-11T18:13:03.755Z] --- PASS: TestFSGetSet (0.04s) [2022-03-11T18:13:03.755Z] === RUN TestFSGetUnsetKey [2022-03-11T18:13:03.755Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-11T18:13:03.755Z] === RUN TestFSGetEmptyData [2022-03-11T18:13:03.755Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-11T18:13:03.755Z] === RUN TestFSDelete [2022-03-11T18:13:03.755Z] --- PASS: TestFSDelete (0.01s) [2022-03-11T18:13:03.755Z] === RUN TestFSWalker [2022-03-11T18:13:03.755Z] --- PASS: TestFSWalker (0.01s) [2022-03-11T18:13:03.755Z] === RUN TestFSWalkerStopOnError [2022-03-11T18:13:03.755Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-11T18:13:03.755Z] === RUN TestNewFromJSON [2022-03-11T18:13:03.755Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-11T18:13:03.755Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-11T18:13:03.755Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-11T18:13:03.755Z] === RUN TestMarshalKeyOrder [2022-03-11T18:13:03.755Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-11T18:13:03.755Z] === RUN TestHistoryEqual [2022-03-11T18:13:03.755Z] --- PASS: TestWhenEmptyAuthConfig (1.14s) [2022-03-11T18:13:03.755Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-11T18:13:03.755Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-11T18:13:03.755Z] === RUN TestTokenPassThru [2022-03-11T18:13:03.755Z] --- PASS: TestTokenPassThru (0.00s) [2022-03-11T18:13:03.755Z] === RUN TestTokenPassThruDifferentHost [2022-03-11T18:13:03.755Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-11T18:13:03.755Z] PASS [2022-03-11T18:13:03.755Z] coverage: 26.7% of statements [2022-03-11T18:13:03.755Z] ok github.com/docker/docker/distribution 2.127s coverage: 26.7% of statements [2022-03-11T18:13:03.755Z] --- PASS: TestHistoryEqual (0.19s) [2022-03-11T18:13:03.755Z] === RUN TestImage [2022-03-11T18:13:03.755Z] --- PASS: TestImage (0.00s) [2022-03-11T18:13:03.755Z] === RUN TestImageOSNotEmpty [2022-03-11T18:13:03.755Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-11T18:13:03.755Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-11T18:13:03.755Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-11T18:13:03.755Z] === RUN TestCreate [2022-03-11T18:13:03.755Z] --- PASS: TestCreate (0.01s) [2022-03-11T18:13:03.755Z] === RUN TestRestore [2022-03-11T18:13:03.755Z] time="2022-03-11T18:13:03Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-11T18:13:03.755Z] --- PASS: TestRestore (0.04s) [2022-03-11T18:13:03.755Z] === RUN TestAddDelete [2022-03-11T18:13:03.755Z] --- PASS: TestAddDelete (0.03s) [2022-03-11T18:13:03.755Z] === RUN TestSearchAfterDelete [2022-03-11T18:13:03.755Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-11T18:13:03.755Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-11T18:13:03.755Z] === RUN TestCompare [2022-03-11T18:13:03.755Z] --- PASS: TestCompare (0.00s) [2022-03-11T18:13:03.755Z] PASS [2022-03-11T18:13:03.755Z] coverage: 19.2% of statements [2022-03-11T18:13:03.755Z] --- PASS: TestSearchAfterDelete (0.06s) [2022-03-11T18:13:03.755Z] === RUN TestParentReset [2022-03-11T18:13:03.911Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-11T18:13:04.169Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-11T18:13:04.169Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-11T18:13:04.224Z] ok github.com/docker/docker/image/cache 0.125s coverage: 19.2% of statements [2022-03-11T18:13:04.224Z] --- PASS: TestParentReset (0.05s) [2022-03-11T18:13:04.224Z] === RUN TestGetAndSetLastUpdated [2022-03-11T18:13:04.224Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-11T18:13:04.224Z] === RUN TestStoreLen [2022-03-11T18:13:04.224Z] --- PASS: TestStoreLen (0.06s) [2022-03-11T18:13:04.224Z] PASS [2022-03-11T18:13:04.224Z] coverage: 86.9% of statements [2022-03-11T18:13:04.224Z] ok github.com/docker/docker/image 0.693s coverage: 86.9% of statements [2022-03-11T18:13:04.427Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-11T18:13:04.520Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-11T18:13:04.521Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-03-11T18:13:05.209Z] === RUN TestMakeV1ConfigFromConfig [2022-03-11T18:13:05.209Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-11T18:13:05.209Z] PASS [2022-03-11T18:13:05.209Z] coverage: 25.0% of statements [2022-03-11T18:13:05.209Z] ok github.com/docker/docker/image/v1 0.088s coverage: 25.0% of statements [2022-03-11T18:13:05.209Z] === RUN TestValidateManifest [2022-03-11T18:13:05.209Z] === RUN TestValidateManifest/nil [2022-03-11T18:13:05.209Z] === RUN TestValidateManifest/non-nil [2022-03-11T18:13:05.209Z] --- PASS: TestValidateManifest (0.00s) [2022-03-11T18:13:05.209Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-11T18:13:05.209Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-11T18:13:05.209Z] PASS [2022-03-11T18:13:05.209Z] coverage: 0.7% of statements [2022-03-11T18:13:05.209Z] ok github.com/docker/docker/image/tarexport 0.072s coverage: 0.7% of statements [2022-03-11T18:13:05.209Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-11T18:13:05.360Z] --- PASS: TestUpdatePidsLimit (1.92s) [2022-03-11T18:13:05.360Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2022-03-11T18:13:05.360Z] --- PASS: TestUpdatePidsLimit/no_change (0.25s) [2022-03-11T18:13:05.360Z] --- PASS: TestUpdatePidsLimit/update_lower (0.18s) [2022-03-11T18:13:05.360Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s) [2022-03-11T18:13:05.360Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2022-03-11T18:13:05.360Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2022-03-11T18:13:05.360Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) [2022-03-11T18:13:05.360Z] === RUN TestUpdateRestartPolicy [2022-03-11T18:13:05.452Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-11T18:13:05.452Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-11T18:13:05.711Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-11T18:13:05.711Z] Cross building: bundles/cross/windows/amd64 [2022-03-11T18:13:05.711Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-11T18:13:05.711Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-11T18:13:06.197Z] === RUN TestSerialization [2022-03-11T18:13:06.197Z] --- PASS: TestSerialization (0.02s) [2022-03-11T18:13:06.197Z] PASS [2022-03-11T18:13:06.197Z] coverage: 100.0% of statements [2022-03-11T18:13:06.197Z] ok github.com/docker/docker/libcontainerd/queue 0.058s coverage: 100.0% of statements [2022-03-11T18:13:06.296Z] --- PASS: TestBuildMultiStageLayerLeak (3.33s) [2022-03-11T18:13:06.296Z] === RUN TestBuildWithHugeFile [2022-03-11T18:13:06.666Z] === RUN TestEnvironmentParsing [2022-03-11T18:13:06.666Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-11T18:13:06.666Z] PASS [2022-03-11T18:13:06.666Z] coverage: 1.2% of statements [2022-03-11T18:13:06.666Z] ok github.com/docker/docker/libcontainerd/local 0.123s coverage: 1.2% of statements [2022-03-11T18:13:07.137Z] === RUN TestEmptyLayer [2022-03-11T18:13:07.137Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-11T18:13:07.137Z] === RUN TestCommitFailure [2022-03-11T18:13:07.137Z] --- PASS: TestCommitFailure (0.01s) [2022-03-11T18:13:07.137Z] === RUN TestStartTransactionFailure [2022-03-11T18:13:07.137Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-11T18:13:07.137Z] === RUN TestGetOrphan [2022-03-11T18:13:07.137Z] --- PASS: TestGetOrphan (0.01s) [2022-03-11T18:13:07.137Z] === RUN TestMountAndRegister [2022-03-11T18:13:07.137Z] layer_test.go:258: Layer size: 14 [2022-03-11T18:13:07.137Z] --- PASS: TestMountAndRegister (0.05s) [2022-03-11T18:13:07.137Z] === RUN TestLayerRelease [2022-03-11T18:13:07.137Z] layer_test.go:291: Failing on Windows [2022-03-11T18:13:07.137Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-11T18:13:07.137Z] === RUN TestStoreRestore [2022-03-11T18:13:07.137Z] layer_test.go:340: Failing on Windows [2022-03-11T18:13:07.137Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-11T18:13:07.137Z] === RUN TestTarStreamStability [2022-03-11T18:13:07.137Z] layer_test.go:455: Failing on Windows [2022-03-11T18:13:07.137Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-11T18:13:07.137Z] === RUN TestRegisterExistingLayer [2022-03-11T18:13:07.137Z] --- PASS: TestRegisterExistingLayer (0.12s) [2022-03-11T18:13:07.137Z] === RUN TestTarStreamVerification [2022-03-11T18:13:07.137Z] layer_test.go:684: Failing on Windows [2022-03-11T18:13:07.137Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-11T18:13:07.137Z] === RUN TestLayerMigration [2022-03-11T18:13:07.137Z] migration_test.go:45: Failing on Windows [2022-03-11T18:13:07.137Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-11T18:13:07.137Z] === RUN TestLayerMigrationNoTarsplit [2022-03-11T18:13:07.137Z] migration_test.go:181: Failing on Windows [2022-03-11T18:13:07.137Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-11T18:13:07.137Z] === RUN TestMountInit [2022-03-11T18:13:07.137Z] mount_test.go:17: Failing on Windows [2022-03-11T18:13:07.137Z] --- SKIP: TestMountInit (0.00s) [2022-03-11T18:13:07.137Z] === RUN TestMountSize [2022-03-11T18:13:07.137Z] mount_test.go:76: Failing on Windows [2022-03-11T18:13:07.137Z] --- SKIP: TestMountSize (0.00s) [2022-03-11T18:13:07.137Z] === RUN TestMountChanges [2022-03-11T18:13:07.137Z] mount_test.go:125: Failing on Windows [2022-03-11T18:13:07.137Z] --- SKIP: TestMountChanges (0.00s) [2022-03-11T18:13:07.137Z] === RUN TestMountApply [2022-03-11T18:13:07.137Z] mount_test.go:212: Failing on Windows [2022-03-11T18:13:07.137Z] --- SKIP: TestMountApply (0.00s) [2022-03-11T18:13:07.137Z] PASS [2022-03-11T18:13:07.137Z] coverage: 30.2% of statements [2022-03-11T18:13:07.137Z] ok github.com/docker/docker/layer 0.275s coverage: 30.2% of statements [2022-03-11T18:13:07.606Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-11T18:13:07.606Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-11T18:13:07.606Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-11T18:13:07.606Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-11T18:13:07.606Z] === RUN TestSequenceGetAvailableBit [2022-03-11T18:13:07.606Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-11T18:13:07.606Z] === RUN TestSequenceEqual [2022-03-11T18:13:07.606Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-11T18:13:07.606Z] === RUN TestSequenceCopy [2022-03-11T18:13:07.606Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-11T18:13:07.606Z] === RUN TestGetFirstAvailable [2022-03-11T18:13:07.606Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-11T18:13:07.606Z] === RUN TestFindSequence [2022-03-11T18:13:07.606Z] --- PASS: TestFindSequence (0.00s) [2022-03-11T18:13:07.606Z] === RUN TestCheckIfAvailable [2022-03-11T18:13:07.606Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-11T18:13:07.606Z] === RUN TestMergeSequences [2022-03-11T18:13:07.606Z] --- PASS: TestMergeSequences (0.00s) [2022-03-11T18:13:07.606Z] === RUN TestPushReservation [2022-03-11T18:13:07.606Z] --- PASS: TestPushReservation (0.00s) [2022-03-11T18:13:07.606Z] === RUN TestSerializeDeserialize [2022-03-11T18:13:07.606Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-11T18:13:07.606Z] === RUN TestSet [2022-03-11T18:13:07.606Z] --- PASS: TestSet (0.00s) [2022-03-11T18:13:07.606Z] === RUN TestSetUnset [2022-03-11T18:13:07.606Z] --- PASS: TestSetUnset (0.00s) [2022-03-11T18:13:07.606Z] === RUN TestOffsetSetUnset [2022-03-11T18:13:07.606Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-11T18:13:07.606Z] === RUN TestSetInRange [2022-03-11T18:13:07.606Z] --- PASS: TestSetInRange (0.00s) [2022-03-11T18:13:07.606Z] === RUN TestSetAnyInRange [2022-03-11T18:13:07.606Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-11T18:13:07.606Z] === RUN TestMethods [2022-03-11T18:13:07.606Z] --- PASS: TestMethods (0.00s) [2022-03-11T18:13:07.606Z] === RUN TestRandomAllocateDeallocate [2022-03-11T18:13:09.822Z] === RUN TestInvalidConfig [2022-03-11T18:13:09.822Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-11T18:13:09.822Z] === RUN TestConfig [2022-03-11T18:13:09.822Z] --- PASS: TestConfig (0.01s) [2022-03-11T18:13:09.822Z] === RUN TestOptionsLabels [2022-03-11T18:13:09.822Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-11T18:13:09.822Z] === RUN TestValidName [2022-03-11T18:13:09.822Z] --- PASS: TestValidName (0.00s) [2022-03-11T18:13:09.822Z] PASS [2022-03-11T18:13:09.822Z] coverage: 19.7% of statements [2022-03-11T18:13:09.822Z] ok github.com/docker/docker/libnetwork/config 0.087s coverage: 19.7% of statements [2022-03-11T18:13:10.290Z] === RUN TestKey [2022-03-11T18:13:10.290Z] --- PASS: TestKey (0.00s) [2022-03-11T18:13:10.290Z] === RUN TestParseKey [2022-03-11T18:13:10.290Z] --- PASS: TestParseKey (0.00s) [2022-03-11T18:13:10.290Z] === RUN TestInvalidDataStore [2022-03-11T18:13:10.290Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-11T18:13:10.290Z] === RUN TestKVObjectFlatKey [2022-03-11T18:13:10.290Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-11T18:13:10.290Z] === RUN TestAtomicKVObjectFlatKey [2022-03-11T18:13:10.290Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-11T18:13:10.290Z] PASS [2022-03-11T18:13:10.290Z] coverage: 21.9% of statements [2022-03-11T18:13:10.290Z] ok github.com/docker/docker/libnetwork/datastore 0.042s coverage: 21.9% of statements [2022-03-11T18:13:10.759Z] === RUN TestErrorInterfaces [2022-03-11T18:13:10.759Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-11T18:13:10.759Z] === RUN TestNetworkMarshalling [2022-03-11T18:13:10.759Z] === RUN TestIPDataMarshalling [2022-03-11T18:13:10.759Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-11T18:13:10.759Z] === RUN TestValidateAndIsV6 [2022-03-11T18:13:10.759Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-11T18:13:10.759Z] PASS [2022-03-11T18:13:10.759Z] coverage: 68.9% of statements [2022-03-11T18:13:10.759Z] ok github.com/docker/docker/libnetwork/driverapi 0.047s coverage: 68.9% of statements [2022-03-11T18:13:10.759Z] --- PASS: TestNetworkMarshalling (0.23s) [2022-03-11T18:13:10.759Z] === RUN TestEndpointMarshalling [2022-03-11T18:13:10.759Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-11T18:13:10.759Z] === RUN TestAuxAddresses [2022-03-11T18:13:10.759Z] time="2022-03-11T18:13:10Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-11T18:13:11.227Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-11T18:13:11.227Z] === RUN TestSRVServiceQuery [2022-03-11T18:13:11.227Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:13:11.227Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-11T18:13:11.227Z] === RUN TestServiceVIPReuse [2022-03-11T18:13:11.227Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:13:11.227Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-11T18:13:11.227Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-11T18:13:11.227Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:13:11.227Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-11T18:13:11.227Z] === RUN TestDNSIPQuery [2022-03-11T18:13:11.227Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:13:11.227Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-11T18:13:11.227Z] === RUN TestDNSProxyServFail [2022-03-11T18:13:11.227Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:13:11.227Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-11T18:13:11.227Z] === RUN TestSandboxAddEmpty [2022-03-11T18:13:11.227Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:13:11.227Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-11T18:13:11.227Z] === RUN TestSandboxAddMultiPrio [2022-03-11T18:13:11.227Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:13:11.227Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-11T18:13:11.227Z] === RUN TestSandboxAddSamePrio [2022-03-11T18:13:11.227Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:13:11.227Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-11T18:13:11.227Z] === RUN TestCleanupServiceDiscovery [2022-03-11T18:13:11.227Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:13:11.227Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-11T18:13:11.227Z] === RUN TestDNSOptions [2022-03-11T18:13:11.228Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:13:11.228Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-11T18:13:11.228Z] === RUN TestMultipleControllersWithSameStore [2022-03-11T18:13:11.228Z] time="2022-03-11T18:13:10Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-11T18:13:11.228Z] time="2022-03-11T18:13:10Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-11T18:13:11.228Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-11T18:13:11.228Z] PASS [2022-03-11T18:13:11.228Z] coverage: 8.5% of statements [2022-03-11T18:13:11.228Z] ok github.com/docker/docker/libnetwork 0.386s coverage: 8.5% of statements [2022-03-11T18:13:11.228Z] === RUN TestDriver [2022-03-11T18:13:11.228Z] --- PASS: TestDriver (0.00s) [2022-03-11T18:13:11.228Z] PASS [2022-03-11T18:13:11.228Z] coverage: 34.8% of statements [2022-03-11T18:13:11.228Z] ok github.com/docker/docker/libnetwork/drivers/host 0.047s coverage: 34.8% of statements [2022-03-11T18:13:12.214Z] === RUN TestDriver [2022-03-11T18:13:12.214Z] --- PASS: TestDriver (0.00s) [2022-03-11T18:13:12.214Z] PASS [2022-03-11T18:13:12.214Z] coverage: 34.8% of statements [2022-03-11T18:13:12.214Z] ok github.com/docker/docker/libnetwork/drivers/null 0.064s coverage: 34.8% of statements [2022-03-11T18:13:12.214Z] === RUN TestNetworkAllocateFree [2022-03-11T18:13:12.214Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-11T18:13:12.214Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-11T18:13:12.214Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-11T18:13:12.214Z] PASS [2022-03-11T18:13:12.214Z] coverage: 63.6% of statements [2022-03-11T18:13:12.214Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.043s coverage: 63.6% of statements [2022-03-11T18:13:12.214Z] --- PASS: TestRandomAllocateDeallocate (4.73s) [2022-03-11T18:13:12.214Z] === RUN TestAllocateRandomDeallocate [2022-03-11T18:13:12.681Z] === RUN TestGetEmptyCapabilities [2022-03-11T18:13:12.681Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-11T18:13:12.681Z] === RUN TestGetExtraCapabilities [2022-03-11T18:13:12.681Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-03-11T18:13:12.681Z] === RUN TestGetInvalidCapabilities [2022-03-11T18:13:12.681Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-03-11T18:13:12.681Z] === RUN TestRemoteDriver [2022-03-11T18:13:12.681Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-11T18:13:12.681Z] === RUN TestDriverError [2022-03-11T18:13:12.681Z] --- PASS: TestDriverError (0.01s) [2022-03-11T18:13:12.681Z] === RUN TestMissingValues [2022-03-11T18:13:12.681Z] --- PASS: TestMissingValues (0.00s) [2022-03-11T18:13:12.681Z] === RUN TestRollback [2022-03-11T18:13:12.681Z] --- PASS: TestRollback (0.00s) [2022-03-11T18:13:12.681Z] PASS [2022-03-11T18:13:12.681Z] coverage: 57.4% of statements [2022-03-11T18:13:12.681Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.090s coverage: 57.4% of statements [2022-03-11T18:13:13.669Z] --- PASS: TestAllocateRandomDeallocate (1.14s) [2022-03-11T18:13:13.669Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-11T18:13:13.669Z] === RUN TestNAT [2022-03-11T18:13:13.669Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-11T18:13:13.669Z] --- SKIP: TestNAT (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestTransparent [2022-03-11T18:13:13.669Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-11T18:13:13.669Z] --- SKIP: TestTransparent (0.00s) [2022-03-11T18:13:13.669Z] PASS [2022-03-11T18:13:13.669Z] coverage: 0.0% of statements [2022-03-11T18:13:13.669Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.056s coverage: 0.0% of statements [2022-03-11T18:13:13.669Z] === RUN TestBuildDefault [2022-03-11T18:13:13.669Z] --- PASS: TestBuildDefault (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestBuildHostnameDomainname [2022-03-11T18:13:13.669Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestBuildHostname [2022-03-11T18:13:13.669Z] --- PASS: TestBuildHostname (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestBuildHostnameFQDN [2022-03-11T18:13:13.669Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestBuildNoIP [2022-03-11T18:13:13.669Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestUpdate [2022-03-11T18:13:13.669Z] --- PASS: TestUpdate (0.01s) [2022-03-11T18:13:13.669Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-11T18:13:13.669Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-11T18:13:13.669Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestAddEmpty [2022-03-11T18:13:13.669Z] --- PASS: TestAddEmpty (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestAdd [2022-03-11T18:13:13.669Z] --- PASS: TestAdd (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestDeleteEmpty [2022-03-11T18:13:13.669Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestDeleteNewline [2022-03-11T18:13:13.669Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestDelete [2022-03-11T18:13:13.669Z] --- PASS: TestDelete (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestConcurrentWrites [2022-03-11T18:13:13.669Z] === RUN TestNew [2022-03-11T18:13:13.669Z] --- PASS: TestNew (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestAddDriver [2022-03-11T18:13:13.669Z] --- PASS: TestAddDriver (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestAddDuplicateDriver [2022-03-11T18:13:13.669Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-11T18:13:13.669Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestDriver [2022-03-11T18:13:13.669Z] --- PASS: TestDriver (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestIPAM [2022-03-11T18:13:13.669Z] --- PASS: TestIPAM (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestWalkIPAMs [2022-03-11T18:13:13.669Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-11T18:13:13.669Z] === RUN TestWalkDrivers [2022-03-11T18:13:13.669Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-11T18:13:13.669Z] PASS [2022-03-11T18:13:13.669Z] coverage: 82.4% of statements [2022-03-11T18:13:13.669Z] ok github.com/docker/docker/libnetwork/drvregistry 0.083s coverage: 82.4% of statements [2022-03-11T18:13:13.669Z] --- PASS: TestConcurrentWrites (0.24s) [2022-03-11T18:13:13.669Z] PASS [2022-03-11T18:13:13.669Z] coverage: 81.2% of statements [2022-03-11T18:13:13.669Z] ok github.com/docker/docker/libnetwork/etchosts 0.307s coverage: 81.2% of statements [2022-03-11T18:13:14.137Z] === RUN TestNew [2022-03-11T18:13:14.137Z] --- PASS: TestNew (0.00s) [2022-03-11T18:13:14.137Z] === RUN TestAllocate [2022-03-11T18:13:14.137Z] --- PASS: TestAllocate (0.00s) [2022-03-11T18:13:14.137Z] === RUN TestUninitialized [2022-03-11T18:13:14.137Z] --- PASS: TestUninitialized (0.00s) [2022-03-11T18:13:14.137Z] === RUN TestAllocateInRange [2022-03-11T18:13:14.137Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-11T18:13:14.137Z] === RUN TestAllocateSerial [2022-03-11T18:13:14.137Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-11T18:13:14.137Z] PASS [2022-03-11T18:13:14.137Z] coverage: 87.5% of statements [2022-03-11T18:13:14.137Z] ok github.com/docker/docker/libnetwork/idm 0.047s coverage: 87.5% of statements [2022-03-11T18:13:14.137Z] === RUN TestCaller [2022-03-11T18:13:14.137Z] --- PASS: TestCaller (0.00s) [2022-03-11T18:13:14.137Z] PASS [2022-03-11T18:13:14.137Z] coverage: 100.0% of statements [2022-03-11T18:13:14.137Z] ok github.com/docker/docker/libnetwork/internal/caller 0.041s coverage: 100.0% of statements [2022-03-11T18:13:14.137Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.90s) [2022-03-11T18:13:14.137Z] === RUN TestRetrieveFromStore [2022-03-11T18:13:15.122Z] === RUN TestSetSerialInsertDelete [2022-03-11T18:13:15.122Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-11T18:13:15.122Z] === RUN TestSetParallelInsertDelete [2022-03-11T18:13:15.122Z] --- PASS: TestRetrieveFromStore (0.67s) [2022-03-11T18:13:15.122Z] === RUN TestIsCorrupted [2022-03-11T18:13:15.122Z] --- PASS: TestIsCorrupted (0.01s) [2022-03-11T18:13:15.122Z] === RUN TestSetRollover [2022-03-11T18:13:15.589Z] === RUN TestInt2IP2IntConversion [2022-03-11T18:13:16.059Z] --- PASS: TestInt2IP2IntConversion (0.50s) [2022-03-11T18:13:16.059Z] === RUN TestGetAddressVersion [2022-03-11T18:13:16.059Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-11T18:13:16.059Z] === RUN TestKeyString [2022-03-11T18:13:16.059Z] --- PASS: TestKeyString (0.00s) [2022-03-11T18:13:16.059Z] === RUN TestPoolDataMarshal [2022-03-11T18:13:16.059Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-11T18:13:16.059Z] === RUN TestSubnetsMarshal [2022-03-11T18:13:16.059Z] --- PASS: TestSubnetsMarshal (0.04s) [2022-03-11T18:13:16.059Z] === RUN TestAddSubnets [2022-03-11T18:13:16.527Z] --- PASS: TestAddSubnets (0.05s) [2022-03-11T18:13:16.527Z] === RUN TestDoublePoolRelease [2022-03-11T18:13:16.527Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-11T18:13:16.527Z] === RUN TestAddReleasePoolID [2022-03-11T18:13:16.527Z] === RUN TestPoolRequest [2022-03-11T18:13:16.527Z] --- PASS: TestPoolRequest (0.00s) [2022-03-11T18:13:16.527Z] === RUN TestOtherRequests [2022-03-11T18:13:16.527Z] --- PASS: TestOtherRequests (0.00s) [2022-03-11T18:13:16.527Z] PASS [2022-03-11T18:13:16.527Z] coverage: 57.1% of statements [2022-03-11T18:13:16.527Z] ok github.com/docker/docker/libnetwork/ipams/null 0.050s coverage: 57.1% of statements [2022-03-11T18:13:16.527Z] --- PASS: TestAddReleasePoolID (0.06s) [2022-03-11T18:13:16.527Z] === RUN TestPredefinedPool [2022-03-11T18:13:16.527Z] --- PASS: TestPredefinedPool (0.02s) [2022-03-11T18:13:16.527Z] === RUN TestRemoveSubnet [2022-03-11T18:13:16.527Z] --- PASS: TestRemoveSubnet (0.19s) [2022-03-11T18:13:16.527Z] === RUN TestGetSameAddress [2022-03-11T18:13:16.527Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-11T18:13:16.527Z] === RUN TestPoolAllocationReuse [2022-03-11T18:13:16.527Z] --- PASS: TestSetRollover (1.63s) [2022-03-11T18:13:16.527Z] === RUN TestSetRolloverSerial [2022-03-11T18:13:17.513Z] === RUN TestGetCapabilities [2022-03-11T18:13:17.513Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-11T18:13:17.513Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-11T18:13:17.513Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-03-11T18:13:17.513Z] === RUN TestGetDefaultAddressSpaces [2022-03-11T18:13:17.513Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-11T18:13:17.513Z] === RUN TestRemoteDriver [2022-03-11T18:13:17.513Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-11T18:13:17.513Z] PASS [2022-03-11T18:13:17.513Z] coverage: 47.4% of statements [2022-03-11T18:13:17.513Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.071s coverage: 47.4% of statements [2022-03-11T18:13:17.550Z] --- PASS: TestUpdateRestartPolicy (10.76s) [2022-03-11T18:13:17.550Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-11T18:13:17.550Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s) [2022-03-11T18:13:17.550Z] === RUN TestWaitNonBlocked [2022-03-11T18:13:17.550Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:13:17.550Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:13:17.550Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:13:17.550Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:13:17.550Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:13:17.550Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:13:17.550Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-11T18:13:17.550Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.65s) [2022-03-11T18:13:17.550Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s) [2022-03-11T18:13:17.550Z] === RUN TestWaitBlocked [2022-03-11T18:13:17.550Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-11T18:13:17.550Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-11T18:13:17.550Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-11T18:13:17.550Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-11T18:13:17.550Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-11T18:13:17.550Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-11T18:13:17.808Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-11T18:13:17.808Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.67s) [2022-03-11T18:13:17.808Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s) [2022-03-11T18:13:17.808Z] === CONT TestContainerStartOnDaemonRestart [2022-03-11T18:13:17.808Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-11T18:13:17.941Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.02s) [2022-03-11T18:13:17.941Z] === RUN TestCreateServiceSecretFileMode [2022-03-11T18:13:17.983Z] --- PASS: TestSetRolloverSerial (1.19s) [2022-03-11T18:13:17.983Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-11T18:13:17.983Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-11T18:13:17.983Z] PASS [2022-03-11T18:13:17.983Z] coverage: 84.4% of statements [2022-03-11T18:13:17.983Z] ok github.com/docker/docker/libnetwork/bitseq 10.328s coverage: 84.4% of statements [2022-03-11T18:13:17.983Z] --- PASS: TestPoolAllocationReuse (1.32s) [2022-03-11T18:13:17.983Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-11T18:13:17.983Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-03-11T18:13:17.983Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-11T18:13:18.451Z] === RUN TestWindowsIPAM [2022-03-11T18:13:18.451Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-11T18:13:18.451Z] PASS [2022-03-11T18:13:18.451Z] coverage: 71.4% of statements [2022-03-11T18:13:18.451Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.044s coverage: 71.4% of statements [2022-03-11T18:13:19.436Z] === RUN TestDefaultNetwork [2022-03-11T18:13:19.436Z] --- PASS: TestDefaultNetwork (0.27s) [2022-03-11T18:13:19.436Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-11T18:13:19.710Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.95s) [2022-03-11T18:13:19.710Z] === CONT TestIpcModeOlderClient [2022-03-11T18:13:19.710Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-03-11T18:13:19.710Z] === CONT TestContainerKillOnDaemonStart [2022-03-11T18:13:19.710Z] --- PASS: TestContainerStartOnDaemonRestart (2.04s) [2022-03-11T18:13:19.710Z] === CONT TestDaemonHostGatewayIP [2022-03-11T18:13:19.903Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.25s) [2022-03-11T18:13:19.903Z] === RUN TestInitAddressPools [2022-03-11T18:13:19.903Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-11T18:13:19.903Z] PASS [2022-03-11T18:13:19.903Z] coverage: 74.0% of statements [2022-03-11T18:13:19.903Z] ok github.com/docker/docker/libnetwork/ipamutils 0.586s coverage: 74.0% of statements [2022-03-11T18:13:19.903Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.97s) [2022-03-11T18:13:19.903Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-11T18:13:20.372Z] === RUN TestKeyValue [2022-03-11T18:13:20.372Z] --- PASS: TestKeyValue (0.00s) [2022-03-11T18:13:20.372Z] PASS [2022-03-11T18:13:20.372Z] coverage: 60.0% of statements [2022-03-11T18:13:20.372Z] ok github.com/docker/docker/libnetwork/netlabel 0.040s coverage: 60.0% of statements [2022-03-11T18:13:22.236Z] --- PASS: TestDaemonHostGatewayIP (2.32s) [2022-03-11T18:13:22.236Z] === CONT TestDaemonRestartIpcMode [2022-03-11T18:13:22.588Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.45s) [2022-03-11T18:13:22.589Z] === RUN TestGetAddress [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-11T18:13:22.589Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-11T18:13:23.056Z] === RUN TestNetworkDBSimple [2022-03-11T18:13:23.525Z] === RUN TestGenerate [2022-03-11T18:13:23.525Z] --- PASS: TestGenerate (0.00s) [2022-03-11T18:13:23.525Z] === RUN TestGeneratePtr [2022-03-11T18:13:23.525Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-11T18:13:23.525Z] === RUN TestGenerateMissingField [2022-03-11T18:13:23.525Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-11T18:13:23.525Z] === RUN TestFieldCannotBeSet [2022-03-11T18:13:23.525Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-11T18:13:23.525Z] === RUN TestTypeMismatchError [2022-03-11T18:13:23.525Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-11T18:13:23.525Z] PASS [2022-03-11T18:13:23.525Z] coverage: 100.0% of statements [2022-03-11T18:13:23.525Z] ok github.com/docker/docker/libnetwork/options 0.043s coverage: 100.0% of statements [2022-03-11T18:13:23.993Z] 2022/03/11 18:13:23 Closing DB instances... [2022-03-11T18:13:23.993Z] testing: warning: no tests to run [2022-03-11T18:13:23.993Z] PASS [2022-03-11T18:13:23.993Z] coverage: 0.0% of statements [2022-03-11T18:13:23.993Z] ok github.com/docker/docker/libnetwork/osl 0.038s coverage: 0.0% of statements [no tests to run] [2022-03-11T18:13:24.133Z] --- PASS: TestDaemonRestartIpcMode (2.08s) [2022-03-11T18:13:24.979Z] --- PASS: TestSetParallelInsertDelete (10.01s) [2022-03-11T18:13:24.979Z] PASS [2022-03-11T18:13:24.979Z] coverage: 100.0% of statements [2022-03-11T18:13:24.979Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.059s coverage: 100.0% of statements [2022-03-11T18:13:24.979Z] === RUN TestRequestNewPort [2022-03-11T18:13:24.979Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-11T18:13:24.979Z] === RUN TestRequestSpecificPort [2022-03-11T18:13:24.980Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-11T18:13:24.980Z] === RUN TestReleasePort [2022-03-11T18:13:24.980Z] --- PASS: TestReleasePort (0.00s) [2022-03-11T18:13:24.980Z] === RUN TestReuseReleasedPort [2022-03-11T18:13:24.980Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-11T18:13:24.980Z] === RUN TestReleaseUnreadledPort [2022-03-11T18:13:24.980Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-11T18:13:24.980Z] === RUN TestUnknowProtocol [2022-03-11T18:13:24.980Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-11T18:13:24.980Z] === RUN TestAllocateAllPorts [2022-03-11T18:13:24.980Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-11T18:13:24.980Z] === RUN TestPortAllocation [2022-03-11T18:13:24.980Z] --- PASS: TestPortAllocation (0.00s) [2022-03-11T18:13:24.980Z] === RUN TestPortAllocationWithCustomRange [2022-03-11T18:13:24.980Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-11T18:13:24.980Z] === RUN TestNoDuplicateBPR [2022-03-11T18:13:24.980Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-11T18:13:24.980Z] === RUN TestChangePortRange [2022-03-11T18:13:24.980Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-11T18:13:24.980Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-11T18:13:24.980Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-11T18:13:24.980Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-11T18:13:24.980Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-11T18:13:24.980Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-11T18:13:24.980Z] --- PASS: TestChangePortRange (0.00s) [2022-03-11T18:13:24.980Z] PASS [2022-03-11T18:13:24.980Z] coverage: 88.6% of statements [2022-03-11T18:13:24.980Z] ok github.com/docker/docker/libnetwork/portallocator 0.042s coverage: 88.6% of statements [2022-03-11T18:13:24.980Z] --- PASS: TestNetworkDBSimple (2.05s) [2022-03-11T18:13:24.980Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-11T18:13:25.453Z] testing: warning: no tests to run [2022-03-11T18:13:25.453Z] PASS [2022-03-11T18:13:25.453Z] coverage: 0.0% of statements [2022-03-11T18:13:25.453Z] ok github.com/docker/docker/libnetwork/portmapper 0.041s coverage: 0.0% of statements [no tests to run] [2022-03-11T18:13:25.922Z] === RUN TestHashData [2022-03-11T18:13:25.922Z] --- PASS: TestHashData (0.00s) [2022-03-11T18:13:25.922Z] PASS [2022-03-11T18:13:25.922Z] coverage: 2.8% of statements [2022-03-11T18:13:25.922Z] ok github.com/docker/docker/libnetwork/resolvconf 0.041s coverage: 2.8% of statements [2022-03-11T18:13:26.391Z] 2022/03/11 18:13:25 Closing DB instances... [2022-03-11T18:13:26.391Z] === RUN TestErrorConstructors [2022-03-11T18:13:26.391Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-11T18:13:26.391Z] === RUN TestCompareIPMask [2022-03-11T18:13:26.391Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-11T18:13:26.391Z] === RUN TestUtilGetHostPartIP [2022-03-11T18:13:26.391Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-11T18:13:26.391Z] === RUN TestUtilGetBroadcastIP [2022-03-11T18:13:26.391Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-11T18:13:26.391Z] === RUN TestParseCIDR [2022-03-11T18:13:26.391Z] --- PASS: TestParseCIDR (0.00s) [2022-03-11T18:13:26.391Z] PASS [2022-03-11T18:13:26.391Z] coverage: 37.3% of statements [2022-03-11T18:13:26.391Z] ok github.com/docker/docker/libnetwork/types 0.033s coverage: 37.3% of statements [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-11T18:13:26.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-11T18:13:26.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-11T18:13:26.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-11T18:13:26.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-11T18:13:26.863Z] PASS [2022-03-11T18:13:26.863Z] coverage: 50.0% of statements [2022-03-11T18:13:26.863Z] ok github.com/docker/docker/oci 0.094s coverage: 50.0% of statements [2022-03-11T18:13:27.331Z] === RUN TestParseVersion [2022-03-11T18:13:27.331Z] --- PASS: TestParseVersion (0.00s) [2022-03-11T18:13:27.331Z] PASS [2022-03-11T18:13:27.331Z] coverage: 52.9% of statements [2022-03-11T18:13:27.331Z] === RUN TestAddressPoolOpt [2022-03-11T18:13:27.331Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/a [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/something [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/_=a [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/env1=value1 [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/_env1=value1 [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/PATH [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/=a [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/PATH= [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/PATH=something [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/asd!qwe [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/1asd [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/123 [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/some_space [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/__some_space_before [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/some_space_after__ [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/= [2022-03-11T18:13:27.331Z] === RUN TestValidateEnv/PaTh [2022-03-11T18:13:27.331Z] --- PASS: TestValidateEnv (0.00s) [2022-03-11T18:13:27.331Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-11T18:13:27.331Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-11T18:13:27.331Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-11T18:13:27.331Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-11T18:13:27.331Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-11T18:13:27.331Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-11T18:13:27.331Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestParseHost [2022-03-11T18:13:27.799Z] --- PASS: TestParseHost (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestParseDockerDaemonHost [2022-03-11T18:13:27.799Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestParseTCP [2022-03-11T18:13:27.799Z] --- PASS: TestParseTCP (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-11T18:13:27.799Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestValidateExtraHosts [2022-03-11T18:13:27.799Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestIpOptString [2022-03-11T18:13:27.799Z] --- PASS: TestIpOptString (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-11T18:13:27.799Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestNewIpOptValidDefaultVal [2022-03-11T18:13:27.799Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestIpOptSetInvalidVal [2022-03-11T18:13:27.799Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestValidateIPAddress [2022-03-11T18:13:27.799Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestMapOpts [2022-03-11T18:13:27.799Z] --- PASS: TestMapOpts (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestListOptsWithoutValidator [2022-03-11T18:13:27.799Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestListOptsWithValidator [2022-03-11T18:13:27.799Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-11T18:13:27.799Z] ok github.com/docker/docker/pkg/aaparser 0.037s coverage: 52.9% of statements [2022-03-11T18:13:27.799Z] === RUN TestValidateDNSSearch [2022-03-11T18:13:27.799Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestValidateLabel [2022-03-11T18:13:27.799Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-11T18:13:27.799Z] === RUN TestValidateLabel/label_with_general_format [2022-03-11T18:13:27.799Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-11T18:13:27.799Z] === RUN TestValidateLabel/label_with_one_more [2022-03-11T18:13:27.799Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-11T18:13:27.799Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-11T18:13:27.799Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-11T18:13:27.799Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-11T18:13:27.799Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-11T18:13:27.799Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-11T18:13:27.799Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-11T18:13:27.799Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-11T18:13:27.799Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-11T18:13:27.799Z] --- PASS: TestValidateLabel (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-11T18:13:27.799Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestNamedListOpts [2022-03-11T18:13:27.799Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestNamedMapOpts [2022-03-11T18:13:27.799Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestParseLink [2022-03-11T18:13:27.799Z] --- PASS: TestParseLink (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestQuotedStringSetWithQuotes [2022-03-11T18:13:27.799Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-11T18:13:27.799Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-11T18:13:27.799Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-11T18:13:27.799Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-11T18:13:27.799Z] === RUN TestUlimitOpt [2022-03-11T18:13:27.799Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-11T18:13:27.799Z] PASS [2022-03-11T18:13:27.799Z] coverage: 67.4% of statements [2022-03-11T18:13:27.799Z] ok github.com/docker/docker/opts 0.067s coverage: 67.4% of statements [2022-03-11T18:13:27.799Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.64s) [2022-03-11T18:13:27.799Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-11T18:13:28.784Z] === RUN TestPeerCertificateMarshalJSON [2022-03-11T18:13:28.784Z] 2022/03/11 18:13:28 Closing DB instances... [2022-03-11T18:13:29.254Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-11T18:13:29.254Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-11T18:13:29.254Z] --- PASS: TestPeerCertificateMarshalJSON (0.39s) [2022-03-11T18:13:29.254Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-11T18:13:29.254Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-11T18:13:29.254Z] === RUN TestMiddleware [2022-03-11T18:13:29.254Z] --- PASS: TestMiddleware (0.00s) [2022-03-11T18:13:29.254Z] === RUN TestNewResponseModifier [2022-03-11T18:13:29.254Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-11T18:13:29.254Z] PASS [2022-03-11T18:13:29.254Z] coverage: 26.8% of statements [2022-03-11T18:13:29.254Z] ok github.com/docker/docker/pkg/authorization 0.439s coverage: 26.8% of statements [2022-03-11T18:13:29.722Z] === RUN TestIsArchivePathDir [2022-03-11T18:13:29.722Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-03-11T18:13:29.722Z] === RUN TestIsArchivePathInvalidFile [2022-03-11T18:13:29.722Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2022-03-11T18:13:29.722Z] === RUN TestIsArchivePathTar [2022-03-11T18:13:30.140Z] --- PASS: TestCreateServiceSecretFileMode (12.50s) [2022-03-11T18:13:30.140Z] === RUN TestCreateServiceConfigFileMode [2022-03-11T18:13:30.192Z] --- PASS: TestIsArchivePathTar (0.15s) [2022-03-11T18:13:30.192Z] === RUN TestDecompressStreamGzip [2022-03-11T18:13:30.192Z] --- PASS: TestDecompressStreamGzip (0.11s) [2022-03-11T18:13:30.192Z] === RUN TestDecompressStreamBzip2 [2022-03-11T18:13:30.192Z] === RUN TestUnbuffered [2022-03-11T18:13:30.192Z] --- PASS: TestUnbuffered (0.00s) [2022-03-11T18:13:30.192Z] === RUN TestRaceUnbuffered [2022-03-11T18:13:30.192Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-11T18:13:30.192Z] PASS [2022-03-11T18:13:30.192Z] coverage: 100.0% of statements [2022-03-11T18:13:30.192Z] ok github.com/docker/docker/pkg/broadcaster 0.039s coverage: 100.0% of statements [2022-03-11T18:13:30.192Z] --- PASS: TestDecompressStreamBzip2 (0.10s) [2022-03-11T18:13:30.192Z] === RUN TestDecompressStreamXz [2022-03-11T18:13:30.192Z] archive_test.go:133: Xz not present in msys2 [2022-03-11T18:13:30.192Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-11T18:13:30.192Z] === RUN TestDecompressStreamZstd [2022-03-11T18:13:30.192Z] archive_test.go:140: zstd not installed [2022-03-11T18:13:30.192Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-11T18:13:30.192Z] === RUN TestCompressStreamXzUnsupported [2022-03-11T18:13:30.192Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-11T18:13:30.192Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-11T18:13:30.192Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-11T18:13:30.192Z] === RUN TestCompressStreamInvalid [2022-03-11T18:13:30.192Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-11T18:13:30.192Z] === RUN TestExtensionInvalid [2022-03-11T18:13:30.192Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-11T18:13:30.192Z] === RUN TestExtensionUncompressed [2022-03-11T18:13:30.192Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-11T18:13:30.192Z] === RUN TestExtensionBzip2 [2022-03-11T18:13:30.192Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-11T18:13:30.192Z] === RUN TestExtensionGzip [2022-03-11T18:13:30.192Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-11T18:13:30.192Z] === RUN TestExtensionXz [2022-03-11T18:13:30.192Z] --- PASS: TestExtensionXz (0.00s) [2022-03-11T18:13:30.192Z] === RUN TestExtensionZstd [2022-03-11T18:13:30.192Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-11T18:13:30.192Z] === RUN TestCmdStreamLargeStderr [2022-03-11T18:13:30.192Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-03-11T18:13:30.192Z] === RUN TestCmdStreamBad [2022-03-11T18:13:30.192Z] archive_test.go:252: Failing on Windows CI machines [2022-03-11T18:13:30.192Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-11T18:13:30.192Z] === RUN TestCmdStreamGood [2022-03-11T18:13:30.192Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-11T18:13:30.192Z] === RUN TestUntarPathWithInvalidDest [2022-03-11T18:13:30.192Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-03-11T18:13:30.192Z] === RUN TestUntarPathWithInvalidSrc [2022-03-11T18:13:30.192Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-11T18:13:30.192Z] === RUN TestUntarPath [2022-03-11T18:13:30.661Z] --- PASS: TestUntarPath (0.08s) [2022-03-11T18:13:30.661Z] === RUN TestUntarPathWithDestinationFile [2022-03-11T18:13:30.661Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-03-11T18:13:30.661Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-11T18:13:30.661Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-03-11T18:13:30.661Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-11T18:13:30.661Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-03-11T18:13:30.661Z] === RUN TestCopyWithTarInvalidSrc [2022-03-11T18:13:30.661Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-11T18:13:30.661Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-11T18:13:30.661Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-11T18:13:30.661Z] === RUN TestCopyWithTarSrcFile [2022-03-11T18:13:30.661Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-11T18:13:30.661Z] === RUN TestCopyWithTarSrcFolder [2022-03-11T18:13:30.661Z] === RUN TestMatch [2022-03-11T18:13:30.661Z] === RUN TestMatch/[[]] [2022-03-11T18:13:30.661Z] === RUN TestMatch/[[foo]] [2022-03-11T18:13:30.661Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-11T18:13:30.661Z] === RUN TestMatch/[[foo_bar]] [2022-03-11T18:13:30.661Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-11T18:13:30.661Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-11T18:13:30.661Z] === RUN TestMatch/[] [2022-03-11T18:13:30.661Z] === RUN TestMatch/[]#01 [2022-03-11T18:13:30.661Z] === RUN TestMatch/[[qux]] [2022-03-11T18:13:30.661Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-11T18:13:30.661Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-11T18:13:30.661Z] === RUN TestMatch/[[foo_baz]] [2022-03-11T18:13:30.661Z] --- PASS: TestMatch (0.00s) [2022-03-11T18:13:30.661Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-11T18:13:30.661Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-11T18:13:30.661Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-11T18:13:30.661Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-11T18:13:30.661Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-11T18:13:30.661Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-11T18:13:30.661Z] --- PASS: TestMatch/[] (0.00s) [2022-03-11T18:13:30.661Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-11T18:13:30.661Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-11T18:13:30.661Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-11T18:13:30.661Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-11T18:13:30.661Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-11T18:13:30.661Z] PASS [2022-03-11T18:13:30.661Z] coverage: 87.5% of statements [2022-03-11T18:13:30.661Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-11T18:13:30.661Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-11T18:13:30.661Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-11T18:13:30.661Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-11T18:13:30.661Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-11T18:13:30.661Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-11T18:13:30.661Z] ok github.com/docker/docker/pkg/capabilities 0.036s coverage: 87.5% of statements [2022-03-11T18:13:30.661Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-11T18:13:30.661Z] === RUN TestCopyFileWithTarSrcFile [2022-03-11T18:13:30.661Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-11T18:13:30.661Z] === RUN TestTarFiles [2022-03-11T18:13:31.648Z] === RUN TestChrootTarUntar [2022-03-11T18:13:31.648Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:13:31.648Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-11T18:13:31.648Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-11T18:13:31.648Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:13:31.648Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-11T18:13:31.648Z] === RUN TestChrootUntarEmptyArchive [2022-03-11T18:13:31.648Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-11T18:13:31.648Z] === RUN TestChrootTarUntarWithSymlink [2022-03-11T18:13:31.648Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:13:31.648Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-11T18:13:31.648Z] === RUN TestChrootCopyWithTar [2022-03-11T18:13:31.648Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:13:31.648Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-11T18:13:31.648Z] === RUN TestChrootCopyFileWithTar [2022-03-11T18:13:31.648Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:13:31.648Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-11T18:13:31.648Z] === RUN TestChrootUntarPath [2022-03-11T18:13:31.648Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:13:31.648Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-11T18:13:31.648Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-11T18:13:31.648Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:13:31.648Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-11T18:13:31.648Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-11T18:13:31.648Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:13:31.648Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-11T18:13:31.648Z] === RUN TestChrootApplyDotDotFile [2022-03-11T18:13:31.648Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:13:31.648Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-11T18:13:31.648Z] PASS [2022-03-11T18:13:31.648Z] coverage: 15.1% of statements [2022-03-11T18:13:31.648Z] ok github.com/docker/docker/pkg/chrootarchive 0.092s coverage: 15.1% of statements [2022-03-11T18:13:32.255Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-11T18:13:32.255Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-11T18:13:32.255Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-11T18:13:32.263Z] --- PASS: TestContainerKillOnDaemonStart (11.66s) [2022-03-11T18:13:32.263Z] PASS [2022-03-11T18:13:32.263Z] [2022-03-11T18:13:32.263Z] === Skipped [2022-03-11T18:13:32.263Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-03-11T18:13:32.263Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-11T18:13:32.263Z] [2022-03-11T18:13:32.263Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-11T18:13:32.263Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-11T18:13:32.263Z] [2022-03-11T18:13:32.263Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-11T18:13:32.263Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-11T18:13:32.263Z] [2022-03-11T18:13:32.263Z] DONE 200 tests, 3 skipped in 111.833s [2022-03-11T18:13:32.263Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-11T18:13:32.263Z] ++ 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 [2022-03-11T18:13:32.263Z] ++ set -e [2022-03-11T18:13:32.263Z] ++ '[' -n 0 ']' [2022-03-11T18:13:32.263Z] ++ set -x [2022-03-11T18:13:32.263Z] ++ 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 [2022-03-11T18:13:32.263Z] === RUN TestConfigDaemonLibtrustID [2022-03-11T18:13:32.263Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-11T18:13:32.263Z] === RUN TestDaemonConfigValidation [2022-03-11T18:13:32.263Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-11T18:13:32.263Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-11T18:13:32.263Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-11T18:13:32.263Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-11T18:13:32.263Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-11T18:13:32.263Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-11T18:13:32.263Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-11T18:13:32.263Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-11T18:13:32.263Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-11T18:13:32.263Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-11T18:13:32.263Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-11T18:13:32.263Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-11T18:13:32.263Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-11T18:13:32.263Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-11T18:13:32.263Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-11T18:13:32.263Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-11T18:13:32.263Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2022-03-11T18:13:32.263Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-03-11T18:13:32.263Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-03-11T18:13:32.263Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-03-11T18:13:32.263Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-03-11T18:13:32.263Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-11T18:13:32.263Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-11T18:13:32.513Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-11T18:13:32.513Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-03-11T18:13:32.635Z] === RUN TestEnsureRemoveAllNotExist [2022-03-11T18:13:32.635Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-11T18:13:32.635Z] === RUN TestEnsureRemoveAllWithDir [2022-03-11T18:13:32.635Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-11T18:13:32.635Z] === RUN TestEnsureRemoveAllWithFile [2022-03-11T18:13:32.635Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-11T18:13:32.635Z] PASS [2022-03-11T18:13:32.635Z] coverage: 0.0% of statements [2022-03-11T18:13:32.635Z] ok github.com/docker/docker/pkg/containerfs 0.047s coverage: 0.0% of statements [2022-03-11T18:13:32.635Z] 2022/03/11 18:13:32 Closing DB instances... [2022-03-11T18:13:32.770Z] remote: Enumerating objects: 23, done. [2022-03-11T18:13:32.770Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-03-11T18:13:32.770Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-03-11T18:13:32.770Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-03-11T18:13:32.770Z] 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 | 10.17 MiB/s, done. [2022-03-11T18:13:32.770Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-03-11T18:13:32.770Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-03-11T18:13:33.102Z] === RUN TestSizeEmpty [2022-03-11T18:13:33.102Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-11T18:13:33.102Z] === RUN TestSizeEmptyFile [2022-03-11T18:13:33.102Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-11T18:13:33.102Z] === RUN TestSizeNonemptyFile [2022-03-11T18:13:33.102Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-11T18:13:33.102Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-11T18:13:33.102Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-11T18:13:33.102Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-11T18:13:33.102Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-11T18:13:33.102Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-11T18:13:33.102Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-11T18:13:33.102Z] === RUN TestMoveToSubdir [2022-03-11T18:13:33.102Z] --- PASS: TestMoveToSubdir (0.01s) [2022-03-11T18:13:33.103Z] === RUN TestSizeNonExistingDirectory [2022-03-11T18:13:33.103Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-11T18:13:33.103Z] PASS [2022-03-11T18:13:33.103Z] coverage: 80.0% of statements [2022-03-11T18:13:33.103Z] ok github.com/docker/docker/pkg/directory 0.050s coverage: 80.0% of statements [2022-03-11T18:13:33.196Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-11T18:13:34.094Z] === RUN TestPollerAddRemove [2022-03-11T18:13:34.094Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-11T18:13:34.094Z] === RUN TestPollerEvent [2022-03-11T18:13:34.094Z] poller_test.go:40: No chmod on Windows [2022-03-11T18:13:34.094Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-11T18:13:34.094Z] === RUN TestPollerClose [2022-03-11T18:13:34.094Z] --- PASS: TestPollerClose (0.00s) [2022-03-11T18:13:34.094Z] PASS [2022-03-11T18:13:34.094Z] coverage: 45.7% of statements [2022-03-11T18:13:34.094Z] ok github.com/docker/docker/pkg/filenotify 0.040s coverage: 45.7% of statements [2022-03-11T18:13:34.562Z] --- PASS: TestNetworkDBCRUDTableEntry (4.27s) [2022-03-11T18:13:34.562Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-11T18:13:34.568Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-11T18:13:35.030Z] === RUN TestCopyFileWithInvalidSrc [2022-03-11T18:13:35.030Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestCopyFileWithInvalidDest [2022-03-11T18:13:35.030Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-11T18:13:35.030Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-11T18:13:35.030Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestCopyFile [2022-03-11T18:13:35.030Z] --- PASS: TestCopyFile (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-11T18:13:35.030Z] fileutils_test.go:133: Needs porting to Windows [2022-03-11T18:13:35.030Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-11T18:13:35.030Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-11T18:13:35.030Z] fileutils_test.go:179: Needs porting to Windows [2022-03-11T18:13:35.030Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestWildcardMatches [2022-03-11T18:13:35.030Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestPatternMatches [2022-03-11T18:13:35.030Z] --- PASS: TestPatternMatches (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-11T18:13:35.030Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestPatternMatchesFolderExclusions [2022-03-11T18:13:35.030Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-11T18:13:35.030Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-11T18:13:35.030Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-11T18:13:35.030Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-11T18:13:35.030Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestSingleExclamationError [2022-03-11T18:13:35.030Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestMatchesWithNoPatterns [2022-03-11T18:13:35.030Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestMatchesWithMalformedPatterns [2022-03-11T18:13:35.030Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-11T18:13:35.030Z] === RUN TestMatches [2022-03-11T18:13:35.030Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-11T18:13:35.030Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-11T18:13:35.031Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-11T18:13:35.031Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-11T18:13:35.031Z] --- PASS: TestMatches (0.01s) [2022-03-11T18:13:35.031Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-11T18:13:35.031Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-11T18:13:35.031Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-11T18:13:35.031Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-11T18:13:35.031Z] === RUN TestCleanPatterns [2022-03-11T18:13:35.031Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-11T18:13:35.031Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-11T18:13:35.031Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-11T18:13:35.031Z] === RUN TestCleanPatternsExceptionFlag [2022-03-11T18:13:35.031Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-11T18:13:35.031Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-11T18:13:35.031Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-11T18:13:35.031Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-11T18:13:35.031Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-11T18:13:35.031Z] === RUN TestCleanPatternsErrorSingleException [2022-03-11T18:13:35.031Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-11T18:13:35.031Z] === RUN TestCreateIfNotExistsDir [2022-03-11T18:13:35.031Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-11T18:13:35.031Z] === RUN TestCreateIfNotExistsFile [2022-03-11T18:13:35.031Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-03-11T18:13:35.031Z] === RUN TestMatch [2022-03-11T18:13:35.031Z] --- PASS: TestMatch (0.00s) [2022-03-11T18:13:35.031Z] === RUN TestCompile [2022-03-11T18:13:35.031Z] === RUN TestCompile/slash [2022-03-11T18:13:35.031Z] === RUN TestCompile/backslash [2022-03-11T18:13:35.031Z] --- PASS: TestCompile (0.00s) [2022-03-11T18:13:35.031Z] --- PASS: TestCompile/slash (0.00s) [2022-03-11T18:13:35.031Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-11T18:13:35.031Z] PASS [2022-03-11T18:13:35.031Z] coverage: 84.7% of statements [2022-03-11T18:13:35.031Z] ok github.com/docker/docker/pkg/fileutils 0.071s coverage: 84.7% of statements [2022-03-11T18:13:35.501Z] === RUN TestGet [2022-03-11T18:13:35.501Z] --- PASS: TestGet (0.00s) [2022-03-11T18:13:35.501Z] === RUN TestGetShortcutString [2022-03-11T18:13:35.501Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-11T18:13:35.501Z] PASS [2022-03-11T18:13:35.501Z] coverage: 42.9% of statements [2022-03-11T18:13:35.501Z] ok github.com/docker/docker/pkg/homedir 0.057s coverage: 42.9% of statements [2022-03-11T18:13:35.502Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-11T18:13:35.502Z] daemon_test.go:156: [d1a031da018de] daemon is not started [2022-03-11T18:13:35.502Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-03-11T18:13:35.502Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-11T18:13:35.502Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-11T18:13:35.502Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-03-11T18:13:35.502Z] === RUN TestDaemonProxy [2022-03-11T18:13:35.502Z] === RUN TestDaemonProxy/environment_variables [2022-03-11T18:13:35.969Z] --- PASS: TestTarFiles (5.15s) [2022-03-11T18:13:35.969Z] === RUN TestDetectCompressionZstd [2022-03-11T18:13:35.969Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-11T18:13:35.969Z] === RUN TestTarUntar [2022-03-11T18:13:35.969Z] --- PASS: TestTarUntar (0.05s) [2022-03-11T18:13:35.969Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-11T18:13:35.969Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-11T18:13:35.969Z] === RUN TestTarWithOptions [2022-03-11T18:13:35.969Z] --- PASS: TestTarWithOptions (0.03s) [2022-03-11T18:13:35.969Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-11T18:13:35.969Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-11T18:13:35.969Z] === RUN TestUntarUstarGnuConflict [2022-03-11T18:13:35.969Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-11T18:13:35.969Z] === RUN TestUntarInvalidFilenames [2022-03-11T18:13:35.969Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2566954633\\dest" [2022-03-11T18:13:35.969Z] --- PASS: TestUntarInvalidFilenames (0.17s) [2022-03-11T18:13:35.969Z] === RUN TestUntarHardlinkToSymlink [2022-03-11T18:13:35.969Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-11T18:13:35.969Z] === RUN TestUntarInvalidHardlink [2022-03-11T18:13:35.969Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3564530785\\victim\\hello" -> "../victim/hello" [2022-03-11T18:13:35.969Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2872834866\\victim\\hello" -> "/../victim/hello" [2022-03-11T18:13:35.969Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3950932179\\victim" -> "../victim" [2022-03-11T18:13:35.969Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1901428587\\victim" -> "../victim" [2022-03-11T18:13:35.969Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1507246375\\victim" -> "../victim" [2022-03-11T18:13:35.969Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1852650885\\victim" -> "../victim" [2022-03-11T18:13:35.969Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-03-11T18:13:35.969Z] === RUN TestUntarInvalidSymlink [2022-03-11T18:13:35.969Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1820341855\\dest\\dotdot" -> "../victim/hello" [2022-03-11T18:13:35.969Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2983595558\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-11T18:13:35.969Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1268886869\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:13:35.969Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink466097441\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:13:35.969Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2181544418\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:13:35.969Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink896051438\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:13:35.969Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3698733814\\dest\\dir\\loophole" -> "../../victim" [2022-03-11T18:13:35.969Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2022-03-11T18:13:35.969Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-11T18:13:35.969Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-11T18:13:35.969Z] === RUN TestXGlobalNoParent [2022-03-11T18:13:35.969Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-11T18:13:35.969Z] === RUN TestReplaceFileTarWrapper [2022-03-11T18:13:36.437Z] === RUN TestCreateIDMapOrder [2022-03-11T18:13:36.437Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-11T18:13:36.437Z] PASS [2022-03-11T18:13:36.437Z] coverage: 7.2% of statements [2022-03-11T18:13:36.437Z] ok github.com/docker/docker/pkg/idtools 0.041s coverage: 7.2% of statements [2022-03-11T18:13:36.437Z] --- PASS: TestReplaceFileTarWrapper (0.17s) [2022-03-11T18:13:36.437Z] === RUN TestPrefixHeaderReadable [2022-03-11T18:13:36.437Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-11T18:13:36.437Z] === RUN TestDisablePigz [2022-03-11T18:13:36.437Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-11T18:13:36.437Z] --- PASS: TestDisablePigz (0.11s) [2022-03-11T18:13:36.437Z] === RUN TestPigz [2022-03-11T18:13:36.437Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-11T18:13:36.437Z] --- PASS: TestPigz (0.14s) [2022-03-11T18:13:36.437Z] === RUN TestNosysFileInfo [2022-03-11T18:13:36.437Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-11T18:13:36.437Z] === RUN TestCopyFileWithInvalidDest [2022-03-11T18:13:36.437Z] archive_windows_test.go:16: Currently fails [2022-03-11T18:13:36.437Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-11T18:13:36.437Z] === RUN TestCanonicalTarNameForPath [2022-03-11T18:13:36.437Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-11T18:13:36.437Z] === RUN TestCanonicalTarName [2022-03-11T18:13:36.437Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-11T18:13:36.437Z] === RUN TestChmodTarEntry [2022-03-11T18:13:36.437Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-11T18:13:36.437Z] === RUN TestHardLinkOrder [2022-03-11T18:13:36.908Z] --- PASS: TestHardLinkOrder (0.14s) [2022-03-11T18:13:36.908Z] === RUN TestChangeString [2022-03-11T18:13:36.908Z] --- PASS: TestChangeString (0.00s) [2022-03-11T18:13:36.908Z] === RUN TestChangesWithNoChanges [2022-03-11T18:13:36.908Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-03-11T18:13:36.908Z] === RUN TestChangesWithChanges [2022-03-11T18:13:36.908Z] --- PASS: TestChangesWithChanges (0.03s) [2022-03-11T18:13:36.908Z] === RUN TestChangesWithChangesGH13590 [2022-03-11T18:13:36.908Z] changes_test.go:195: needs more investigation [2022-03-11T18:13:36.908Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-11T18:13:36.908Z] === RUN TestChangesDirsEmpty [2022-03-11T18:13:36.908Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-11T18:13:36.908Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-11T18:13:36.908Z] === RUN TestChangesDirsMutated [2022-03-11T18:13:36.908Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-11T18:13:36.908Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-11T18:13:36.908Z] === RUN TestApplyLayer [2022-03-11T18:13:36.908Z] changes_test.go:432: needs further investigation [2022-03-11T18:13:36.908Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-11T18:13:36.908Z] === RUN TestChangesSizeWithHardlinks [2022-03-11T18:13:36.908Z] changes_test.go:468: needs further investigation [2022-03-11T18:13:36.908Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-11T18:13:36.908Z] === RUN TestChangesSizeWithNoChanges [2022-03-11T18:13:36.908Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-11T18:13:36.908Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-11T18:13:36.908Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-11T18:13:36.908Z] === RUN TestChangesSize [2022-03-11T18:13:36.908Z] --- PASS: TestChangesSize (0.01s) [2022-03-11T18:13:36.908Z] === RUN TestApplyLayerInvalidFilenames [2022-03-11T18:13:36.908Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames4024964336\\dest" [2022-03-11T18:13:36.908Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-11T18:13:36.908Z] === RUN TestApplyLayerInvalidHardlink [2022-03-11T18:13:36.908Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink945072113\\victim\\hello" -> "../victim/hello" [2022-03-11T18:13:36.908Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1552904325\\victim\\hello" -> "/../victim/hello" [2022-03-11T18:13:36.908Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3960535516\\victim" -> "../victim" [2022-03-11T18:13:36.908Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2465437363\\victim" -> "../victim" [2022-03-11T18:13:36.908Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2090902584\\victim" -> "../victim" [2022-03-11T18:13:36.908Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1731659628\\victim" -> "../victim" [2022-03-11T18:13:36.908Z] --- PASS: TestApplyLayerInvalidHardlink (0.05s) [2022-03-11T18:13:36.908Z] === RUN TestApplyLayerInvalidSymlink [2022-03-11T18:13:36.908Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink154880017\\dest\\dotdot" -> "../victim/hello" [2022-03-11T18:13:36.908Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2817576841\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-11T18:13:36.908Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3130472951\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:13:36.908Z] 2022/03/11 18:13:36 Closing DB instances... [2022-03-11T18:13:36.908Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink16562667\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:13:36.908Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink768865984\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:13:36.908Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1827479095\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:13:36.908Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-03-11T18:13:36.908Z] === RUN TestApplyLayerWhiteouts [2022-03-11T18:13:36.908Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-03-11T18:13:36.908Z] === RUN TestGenerateEmptyFile [2022-03-11T18:13:36.908Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-11T18:13:36.908Z] === RUN TestGenerateWithContent [2022-03-11T18:13:36.908Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-11T18:13:36.908Z] PASS [2022-03-11T18:13:36.908Z] coverage: 62.0% of statements [2022-03-11T18:13:36.908Z] ok github.com/docker/docker/pkg/archive 7.377s coverage: 62.0% of statements [2022-03-11T18:13:37.377Z] === RUN TestFixedBufferCap [2022-03-11T18:13:37.377Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-11T18:13:37.377Z] === RUN TestFixedBufferLen [2022-03-11T18:13:37.377Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-11T18:13:37.377Z] === RUN TestFixedBufferString [2022-03-11T18:13:37.377Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-11T18:13:37.377Z] === RUN TestFixedBufferWrite [2022-03-11T18:13:37.377Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-11T18:13:37.377Z] === RUN TestFixedBufferRead [2022-03-11T18:13:37.377Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-11T18:13:37.377Z] === RUN TestBytesPipeRead [2022-03-11T18:13:37.377Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-11T18:13:37.377Z] === RUN TestBytesPipeWrite [2022-03-11T18:13:37.377Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-11T18:13:37.377Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-11T18:13:37.400Z] === RUN TestDaemonProxy/command-line_options [2022-03-11T18:13:37.844Z] --- PASS: TestBytesPipeWriteRandomChunks (0.43s) [2022-03-11T18:13:37.844Z] === RUN TestAtomicWriteToFile [2022-03-11T18:13:37.844Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-11T18:13:37.844Z] === RUN TestAtomicWriteSetCommit [2022-03-11T18:13:37.844Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-11T18:13:37.844Z] === RUN TestAtomicWriteSetCancel [2022-03-11T18:13:37.844Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-11T18:13:37.844Z] === RUN TestReadCloserWrapperClose [2022-03-11T18:13:37.844Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-11T18:13:37.844Z] === RUN TestReaderErrWrapperReadOnError [2022-03-11T18:13:37.844Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-11T18:13:37.844Z] === RUN TestReaderErrWrapperRead [2022-03-11T18:13:37.844Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-11T18:13:37.844Z] === RUN TestCancelReadCloser [2022-03-11T18:13:37.844Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-11T18:13:37.844Z] === RUN TestWriteCloserWrapperClose [2022-03-11T18:13:37.844Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-11T18:13:37.844Z] === RUN TestNopWriteCloser [2022-03-11T18:13:37.844Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-11T18:13:37.844Z] === RUN TestNopWriter [2022-03-11T18:13:37.844Z] --- PASS: TestNopWriter (0.00s) [2022-03-11T18:13:37.844Z] === RUN TestWriteCounter [2022-03-11T18:13:37.844Z] --- PASS: TestWriteCounter (0.00s) [2022-03-11T18:13:37.844Z] PASS [2022-03-11T18:13:37.844Z] coverage: 69.2% of statements [2022-03-11T18:13:37.844Z] ok github.com/docker/docker/pkg/ioutils 0.591s coverage: 69.2% of statements [2022-03-11T18:13:38.028Z] Cross building: bundles/cross/linux/ppc64le [2022-03-11T18:13:38.028Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-11T18:13:38.028Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-11T18:13:38.312Z] --- PASS: TestNetworkDBCRUDTableEntries (3.44s) [2022-03-11T18:13:38.312Z] === RUN TestNetworkDBNodeLeave [2022-03-11T18:13:38.772Z] === RUN TestDaemonProxy/configuration_file [2022-03-11T18:13:38.779Z] === RUN TestError [2022-03-11T18:13:38.779Z] --- PASS: TestError (0.00s) [2022-03-11T18:13:38.779Z] === RUN TestProgressString [2022-03-11T18:13:38.779Z] === RUN TestProgressString/no_progress [2022-03-11T18:13:38.779Z] === RUN TestProgressString/progress_1 [2022-03-11T18:13:38.779Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-11T18:13:38.779Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-11T18:13:38.779Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-11T18:13:38.779Z] === RUN TestProgressString/with_units [2022-03-11T18:13:38.779Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-11T18:13:38.779Z] === RUN TestProgressString/hide_counts [2022-03-11T18:13:38.779Z] --- PASS: TestProgressString (0.00s) [2022-03-11T18:13:38.779Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-11T18:13:38.779Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-11T18:13:38.779Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-11T18:13:38.779Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-11T18:13:38.779Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-11T18:13:38.779Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-11T18:13:38.779Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-11T18:13:38.779Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-11T18:13:38.779Z] === RUN TestJSONMessageDisplay [2022-03-11T18:13:38.779Z] --- PASS: TestJSONMessageDisplay (0.14s) [2022-03-11T18:13:38.779Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-11T18:13:38.779Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-11T18:13:38.779Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-11T18:13:38.779Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-11T18:13:38.779Z] === RUN TestDisplayJSONMessagesStream [2022-03-11T18:13:38.779Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-11T18:13:38.779Z] PASS [2022-03-11T18:13:38.779Z] coverage: 91.7% of statements [2022-03-11T18:13:38.779Z] ok github.com/docker/docker/pkg/jsonmessage 0.183s coverage: 91.7% of statements [2022-03-11T18:13:39.247Z] === RUN TestStandardLongPath [2022-03-11T18:13:39.247Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-11T18:13:39.247Z] === RUN TestUNCLongPath [2022-03-11T18:13:39.247Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-11T18:13:39.247Z] PASS [2022-03-11T18:13:39.247Z] coverage: 100.0% of statements [2022-03-11T18:13:39.247Z] ok github.com/docker/docker/pkg/longpath 0.033s coverage: 100.0% of statements [2022-03-11T18:13:39.716Z] === RUN TestNameFormat [2022-03-11T18:13:39.716Z] --- PASS: TestNameFormat (0.00s) [2022-03-11T18:13:39.716Z] === RUN TestNameRetries [2022-03-11T18:13:39.716Z] --- PASS: TestNameRetries (0.00s) [2022-03-11T18:13:39.716Z] PASS [2022-03-11T18:13:39.716Z] coverage: 85.7% of statements [2022-03-11T18:13:39.716Z] ok github.com/docker/docker/pkg/namesgenerator 0.038s coverage: 85.7% of statements [2022-03-11T18:13:40.671Z] === RUN TestDaemonProxy/conflicting_options [2022-03-11T18:13:40.702Z] === RUN TestParseKeyValueOpt [2022-03-11T18:13:40.703Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-11T18:13:40.703Z] === RUN TestParseUintList [2022-03-11T18:13:40.703Z] --- PASS: TestParseUintList (0.00s) [2022-03-11T18:13:40.703Z] === RUN TestParseUintListMaximumLimits [2022-03-11T18:13:40.703Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-11T18:13:40.703Z] PASS [2022-03-11T18:13:40.703Z] coverage: 97.0% of statements [2022-03-11T18:13:40.703Z] ok github.com/docker/docker/pkg/parsers 0.040s coverage: 97.0% of statements [2022-03-11T18:13:41.171Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-03-11T18:13:41.171Z] === RUN TestNetworkDBWatch [2022-03-11T18:13:41.171Z] === RUN TestNewAndRemove [2022-03-11T18:13:41.171Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-11T18:13:41.171Z] === RUN TestRemoveInvalidPath [2022-03-11T18:13:41.171Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-11T18:13:41.171Z] PASS [2022-03-11T18:13:41.171Z] coverage: 82.6% of statements [2022-03-11T18:13:41.171Z] ok github.com/docker/docker/pkg/pidfile 0.043s coverage: 82.6% of statements [2022-03-11T18:13:41.246Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-11T18:13:41.505Z] --- PASS: TestDaemonProxy (6.23s) [2022-03-11T18:13:41.505Z] --- PASS: TestDaemonProxy/environment_variables (1.78s) [2022-03-11T18:13:41.505Z] --- PASS: TestDaemonProxy/command-line_options (1.71s) [2022-03-11T18:13:41.505Z] --- PASS: TestDaemonProxy/configuration_file (1.72s) [2022-03-11T18:13:41.505Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-11T18:13:41.505Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-11T18:13:41.505Z] PASS [2022-03-11T18:13:41.505Z] [2022-03-11T18:13:41.505Z] DONE 17 tests in 10.200s [2022-03-11T18:13:41.505Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-03-11T18:13:41.505Z] ++ 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 [2022-03-11T18:13:41.505Z] ++ set -e [2022-03-11T18:13:41.505Z] ++ '[' -n 0 ']' [2022-03-11T18:13:41.505Z] ++ set -x [2022-03-11T18:13:41.505Z] ++ 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 [2022-03-11T18:13:41.764Z] INFO: Testing against a local daemon [2022-03-11T18:13:41.764Z] === RUN TestCommitInheritsEnv [2022-03-11T18:13:42.021Z] --- PASS: TestCommitInheritsEnv (0.25s) [2022-03-11T18:13:42.021Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-11T18:13:42.021Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-11T18:13:42.021Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-11T18:13:42.021Z] === RUN TestImportWithCustomPlatform [2022-03-11T18:13:42.021Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-11T18:13:42.021Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-11T18:13:42.021Z] === RUN TestImportWithCustomPlatform// [2022-03-11T18:13:42.021Z] === RUN TestImportWithCustomPlatform/linux [2022-03-11T18:13:42.279Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-11T18:13:42.279Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-11T18:13:42.279Z] === RUN TestImportWithCustomPlatform/macos [2022-03-11T18:13:42.279Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-11T18:13:42.279Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-11T18:13:42.279Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-03-11T18:13:42.279Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-11T18:13:42.279Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-11T18:13:42.279Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-11T18:13:42.279Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-11T18:13:42.279Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-11T18:13:42.279Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-11T18:13:42.279Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-11T18:13:42.279Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-11T18:13:42.279Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-11T18:13:42.279Z] === RUN TestImagesFilterMultiReference [2022-03-11T18:13:42.343Z] --- PASS: TestCreateServiceConfigFileMode (12.53s) [2022-03-11T18:13:42.343Z] === RUN TestCreateServiceSysctls [2022-03-11T18:13:42.537Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-03-11T18:13:42.537Z] === RUN TestImagePullPlatformInvalid [2022-03-11T18:13:42.537Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-11T18:13:42.537Z] === RUN TestRemoveImageOrphaning [2022-03-11T18:13:42.735Z] --- PASS: TestGetAddress (20.07s) [2022-03-11T18:13:42.736Z] === RUN TestRequestSyntaxCheck [2022-03-11T18:13:42.736Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-11T18:13:42.736Z] === RUN TestRequest [2022-03-11T18:13:42.736Z] 2022/03/11 18:13:42 Closing DB instances... [2022-03-11T18:13:42.736Z] === RUN TestFailedConnection [2022-03-11T18:13:42.795Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-03-11T18:13:42.795Z] === RUN TestRemoveImageGarbageCollector [2022-03-11T18:13:42.795Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-11T18:13:42.795Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-11T18:13:42.795Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-11T18:13:42.795Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-11T18:13:42.795Z] === RUN TestTagInvalidReference [2022-03-11T18:13:42.795Z] --- PASS: TestTagInvalidReference (0.02s) [2022-03-11T18:13:42.795Z] === RUN TestTagValidPrefixedRepo [2022-03-11T18:13:42.795Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-03-11T18:13:42.795Z] === RUN TestTagExistedNameWithoutForce [2022-03-11T18:13:42.795Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-11T18:13:42.795Z] === RUN TestTagOfficialNames [2022-03-11T18:13:42.795Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-11T18:13:42.795Z] === RUN TestTagMatchesDigest [2022-03-11T18:13:42.795Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-11T18:13:42.795Z] PASS [2022-03-11T18:13:42.795Z] [2022-03-11T18:13:42.795Z] === Skipped [2022-03-11T18:13:42.795Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-11T18:13:42.795Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-11T18:13:42.795Z] [2022-03-11T18:13:42.795Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-11T18:13:42.795Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-11T18:13:42.795Z] [2022-03-11T18:13:42.795Z] DONE 22 tests, 2 skipped in 1.231s [2022-03-11T18:13:42.795Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-03-11T18:13:42.795Z] ++ 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 [2022-03-11T18:13:42.795Z] ++ set -e [2022-03-11T18:13:42.795Z] ++ '[' -n 0 ']' [2022-03-11T18:13:42.795Z] ++ set -x [2022-03-11T18:13:42.795Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2022-03-11T18:13:43.053Z] INFO: Testing against a local daemon [2022-03-11T18:13:43.053Z] === RUN TestNetworkCreateDelete [2022-03-11T18:13:43.053Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-03-11T18:13:43.053Z] === RUN TestDockerNetworkDeletePreferID [2022-03-11T18:13:43.311Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-03-11T18:13:43.311Z] === RUN TestDaemonDNSFallback [2022-03-11T18:13:44.261Z] --- PASS: TestCreateServiceSysctls (3.18s) [2022-03-11T18:13:44.261Z] === RUN TestCreateServiceCapabilities [2022-03-11T18:13:44.301Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-03-11T18:13:44.301Z] === RUN TestNetworkDBBulkSync [2022-03-11T18:13:44.776Z] --- PASS: TestFailedConnection (2.02s) [2022-03-11T18:13:44.776Z] === RUN TestFailOnce [2022-03-11T18:13:44.776Z] 2022/03/11 18:13:44 http: panic serving 127.0.0.1:49289: Plugin not ready [2022-03-11T18:13:44.776Z] goroutine 23 [running]: [2022-03-11T18:13:44.776Z] net/http.(*conn).serve.func1() [2022-03-11T18:13:44.776Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-11T18:13:44.776Z] panic({0xf6ca00, 0x10809d0}) [2022-03-11T18:13:44.776Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-11T18:13:44.776Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xa26e55d1a854f4fe}, 0xc0000d7a98) [2022-03-11T18:13:44.776Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-11T18:13:44.776Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x108d900, 0xc00029a000}, 0xea1d26) [2022-03-11T18:13:44.776Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-11T18:13:44.776Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x108d900, 0xc00029a000}, 0xc0000ba200) [2022-03-11T18:13:44.776Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-11T18:13:44.776Z] net/http.serverHandler.ServeHTTP({0x108bff0}, {0x108d900, 0xc00029a000}, 0xc0000ba200) [2022-03-11T18:13:44.776Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-11T18:13:44.776Z] net/http.(*conn).serve(0xc0000c0000, {0x108f900, 0xc000144fc0}) [2022-03-11T18:13:44.776Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-11T18:13:44.776Z] created by net/http.(*Server).Serve [2022-03-11T18:13:44.776Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-11T18:13:44.776Z] time="2022-03-11T18:13:44Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.FailOnce: Post \"http://127.0.0.1:49288/Test.FailOnce\": EOF, retrying in 1s" [2022-03-11T18:13:45.244Z] 2022/03/11 18:13:45 Closing DB instances... [2022-03-11T18:13:45.713Z] --- PASS: TestFailOnce (1.19s) [2022-03-11T18:13:45.713Z] === RUN TestEchoInputOutput [2022-03-11T18:13:45.713Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-11T18:13:45.713Z] === RUN TestBackoff [2022-03-11T18:13:45.713Z] --- PASS: TestBackoff (0.00s) [2022-03-11T18:13:45.713Z] === RUN TestAbortRetry [2022-03-11T18:13:45.713Z] --- PASS: TestAbortRetry (0.00s) [2022-03-11T18:13:45.713Z] === RUN TestClientScheme [2022-03-11T18:13:45.713Z] --- PASS: TestClientScheme (0.00s) [2022-03-11T18:13:45.713Z] === RUN TestNewClientWithTimeout [2022-03-11T18:13:46.701Z] time="2022-03-11T18:13:46Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-11T18:13:46.701Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-03-11T18:13:46.701Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-11T18:13:46.793Z] --- PASS: TestCreateServiceCapabilities (2.59s) [2022-03-11T18:13:46.793Z] === RUN TestInspect [2022-03-11T18:13:46.986Z] --- PASS: TestImportExtremelyLargeImageWorks (91.08s) [2022-03-11T18:13:46.986Z] PASS [2022-03-11T18:13:46.986Z] [2022-03-11T18:13:46.986Z] === Skipped [2022-03-11T18:13:46.986Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-11T18:13:46.986Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-11T18:13:46.986Z] [2022-03-11T18:13:46.986Z] DONE 22 tests, 1 skipped in 95.326s [2022-03-11T18:13:46.986Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-11T18:13:46.986Z] INFO: Testing against a local daemon [2022-03-11T18:13:46.986Z] === RUN TestNetworkCreateDelete [2022-03-11T18:13:46.986Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-03-11T18:13:46.986Z] === RUN TestDockerNetworkDeletePreferID [2022-03-11T18:13:46.986Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-03-11T18:13:46.986Z] === RUN TestDaemonDNSFallback [2022-03-11T18:13:48.264Z] time="2022-03-11T18:13:47Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-11T18:13:48.356Z] --- PASS: TestDaemonDNSFallback (6.31s) [2022-03-11T18:13:48.356Z] === RUN TestInspectNetwork [2022-03-11T18:13:48.356Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:13:48.356Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-11T18:13:48.356Z] === RUN TestRunContainerWithBridgeNone [2022-03-11T18:13:48.356Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.356Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-11T18:13:48.356Z] === RUN TestNetworkInvalidJSON [2022-03-11T18:13:48.356Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-11T18:13:48.356Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-11T18:13:48.356Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:13:48.356Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:13:48.356Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:13:48.356Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:13:48.356Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-11T18:13:48.356Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:13:48.356Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:13:48.356Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-11T18:13:48.356Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-11T18:13:48.356Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-11T18:13:48.356Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-11T18:13:48.356Z] === RUN TestNetworkList [2022-03-11T18:13:48.356Z] === RUN TestNetworkList//networks [2022-03-11T18:13:48.356Z] === PAUSE TestNetworkList//networks [2022-03-11T18:13:48.356Z] === RUN TestNetworkList//networks/ [2022-03-11T18:13:48.356Z] === PAUSE TestNetworkList//networks/ [2022-03-11T18:13:48.356Z] === CONT TestNetworkList//networks [2022-03-11T18:13:48.356Z] === CONT TestNetworkList//networks/ [2022-03-11T18:13:48.356Z] --- PASS: TestNetworkList (0.01s) [2022-03-11T18:13:48.356Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-11T18:13:48.356Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-11T18:13:48.356Z] === RUN TestHostIPv4BridgeLabel [2022-03-11T18:13:48.356Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.356Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-11T18:13:48.356Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-11T18:13:48.356Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.356Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2022-03-11T18:13:48.356Z] === RUN TestDaemonDefaultNetworkPools [2022-03-11T18:13:48.356Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.356Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-11T18:13:48.356Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-11T18:13:48.356Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.356Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-11T18:13:48.356Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-11T18:13:48.356Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.356Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-11T18:13:48.356Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-11T18:13:48.356Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.356Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-11T18:13:48.356Z] === RUN TestServiceWithPredefinedNetwork [2022-03-11T18:13:48.356Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:13:48.356Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-11T18:13:48.356Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-11T18:13:48.356Z] service_test.go:243: FLAKY_TEST [2022-03-11T18:13:48.356Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-11T18:13:48.356Z] === RUN TestServiceWithDataPathPortInit [2022-03-11T18:13:48.356Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:13:48.356Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-11T18:13:48.356Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-11T18:13:48.356Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:13:48.356Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-11T18:13:48.356Z] PASS [2022-03-11T18:13:48.356Z] [2022-03-11T18:13:48.356Z] === Skipped [2022-03-11T18:13:48.356Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-03-11T18:13:48.356Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:13:48.356Z] [2022-03-11T18:13:48.357Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-03-11T18:13:48.357Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.357Z] [2022-03-11T18:13:48.357Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-03-11T18:13:48.357Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.357Z] [2022-03-11T18:13:48.357Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2022-03-11T18:13:48.357Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.357Z] [2022-03-11T18:13:48.357Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-03-11T18:13:48.357Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.357Z] [2022-03-11T18:13:48.357Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-11T18:13:48.357Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.357Z] [2022-03-11T18:13:48.357Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-11T18:13:48.357Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.357Z] [2022-03-11T18:13:48.357Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-11T18:13:48.357Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.357Z] [2022-03-11T18:13:48.357Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-03-11T18:13:48.357Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:13:48.357Z] [2022-03-11T18:13:48.357Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-11T18:13:48.357Z] service_test.go:243: FLAKY_TEST [2022-03-11T18:13:48.357Z] [2022-03-11T18:13:48.357Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2022-03-11T18:13:48.357Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:13:48.357Z] [2022-03-11T18:13:48.357Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-11T18:13:48.357Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:13:48.357Z] [2022-03-11T18:13:48.357Z] DONE 22 tests, 12 skipped in 6.930s [2022-03-11T18:13:48.357Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-11T18:13:48.357Z] INFO: Testing against a local daemon [2022-03-11T18:13:48.357Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-11T18:13:48.357Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:13:48.357Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-11T18:13:48.357Z] === RUN TestDockerNetworkIpvlan [2022-03-11T18:13:48.357Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:13:48.357Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-11T18:13:48.357Z] PASS [2022-03-11T18:13:48.357Z] [2022-03-11T18:13:48.357Z] === Skipped [2022-03-11T18:13:48.357Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-11T18:13:48.357Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:13:48.357Z] [2022-03-11T18:13:48.357Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-11T18:13:48.357Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:13:48.357Z] [2022-03-11T18:13:48.357Z] DONE 2 tests, 2 skipped in 0.083s [2022-03-11T18:13:48.357Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-11T18:13:48.615Z] INFO: Testing against a local daemon [2022-03-11T18:13:48.615Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-11T18:13:48.615Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.615Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-11T18:13:48.615Z] === RUN TestDockerNetworkMacvlan [2022-03-11T18:13:48.615Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.615Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-03-11T18:13:48.615Z] PASS [2022-03-11T18:13:48.615Z] [2022-03-11T18:13:48.615Z] === Skipped [2022-03-11T18:13:48.615Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-11T18:13:48.615Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.615Z] [2022-03-11T18:13:48.615Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-03-11T18:13:48.615Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-11T18:13:48.615Z] [2022-03-11T18:13:48.615Z] DONE 2 tests, 2 skipped in 0.084s [2022-03-11T18:13:48.615Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-11T18:13:48.615Z] testing: warning: no tests to run [2022-03-11T18:13:48.615Z] PASS [2022-03-11T18:13:48.615Z] [2022-03-11T18:13:48.615Z] DONE 0 tests in 0.022s [2022-03-11T18:13:48.615Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-11T18:13:48.615Z] INFO: Testing against a local daemon [2022-03-11T18:13:48.615Z] === RUN TestAuthZPluginAllowRequest [2022-03-11T18:13:48.615Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.615Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-03-11T18:13:48.615Z] === RUN TestAuthZPluginTLS [2022-03-11T18:13:48.615Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.615Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-03-11T18:13:48.615Z] === RUN TestAuthZPluginDenyRequest [2022-03-11T18:13:48.615Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.615Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-03-11T18:13:48.615Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-11T18:13:48.615Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.615Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-11T18:13:48.615Z] === RUN TestAuthZPluginDenyResponse [2022-03-11T18:13:48.615Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.615Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-03-11T18:13:48.615Z] === RUN TestAuthZPluginAllowEventStream [2022-03-11T18:13:48.615Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.615Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-03-11T18:13:48.615Z] === RUN TestAuthZPluginErrorResponse [2022-03-11T18:13:48.615Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.615Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-03-11T18:13:48.615Z] === RUN TestAuthZPluginErrorRequest [2022-03-11T18:13:48.615Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.615Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-03-11T18:13:48.615Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-11T18:13:48.615Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.615Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-11T18:13:48.615Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-11T18:13:48.615Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.615Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-11T18:13:48.615Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-11T18:13:48.615Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.615Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-11T18:13:48.615Z] === RUN TestAuthZPluginHeader [2022-03-11T18:13:48.615Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.615Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-03-11T18:13:48.615Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-03-11T18:13:48.872Z] === RUN TestAuthZPluginV2Disable [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2022-03-11T18:13:48.872Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-03-11T18:13:48.872Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-11T18:13:48.872Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-03-11T18:13:48.872Z] PASS [2022-03-11T18:13:48.872Z] [2022-03-11T18:13:48.872Z] === Skipped [2022-03-11T18:13:48.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] [2022-03-11T18:13:48.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] [2022-03-11T18:13:48.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] [2022-03-11T18:13:48.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] [2022-03-11T18:13:48.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] [2022-03-11T18:13:48.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] [2022-03-11T18:13:48.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] [2022-03-11T18:13:48.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] [2022-03-11T18:13:48.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] [2022-03-11T18:13:48.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] [2022-03-11T18:13:48.872Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] [2022-03-11T18:13:48.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.872Z] [2022-03-11T18:13:48.872Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-03-11T18:13:48.872Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.873Z] [2022-03-11T18:13:48.873Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2022-03-11T18:13:48.873Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.873Z] [2022-03-11T18:13:48.873Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-03-11T18:13:48.873Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.873Z] [2022-03-11T18:13:48.873Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-11T18:13:48.873Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.873Z] [2022-03-11T18:13:48.873Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-03-11T18:13:48.873Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.873Z] [2022-03-11T18:13:48.873Z] DONE 17 tests, 17 skipped in 0.260s [2022-03-11T18:13:48.873Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-11T18:13:48.873Z] INFO: Testing against a local daemon [2022-03-11T18:13:48.873Z] === RUN TestPluginInvalidJSON [2022-03-11T18:13:48.873Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:13:48.873Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:13:48.873Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:13:48.873Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-11T18:13:48.873Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-11T18:13:48.873Z] === RUN TestPluginInstall [2022-03-11T18:13:48.873Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.873Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-11T18:13:48.873Z] === RUN TestPluginsWithRuntimes [2022-03-11T18:13:48.873Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-03-11T18:13:48.873Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-11T18:13:48.873Z] === RUN TestPluginBackCompatMediaTypes [2022-03-11T18:13:48.873Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-11T18:13:48.873Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-11T18:13:48.873Z] PASS [2022-03-11T18:13:48.873Z] [2022-03-11T18:13:48.873Z] === Skipped [2022-03-11T18:13:48.873Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-03-11T18:13:48.873Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-11T18:13:48.873Z] [2022-03-11T18:13:48.873Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-03-11T18:13:48.873Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-03-11T18:13:48.873Z] [2022-03-11T18:13:48.873Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-03-11T18:13:48.873Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-11T18:13:48.873Z] [2022-03-11T18:13:48.873Z] DONE 5 tests, 3 skipped in 0.115s [2022-03-11T18:13:48.873Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-11T18:13:49.130Z] INFO: Testing against a local daemon [2022-03-11T18:13:49.130Z] === RUN TestExternalGraphDriver [2022-03-11T18:13:49.130Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-11T18:13:49.130Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-03-11T18:13:49.130Z] === RUN TestGraphdriverPluginV2 [2022-03-11T18:13:49.324Z] --- PASS: TestInspect (2.45s) [2022-03-11T18:13:49.324Z] === RUN TestCreateJob [2022-03-11T18:13:49.829Z] 2022/03/11 18:13:49 Closing DB instances... [2022-03-11T18:13:49.829Z] --- PASS: TestRequest (7.27s) [2022-03-11T18:13:49.829Z] === RUN TestOverlappingRequests [2022-03-11T18:13:49.829Z] time="2022-03-11T18:13:49Z" level=error msg="node: 81a23714550f is unknown to memberlist" [2022-03-11T18:13:49.864Z] --- PASS: TestDaemonDNSFallback (6.24s) [2022-03-11T18:13:49.864Z] === RUN TestInspectNetwork [2022-03-11T18:13:50.297Z] --- PASS: TestOverlappingRequests (0.35s) [2022-03-11T18:13:50.297Z] === RUN TestRelease [2022-03-11T18:13:50.297Z] time="2022-03-11T18:13:50Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-11T18:13:51.283Z] --- PASS: TestRelease (1.37s) [2022-03-11T18:13:51.283Z] === RUN TestAllocateRandomDeallocate [2022-03-11T18:13:52.269Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.30s) [2022-03-11T18:13:52.269Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-11T18:13:52.609Z] --- PASS: TestCreateJob (3.14s) [2022-03-11T18:13:52.609Z] === RUN TestReplicatedJob [2022-03-11T18:13:53.144Z] === RUN TestInspectNetwork/full_network_id [2022-03-11T18:13:53.144Z] === RUN TestInspectNetwork/partial_network_id [2022-03-11T18:13:53.144Z] === RUN TestInspectNetwork/network_name [2022-03-11T18:13:53.144Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-11T18:13:53.256Z] 2022/03/11 18:13:52 Closing DB instances... [2022-03-11T18:13:53.311Z] --- PASS: TestGraphdriverPluginV2 (3.49s) [2022-03-11T18:13:53.311Z] PASS [2022-03-11T18:13:53.311Z] [2022-03-11T18:13:53.311Z] === Skipped [2022-03-11T18:13:53.311Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-03-11T18:13:53.311Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-11T18:13:53.311Z] [2022-03-11T18:13:53.311Z] DONE 2 tests, 1 skipped in 3.615s [2022-03-11T18:13:53.311Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-11T18:13:53.311Z] INFO: Testing against a local daemon [2022-03-11T18:13:53.311Z] === RUN TestContinueAfterPluginCrash [2022-03-11T18:13:53.311Z] === PAUSE TestContinueAfterPluginCrash [2022-03-11T18:13:53.311Z] === RUN TestReadPluginNoRead [2022-03-11T18:13:53.311Z] === PAUSE TestReadPluginNoRead [2022-03-11T18:13:53.311Z] === RUN TestDaemonStartWithLogOpt [2022-03-11T18:13:53.311Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-11T18:13:53.311Z] === CONT TestContinueAfterPluginCrash [2022-03-11T18:13:53.311Z] === CONT TestDaemonStartWithLogOpt [2022-03-11T18:13:54.820Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-03-11T18:13:54.820Z] === RUN TestNetworkDBGarbageCollection [2022-03-11T18:13:54.820Z] time="2022-03-11T18:13:54Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-11T18:13:55.291Z] --- PASS: TestAllocateRandomDeallocate (3.89s) [2022-03-11T18:13:55.291Z] === RUN TestRetrieveFromStore [2022-03-11T18:13:56.856Z] --- PASS: TestRetrieveFromStore (1.29s) [2022-03-11T18:13:56.856Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-11T18:13:56.856Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-11T18:13:56.856Z] === RUN TestParallelPredefinedRequest1 [2022-03-11T18:13:56.856Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-11T18:13:56.856Z] === RUN TestParallelPredefinedRequest2 [2022-03-11T18:13:56.856Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-11T18:13:56.856Z] === RUN TestParallelPredefinedRequest3 [2022-03-11T18:13:56.856Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-11T18:13:56.856Z] === RUN TestParallelPredefinedRequest4 [2022-03-11T18:13:56.856Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-11T18:13:56.856Z] === RUN TestParallelPredefinedRequest5 [2022-03-11T18:13:56.856Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-11T18:13:56.856Z] === RUN TestDebug [2022-03-11T18:13:56.856Z] --- PASS: TestDebug (0.00s) [2022-03-11T18:13:56.856Z] === RUN TestRequestPoolParallel [2022-03-11T18:13:57.339Z] --- PASS: TestRequestPoolParallel (0.46s) [2022-03-11T18:13:57.339Z] === RUN TestFullAllocateRelease [2022-03-11T18:13:57.339Z] === RUN TestParseEmptyInterface [2022-03-11T18:13:57.339Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-11T18:13:57.339Z] === RUN TestParseNonInterfaceType [2022-03-11T18:13:57.339Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-11T18:13:57.339Z] === RUN TestParseWithOneFunction [2022-03-11T18:13:57.339Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-11T18:13:57.339Z] === RUN TestParseWithMultipleFuncs [2022-03-11T18:13:57.339Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-11T18:13:57.339Z] === RUN TestParseWithUnnamedReturn [2022-03-11T18:13:57.339Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-11T18:13:57.339Z] === RUN TestEmbeddedInterface [2022-03-11T18:13:57.339Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-11T18:13:57.339Z] === RUN TestParsedImports [2022-03-11T18:13:57.339Z] --- PASS: TestParsedImports (0.00s) [2022-03-11T18:13:57.339Z] === RUN TestAliasedImports [2022-03-11T18:13:57.339Z] --- PASS: TestAliasedImports (0.00s) [2022-03-11T18:13:57.339Z] PASS [2022-03-11T18:13:57.339Z] coverage: 56.8% of statements [2022-03-11T18:13:57.339Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.057s coverage: 56.8% of statements [2022-03-11T18:13:57.339Z] --- PASS: TestFullAllocateRelease (0.39s) [2022-03-11T18:13:57.339Z] === RUN TestOddAllocateRelease [2022-03-11T18:13:57.341Z] --- PASS: TestInspectNetwork (6.98s) [2022-03-11T18:13:57.341Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-11T18:13:57.341Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-11T18:13:57.341Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-11T18:13:57.341Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-11T18:13:57.341Z] === RUN TestRunContainerWithBridgeNone [2022-03-11T18:13:57.492Z] --- PASS: TestDaemonStartWithLogOpt (4.17s) [2022-03-11T18:13:57.492Z] === CONT TestReadPluginNoRead [2022-03-11T18:13:57.807Z] --- PASS: TestOddAllocateRelease (0.27s) [2022-03-11T18:13:57.807Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-11T18:13:57.807Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-03-11T18:13:57.807Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-11T18:13:57.807Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-03-11T18:13:57.807Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-11T18:13:57.807Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-03-11T18:13:57.807Z] === CONT TestParallelPredefinedRequest1 [2022-03-11T18:13:57.807Z] === CONT TestParallelPredefinedRequest4 [2022-03-11T18:13:57.807Z] === CONT TestParallelPredefinedRequest3 [2022-03-11T18:13:57.807Z] === CONT TestParallelPredefinedRequest1 [2022-03-11T18:13:57.807Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:13:57.807Z] === CONT TestParallelPredefinedRequest5 [2022-03-11T18:13:57.807Z] === CONT TestParallelPredefinedRequest4 [2022-03-11T18:13:57.807Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:13:57.807Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-11T18:13:57.807Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-11T18:13:57.807Z] === CONT TestParallelPredefinedRequest3 [2022-03-11T18:13:57.807Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:13:57.807Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-11T18:13:57.807Z] === CONT TestParallelPredefinedRequest2 [2022-03-11T18:13:57.807Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:13:57.807Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-11T18:13:57.807Z] === CONT TestParallelPredefinedRequest5 [2022-03-11T18:13:57.807Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:13:57.807Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-11T18:13:57.807Z] PASS [2022-03-11T18:13:57.807Z] coverage: 85.3% of statements [2022-03-11T18:13:57.807Z] ok github.com/docker/docker/libnetwork/ipam 42.339s coverage: 85.3% of statements [2022-03-11T18:13:57.885Z] --- PASS: TestReplicatedJob (5.28s) [2022-03-11T18:13:57.885Z] === RUN TestUpdateReplicatedJob [2022-03-11T18:13:58.274Z] --- PASS: TestRunContainerWithBridgeNone (1.44s) [2022-03-11T18:13:58.274Z] === RUN TestNetworkInvalidJSON [2022-03-11T18:13:58.274Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-11T18:13:58.274Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-11T18:13:58.274Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:13:58.275Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:13:58.275Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:13:58.275Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:13:58.275Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-11T18:13:58.275Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:13:58.275Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:13:58.275Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-11T18:13:58.275Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-11T18:13:58.275Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-11T18:13:58.275Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-11T18:13:58.275Z] === RUN TestNetworkList [2022-03-11T18:13:58.275Z] === RUN TestNetworkList//networks [2022-03-11T18:13:58.275Z] === PAUSE TestNetworkList//networks [2022-03-11T18:13:58.275Z] === RUN TestNetworkList//networks/ [2022-03-11T18:13:58.275Z] === PAUSE TestNetworkList//networks/ [2022-03-11T18:13:58.275Z] === CONT TestNetworkList//networks [2022-03-11T18:13:58.275Z] === CONT TestNetworkList//networks/ [2022-03-11T18:13:58.275Z] --- PASS: TestNetworkList (0.01s) [2022-03-11T18:13:58.275Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-11T18:13:58.275Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-11T18:13:58.275Z] === RUN TestHostIPv4BridgeLabel [2022-03-11T18:13:58.277Z] === RUN TestHTTPTransport [2022-03-11T18:13:58.277Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-11T18:13:58.277Z] PASS [2022-03-11T18:13:58.277Z] coverage: 85.7% of statements [2022-03-11T18:13:58.277Z] ok github.com/docker/docker/pkg/plugins/transport 0.039s coverage: 85.7% of statements [2022-03-11T18:13:58.839Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2022-03-11T18:13:58.839Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-11T18:13:59.262Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-11T18:13:59.262Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-11T18:13:59.262Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-11T18:13:59.262Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-11T18:13:59.262Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-11T18:13:59.262Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-11T18:13:59.262Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-11T18:13:59.262Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-11T18:13:59.262Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-11T18:13:59.262Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-11T18:13:59.262Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-11T18:13:59.262Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-11T18:13:59.262Z] === RUN TestBufferPoolPutAndGet [2022-03-11T18:13:59.262Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-11T18:13:59.262Z] PASS [2022-03-11T18:13:59.262Z] coverage: 88.2% of statements [2022-03-11T18:13:59.262Z] ok github.com/docker/docker/pkg/pools 0.039s coverage: 88.2% of statements [2022-03-11T18:13:59.262Z] === RUN TestOutputOnPrematureClose [2022-03-11T18:13:59.262Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-11T18:13:59.262Z] === RUN TestCompleteSilently [2022-03-11T18:13:59.262Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-11T18:13:59.262Z] PASS [2022-03-11T18:13:59.262Z] coverage: 75.9% of statements [2022-03-11T18:13:59.262Z] ok github.com/docker/docker/pkg/progress 0.032s coverage: 75.9% of statements [2022-03-11T18:13:59.395Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-11T18:13:59.772Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-03-11T18:13:59.772Z] === RUN TestDaemonDefaultNetworkPools [2022-03-11T18:14:00.249Z] === RUN TestSendToOneSub [2022-03-11T18:14:00.249Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-11T18:14:00.249Z] === RUN TestSendToMultipleSubs [2022-03-11T18:14:00.249Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-11T18:14:00.249Z] === RUN TestEvictOneSub [2022-03-11T18:14:00.249Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-11T18:14:00.249Z] === RUN TestClosePublisher [2022-03-11T18:14:00.249Z] --- PASS: TestClosePublisher (0.00s) [2022-03-11T18:14:00.249Z] === RUN TestPubSubRace [2022-03-11T18:14:00.328Z] === RUN TestReadPluginNoRead/default [2022-03-11T18:14:00.338Z] --- PASS: TestDaemonDefaultNetworkPools (0.69s) [2022-03-11T18:14:00.338Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-11T18:14:01.169Z] --- PASS: TestUpdateReplicatedJob (3.35s) [2022-03-11T18:14:01.169Z] === RUN TestServiceListWithStatuses [2022-03-11T18:14:01.169Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-11T18:14:01.169Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-11T18:14:01.169Z] === RUN TestDockerNetworkConnectAlias [2022-03-11T18:14:01.235Z] --- PASS: TestPubSubRace (1.06s) [2022-03-11T18:14:01.235Z] PASS [2022-03-11T18:14:01.235Z] coverage: 75.0% of statements [2022-03-11T18:14:01.235Z] ok github.com/docker/docker/pkg/pubsub 1.095s coverage: 75.0% of statements [2022-03-11T18:14:01.700Z] --- PASS: TestContinueAfterPluginCrash (8.85s) [2022-03-11T18:14:01.700Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-11T18:14:01.702Z] === RUN TestRegister [2022-03-11T18:14:01.702Z] --- PASS: TestRegister (0.00s) [2022-03-11T18:14:01.702Z] === RUN TestCommand [2022-03-11T18:14:01.702Z] --- PASS: TestCommand (0.03s) [2022-03-11T18:14:01.702Z] === RUN TestNaiveSelf [2022-03-11T18:14:01.702Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-11T18:14:01.702Z] PASS [2022-03-11T18:14:01.702Z] coverage: 82.4% of statements [2022-03-11T18:14:01.702Z] ok github.com/docker/docker/pkg/reexec 0.091s coverage: 82.4% of statements [2022-03-11T18:14:01.710Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-03-11T18:14:01.710Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-11T18:14:02.178Z] === RUN TestDump [2022-03-11T18:14:02.178Z] goroutine 6 [running]: [2022-03-11T18:14:02.178Z] github.com/docker/docker/pkg/stack.dump(0xfdb9d7) [2022-03-11T18:14:02.178Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-11T18:14:02.178Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-11T18:14:02.178Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-11T18:14:02.178Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-11T18:14:02.178Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-11T18:14:02.178Z] testing.tRunner(0xc000156340, 0x114a190) [2022-03-11T18:14:02.178Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-11T18:14:02.178Z] created by testing.(*T).Run [2022-03-11T18:14:02.178Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-11T18:14:02.178Z] [2022-03-11T18:14:02.178Z] goroutine 1 [chan receive]: [2022-03-11T18:14:02.178Z] testing.(*T).Run(0xc0001561a0, {0x113b7b1, 0xfba733}, 0x114a190) [2022-03-11T18:14:02.178Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-11T18:14:02.178Z] testing.runTests.func1(0xc000068840) [2022-03-11T18:14:02.178Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-11T18:14:02.178Z] testing.tRunner(0xc0001561a0, 0xc000071ce0) [2022-03-11T18:14:02.178Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-11T18:14:02.178Z] testing.runTests(0xc000076080, {0x12aec20, 0x3, 0x3}, {0xfdac2d, 0x113d4ab, 0x12b36e0}) [2022-03-11T18:14:02.178Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-11T18:14:02.178Z] testing.(*M).Run(0xc000076080) [2022-03-11T18:14:02.178Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-11T18:14:02.178Z] main.main() [2022-03-11T18:14:02.178Z] _testmain.go:95 +0x1f5 [2022-03-11T18:14:02.178Z] --- PASS: TestDump (0.00s) [2022-03-11T18:14:02.178Z] === RUN TestDumpToFile [2022-03-11T18:14:02.178Z] --- PASS: TestDumpToFile (0.16s) [2022-03-11T18:14:02.178Z] === RUN TestDumpToFileWithEmptyInput [2022-03-11T18:14:02.178Z] goroutine 8 [running]: [2022-03-11T18:14:02.178Z] github.com/docker/docker/pkg/stack.dump(0x1048bb4) [2022-03-11T18:14:02.178Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-11T18:14:02.178Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x1048f60}) [2022-03-11T18:14:02.178Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-11T18:14:02.178Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000156340) [2022-03-11T18:14:02.178Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-11T18:14:02.178Z] testing.tRunner(0xc000156820, 0x114a180) [2022-03-11T18:14:02.178Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-11T18:14:02.178Z] created by testing.(*T).Run [2022-03-11T18:14:02.178Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-11T18:14:02.178Z] [2022-03-11T18:14:02.178Z] goroutine 1 [chan receive]: [2022-03-11T18:14:02.178Z] testing.(*T).Run(0xc0001561a0, {0x1142596, 0xfba733}, 0x114a180) [2022-03-11T18:14:02.178Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-11T18:14:02.178Z] testing.runTests.func1(0xc000068840) [2022-03-11T18:14:02.178Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-11T18:14:02.178Z] testing.tRunner(0xc0001561a0, 0xc000071ce0) [2022-03-11T18:14:02.178Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-11T18:14:02.178Z] testing.runTests(0xc000076080, {0x12aec20, 0x3, 0x3}, {0xfdac2d, 0x113d4ab, 0x12b36e0}) [2022-03-11T18:14:02.178Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-11T18:14:02.178Z] testing.(*M).Run(0xc000076080) [2022-03-11T18:14:02.178Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-11T18:14:02.178Z] main.main() [2022-03-11T18:14:02.178Z] _testmain.go:95 +0x1f5 [2022-03-11T18:14:02.178Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-11T18:14:02.178Z] PASS [2022-03-11T18:14:02.178Z] coverage: 90.9% of statements [2022-03-11T18:14:02.178Z] ok github.com/docker/docker/pkg/stack 0.190s coverage: 90.9% of statements [2022-03-11T18:14:02.642Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-03-11T18:14:02.643Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-11T18:14:02.646Z] === RUN TestNewStdWriter [2022-03-11T18:14:02.646Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-11T18:14:02.646Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-11T18:14:02.646Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-11T18:14:02.646Z] === RUN TestWriteWithNilBytes [2022-03-11T18:14:02.646Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-11T18:14:02.646Z] === RUN TestWrite [2022-03-11T18:14:02.646Z] --- PASS: TestWrite (0.00s) [2022-03-11T18:14:02.646Z] === RUN TestWriteWithWriterError [2022-03-11T18:14:02.646Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-11T18:14:02.646Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-11T18:14:02.646Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-11T18:14:02.646Z] === RUN TestStdCopyWriteAndRead [2022-03-11T18:14:02.646Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-11T18:14:02.646Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-11T18:14:02.646Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-11T18:14:02.646Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-11T18:14:02.646Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-11T18:14:02.856Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-11T18:14:02.856Z] [2022-03-11T18:14:02.856Z] ________ ____ __. [2022-03-11T18:14:02.856Z] \_____ \ | |/ _| [2022-03-11T18:14:02.856Z] / | \| < [2022-03-11T18:14:02.856Z] / | \ | \ [2022-03-11T18:14:02.856Z] \_______ /____|__ \ [2022-03-11T18:14:02.856Z] \/ \/ [2022-03-11T18:14:02.856Z] [2022-03-11T18:14:02.856Z] INFO: make.ps1 ended at 03/11/2022 18:13:51 [2022-03-11T18:14:02.856Z] INFO: Binaries build ended at 03/11/2022 18:13:52. Duration:00:01:36.5848909 [2022-03-11T18:14:02.856Z] INFO: Copying the built daemon binary to d:\CI\PR-42942\32\binary\dockerd-cf40d31f35.exe... [2022-03-11T18:14:02.856Z] INFO: Copying the built client binary to d:\CI\PR-42942\32\binary\docker-cf40d31f35.exe... [2022-03-11T18:14:02.856Z] INFO: Copying dockerversion from the container... [2022-03-11T18:14:02.856Z] INFO: Copying the golang package from the container to d:\CI\PR-42942\32\installer\go.zip... [2022-03-11T18:14:02.856Z] INFO: Extracting go.zip to d:\CI\PR-42942\32\go [2022-03-11T18:14:03.073Z] === CONT TestReadPluginNoRead [2022-03-11T18:14:03.073Z] read_test.go:92: [d081cf9b693c3] daemon is not started [2022-03-11T18:14:03.073Z] --- PASS: TestReadPluginNoRead (6.11s) [2022-03-11T18:14:03.073Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s) [2022-03-11T18:14:03.073Z] --- PASS: TestReadPluginNoRead/default (1.34s) [2022-03-11T18:14:03.073Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.31s) [2022-03-11T18:14:03.073Z] PASS [2022-03-11T18:14:03.073Z] [2022-03-11T18:14:03.073Z] DONE 6 tests in 10.372s [2022-03-11T18:14:03.073Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-11T18:14:03.073Z] testing: warning: no tests to run [2022-03-11T18:14:03.073Z] PASS [2022-03-11T18:14:03.073Z] [2022-03-11T18:14:03.073Z] DONE 0 tests in 0.027s [2022-03-11T18:14:03.073Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-11T18:14:03.073Z] INFO: Testing against a local daemon [2022-03-11T18:14:03.073Z] === RUN TestPluginWithDevMounts [2022-03-11T18:14:03.073Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-11T18:14:03.073Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-11T18:14:03.073Z] PASS [2022-03-11T18:14:03.073Z] [2022-03-11T18:14:03.073Z] === Skipped [2022-03-11T18:14:03.073Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-03-11T18:14:03.073Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-11T18:14:03.073Z] [2022-03-11T18:14:03.073Z] DONE 1 tests, 1 skipped in 0.083s [2022-03-11T18:14:03.073Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-11T18:14:03.073Z] INFO: Testing against a local daemon [2022-03-11T18:14:03.073Z] === RUN TestSecretInspect [2022-03-11T18:14:03.116Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-11T18:14:03.116Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-11T18:14:03.116Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-11T18:14:03.116Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-11T18:14:03.116Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-11T18:14:03.116Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-11T18:14:03.116Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-11T18:14:03.116Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-11T18:14:03.116Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-11T18:14:03.116Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-11T18:14:03.116Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-11T18:14:03.116Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-11T18:14:03.116Z] PASS [2022-03-11T18:14:03.116Z] coverage: 100.0% of statements [2022-03-11T18:14:03.116Z] ok github.com/docker/docker/pkg/stdcopy 0.036s coverage: 100.0% of statements [2022-03-11T18:14:03.207Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-11T18:14:03.207Z] === RUN TestServiceWithPredefinedNetwork [2022-03-11T18:14:03.331Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] --- SKIP: TestSecretInspect (0.02s) [2022-03-11T18:14:03.331Z] === RUN TestSecretList [2022-03-11T18:14:03.331Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] --- SKIP: TestSecretList (0.01s) [2022-03-11T18:14:03.331Z] === RUN TestSecretsCreateAndDelete [2022-03-11T18:14:03.331Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-03-11T18:14:03.331Z] === RUN TestSecretsUpdate [2022-03-11T18:14:03.331Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-03-11T18:14:03.331Z] === RUN TestTemplatedSecret [2022-03-11T18:14:03.331Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-11T18:14:03.331Z] === RUN TestSecretCreateResolve [2022-03-11T18:14:03.331Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-03-11T18:14:03.331Z] PASS [2022-03-11T18:14:03.331Z] [2022-03-11T18:14:03.331Z] === Skipped [2022-03-11T18:14:03.331Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2022-03-11T18:14:03.331Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] [2022-03-11T18:14:03.331Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-03-11T18:14:03.331Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] [2022-03-11T18:14:03.331Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-03-11T18:14:03.331Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] [2022-03-11T18:14:03.331Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-03-11T18:14:03.331Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] [2022-03-11T18:14:03.331Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-03-11T18:14:03.331Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] [2022-03-11T18:14:03.331Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-03-11T18:14:03.331Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] [2022-03-11T18:14:03.331Z] DONE 6 tests, 6 skipped in 0.149s [2022-03-11T18:14:03.331Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-11T18:14:03.331Z] INFO: Testing against a local daemon [2022-03-11T18:14:03.331Z] === RUN TestServiceCreateInit [2022-03-11T18:14:03.331Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-11T18:14:03.331Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-11T18:14:03.331Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] --- PASS: TestServiceCreateInit (0.03s) [2022-03-11T18:14:03.331Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-11T18:14:03.331Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-11T18:14:03.331Z] === RUN TestCreateServiceMultipleTimes [2022-03-11T18:14:03.331Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-11T18:14:03.331Z] === RUN TestCreateServiceConflict [2022-03-11T18:14:03.331Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-03-11T18:14:03.331Z] === RUN TestCreateServiceMaxReplicas [2022-03-11T18:14:03.331Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-03-11T18:14:03.331Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-11T18:14:03.331Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.331Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-11T18:14:03.331Z] === RUN TestCreateServiceSecretFileMode [2022-03-11T18:14:03.331Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.585Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-11T18:14:03.585Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-11T18:14:03.585Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestFormatStatus [2022-03-11T18:14:03.585Z] --- PASS: TestFormatStatus (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestFormatError [2022-03-11T18:14:03.585Z] --- PASS: TestFormatError (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestFormatJSONError [2022-03-11T18:14:03.585Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-11T18:14:03.585Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-11T18:14:03.585Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestNewJSONProgressOutput [2022-03-11T18:14:03.585Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestAuxFormatterEmit [2022-03-11T18:14:03.585Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestStreamWriterStdout [2022-03-11T18:14:03.585Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestStreamWriterStderr [2022-03-11T18:14:03.585Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-11T18:14:03.585Z] PASS [2022-03-11T18:14:03.585Z] coverage: 66.2% of statements [2022-03-11T18:14:03.585Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-11T18:14:03.585Z] === RUN TestClientStream [2022-03-11T18:14:03.585Z] --- PASS: TestClientStream (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestClientSendFile [2022-03-11T18:14:03.585Z] --- PASS: TestClientSendFile (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestClientWithRequestTimeout [2022-03-11T18:14:03.585Z] ok github.com/docker/docker/pkg/streamformatter 0.037s coverage: 66.2% of statements [2022-03-11T18:14:03.585Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestFileSpecPlugin [2022-03-11T18:14:03.585Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-11T18:14:03.585Z] === RUN TestFileJSONSpecPlugin [2022-03-11T18:14:03.585Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-11T18:14:03.585Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestPluginAddHandler [2022-03-11T18:14:03.585Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestPluginWaitBadPlugin [2022-03-11T18:14:03.585Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-11T18:14:03.585Z] === RUN TestGet [2022-03-11T18:14:03.585Z] time="2022-03-11T18:14:03Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-11T18:14:03.590Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s) [2022-03-11T18:14:03.590Z] === RUN TestCreateServiceConfigFileMode [2022-03-11T18:14:03.590Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.590Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-03-11T18:14:03.590Z] === RUN TestCreateServiceSysctls [2022-03-11T18:14:03.590Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.590Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-03-11T18:14:03.590Z] === RUN TestCreateServiceCapabilities [2022-03-11T18:14:03.590Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.590Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2022-03-11T18:14:03.590Z] === RUN TestInspect [2022-03-11T18:14:03.590Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.590Z] --- SKIP: TestInspect (0.02s) [2022-03-11T18:14:03.590Z] === RUN TestCreateJob [2022-03-11T18:14:03.590Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.590Z] --- SKIP: TestCreateJob (0.01s) [2022-03-11T18:14:03.590Z] === RUN TestReplicatedJob [2022-03-11T18:14:03.590Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.590Z] --- SKIP: TestReplicatedJob (0.01s) [2022-03-11T18:14:03.590Z] === RUN TestUpdateReplicatedJob [2022-03-11T18:14:03.590Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.590Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-03-11T18:14:03.590Z] === RUN TestServiceListWithStatuses [2022-03-11T18:14:03.590Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-11T18:14:03.590Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-11T18:14:03.590Z] === RUN TestDockerNetworkConnectAlias [2022-03-11T18:14:03.590Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.590Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s) [2022-03-11T18:14:03.590Z] === RUN TestDockerNetworkReConnect [2022-03-11T18:14:03.590Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:03.590Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-03-11T18:14:03.590Z] === RUN TestServicePlugin [2022-03-11T18:14:04.054Z] === RUN TestGenerateRandomID [2022-03-11T18:14:04.054Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-11T18:14:04.054Z] === RUN TestShortenId [2022-03-11T18:14:04.054Z] --- PASS: TestShortenId (0.00s) [2022-03-11T18:14:04.054Z] === RUN TestShortenSha256Id [2022-03-11T18:14:04.054Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-11T18:14:04.054Z] === RUN TestShortenIdEmpty [2022-03-11T18:14:04.054Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-11T18:14:04.054Z] === RUN TestShortenIdInvalid [2022-03-11T18:14:04.054Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-11T18:14:04.054Z] === RUN TestIsShortIDNonHex [2022-03-11T18:14:04.054Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-11T18:14:04.054Z] === RUN TestIsShortIDNotCorrectSize [2022-03-11T18:14:04.054Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-11T18:14:04.054Z] PASS [2022-03-11T18:14:04.054Z] coverage: 70.6% of statements [2022-03-11T18:14:04.054Z] ok github.com/docker/docker/pkg/stringid 0.040s coverage: 70.6% of statements [2022-03-11T18:14:04.522Z] time="2022-03-11T18:14:04Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-11T18:14:04.522Z] === RUN TestIsCpusetListAvailable [2022-03-11T18:14:04.522Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-11T18:14:04.522Z] PASS [2022-03-11T18:14:04.522Z] coverage: 39.4% of statements [2022-03-11T18:14:04.522Z] ok github.com/docker/docker/pkg/sysinfo 0.031s coverage: 39.4% of statements [2022-03-11T18:14:05.106Z] --- PASS: TestServiceWithPredefinedNetwork (1.78s) [2022-03-11T18:14:05.106Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-11T18:14:05.106Z] service_test.go:243: FLAKY_TEST [2022-03-11T18:14:05.106Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-11T18:14:05.106Z] === RUN TestServiceWithDataPathPortInit [2022-03-11T18:14:05.360Z] --- PASS: TestDockerNetworkConnectAlias (4.29s) [2022-03-11T18:14:05.361Z] === RUN TestDockerNetworkReConnect [2022-03-11T18:14:05.489Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.489Z] --- SKIP: TestServicePlugin (1.96s) [2022-03-11T18:14:05.489Z] === RUN TestServiceUpdateLabel [2022-03-11T18:14:05.489Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.489Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-03-11T18:14:05.489Z] === RUN TestServiceUpdateSecrets [2022-03-11T18:14:05.489Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.489Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-03-11T18:14:05.489Z] === RUN TestServiceUpdateConfigs [2022-03-11T18:14:05.489Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.489Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2022-03-11T18:14:05.489Z] === RUN TestServiceUpdateNetwork [2022-03-11T18:14:05.489Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.489Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-03-11T18:14:05.489Z] === RUN TestServiceUpdatePidsLimit [2022-03-11T18:14:05.489Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.489Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2022-03-11T18:14:05.489Z] PASS [2022-03-11T18:14:05.489Z] [2022-03-11T18:14:05.489Z] === Skipped [2022-03-11T18:14:05.489Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-11T18:14:05.489Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.489Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-11T18:14:05.489Z] [2022-03-11T18:14:05.489Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-11T18:14:05.489Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.489Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-11T18:14:05.489Z] [2022-03-11T18:14:05.489Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-03-11T18:14:05.489Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.489Z] [2022-03-11T18:14:05.489Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-03-11T18:14:05.490Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-03-11T18:14:05.490Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-11T18:14:05.490Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s) [2022-03-11T18:14:05.490Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-03-11T18:14:05.490Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-03-11T18:14:05.490Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2022-03-11T18:14:05.490Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestInspect (0.02s) [2022-03-11T18:14:05.490Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-03-11T18:14:05.490Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-03-11T18:14:05.490Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-03-11T18:14:05.490Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-11T18:14:05.490Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s) [2022-03-11T18:14:05.490Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-03-11T18:14:05.490Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestServicePlugin (1.96s) [2022-03-11T18:14:05.490Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-03-11T18:14:05.490Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-03-11T18:14:05.490Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.490Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2022-03-11T18:14:05.490Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.490Z] [2022-03-11T18:14:05.748Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-03-11T18:14:05.748Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.748Z] [2022-03-11T18:14:05.748Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2022-03-11T18:14:05.748Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-11T18:14:05.748Z] [2022-03-11T18:14:05.748Z] DONE 24 tests, 23 skipped in 2.340s [2022-03-11T18:14:05.748Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-11T18:14:05.748Z] INFO: Testing against a local daemon [2022-03-11T18:14:05.748Z] === RUN TestSessionCreate [2022-03-11T18:14:05.748Z] --- PASS: TestSessionCreate (0.02s) [2022-03-11T18:14:05.748Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-11T18:14:05.748Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-11T18:14:05.748Z] PASS [2022-03-11T18:14:05.748Z] [2022-03-11T18:14:05.748Z] DONE 2 tests in 0.122s [2022-03-11T18:14:05.748Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-11T18:14:05.748Z] INFO: Testing against a local daemon [2022-03-11T18:14:05.748Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-11T18:14:05.748Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-11T18:14:05.748Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-11T18:14:05.748Z] === RUN TestDiskUsage [2022-03-11T18:14:05.748Z] === PAUSE TestDiskUsage [2022-03-11T18:14:05.748Z] === RUN TestEventsExecDie [2022-03-11T18:14:06.087Z] === RUN TestChtimes [2022-03-11T18:14:06.087Z] --- PASS: TestChtimes (0.00s) [2022-03-11T18:14:06.087Z] === RUN TestChtimesWindows [2022-03-11T18:14:06.087Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-11T18:14:06.087Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-11T18:14:06.087Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-11T18:14:06.087Z] PASS [2022-03-11T18:14:06.087Z] coverage: 12.9% of statements [2022-03-11T18:14:06.087Z] ok github.com/docker/docker/pkg/system 0.041s coverage: 12.9% of statements [2022-03-11T18:14:06.314Z] --- PASS: TestEventsExecDie (0.48s) [2022-03-11T18:14:06.314Z] === RUN TestEventsBackwardsCompatible [2022-03-11T18:14:06.314Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-11T18:14:06.314Z] === RUN TestEventsVolumeCreate [2022-03-11T18:14:06.314Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-11T18:14:06.314Z] === RUN TestInfoBinaryCommits [2022-03-11T18:14:06.559Z] time="2022-03-11T18:14:06Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-11T18:14:06.559Z] === RUN TestTailFile [2022-03-11T18:14:06.559Z] --- PASS: TestTailFile (0.00s) [2022-03-11T18:14:06.559Z] === RUN TestTailFileManyLines [2022-03-11T18:14:06.559Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-11T18:14:06.559Z] === RUN TestTailEmptyFile [2022-03-11T18:14:06.559Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-11T18:14:06.559Z] === RUN TestTailNegativeN [2022-03-11T18:14:06.559Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader [2022-03-11T18:14:06.559Z] === CONT TestNewTailReader [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/no_delimiter [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/truncated_last_line [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-11T18:14:06.559Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-11T18:14:06.559Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:14:06.559Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:06.559Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-11T18:14:06.559Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-11T18:14:06.559Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-11T18:14:06.559Z] === CONT TestNewTailReader/no_delimiter [2022-03-11T18:14:06.559Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-11T18:14:06.559Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-11T18:14:06.559Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:06.559Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:06.559Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:06.559Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:06.560Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:14:06.560Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:14:06.560Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:14:06.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:14:06.561Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:06.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:06.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:06.561Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:06.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:06.561Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:06.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:06.561Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:06.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:06.561Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:06.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:06.561Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:06.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:06.561Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:06.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:06.561Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:06.561Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:06.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:06.561Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:06.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:06.561Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:06.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:06.561Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:06.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:06.561Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:06.561Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:06.571Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-11T18:14:06.572Z] === RUN TestInfoAPIVersioned [2022-03-11T18:14:06.572Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-11T18:14:06.572Z] === RUN TestInfoAPI [2022-03-11T18:14:06.572Z] --- PASS: TestInfoAPI (0.02s) [2022-03-11T18:14:06.572Z] === RUN TestInfoAPIWarnings [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.034Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.034Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-11T18:14:07.034Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-11T18:14:07.034Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-11T18:14:07.034Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.034Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:07.034Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:07.034Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:07.035Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:07.035Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:07.035Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-11T18:14:07.036Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:07.036Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:14:07.037Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:07.037Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:07.037Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:07.037Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:07.037Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:07.037Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:07.037Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:07.037Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:07.037Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:07.037Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:07.037Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:07.037Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.037Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:14:07.038Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:14:07.506Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:14:07.506Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:14:07.506Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:14:07.506Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:14:07.507Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.01s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.02s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.01s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.01s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:14:07.507Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.01s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.01s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:14:07.508Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter (0.02s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:14:07.509Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:14:07.509Z] PASS [2022-03-11T18:14:07.509Z] coverage: 88.6% of statements [2022-03-11T18:14:07.509Z] ok github.com/docker/docker/pkg/tailfile 0.206s coverage: 88.6% of statements [2022-03-11T18:14:07.980Z] === RUN TestTarSumRemoveNonExistent [2022-03-11T18:14:07.980Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-11T18:14:07.980Z] === RUN TestTarSumRemove [2022-03-11T18:14:07.980Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-11T18:14:07.980Z] === RUN TestSortFileInfoSums [2022-03-11T18:14:07.980Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-11T18:14:07.980Z] === RUN TestNewTarSumForLabelInvalid [2022-03-11T18:14:07.980Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-11T18:14:07.980Z] === RUN TestNewTarSumForLabel [2022-03-11T18:14:07.980Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-11T18:14:07.980Z] === RUN TestEmptyTar [2022-03-11T18:14:07.980Z] --- PASS: TestEmptyTar (0.00s) [2022-03-11T18:14:07.980Z] === RUN TestTarSumsReadSize [2022-03-11T18:14:07.980Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-11T18:14:07.980Z] === RUN TestTarSums [2022-03-11T18:14:07.980Z] --- PASS: TestTarSums (0.05s) [2022-03-11T18:14:07.980Z] === RUN TestIteration [2022-03-11T18:14:07.980Z] --- PASS: TestIteration (0.00s) [2022-03-11T18:14:07.980Z] === RUN TestVersionLabelForChecksum [2022-03-11T18:14:07.980Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-11T18:14:07.980Z] === RUN TestVersion [2022-03-11T18:14:07.980Z] --- PASS: TestVersion (0.00s) [2022-03-11T18:14:07.980Z] === RUN TestGetVersion [2022-03-11T18:14:07.980Z] --- PASS: TestGetVersion (0.00s) [2022-03-11T18:14:07.980Z] === RUN TestGetVersions [2022-03-11T18:14:07.980Z] --- PASS: TestGetVersions (0.00s) [2022-03-11T18:14:07.980Z] PASS [2022-03-11T18:14:07.980Z] coverage: 89.3% of statements [2022-03-11T18:14:07.980Z] ok github.com/docker/docker/pkg/tarsum 0.111s coverage: 89.3% of statements [2022-03-11T18:14:08.449Z] === RUN TestTruncIndex [2022-03-11T18:14:08.449Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-11T18:14:08.449Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-11T18:14:08.449Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-11T18:14:08.449Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-11T18:14:08.449Z] --- PASS: TestTruncIndex (0.10s) [2022-03-11T18:14:08.449Z] PASS [2022-03-11T18:14:08.449Z] coverage: 91.5% of statements [2022-03-11T18:14:08.449Z] ok github.com/docker/docker/pkg/truncindex 0.133s coverage: 91.5% of statements [2022-03-11T18:14:08.650Z] --- PASS: TestDockerNetworkReConnect (3.47s) [2022-03-11T18:14:08.650Z] === RUN TestServicePlugin [2022-03-11T18:14:08.921Z] === RUN TestIsGIT [2022-03-11T18:14:08.921Z] --- PASS: TestIsGIT (0.00s) [2022-03-11T18:14:08.921Z] === RUN TestIsTransport [2022-03-11T18:14:08.921Z] --- PASS: TestIsTransport (0.00s) [2022-03-11T18:14:08.921Z] PASS [2022-03-11T18:14:08.921Z] coverage: 100.0% of statements [2022-03-11T18:14:08.921Z] ok github.com/docker/docker/pkg/urlutil 0.035s coverage: 100.0% of statements [2022-03-11T18:14:08.921Z] === RUN TestVersionInfo [2022-03-11T18:14:08.921Z] --- PASS: TestVersionInfo (0.00s) [2022-03-11T18:14:08.921Z] === RUN TestAppendVersions [2022-03-11T18:14:08.921Z] --- PASS: TestAppendVersions (0.00s) [2022-03-11T18:14:08.921Z] PASS [2022-03-11T18:14:08.921Z] coverage: 88.9% of statements [2022-03-11T18:14:08.921Z] ok github.com/docker/docker/pkg/useragent 0.038s coverage: 88.9% of statements [2022-03-11T18:14:09.450Z] Removing intermediate container 7a29b80d92d3 [2022-03-11T18:14:09.450Z] ---> d43a4ed3fe07 [2022-03-11T18:14:09.450Z] 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 [2022-03-11T18:14:09.450Z] ---> Running in 502f33afe442 [2022-03-11T18:14:09.450Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-11T18:14:09.450Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-11T18:14:09.450Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-11T18:14:09.450Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-11T18:14:09.450Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-11T18:14:09.450Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-11T18:14:09.450Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-11T18:14:09.450Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-11T18:14:09.450Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-11T18:14:09.450Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-11T18:14:09.451Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-11T18:14:09.451Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-11T18:14:09.451Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-11T18:14:09.451Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-11T18:14:10.098Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-11T18:14:10.098Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-11T18:14:10.098Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-11T18:14:10.098Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-11T18:14:10.098Z] Cross building: bundles/cross/linux/s390x [2022-03-11T18:14:10.098Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-11T18:14:10.098Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-11T18:14:10.444Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-11T18:14:10.444Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-11T18:14:10.486Z] === RUN TestNewSettable [2022-03-11T18:14:10.486Z] --- PASS: TestNewSettable (0.00s) [2022-03-11T18:14:10.486Z] === RUN TestIsSettable [2022-03-11T18:14:10.486Z] --- PASS: TestIsSettable (0.00s) [2022-03-11T18:14:10.486Z] === RUN TestUpdateSettingsEnv [2022-03-11T18:14:10.486Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-11T18:14:10.486Z] PASS [2022-03-11T18:14:10.486Z] coverage: 20.0% of statements [2022-03-11T18:14:10.486Z] ok github.com/docker/docker/plugin/v2 0.042s coverage: 20.0% of statements [2022-03-11T18:14:10.486Z] time="2022-03-11T18:14:10Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-11T18:14:10.486Z] === RUN TestValidatePrivileges [2022-03-11T18:14:10.486Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-11T18:14:10.486Z] === RUN TestFilterByCapNeg [2022-03-11T18:14:10.486Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-11T18:14:10.486Z] === RUN TestFilterByCapPos [2022-03-11T18:14:10.486Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-11T18:14:10.486Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-11T18:14:10.486Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-11T18:14:10.486Z] PASS [2022-03-11T18:14:10.486Z] coverage: 12.0% of statements [2022-03-11T18:14:10.486Z] ok github.com/docker/docker/plugin 0.051s coverage: 12.0% of statements [2022-03-11T18:14:10.955Z] === RUN TestLoad [2022-03-11T18:14:10.955Z] --- PASS: TestLoad (0.00s) [2022-03-11T18:14:10.955Z] === RUN TestSave [2022-03-11T18:14:10.955Z] --- PASS: TestSave (0.03s) [2022-03-11T18:14:10.955Z] === RUN TestAddDeleteGet [2022-03-11T18:14:10.955Z] --- PASS: TestAddDeleteGet (0.03s) [2022-03-11T18:14:10.955Z] === RUN TestInvalidTags [2022-03-11T18:14:10.955Z] --- PASS: TestInvalidTags (0.01s) [2022-03-11T18:14:10.955Z] PASS [2022-03-11T18:14:10.955Z] coverage: 84.4% of statements [2022-03-11T18:14:10.955Z] ok github.com/docker/docker/reference 0.111s coverage: 84.4% of statements [2022-03-11T18:14:11.935Z] plugin_test.go:61: [d55b08001e487] joining swarm manager [d23f0bc8762a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:14:11.942Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-11T18:14:11.942Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-03-11T18:14:11.942Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-11T18:14:12.412Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-11T18:14:12.412Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-11T18:14:12.412Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-11T18:14:12.412Z] === RUN TestResumableRequestReaderWithReadError [2022-03-11T18:14:12.412Z] time="2022-03-11T18:14:11Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-11T18:14:12.412Z] --- PASS: TestResumableRequestReaderWithReadError (0.15s) [2022-03-11T18:14:12.412Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-11T18:14:12.412Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-11T18:14:12.412Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-11T18:14:12.412Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-11T18:14:12.412Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-11T18:14:12.412Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-11T18:14:12.412Z] === RUN TestResumableRequestReader [2022-03-11T18:14:12.412Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-11T18:14:12.412Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-11T18:14:12.412Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-11T18:14:12.412Z] PASS [2022-03-11T18:14:12.412Z] coverage: 100.0% of statements [2022-03-11T18:14:12.412Z] ok github.com/docker/docker/registry/resumable 0.210s coverage: 100.0% of statements [2022-03-11T18:14:12.412Z] === RUN TestResolveAuthConfigIndexServer [2022-03-11T18:14:12.412Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-11T18:14:12.412Z] === RUN TestResolveAuthConfigFullURL [2022-03-11T18:14:12.412Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-11T18:14:12.412Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-11T18:14:12.412Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-11T18:14:12.412Z] === RUN TestValidateMirror [2022-03-11T18:14:12.412Z] --- PASS: TestValidateMirror (0.00s) [2022-03-11T18:14:12.412Z] === RUN TestLoadInsecureRegistries [2022-03-11T18:14:12.870Z] plugin_test.go:64: [d3d4c588d3ff9] joining swarm manager [d23f0bc8762a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:14:12.880Z] time="2022-03-11T18:14:12Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-11T18:14:12.880Z] time="2022-03-11T18:14:12Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-11T18:14:12.880Z] time="2022-03-11T18:14:12Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-11T18:14:12.880Z] --- PASS: TestLoadInsecureRegistries (0.18s) [2022-03-11T18:14:12.880Z] === RUN TestNewServiceConfig [2022-03-11T18:14:12.880Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-11T18:14:12.880Z] === RUN TestValidateIndexName [2022-03-11T18:14:12.880Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-11T18:14:12.880Z] === RUN TestValidateIndexNameWithError [2022-03-11T18:14:12.880Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-11T18:14:12.880Z] === RUN TestEndpointParse [2022-03-11T18:14:12.880Z] --- PASS: TestEndpointParse (0.00s) [2022-03-11T18:14:12.880Z] === RUN TestEndpointParseInvalid [2022-03-11T18:14:12.880Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-11T18:14:12.880Z] === RUN TestValidateEndpoint [2022-03-11T18:14:12.880Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-11T18:14:12.880Z] === RUN TestPing [2022-03-11T18:14:12.880Z] --- PASS: TestPing (0.00s) [2022-03-11T18:14:12.880Z] === RUN TestPingRegistryEndpoint [2022-03-11T18:14:12.880Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:14:12.880Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-11T18:14:12.880Z] === RUN TestEndpoint [2022-03-11T18:14:12.880Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:14:12.880Z] --- SKIP: TestEndpoint (0.00s) [2022-03-11T18:14:12.880Z] === RUN TestParseRepositoryInfo [2022-03-11T18:14:12.880Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-11T18:14:12.880Z] === RUN TestNewIndexInfo [2022-03-11T18:14:12.880Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-11T18:14:12.880Z] === RUN TestMirrorEndpointLookup [2022-03-11T18:14:12.880Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:14:12.880Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-11T18:14:12.880Z] === RUN TestSearchRepositories [2022-03-11T18:14:12.880Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-11T18:14:12.880Z] Host: 127.0.0.1:49338 [2022-03-11T18:14:12.880Z] User-Agent: docker test client [2022-03-11T18:14:12.880Z] Authorization: Token fake-token [2022-03-11T18:14:12.880Z] X-Docker-Token: true [2022-03-11T18:14:12.880Z] Accept-Encoding: gzip [2022-03-11T18:14:12.880Z] [2022-03-11T18:14:12.880Z] [2022-03-11T18:14:12.880Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-11T18:14:12.880Z] Connection: close [2022-03-11T18:14:12.880Z] Content-Length: 144 [2022-03-11T18:14:12.880Z] Cache-Control: no-cache [2022-03-11T18:14:12.880Z] Content-Type: application/json [2022-03-11T18:14:12.880Z] Date: Fri, 11 Mar 2022 18:14:12 GMT [2022-03-11T18:14:12.880Z] Expires: -1 [2022-03-11T18:14:12.880Z] Pragma: no-cache [2022-03-11T18:14:12.880Z] Server: docker-tests/mock [2022-03-11T18:14:12.880Z] X-Docker-Registry-Config: mock [2022-03-11T18:14:12.880Z] X-Docker-Registry-Version: 0.0.0 [2022-03-11T18:14:12.880Z] [2022-03-11T18:14:12.880Z] [2022-03-11T18:14:12.880Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-11T18:14:12.880Z] === RUN TestTrustedLocation [2022-03-11T18:14:12.880Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-11T18:14:12.880Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-11T18:14:12.880Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-11T18:14:12.880Z] === RUN TestAllowNondistributableArtifacts [2022-03-11T18:14:12.880Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-11T18:14:12.880Z] === RUN TestIsSecureIndex [2022-03-11T18:14:12.880Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-11T18:14:12.880Z] PASS [2022-03-11T18:14:12.880Z] coverage: 51.2% of statements [2022-03-11T18:14:12.880Z] ok github.com/docker/docker/registry 0.258s coverage: 51.2% of statements [2022-03-11T18:14:12.880Z] === RUN TestRestartManagerTimeout [2022-03-11T18:14:12.880Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-11T18:14:12.880Z] === RUN TestRestartManagerTimeoutReset [2022-03-11T18:14:12.880Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-11T18:14:12.880Z] PASS [2022-03-11T18:14:12.880Z] coverage: 50.9% of statements [2022-03-11T18:14:12.880Z] ok github.com/docker/docker/restartmanager 0.034s coverage: 50.9% of statements [2022-03-11T18:14:13.349Z] === RUN TestDecodeContainerConfig [2022-03-11T18:14:13.349Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-11T18:14:13.349Z] === RUN TestDecodeContainerConfigIsolation [2022-03-11T18:14:13.349Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-11T18:14:13.349Z] === RUN TestValidatePrivileged [2022-03-11T18:14:13.349Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-11T18:14:13.349Z] PASS [2022-03-11T18:14:13.349Z] coverage: 52.6% of statements [2022-03-11T18:14:13.349Z] ok github.com/docker/docker/runconfig 0.043s coverage: 52.6% of statements [2022-03-11T18:14:13.349Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-11T18:14:13.349Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-11T18:14:13.349Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-11T18:14:13.349Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-11T18:14:13.349Z] PASS [2022-03-11T18:14:13.349Z] coverage: 62.5% of statements [2022-03-11T18:14:13.349Z] ok github.com/docker/docker/testutil 0.037s coverage: 62.5% of statements [2022-03-11T18:14:17.141Z] === RUN TestGetDriver [2022-03-11T18:14:17.141Z] --- PASS: TestGetDriver (0.00s) [2022-03-11T18:14:17.141Z] === RUN TestVolumeRequestError [2022-03-11T18:14:17.141Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-11T18:14:17.141Z] PASS [2022-03-11T18:14:17.141Z] coverage: 36.1% of statements [2022-03-11T18:14:17.141Z] ok github.com/docker/docker/volume/drivers 0.056s coverage: 36.1% of statements [2022-03-11T18:14:17.141Z] === RUN TestGetAddress [2022-03-11T18:14:17.141Z] --- PASS: TestGetAddress (0.00s) [2022-03-11T18:14:17.141Z] === RUN TestRemove [2022-03-11T18:14:17.141Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-11T18:14:17.141Z] --- SKIP: TestRemove (0.00s) [2022-03-11T18:14:17.141Z] === RUN TestInitializeWithVolumes [2022-03-11T18:14:17.141Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-11T18:14:17.141Z] === RUN TestCreate [2022-03-11T18:14:17.141Z] --- PASS: TestCreate (0.01s) [2022-03-11T18:14:17.141Z] === RUN TestValidateName [2022-03-11T18:14:17.141Z] --- PASS: TestValidateName (0.00s) [2022-03-11T18:14:17.141Z] === RUN TestCreateWithOpts [2022-03-11T18:14:17.141Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-11T18:14:17.141Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-11T18:14:17.141Z] === RUN TestRelaodNoOpts [2022-03-11T18:14:17.141Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-11T18:14:17.141Z] PASS [2022-03-11T18:14:17.141Z] coverage: 41.5% of statements [2022-03-11T18:14:17.141Z] ok github.com/docker/docker/volume/local 0.086s coverage: 41.5% of statements [2022-03-11T18:14:18.130Z] === RUN TestLCOWParseMountRaw [2022-03-11T18:14:18.130Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-11T18:14:18.130Z] === RUN TestLCOWParseMountRawSplit [2022-03-11T18:14:18.130Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-11T18:14:18.130Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-11T18:14:18.130Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-11T18:14:18.130Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-11T18:14:18.130Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-11T18:14:18.130Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-11T18:14:18.130Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-11T18:14:18.130Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-11T18:14:18.130Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-11T18:14:18.130Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-11T18:14:18.130Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-11T18:14:18.130Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-11T18:14:18.130Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-11T18:14:18.130Z] === RUN TestLinuxParseMountRaw [2022-03-11T18:14:18.130Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-11T18:14:18.130Z] === RUN TestLinuxParseMountRawSplit [2022-03-11T18:14:18.130Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-11T18:14:18.130Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-11T18:14:18.130Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-11T18:14:18.130Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-11T18:14:18.130Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-11T18:14:18.130Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-11T18:14:18.130Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-11T18:14:18.130Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-11T18:14:18.130Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-11T18:14:18.130Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-11T18:14:18.130Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-11T18:14:18.130Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-11T18:14:18.130Z] === RUN TestConvertTmpfsOptions [2022-03-11T18:14:18.130Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-11T18:14:18.130Z] linux_parser_test.go:209: data="ro" [2022-03-11T18:14:18.130Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-11T18:14:18.130Z] === RUN TestParseMountSpec [2022-03-11T18:14:18.130Z] parser_test.go:62: case 0 [2022-03-11T18:14:18.130Z] parser_test.go:62: case 1 [2022-03-11T18:14:18.130Z] parser_test.go:62: case 2 [2022-03-11T18:14:18.130Z] parser_test.go:62: case 3 [2022-03-11T18:14:18.130Z] parser_test.go:62: case 4 [2022-03-11T18:14:18.130Z] parser_test.go:62: case 5 [2022-03-11T18:14:18.130Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-11T18:14:18.130Z] === RUN TestValidateMount [2022-03-11T18:14:18.130Z] --- PASS: TestValidateMount (0.00s) [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountRaw [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountRawSplit [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-11T18:14:18.130Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-11T18:14:18.130Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-11T18:14:18.130Z] PASS [2022-03-11T18:14:18.130Z] coverage: 67.6% of statements [2022-03-11T18:14:18.130Z] ok github.com/docker/docker/volume/mounts 0.070s coverage: 67.6% of statements [2022-03-11T18:14:18.600Z] --- PASS: TestGet (15.01s) [2022-03-11T18:14:18.600Z] === RUN TestPluginWithNoManifest [2022-03-11T18:14:18.600Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-11T18:14:18.600Z] === RUN TestGetAll [2022-03-11T18:14:18.600Z] --- PASS: TestGetAll (0.00s) [2022-03-11T18:14:18.600Z] PASS [2022-03-11T18:14:18.600Z] coverage: 73.2% of statements [2022-03-11T18:14:18.600Z] ok github.com/docker/docker/pkg/plugins 35.906s coverage: 73.2% of statements [2022-03-11T18:14:19.069Z] === RUN TestSetGetMeta [2022-03-11T18:14:19.069Z] === PAUSE TestSetGetMeta [2022-03-11T18:14:19.069Z] === RUN TestRestore [2022-03-11T18:14:19.069Z] === PAUSE TestRestore [2022-03-11T18:14:19.069Z] === RUN TestServiceCreate [2022-03-11T18:14:19.069Z] === PAUSE TestServiceCreate [2022-03-11T18:14:19.069Z] === RUN TestServiceList [2022-03-11T18:14:19.069Z] === PAUSE TestServiceList [2022-03-11T18:14:19.069Z] === RUN TestServiceRemove [2022-03-11T18:14:19.069Z] === PAUSE TestServiceRemove [2022-03-11T18:14:19.069Z] === RUN TestServiceGet [2022-03-11T18:14:19.069Z] === PAUSE TestServiceGet [2022-03-11T18:14:19.069Z] === RUN TestServicePrune [2022-03-11T18:14:19.069Z] === PAUSE TestServicePrune [2022-03-11T18:14:19.069Z] === RUN TestCreate [2022-03-11T18:14:19.069Z] === PAUSE TestCreate [2022-03-11T18:14:19.069Z] === RUN TestRemove [2022-03-11T18:14:19.069Z] === PAUSE TestRemove [2022-03-11T18:14:19.069Z] === RUN TestList [2022-03-11T18:14:19.069Z] === PAUSE TestList [2022-03-11T18:14:19.069Z] === RUN TestFindByDriver [2022-03-11T18:14:19.069Z] === PAUSE TestFindByDriver [2022-03-11T18:14:19.069Z] === RUN TestFindByReferenced [2022-03-11T18:14:19.069Z] === PAUSE TestFindByReferenced [2022-03-11T18:14:19.069Z] === RUN TestDerefMultipleOfSameRef [2022-03-11T18:14:19.069Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-11T18:14:19.069Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-11T18:14:19.069Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-11T18:14:19.069Z] === RUN TestDefererencePluginOnCreateError [2022-03-11T18:14:19.069Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-11T18:14:19.069Z] === RUN TestRefDerefRemove [2022-03-11T18:14:19.069Z] === PAUSE TestRefDerefRemove [2022-03-11T18:14:19.069Z] === RUN TestGet [2022-03-11T18:14:19.069Z] === PAUSE TestGet [2022-03-11T18:14:19.069Z] === RUN TestGetWithReference [2022-03-11T18:14:19.069Z] === PAUSE TestGetWithReference [2022-03-11T18:14:19.069Z] === RUN TestFilterFunc [2022-03-11T18:14:19.069Z] === RUN TestFilterFunc/test_nil_list [2022-03-11T18:14:19.069Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-11T18:14:19.069Z] === RUN TestFilterFunc/test_empty_list [2022-03-11T18:14:19.069Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-11T18:14:19.069Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-11T18:14:19.069Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-11T18:14:19.069Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-11T18:14:19.069Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-11T18:14:19.069Z] === RUN TestFilterFunc/test_filter_some [2022-03-11T18:14:19.069Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-11T18:14:19.069Z] === RUN TestFilterFunc/test_filter_middle [2022-03-11T18:14:19.069Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-11T18:14:19.069Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-11T18:14:19.069Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-11T18:14:19.069Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-11T18:14:19.069Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-11T18:14:19.069Z] === CONT TestFilterFunc/test_nil_list [2022-03-11T18:14:19.069Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-11T18:14:19.069Z] === CONT TestFilterFunc/test_filter_some [2022-03-11T18:14:19.069Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-11T18:14:19.069Z] === CONT TestFilterFunc/test_filter_middle [2022-03-11T18:14:19.069Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-11T18:14:19.069Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-11T18:14:19.069Z] === CONT TestFilterFunc/test_empty_list [2022-03-11T18:14:19.069Z] --- PASS: TestFilterFunc (0.00s) [2022-03-11T18:14:19.069Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-11T18:14:19.069Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-11T18:14:19.069Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-11T18:14:19.069Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-11T18:14:19.069Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-11T18:14:19.069Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-11T18:14:19.069Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-11T18:14:19.069Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-11T18:14:19.069Z] === CONT TestSetGetMeta [2022-03-11T18:14:19.069Z] === CONT TestDefererencePluginOnCreateError [2022-03-11T18:14:19.069Z] === CONT TestList [2022-03-11T18:14:19.069Z] === CONT TestServiceGet [2022-03-11T18:14:19.069Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-11T18:14:19.069Z] === CONT TestServiceRemove [2022-03-11T18:14:19.069Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-03-11T18:14:19.069Z] === CONT TestServiceList [2022-03-11T18:14:19.069Z] --- PASS: TestList (0.05s) [2022-03-11T18:14:19.069Z] === CONT TestServiceCreate [2022-03-11T18:14:19.069Z] --- PASS: TestServiceGet (0.22s) [2022-03-11T18:14:19.069Z] === CONT TestRestore [2022-03-11T18:14:19.069Z] --- PASS: TestServiceRemove (0.20s) [2022-03-11T18:14:19.069Z] === CONT TestRemove [2022-03-11T18:14:19.069Z] --- PASS: TestServiceList (0.19s) [2022-03-11T18:14:19.069Z] === CONT TestCreate [2022-03-11T18:14:19.069Z] --- PASS: TestServiceCreate (0.18s) [2022-03-11T18:14:19.069Z] === CONT TestServicePrune [2022-03-11T18:14:19.069Z] --- PASS: TestRemove (0.02s) [2022-03-11T18:14:19.069Z] === CONT TestGetWithReference [2022-03-11T18:14:19.069Z] --- PASS: TestCreate (0.02s) [2022-03-11T18:14:19.069Z] === CONT TestGet [2022-03-11T18:14:19.069Z] time="2022-03-11T18:14:18Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-11T18:14:19.069Z] --- PASS: TestRestore (0.03s) [2022-03-11T18:14:19.069Z] === CONT TestRefDerefRemove [2022-03-11T18:14:19.069Z] time="2022-03-11T18:14:18Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-11T18:14:19.069Z] --- PASS: TestGetWithReference (0.02s) [2022-03-11T18:14:19.069Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-11T18:14:19.069Z] --- PASS: TestGet (0.02s) [2022-03-11T18:14:19.069Z] === CONT TestDerefMultipleOfSameRef [2022-03-11T18:14:19.069Z] time="2022-03-11T18:14:19Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-11T18:14:19.069Z] time="2022-03-11T18:14:19Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-11T18:14:19.069Z] --- PASS: TestRefDerefRemove (0.03s) [2022-03-11T18:14:19.069Z] === CONT TestFindByReferenced [2022-03-11T18:14:19.069Z] time="2022-03-11T18:14:19Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-11T18:14:19.069Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-11T18:14:19.069Z] === CONT TestFindByDriver [2022-03-11T18:14:19.069Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-03-11T18:14:19.069Z] --- PASS: TestServicePrune (0.06s) [2022-03-11T18:14:19.537Z] --- PASS: TestFindByReferenced (0.03s) [2022-03-11T18:14:19.537Z] --- PASS: TestFindByDriver (0.02s) [2022-03-11T18:14:19.537Z] PASS [2022-03-11T18:14:19.537Z] coverage: 69.0% of statements [2022-03-11T18:14:19.537Z] ok github.com/docker/docker/volume/service 0.364s coverage: 69.0% of statements [2022-03-11T18:14:19.970Z] --- PASS: TestServiceWithDataPathPortInit (13.19s) [2022-03-11T18:14:19.970Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-11T18:14:20.228Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:6oegrn7puunst5ng78qkw3tri Created:2022-03-11 18:14:19.164995246 +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[33786254ab20e4f3c180ee689f37f5681a8e86af1d7e2ad8b736e24e5a538e81:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.dggya0wqyi22795f8wmig6amc EndpointID:15826f5f00fd3ec484e52b55b1de8e5319e7355468c6a33446a3dab383028024 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:aadb75db87800fc37188aab9d1909589b0201b09ff11142da8c6b07cd9e87040 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:cd10e7ab6b4e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.dggya0wqyi22795f8wmig6amc EndpointID:15826f5f00fd3ec484e52b55b1de8e5319e7355468c6a33446a3dab383028024 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-11T18:14:24.085Z] INFO: Extraction ended at 03/11/2022 18:14:23. Duration:00:00:28.4188356 [2022-03-11T18:14:24.085Z] INFO: Updating the golang and path environment variables [2022-03-11T18:14:24.085Z] INFO: GOPATH=d:\gopath [2022-03-11T18:14:24.085Z] INFO: go version go1.17.8 windows/amd64 [2022-03-11T18:14:24.085Z] INFO: Running the daemon under test in debug mode [2022-03-11T18:14:24.085Z] INFO: Running the daemon under test in containerd mode [2022-03-11T18:14:24.085Z] INFO: Starting a daemon under test... [2022-03-11T18:14:24.085Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42942\32\daemon --pidfile d:\CI\PR-42942\32\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-03-11T18:14:24.085Z] INFO: Containerd started successfully. [2022-03-11T18:14:24.085Z] INFO: Process started successfully. [2022-03-11T18:14:24.085Z] INFO: Start tailing logs of the daemon under tests [2022-03-11T18:14:24.085Z] INFO: Waiting for the daemon under test to start... [2022-03-11T18:14:24.637Z] --- PASS: TestInfoAPIWarnings (16.35s) [2022-03-11T18:14:24.637Z] === RUN TestInfoDebug [2022-03-11T18:14:24.637Z] --- PASS: TestInfoDebug (0.55s) [2022-03-11T18:14:24.637Z] === RUN TestInfoInsecureRegistries [2022-03-11T18:14:24.637Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-03-11T18:14:24.637Z] === RUN TestInfoRegistryMirrors [2022-03-11T18:14:24.637Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-03-11T18:14:24.637Z] === RUN TestLoginFailsWithBadCredentials [2022-03-11T18:14:24.637Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-11T18:14:24.637Z] === RUN TestPingCacheHeaders [2022-03-11T18:14:24.637Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-11T18:14:24.637Z] === RUN TestPingGet [2022-03-11T18:14:24.637Z] --- PASS: TestPingGet (0.01s) [2022-03-11T18:14:24.637Z] === RUN TestPingHead [2022-03-11T18:14:24.637Z] --- PASS: TestPingHead (0.02s) [2022-03-11T18:14:24.637Z] === RUN TestVersion [2022-03-11T18:14:24.637Z] --- PASS: TestVersion (0.02s) [2022-03-11T18:14:24.637Z] === CONT TestDiskUsage [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/empty [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/empty/container_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/empty/image_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/empty/volume_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-11T18:14:25.201Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-11T18:14:25.202Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-11T18:14:25.202Z] === RUN TestDiskUsage/after_container.Run [2022-03-11T18:14:25.489Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.26s) [2022-03-11T18:14:25.489Z] PASS [2022-03-11T18:14:25.489Z] [2022-03-11T18:14:25.489Z] === Skipped [2022-03-11T18:14:25.489Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-11T18:14:25.489Z] service_test.go:243: FLAKY_TEST [2022-03-11T18:14:25.489Z] [2022-03-11T18:14:25.489Z] DONE 26 tests, 1 skipped in 41.684s [2022-03-11T18:14:25.489Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-11T18:14:25.489Z] ++ 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 [2022-03-11T18:14:25.489Z] ++ set -e [2022-03-11T18:14:25.489Z] ++ '[' -n 0 ']' [2022-03-11T18:14:25.489Z] ++ set -x [2022-03-11T18:14:25.489Z] ++ 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 [2022-03-11T18:14:25.489Z] INFO: Testing against a local daemon [2022-03-11T18:14:25.489Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-11T18:14:25.489Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:14:25.489Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-11T18:14:25.489Z] === RUN TestDockerNetworkIpvlan [2022-03-11T18:14:25.489Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:14:25.489Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-11T18:14:25.489Z] PASS [2022-03-11T18:14:25.489Z] [2022-03-11T18:14:25.489Z] === Skipped [2022-03-11T18:14:25.489Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-11T18:14:25.489Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:14:25.489Z] [2022-03-11T18:14:25.489Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-11T18:14:25.489Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:14:25.489Z] [2022-03-11T18:14:25.489Z] DONE 2 tests, 2 skipped in 0.098s [2022-03-11T18:14:25.489Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-11T18:14:25.489Z] ++ 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 [2022-03-11T18:14:25.489Z] ++ set -e [2022-03-11T18:14:25.489Z] ++ '[' -n 0 ']' [2022-03-11T18:14:25.489Z] ++ set -x [2022-03-11T18:14:25.489Z] ++ 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 [2022-03-11T18:14:25.489Z] INFO: Testing against a local daemon [2022-03-11T18:14:25.489Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-11T18:14:25.767Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-11T18:14:25.767Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-11T18:14:25.767Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-11T18:14:25.767Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-11T18:14:25.767Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-11T18:14:25.767Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-11T18:14:25.767Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-11T18:14:25.767Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-11T18:14:25.767Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-11T18:14:25.767Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage (1.21s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_container.Run (0.37s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-03-11T18:14:25.767Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-03-11T18:14:25.767Z] PASS [2022-03-11T18:14:25.767Z] [2022-03-11T18:14:25.767Z] === Skipped [2022-03-11T18:14:25.767Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-11T18:14:25.767Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-11T18:14:25.767Z] [2022-03-11T18:14:25.767Z] DONE 50 tests, 1 skipped in 20.049s [2022-03-11T18:14:25.767Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-11T18:14:26.026Z] INFO: Testing against a local daemon [2022-03-11T18:14:26.026Z] === RUN TestVolumesCreateAndList [2022-03-11T18:14:26.026Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-11T18:14:26.026Z] === RUN TestVolumesRemove [2022-03-11T18:14:26.026Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-11T18:14:26.026Z] === RUN TestVolumesInspect [2022-03-11T18:14:26.026Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-11T18:14:26.026Z] === RUN TestVolumesInvalidJSON [2022-03-11T18:14:26.026Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-11T18:14:26.026Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-11T18:14:26.027Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-11T18:14:26.027Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-11T18:14:26.027Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-11T18:14:26.027Z] PASS [2022-03-11T18:14:26.027Z] [2022-03-11T18:14:26.027Z] DONE 5 tests in 0.182s [2022-03-11T18:14:26.027Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-11T18:14:26.027Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13697 is not a child of this shell [2022-03-11T18:14:26.027Z] warning: PID 13697 from bundles/test-integration/docker.pid had a nonzero exit code [2022-03-11T18:14:26.027Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-11T18:14:26.027Z] [2022-03-11T18:14:26.027Z] Unloading profiles will leave already running processes permanently [2022-03-11T18:14:26.027Z] unconfined, which can lead to unexpected situations. [2022-03-11T18:14:26.027Z] [2022-03-11T18:14:26.027Z] To set a process to complain mode, use the command line tool [2022-03-11T18:14:26.027Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-11T18:14:26.027Z] Removing test suite binaries [2022-03-11T18:14:26.027Z] exiting test-integration [2022-03-11T18:14:26.027Z] ++ exit 0 [2022-03-11T18:14:26.027Z] [2022-03-11T18:14:26.054Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s) [2022-03-11T18:14:26.054Z] === RUN TestDockerNetworkMacvlan [2022-03-11T18:14:26.620Z] === RUN TestDockerNetworkMacvlan/Subinterface Post stage [Pipeline] junit [2022-03-11T18:14:26.974Z] Recording test results [2022-03-11T18:14:27.553Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-11T18:14:28.118Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-11T18:14:28.776Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-11T18:14:29.125Z] + echo Ensuring container killed. [2022-03-11T18:14:29.125Z] Ensuring container killed. [2022-03-11T18:14:29.125Z] + docker rm -vf docker-pr32 [2022-03-11T18:14:29.125Z] Error: No such container: docker-pr32 [Pipeline] sh [2022-03-11T18:14:29.413Z] + echo Chowning /workspace to jenkins user [2022-03-11T18:14:29.413Z] Chowning /workspace to jenkins user [2022-03-11T18:14:29.413Z] + id -u [2022-03-11T18:14:29.413Z] + id -g [2022-03-11T18:14:29.413Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42942:/workspace busybox chown -R 1000:1000 /workspace [2022-03-11T18:14:29.413Z] Unable to find image 'busybox:latest' locally [2022-03-11T18:14:29.413Z] latest: Pulling from library/busybox [2022-03-11T18:14:29.671Z] 7e5209d2300f: Pulling fs layer [2022-03-11T18:14:29.671Z] 7e5209d2300f: Download complete [2022-03-11T18:14:29.671Z] 7e5209d2300f: Pull complete [2022-03-11T18:14:29.671Z] Digest: sha256:34c3559bbdedefd67195e766e38cfbb0fcabff4241dbee3f390fd6e3310f5ebc [2022-03-11T18:14:29.671Z] Status: Downloaded newer image for busybox:latest [2022-03-11T18:14:30.029Z] === RUN TestDockerNetworkMacvlan/InternalMode [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-11T18:14:31.355Z] + bundleName=amd64-rootless [2022-03-11T18:14:31.355Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-03-11T18:14:31.355Z] Creating amd64-rootless-bundles.tar.gz [2022-03-11T18:14:31.355Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2022-03-11T18:14:31.355Z] + 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 [2022-03-11T18:14:31.365Z] Archiving artifacts [2022-03-11T18:14:31.402Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-11T18:14:32.992Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42942/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-11T18:14:33.304Z] + make clean [2022-03-11T18:14:33.304Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-11T18:14:33.562Z] docker-dev-cache [2022-03-11T18:14:33.562Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-11T18:14:34.682Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-11T18:14:34.940Z] --- PASS: TestDockerNetworkMacvlan (8.98s) [2022-03-11T18:14:34.940Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-11T18:14:34.940Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-11T18:14:34.940Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.72s) [2022-03-11T18:14:34.940Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.76s) [2022-03-11T18:14:34.940Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.94s) [2022-03-11T18:14:34.940Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.52s) [2022-03-11T18:14:34.940Z] PASS [2022-03-11T18:14:34.940Z] [2022-03-11T18:14:34.940Z] DONE 8 tests in 10.310s [2022-03-11T18:14:34.940Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-11T18:14:34.940Z] ++ 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 [2022-03-11T18:14:34.940Z] ++ set -e [2022-03-11T18:14:34.940Z] ++ '[' -n 0 ']' [2022-03-11T18:14:34.940Z] ++ set -x [2022-03-11T18:14:34.940Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2022-03-11T18:14:34.940Z] testing: warning: no tests to run [2022-03-11T18:14:34.940Z] PASS [2022-03-11T18:14:34.940Z] [2022-03-11T18:14:34.940Z] DONE 0 tests in 0.024s [2022-03-11T18:14:34.940Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-11T18:14:34.940Z] ++ 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 [2022-03-11T18:14:34.940Z] ++ set -e [2022-03-11T18:14:34.940Z] ++ '[' -n 0 ']' [2022-03-11T18:14:34.940Z] ++ set -x [2022-03-11T18:14:34.940Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2022-03-11T18:14:35.198Z] INFO: Testing against a local daemon [2022-03-11T18:14:35.198Z] === RUN TestAuthZPluginAllowRequest [2022-03-11T18:14:35.864Z] Removing intermediate container 502f33afe442 [2022-03-11T18:14:35.864Z] ---> 3b31e578f670 [2022-03-11T18:14:35.864Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-11T18:14:35.864Z] ---> Running in 769d8e9b7c19 [2022-03-11T18:14:35.864Z] Removing intermediate container 769d8e9b7c19 [2022-03-11T18:14:35.864Z] ---> 13060dee63f5 [2022-03-11T18:14:35.864Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-11T18:14:35.864Z] ---> Running in 58b706e8b025 [2022-03-11T18:14:35.864Z] Removing intermediate container 58b706e8b025 [2022-03-11T18:14:35.864Z] ---> d69448ebd639 [2022-03-11T18:14:35.864Z] Step 11/11 : COPY . . [2022-03-11T18:14:36.133Z] --- PASS: TestAuthZPluginAllowRequest (1.09s) [2022-03-11T18:14:36.133Z] === RUN TestAuthZPluginTLS [2022-03-11T18:14:36.698Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-11T18:14:36.698Z] === RUN TestAuthZPluginDenyRequest [2022-03-11T18:14:37.263Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-11T18:14:37.263Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-11T18:14:37.828Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-11T18:14:37.828Z] === RUN TestAuthZPluginDenyResponse [2022-03-11T18:14:38.394Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-03-11T18:14:38.394Z] === RUN TestAuthZPluginAllowEventStream [2022-03-11T18:14:39.433Z] --- PASS: TestServicePlugin (29.59s) [2022-03-11T18:14:39.433Z] === RUN TestServiceUpdateLabel [2022-03-11T18:14:39.767Z] --- PASS: TestAuthZPluginAllowEventStream (1.10s) [2022-03-11T18:14:39.767Z] === RUN TestAuthZPluginErrorResponse [2022-03-11T18:14:40.001Z] --- PASS: TestServiceUpdateLabel (1.83s) [2022-03-11T18:14:40.001Z] === RUN TestServiceUpdateSecrets [2022-03-11T18:14:40.025Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-03-11T18:14:40.025Z] === RUN TestAuthZPluginErrorRequest [2022-03-11T18:14:40.590Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-11T18:14:40.590Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-11T18:14:41.155Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-03-11T18:14:41.155Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-11T18:14:42.168Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-11T18:14:42.168Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-11T18:14:42.168Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-11T18:14:42.168Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-11T18:14:42.168Z] [2022-03-11T18:14:42.528Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.32s) [2022-03-11T18:14:42.528Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-11T18:14:42.706Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-11T18:14:42.706Z] Using test binary docker [2022-03-11T18:14:42.706Z] +++ /etc/init.d/apparmor start [2022-03-11T18:14:42.706Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-11T18:14:42.706Z] INFO: Waiting for daemon to start... [2022-03-11T18:14:42.706Z] Starting dockerd [2022-03-11T18:14:42.706Z] +++ 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 [2022-03-11T18:14:42.706Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-11T18:14:42.706Z] Using test binary docker [2022-03-11T18:14:42.706Z] +++ /etc/init.d/apparmor start [2022-03-11T18:14:42.706Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-11T18:14:42.706Z] INFO: Waiting for daemon to start... [2022-03-11T18:14:42.706Z] Starting dockerd [2022-03-11T18:14:42.706Z] +++ 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 [2022-03-11T18:14:42.706Z] . [2022-03-11T18:14:42.706Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-11T18:14:42.706Z] [2022-03-11T18:14:42.706Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-11T18:14:42.706Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-11T18:14:42.706Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-11T18:14:42.706Z] Error: No such image: emptyfs [2022-03-11T18:14:42.706Z] Error: No such image: emptyfs [2022-03-11T18:14:42.706Z] ++++ docker load [2022-03-11T18:14:42.706Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-11T18:14:42.706Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-11T18:14:42.706Z] ++++ docker load [2022-03-11T18:14:42.706Z] Running integration-test (iteration 1) [2022-03-11T18:14:42.706Z] Running integration-test (iteration 1) [2022-03-11T18:14:42.706Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-11T18:14:42.706Z] ++ 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)/' [2022-03-11T18:14:42.706Z] ++ set -e [2022-03-11T18:14:42.706Z] ++ '[' -n 0 ']' [2022-03-11T18:14:42.706Z] ++ set -x [2022-03-11T18:14:42.706Z] ++ 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)/' [2022-03-11T18:14:42.706Z] 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)/ [2022-03-11T18:14:42.706Z] ++ 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)/' [2022-03-11T18:14:42.706Z] ++ set -e [2022-03-11T18:14:42.706Z] ++ '[' -n 0 ']' [2022-03-11T18:14:42.706Z] ++ set -x [2022-03-11T18:14:42.706Z] ++ 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)/' [2022-03-11T18:14:42.706Z] Loaded image: busybox:latest [2022-03-11T18:14:42.706Z] Loaded image: busybox:latest [2022-03-11T18:14:42.706Z] Loaded image: busybox:glibc [2022-03-11T18:14:42.706Z] Loaded image: busybox:glibc [2022-03-11T18:14:42.706Z] Loaded image: debian:bullseye-slim [2022-03-11T18:14:42.706Z] Loaded image: debian:bullseye-slim [2022-03-11T18:14:42.706Z] Loaded image: hello-world:latest [2022-03-11T18:14:42.706Z] Loaded image: hello-world:latest [2022-03-11T18:14:42.706Z] Loaded image: arm32v7/hello-world:latest [2022-03-11T18:14:42.706Z] INFO: Testing against a local daemon [2022-03-11T18:14:42.707Z] === RUN TestDockerDaemonSuite [2022-03-11T18:14:42.707Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-03-11T18:14:42.707Z] Loaded image: arm32v7/hello-world:latest [2022-03-11T18:14:42.707Z] INFO: Testing against a local daemon [2022-03-11T18:14:42.707Z] === RUN TestDockerSuite [2022-03-11T18:14:42.707Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-11T18:14:42.707Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-11T18:14:42.707Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-11T18:14:42.707Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-11T18:14:42.707Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-11T18:14:42.707Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-11T18:14:42.707Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-11T18:14:42.707Z] === RUN TestDockerSuite/TestAPIImagesDelete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-11T18:14:43.060Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-11T18:14:43.340Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42942/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8814a29f7d9e4237d877d3bf767f2096899d9efa -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8814a29f7d9e4237d877d3bf767f2096899d9efa hack/test/unit [2022-03-11T18:14:43.597Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-11T18:14:43.597Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-11T18:14:43.597Z] + TESTDIRS=./... [2022-03-11T18:14:43.597Z] + exclude_paths='/vendor/|/integration' [2022-03-11T18:14:43.597Z] ++ go list ./... [2022-03-11T18:14:43.597Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-11T18:14:43.902Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.29s) [2022-03-11T18:14:43.902Z] === RUN TestAuthZPluginHeader [2022-03-11T18:14:44.075Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-11T18:14:44.075Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-11T18:14:44.164Z] + pkg_list='github.com/docker/docker/api [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/backend/build [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/httputils [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/middleware [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/router [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/router/build [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/router/container [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/router/debug [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/router/distribution [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/router/grpc [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/router/image [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/router/network [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/router/plugin [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/router/session [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/router/swarm [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/router/system [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/server/router/volume [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/backend [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/blkiodev [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/container [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/events [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/filters [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/image [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/mount [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/network [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/registry [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/strslice [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/swarm [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/time [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/versions [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-11T18:14:44.164Z] github.com/docker/docker/api/types/volume [2022-03-11T18:14:44.164Z] github.com/docker/docker/builder [2022-03-11T18:14:44.164Z] github.com/docker/docker/builder/builder-next [2022-03-11T18:14:44.164Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-11T18:14:44.164Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-11T18:14:44.164Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-11T18:14:44.164Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-11T18:14:44.164Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-11T18:14:44.164Z] github.com/docker/docker/builder/builder-next/worker [2022-03-11T18:14:44.164Z] github.com/docker/docker/builder/dockerfile [2022-03-11T18:14:44.164Z] github.com/docker/docker/builder/remotecontext [2022-03-11T18:14:44.164Z] github.com/docker/docker/builder/remotecontext/git [2022-03-11T18:14:44.164Z] github.com/docker/docker/cli [2022-03-11T18:14:44.164Z] github.com/docker/docker/cli/config [2022-03-11T18:14:44.164Z] github.com/docker/docker/cli/debug [2022-03-11T18:14:44.164Z] github.com/docker/docker/client [2022-03-11T18:14:44.164Z] github.com/docker/docker/cmd/docker-proxy [2022-03-11T18:14:44.164Z] github.com/docker/docker/cmd/dockerd [2022-03-11T18:14:44.164Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-11T18:14:44.164Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-11T18:14:44.164Z] github.com/docker/docker/container [2022-03-11T18:14:44.164Z] github.com/docker/docker/container/stream [2022-03-11T18:14:44.164Z] github.com/docker/docker/contrib/apparmor [2022-03-11T18:14:44.164Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-11T18:14:44.164Z] github.com/docker/docker/contrib/httpserver [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/cluster [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/cluster/convert [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/cluster/executor [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/cluster/provider [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/config [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/events [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/events/testutils [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/exec [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/graphdriver [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/images [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/initlayer [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/links [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/listeners [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/logger [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/logger/gelf [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/logger/journald [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/logger/local [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/logger/logentries [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/logger/splunk [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/logger/syslog [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/logger/templates [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/names [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/network [2022-03-11T18:14:44.164Z] github.com/docker/docker/daemon/stats [2022-03-11T18:14:44.164Z] github.com/docker/docker/distribution [2022-03-11T18:14:44.164Z] github.com/docker/docker/distribution/metadata [2022-03-11T18:14:44.164Z] github.com/docker/docker/distribution/utils [2022-03-11T18:14:44.164Z] github.com/docker/docker/distribution/xfer [2022-03-11T18:14:44.164Z] github.com/docker/docker/dockerversion [2022-03-11T18:14:44.164Z] github.com/docker/docker/errdefs [2022-03-11T18:14:44.164Z] github.com/docker/docker/image [2022-03-11T18:14:44.164Z] github.com/docker/docker/image/cache [2022-03-11T18:14:44.164Z] github.com/docker/docker/image/tarexport [2022-03-11T18:14:44.164Z] github.com/docker/docker/image/v1 [2022-03-11T18:14:44.164Z] github.com/docker/docker/internal/test/suite [2022-03-11T18:14:44.164Z] github.com/docker/docker/layer [2022-03-11T18:14:44.164Z] github.com/docker/docker/libcontainerd [2022-03-11T18:14:44.164Z] github.com/docker/docker/libcontainerd/queue [2022-03-11T18:14:44.164Z] github.com/docker/docker/libcontainerd/remote [2022-03-11T18:14:44.164Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-11T18:14:44.164Z] github.com/docker/docker/libcontainerd/types [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/bitseq [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/cluster [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/config [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/datastore [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/driverapi [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/etchosts [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/idm [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/ipam [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/iptables [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/netlabel [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/netutils [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/networkdb [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/ns [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/options [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/osl [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/portallocator [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/portmapper [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-11T18:14:44.164Z] github.com/docker/docker/libnetwork/testutils [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/types [2022-03-11T18:14:44.165Z] github.com/docker/docker/oci [2022-03-11T18:14:44.165Z] github.com/docker/docker/oci/caps [2022-03-11T18:14:44.165Z] github.com/docker/docker/opts [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/aaparser [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/archive [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/authorization [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/broadcaster [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/capabilities [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/chrootarchive [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/containerfs [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/devicemapper [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/directory [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/dmesg [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/filenotify [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/fileutils [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/fsutils [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/homedir [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/idtools [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/ioutils [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/jsonmessage [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/longpath [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/loopback [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/namesgenerator [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/parsers [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/pidfile [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/platform [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/plugingetter [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/plugins [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/plugins/transport [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/pools [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/progress [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/pubsub [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/reexec [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/signal [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/stack [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/stdcopy [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/streamformatter [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/stringid [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/sysinfo [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/system [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/tailfile [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/tarsum [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/truncindex [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/urlutil [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/useragent [2022-03-11T18:14:44.165Z] github.com/docker/docker/plugin [2022-03-11T18:14:44.165Z] github.com/docker/docker/plugin/executor/containerd [2022-03-11T18:14:44.165Z] github.com/docker/docker/plugin/v2 [2022-03-11T18:14:44.165Z] github.com/docker/docker/profiles/apparmor [2022-03-11T18:14:44.165Z] github.com/docker/docker/profiles/seccomp [2022-03-11T18:14:44.165Z] github.com/docker/docker/quota [2022-03-11T18:14:44.165Z] github.com/docker/docker/reference [2022-03-11T18:14:44.165Z] github.com/docker/docker/registry [2022-03-11T18:14:44.165Z] github.com/docker/docker/registry/resumable [2022-03-11T18:14:44.165Z] github.com/docker/docker/restartmanager [2022-03-11T18:14:44.165Z] github.com/docker/docker/rootless [2022-03-11T18:14:44.165Z] github.com/docker/docker/rootless/specconv [2022-03-11T18:14:44.165Z] github.com/docker/docker/runconfig [2022-03-11T18:14:44.165Z] github.com/docker/docker/runconfig/opts [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/daemon [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/environment [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/fakecontext [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/fakegit [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/fakestorage [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/fixtures/load [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/registry [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/request [2022-03-11T18:14:44.165Z] github.com/docker/docker/volume [2022-03-11T18:14:44.165Z] github.com/docker/docker/volume/drivers [2022-03-11T18:14:44.165Z] github.com/docker/docker/volume/local [2022-03-11T18:14:44.165Z] github.com/docker/docker/volume/mounts [2022-03-11T18:14:44.165Z] github.com/docker/docker/volume/service [2022-03-11T18:14:44.165Z] github.com/docker/docker/volume/service/opts [2022-03-11T18:14:44.165Z] github.com/docker/docker/volume/testutils' [2022-03-11T18:14:44.165Z] ++ grep --fixed-strings -v /libnetwork [2022-03-11T18:14:44.165Z] ++ echo 'github.com/docker/docker/api [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/backend/build [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/httputils [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/middleware [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router/build [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router/container [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router/debug [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router/distribution [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router/grpc [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router/image [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router/network [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router/plugin [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router/session [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router/swarm [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router/system [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router/volume [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/backend [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/blkiodev [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/container [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/events [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/filters [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/image [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/mount [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/network [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/registry [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/strslice [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/swarm [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/time [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/versions [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/types/volume [2022-03-11T18:14:44.165Z] github.com/docker/docker/builder [2022-03-11T18:14:44.165Z] github.com/docker/docker/builder/builder-next [2022-03-11T18:14:44.165Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-11T18:14:44.165Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-11T18:14:44.165Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-11T18:14:44.165Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-11T18:14:44.165Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-11T18:14:44.165Z] github.com/docker/docker/builder/builder-next/worker [2022-03-11T18:14:44.165Z] github.com/docker/docker/builder/dockerfile [2022-03-11T18:14:44.165Z] github.com/docker/docker/builder/remotecontext [2022-03-11T18:14:44.165Z] github.com/docker/docker/builder/remotecontext/git [2022-03-11T18:14:44.165Z] github.com/docker/docker/cli [2022-03-11T18:14:44.165Z] github.com/docker/docker/cli/config [2022-03-11T18:14:44.165Z] github.com/docker/docker/cli/debug [2022-03-11T18:14:44.165Z] github.com/docker/docker/client [2022-03-11T18:14:44.165Z] github.com/docker/docker/cmd/docker-proxy [2022-03-11T18:14:44.165Z] github.com/docker/docker/cmd/dockerd [2022-03-11T18:14:44.165Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-11T18:14:44.165Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-11T18:14:44.165Z] github.com/docker/docker/container [2022-03-11T18:14:44.165Z] github.com/docker/docker/container/stream [2022-03-11T18:14:44.165Z] github.com/docker/docker/contrib/apparmor [2022-03-11T18:14:44.165Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-11T18:14:44.165Z] github.com/docker/docker/contrib/httpserver [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/cluster [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/cluster/convert [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/cluster/executor [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/cluster/provider [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/config [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/events [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/events/testutils [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/exec [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/graphdriver [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/images [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/initlayer [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/links [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/listeners [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/logger [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/logger/gelf [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/logger/journald [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/logger/local [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/logger/logentries [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/logger/splunk [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/logger/syslog [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/logger/templates [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/names [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/network [2022-03-11T18:14:44.165Z] github.com/docker/docker/daemon/stats [2022-03-11T18:14:44.165Z] github.com/docker/docker/distribution [2022-03-11T18:14:44.165Z] github.com/docker/docker/distribution/metadata [2022-03-11T18:14:44.165Z] github.com/docker/docker/distribution/utils [2022-03-11T18:14:44.165Z] github.com/docker/docker/distribution/xfer [2022-03-11T18:14:44.165Z] github.com/docker/docker/dockerversion [2022-03-11T18:14:44.165Z] github.com/docker/docker/errdefs [2022-03-11T18:14:44.165Z] github.com/docker/docker/image [2022-03-11T18:14:44.165Z] github.com/docker/docker/image/cache [2022-03-11T18:14:44.165Z] github.com/docker/docker/image/tarexport [2022-03-11T18:14:44.165Z] github.com/docker/docker/image/v1 [2022-03-11T18:14:44.165Z] github.com/docker/docker/internal/test/suite [2022-03-11T18:14:44.165Z] github.com/docker/docker/layer [2022-03-11T18:14:44.165Z] github.com/docker/docker/libcontainerd [2022-03-11T18:14:44.165Z] github.com/docker/docker/libcontainerd/queue [2022-03-11T18:14:44.165Z] github.com/docker/docker/libcontainerd/remote [2022-03-11T18:14:44.165Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-11T18:14:44.165Z] github.com/docker/docker/libcontainerd/types [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/bitseq [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/cluster [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/config [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/datastore [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/driverapi [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/etchosts [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/idm [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/ipam [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/iptables [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/netlabel [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/netutils [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/networkdb [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/ns [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/options [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/osl [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/portallocator [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/portmapper [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/testutils [2022-03-11T18:14:44.165Z] github.com/docker/docker/libnetwork/types [2022-03-11T18:14:44.165Z] github.com/docker/docker/oci [2022-03-11T18:14:44.165Z] github.com/docker/docker/oci/caps [2022-03-11T18:14:44.165Z] github.com/docker/docker/opts [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/aaparser [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/archive [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/authorization [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/broadcaster [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/capabilities [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/chrootarchive [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/containerfs [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/devicemapper [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/directory [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/dmesg [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/filenotify [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/fileutils [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/fsutils [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/homedir [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/idtools [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/ioutils [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/jsonmessage [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/longpath [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/loopback [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/namesgenerator [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/parsers [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/pidfile [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/platform [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/plugingetter [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/plugins [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/plugins/transport [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/pools [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/progress [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/pubsub [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/reexec [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/signal [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/stack [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/stdcopy [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/streamformatter [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/stringid [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/sysinfo [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/system [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/tailfile [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/tarsum [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/truncindex [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/urlutil [2022-03-11T18:14:44.165Z] github.com/docker/docker/pkg/useragent [2022-03-11T18:14:44.165Z] github.com/docker/docker/plugin [2022-03-11T18:14:44.165Z] github.com/docker/docker/plugin/executor/containerd [2022-03-11T18:14:44.165Z] github.com/docker/docker/plugin/v2 [2022-03-11T18:14:44.165Z] github.com/docker/docker/profiles/apparmor [2022-03-11T18:14:44.165Z] github.com/docker/docker/profiles/seccomp [2022-03-11T18:14:44.165Z] github.com/docker/docker/quota [2022-03-11T18:14:44.165Z] github.com/docker/docker/reference [2022-03-11T18:14:44.165Z] github.com/docker/docker/registry [2022-03-11T18:14:44.165Z] github.com/docker/docker/registry/resumable [2022-03-11T18:14:44.165Z] github.com/docker/docker/restartmanager [2022-03-11T18:14:44.165Z] github.com/docker/docker/rootless [2022-03-11T18:14:44.165Z] github.com/docker/docker/rootless/specconv [2022-03-11T18:14:44.165Z] github.com/docker/docker/runconfig [2022-03-11T18:14:44.165Z] github.com/docker/docker/runconfig/opts [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/daemon [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/environment [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/fakecontext [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/fakegit [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/fakestorage [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/fixtures/load [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/registry [2022-03-11T18:14:44.165Z] github.com/docker/docker/testutil/request [2022-03-11T18:14:44.165Z] github.com/docker/docker/volume [2022-03-11T18:14:44.165Z] github.com/docker/docker/volume/drivers [2022-03-11T18:14:44.165Z] github.com/docker/docker/volume/local [2022-03-11T18:14:44.165Z] github.com/docker/docker/volume/mounts [2022-03-11T18:14:44.165Z] github.com/docker/docker/volume/service [2022-03-11T18:14:44.165Z] github.com/docker/docker/volume/service/opts [2022-03-11T18:14:44.165Z] github.com/docker/docker/volume/testutils' [2022-03-11T18:14:44.165Z] + base_pkg_list='github.com/docker/docker/api [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/backend/build [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/httputils [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/middleware [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router [2022-03-11T18:14:44.165Z] github.com/docker/docker/api/server/router/build [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/container [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/debug [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/distribution [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/grpc [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/image [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/network [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/plugin [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/session [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/swarm [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/system [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/volume [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/backend [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/blkiodev [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/container [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/events [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/filters [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/image [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/mount [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/network [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/registry [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/strslice [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/swarm [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/time [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/versions [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/volume [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/builder-next [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/builder-next/worker [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/dockerfile [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/remotecontext [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/remotecontext/git [2022-03-11T18:14:44.166Z] github.com/docker/docker/cli [2022-03-11T18:14:44.166Z] github.com/docker/docker/cli/config [2022-03-11T18:14:44.166Z] github.com/docker/docker/cli/debug [2022-03-11T18:14:44.166Z] github.com/docker/docker/client [2022-03-11T18:14:44.166Z] github.com/docker/docker/cmd/docker-proxy [2022-03-11T18:14:44.166Z] github.com/docker/docker/cmd/dockerd [2022-03-11T18:14:44.166Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-11T18:14:44.166Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-11T18:14:44.166Z] github.com/docker/docker/container [2022-03-11T18:14:44.166Z] github.com/docker/docker/container/stream [2022-03-11T18:14:44.166Z] github.com/docker/docker/contrib/apparmor [2022-03-11T18:14:44.166Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-11T18:14:44.166Z] github.com/docker/docker/contrib/httpserver [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/cluster [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/cluster/convert [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/cluster/executor [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/cluster/provider [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/config [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/events [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/events/testutils [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/exec [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/images [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/initlayer [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/links [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/listeners [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/gelf [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/journald [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/local [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/logentries [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/splunk [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/syslog [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/templates [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/names [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/network [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/stats [2022-03-11T18:14:44.166Z] github.com/docker/docker/distribution [2022-03-11T18:14:44.166Z] github.com/docker/docker/distribution/metadata [2022-03-11T18:14:44.166Z] github.com/docker/docker/distribution/utils [2022-03-11T18:14:44.166Z] github.com/docker/docker/distribution/xfer [2022-03-11T18:14:44.166Z] github.com/docker/docker/dockerversion [2022-03-11T18:14:44.166Z] github.com/docker/docker/errdefs [2022-03-11T18:14:44.166Z] github.com/docker/docker/image [2022-03-11T18:14:44.166Z] github.com/docker/docker/image/cache [2022-03-11T18:14:44.166Z] github.com/docker/docker/image/tarexport [2022-03-11T18:14:44.166Z] github.com/docker/docker/image/v1 [2022-03-11T18:14:44.166Z] github.com/docker/docker/internal/test/suite [2022-03-11T18:14:44.166Z] github.com/docker/docker/layer [2022-03-11T18:14:44.166Z] github.com/docker/docker/libcontainerd [2022-03-11T18:14:44.166Z] github.com/docker/docker/libcontainerd/queue [2022-03-11T18:14:44.166Z] github.com/docker/docker/libcontainerd/remote [2022-03-11T18:14:44.166Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-11T18:14:44.166Z] github.com/docker/docker/libcontainerd/types [2022-03-11T18:14:44.166Z] github.com/docker/docker/oci [2022-03-11T18:14:44.166Z] github.com/docker/docker/oci/caps [2022-03-11T18:14:44.166Z] github.com/docker/docker/opts [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/aaparser [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/archive [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/authorization [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/broadcaster [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/capabilities [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/chrootarchive [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/containerfs [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/devicemapper [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/directory [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/dmesg [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/filenotify [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/fileutils [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/fsutils [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/homedir [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/idtools [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/ioutils [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/jsonmessage [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/longpath [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/loopback [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/namesgenerator [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/parsers [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/pidfile [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/platform [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/plugingetter [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/plugins [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/plugins/transport [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/pools [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/progress [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/pubsub [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/reexec [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/signal [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/stack [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/stdcopy [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/streamformatter [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/stringid [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/sysinfo [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/system [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/tailfile [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/tarsum [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/truncindex [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/urlutil [2022-03-11T18:14:44.166Z] github.com/docker/docker/pkg/useragent [2022-03-11T18:14:44.166Z] github.com/docker/docker/plugin [2022-03-11T18:14:44.166Z] github.com/docker/docker/plugin/executor/containerd [2022-03-11T18:14:44.166Z] github.com/docker/docker/plugin/v2 [2022-03-11T18:14:44.166Z] github.com/docker/docker/profiles/apparmor [2022-03-11T18:14:44.166Z] github.com/docker/docker/profiles/seccomp [2022-03-11T18:14:44.166Z] github.com/docker/docker/quota [2022-03-11T18:14:44.166Z] github.com/docker/docker/reference [2022-03-11T18:14:44.166Z] github.com/docker/docker/registry [2022-03-11T18:14:44.166Z] github.com/docker/docker/registry/resumable [2022-03-11T18:14:44.166Z] github.com/docker/docker/restartmanager [2022-03-11T18:14:44.166Z] github.com/docker/docker/rootless [2022-03-11T18:14:44.166Z] github.com/docker/docker/rootless/specconv [2022-03-11T18:14:44.166Z] github.com/docker/docker/runconfig [2022-03-11T18:14:44.166Z] github.com/docker/docker/runconfig/opts [2022-03-11T18:14:44.166Z] github.com/docker/docker/testutil [2022-03-11T18:14:44.166Z] github.com/docker/docker/testutil/daemon [2022-03-11T18:14:44.166Z] github.com/docker/docker/testutil/environment [2022-03-11T18:14:44.166Z] github.com/docker/docker/testutil/fakecontext [2022-03-11T18:14:44.166Z] github.com/docker/docker/testutil/fakegit [2022-03-11T18:14:44.166Z] github.com/docker/docker/testutil/fakestorage [2022-03-11T18:14:44.166Z] github.com/docker/docker/testutil/fixtures/load [2022-03-11T18:14:44.166Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-11T18:14:44.166Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-11T18:14:44.166Z] github.com/docker/docker/testutil/registry [2022-03-11T18:14:44.166Z] github.com/docker/docker/testutil/request [2022-03-11T18:14:44.166Z] github.com/docker/docker/volume [2022-03-11T18:14:44.166Z] github.com/docker/docker/volume/drivers [2022-03-11T18:14:44.166Z] github.com/docker/docker/volume/local [2022-03-11T18:14:44.166Z] github.com/docker/docker/volume/mounts [2022-03-11T18:14:44.166Z] github.com/docker/docker/volume/service [2022-03-11T18:14:44.166Z] github.com/docker/docker/volume/service/opts [2022-03-11T18:14:44.166Z] github.com/docker/docker/volume/testutils' [2022-03-11T18:14:44.166Z] ++ echo 'github.com/docker/docker/api [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/backend/build [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/httputils [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/middleware [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/build [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/container [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/debug [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/distribution [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/grpc [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/image [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/network [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/plugin [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/session [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/swarm [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/system [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/server/router/volume [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/backend [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/blkiodev [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/container [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/events [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/filters [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/image [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/mount [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/network [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/registry [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/strslice [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/swarm [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/time [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/versions [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-11T18:14:44.166Z] github.com/docker/docker/api/types/volume [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/builder-next [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/builder-next/worker [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/dockerfile [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/remotecontext [2022-03-11T18:14:44.166Z] github.com/docker/docker/builder/remotecontext/git [2022-03-11T18:14:44.166Z] github.com/docker/docker/cli [2022-03-11T18:14:44.166Z] github.com/docker/docker/cli/config [2022-03-11T18:14:44.166Z] github.com/docker/docker/cli/debug [2022-03-11T18:14:44.166Z] github.com/docker/docker/client [2022-03-11T18:14:44.166Z] github.com/docker/docker/cmd/docker-proxy [2022-03-11T18:14:44.166Z] github.com/docker/docker/cmd/dockerd [2022-03-11T18:14:44.166Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-11T18:14:44.166Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-11T18:14:44.166Z] github.com/docker/docker/container [2022-03-11T18:14:44.166Z] github.com/docker/docker/container/stream [2022-03-11T18:14:44.166Z] github.com/docker/docker/contrib/apparmor [2022-03-11T18:14:44.166Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-11T18:14:44.166Z] github.com/docker/docker/contrib/httpserver [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/cluster [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/cluster/convert [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/cluster/executor [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/cluster/provider [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/config [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/events [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/events/testutils [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/exec [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/images [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/initlayer [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/links [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/listeners [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/gelf [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/journald [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/local [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/logentries [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/splunk [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/syslog [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/logger/templates [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/names [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/network [2022-03-11T18:14:44.166Z] github.com/docker/docker/daemon/stats [2022-03-11T18:14:44.166Z] github.com/docker/docker/distribution [2022-03-11T18:14:44.166Z] github.com/docker/docker/distribution/metadata [2022-03-11T18:14:44.166Z] github.com/docker/docker/distribution/utils [2022-03-11T18:14:44.166Z] github.com/docker/docker/distribution/xfer [2022-03-11T18:14:44.166Z] github.com/docker/docker/dockerversion [2022-03-11T18:14:44.166Z] github.com/docker/docker/errdefs [2022-03-11T18:14:44.166Z] github.com/docker/docker/image [2022-03-11T18:14:44.166Z] github.com/docker/docker/image/cache [2022-03-11T18:14:44.166Z] github.com/docker/docker/image/tarexport [2022-03-11T18:14:44.166Z] github.com/docker/docker/image/v1 [2022-03-11T18:14:44.166Z] github.com/docker/docker/internal/test/suite [2022-03-11T18:14:44.166Z] github.com/docker/docker/layer [2022-03-11T18:14:44.166Z] github.com/docker/docker/libcontainerd [2022-03-11T18:14:44.166Z] github.com/docker/docker/libcontainerd/queue [2022-03-11T18:14:44.166Z] github.com/docker/docker/libcontainerd/remote [2022-03-11T18:14:44.166Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-11T18:14:44.166Z] github.com/docker/docker/libcontainerd/types [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/bitseq [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/cluster [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/config [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/datastore [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/driverapi [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-11T18:14:44.166Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/etchosts [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/idm [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipam [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/iptables [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/netlabel [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/netutils [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/networkdb [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ns [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/options [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/osl [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/portallocator [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/portmapper [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/testutils [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/types [2022-03-11T18:14:44.167Z] github.com/docker/docker/oci [2022-03-11T18:14:44.167Z] github.com/docker/docker/oci/caps [2022-03-11T18:14:44.167Z] github.com/docker/docker/opts [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/aaparser [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/archive [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/authorization [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/broadcaster [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/capabilities [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/chrootarchive [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/containerfs [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/devicemapper [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/directory [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/dmesg [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/filenotify [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/fileutils [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/fsutils [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/homedir [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/idtools [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/ioutils [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/jsonmessage [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/longpath [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/loopback [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/namesgenerator [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/parsers [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/pidfile [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/platform [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/plugingetter [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/plugins [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/plugins/transport [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/pools [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/progress [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/pubsub [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/reexec [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/signal [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/stack [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/stdcopy [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/streamformatter [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/stringid [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/sysinfo [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/system [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/tailfile [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/tarsum [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/truncindex [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/urlutil [2022-03-11T18:14:44.167Z] github.com/docker/docker/pkg/useragent [2022-03-11T18:14:44.167Z] github.com/docker/docker/plugin [2022-03-11T18:14:44.167Z] github.com/docker/docker/plugin/executor/containerd [2022-03-11T18:14:44.167Z] github.com/docker/docker/plugin/v2 [2022-03-11T18:14:44.167Z] github.com/docker/docker/profiles/apparmor [2022-03-11T18:14:44.167Z] github.com/docker/docker/profiles/seccomp [2022-03-11T18:14:44.167Z] github.com/docker/docker/quota [2022-03-11T18:14:44.167Z] github.com/docker/docker/reference [2022-03-11T18:14:44.167Z] github.com/docker/docker/registry [2022-03-11T18:14:44.167Z] github.com/docker/docker/registry/resumable [2022-03-11T18:14:44.167Z] github.com/docker/docker/restartmanager [2022-03-11T18:14:44.167Z] github.com/docker/docker/rootless [2022-03-11T18:14:44.167Z] github.com/docker/docker/rootless/specconv [2022-03-11T18:14:44.167Z] github.com/docker/docker/runconfig [2022-03-11T18:14:44.167Z] github.com/docker/docker/runconfig/opts [2022-03-11T18:14:44.167Z] github.com/docker/docker/testutil [2022-03-11T18:14:44.167Z] github.com/docker/docker/testutil/daemon [2022-03-11T18:14:44.167Z] github.com/docker/docker/testutil/environment [2022-03-11T18:14:44.167Z] github.com/docker/docker/testutil/fakecontext [2022-03-11T18:14:44.167Z] github.com/docker/docker/testut++ grep --fixed-strings /libnetwork [2022-03-11T18:14:44.167Z] il/fakegit [2022-03-11T18:14:44.167Z] github.com/docker/docker/testutil/fakestorage [2022-03-11T18:14:44.167Z] github.com/docker/docker/testutil/fixtures/load [2022-03-11T18:14:44.167Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-11T18:14:44.167Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-11T18:14:44.167Z] github.com/docker/docker/testutil/registry [2022-03-11T18:14:44.167Z] github.com/docker/docker/testutil/request [2022-03-11T18:14:44.167Z] github.com/docker/docker/volume [2022-03-11T18:14:44.167Z] github.com/docker/docker/volume/drivers [2022-03-11T18:14:44.167Z] github.com/docker/docker/volume/local [2022-03-11T18:14:44.167Z] github.com/docker/docker/volume/mounts [2022-03-11T18:14:44.167Z] github.com/docker/docker/volume/service [2022-03-11T18:14:44.167Z] github.com/docker/docker/volume/service/opts [2022-03-11T18:14:44.167Z] github.com/docker/docker/volume/testutils' [2022-03-11T18:14:44.167Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/bitseq [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cluster [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/config [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/datastore [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/driverapi [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/etchosts [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/idm [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipam [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/iptables [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/netlabel [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/netutils [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/networkdb [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ns [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/options [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/osl [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/portallocator [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/portmapper [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/testutils [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/types' [2022-03-11T18:14:44.167Z] + echo 'github.com/docker/docker/libnetwork [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/bitseq [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cluster [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/config [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/datastore [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/driverapi [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/etchosts [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/idm [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipam [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/iptables [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/netlabel [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/netutils [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/networkdb [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/ns [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/options [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/osl [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/portallocator [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/portmapper [2022-03-11T18:14:44.167Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/testutils [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/types' [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-11T18:14:44.167Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-11T18:14:44.167Z] + type docker-proxy [2022-03-11T18:14:44.167Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-11T18:14:44.167Z] + hack/make.sh binary-proxy install-proxy [2022-03-11T18:14:44.167Z] [2022-03-11T18:14:44.167Z] Removing bundles/ [2022-03-11T18:14:44.167Z] [2022-03-11T18:14:44.167Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-11T18:14:44.167Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-11T18:14:44.167Z] GOOS="" GOARCH="" GOARM="" [2022-03-11T18:14:44.468Z] --- PASS: TestAuthZPluginHeader (0.68s) [2022-03-11T18:14:44.468Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-11T18:14:44.468Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-11T18:14:44.468Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-11T18:14:44.468Z] === RUN TestAuthZPluginV2Disable [2022-03-11T18:14:44.468Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-11T18:14:44.468Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-03-11T18:14:44.468Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-11T18:14:44.468Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-11T18:14:44.468Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-11T18:14:44.468Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-11T18:14:44.468Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-11T18:14:44.468Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-11T18:14:44.468Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-11T18:14:44.683Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-11T18:14:44.683Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-11T18:14:45.261Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-11T18:14:45.312Z] ...INFO: Daemon under test started and replied! [2022-03-11T18:14:45.312Z] INFO: Docker version of the daemon under test [2022-03-11T18:14:45.312Z] [2022-03-11T18:14:45.312Z] Client: [2022-03-11T18:14:45.312Z] Version: 17.06.2-ce [2022-03-11T18:14:45.312Z] API version: 1.30 [2022-03-11T18:14:45.313Z] Go version: go1.8.3 [2022-03-11T18:14:45.313Z] Git commit: cec0b72 [2022-03-11T18:14:45.313Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-11T18:14:45.313Z] OS/Arch: windows/amd64 [2022-03-11T18:14:45.313Z] [2022-03-11T18:14:45.313Z] Server: [2022-03-11T18:14:45.313Z] Version: 0.0.0-dev [2022-03-11T18:14:45.313Z] API version: 1.42 (minimum version 1.24) [2022-03-11T18:14:45.313Z] Go version: go1.17.8 [2022-03-11T18:14:45.313Z] Git commit: cf40d31f35 [2022-03-11T18:14:45.313Z] Built: 03/11/2022 18:12:20 [2022-03-11T18:14:45.313Z] OS/Arch: windows/amd64 [2022-03-11T18:14:45.313Z] Experimental: false [2022-03-11T18:14:45.313Z] [2022-03-11T18:14:45.313Z] INFO: Docker info of the daemon under test [2022-03-11T18:14:45.313Z] [2022-03-11T18:14:45.313Z] Containers: 0 [2022-03-11T18:14:45.313Z] Running: 0 [2022-03-11T18:14:45.313Z] Paused: 0 [2022-03-11T18:14:45.313Z] Stopped: 0 [2022-03-11T18:14:45.313Z] Images: 0 [2022-03-11T18:14:45.313Z] Server Version: 0.0.0-dev [2022-03-11T18:14:45.313Z] Storage Driver: windowsfilter [2022-03-11T18:14:45.313Z] Windows: [2022-03-11T18:14:45.313Z] Logging Driver: json-file [2022-03-11T18:14:45.313Z] Plugins: [2022-03-11T18:14:45.313Z] Volume: local [2022-03-11T18:14:45.313Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-11T18:14:45.313Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-11T18:14:45.313Z] Swarm: inactive [2022-03-11T18:14:45.313Z] Default Isolation: process [2022-03-11T18:14:45.313Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-11T18:14:45.313Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-11T18:14:45.313Z] OSType: windows [2022-03-11T18:14:45.313Z] Architecture: x86_64 [2022-03-11T18:14:45.313Z] CPUs: 4 [2022-03-11T18:14:45.313Z] Total Memory: 32GiB [2022-03-11T18:14:45.313Z] Name: azwin-2-63fea0 [2022-03-11T18:14:45.313Z] ID: 6SPQ:UHQE:MYXA:GZCU:KT4M:4PIR:R7RD:CUGT:DVTX:QMJN:BP5W:JU7W [2022-03-11T18:14:45.313Z] Docker Root Dir: D:\CI\PR-42942\32\daemon [2022-03-11T18:14:45.313Z] Debug Mode (client): false [2022-03-11T18:14:45.313Z] Debug Mode (server): true [2022-03-11T18:14:45.313Z] File Descriptors: -1 [2022-03-11T18:14:45.313Z] Goroutines: 29 [2022-03-11T18:14:45.313Z] System Time: 2022-03-11T18:14:43.1161861Z [2022-03-11T18:14:45.313Z] EventsListeners: 0 [2022-03-11T18:14:45.313Z] Registry: https://index.docker.io/v1/ [2022-03-11T18:14:45.313Z] Labels: [2022-03-11T18:14:45.313Z] Experimental: false [2022-03-11T18:14:45.313Z] Insecure Registries: [2022-03-11T18:14:45.313Z] 127.0.0.0/8 [2022-03-11T18:14:45.313Z] Live Restore Enabled: false [2022-03-11T18:14:45.313Z] [2022-03-11T18:14:45.313Z] [2022-03-11T18:14:45.313Z] INFO: Docker images of the daemon under test [2022-03-11T18:14:45.313Z] [2022-03-11T18:14:45.313Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-11T18:14:45.313Z] [2022-03-11T18:14:45.313Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-11T18:14:45.313Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-11T18:14:45.313Z] ltsc2022: Pulling from windows/servercore [2022-03-11T18:14:45.313Z] 8f616e6e9eec: Pulling fs layer [2022-03-11T18:14:45.313Z] 037d5740b404: Pulling fs layer [2022-03-11T18:14:45.531Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-11T18:14:45.531Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-11T18:14:47.449Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-11T18:14:47.449Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-11T18:14:47.449Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-11T18:14:47.449Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-11T18:14:47.708Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-03-11T18:14:48.642Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-11T18:14:49.428Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-11T18:14:49.428Z] [2022-03-11T18:14:49.428Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-11T18:14:49.428Z] Installing docker-proxy to /usr/local/bin/ [2022-03-11T18:14:49.428Z] [2022-03-11T18:14:49.428Z] + mkdir -p bundles [2022-03-11T18:14:49.428Z] + '[' -n 'github.com/docker/docker/api [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/backend/build [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/httputils [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/middleware [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/router [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/router/build [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/router/container [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/router/debug [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/router/distribution [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/router/grpc [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/router/image [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/router/network [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/router/plugin [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/router/session [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/router/swarm [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/router/system [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/server/router/volume [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/backend [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/blkiodev [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/container [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/events [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/filters [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/image [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/mount [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/network [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/registry [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/strslice [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/swarm [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/time [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/versions [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-11T18:14:49.428Z] github.com/docker/docker/api/types/volume [2022-03-11T18:14:49.428Z] github.com/docker/docker/builder [2022-03-11T18:14:49.428Z] github.com/docker/docker/builder/builder-next [2022-03-11T18:14:49.428Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-11T18:14:49.428Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-11T18:14:49.428Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-11T18:14:49.428Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-11T18:14:49.428Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-11T18:14:49.428Z] github.com/docker/docker/builder/builder-next/worker [2022-03-11T18:14:49.428Z] github.com/docker/docker/builder/dockerfile [2022-03-11T18:14:49.428Z] github.com/docker/docker/builder/remotecontext [2022-03-11T18:14:49.428Z] github.com/docker/docker/builder/remotecontext/git [2022-03-11T18:14:49.428Z] github.com/docker/docker/cli [2022-03-11T18:14:49.428Z] github.com/docker/docker/cli/config [2022-03-11T18:14:49.428Z] github.com/docker/docker/cli/debug [2022-03-11T18:14:49.428Z] github.com/docker/docker/client [2022-03-11T18:14:49.428Z] github.com/docker/docker/cmd/docker-proxy [2022-03-11T18:14:49.428Z] github.com/docker/docker/cmd/dockerd [2022-03-11T18:14:49.428Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-11T18:14:49.428Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-11T18:14:49.428Z] github.com/docker/docker/container [2022-03-11T18:14:49.428Z] github.com/docker/docker/container/stream [2022-03-11T18:14:49.428Z] github.com/docker/docker/contrib/apparmor [2022-03-11T18:14:49.428Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-11T18:14:49.428Z] github.com/docker/docker/contrib/httpserver [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/cluster [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/cluster/convert [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/cluster/executor [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/cluster/provider [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/config [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/events [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/events/testutils [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/exec [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/graphdriver [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-11T18:14:49.428Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/images [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/initlayer [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/links [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/listeners [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/logger [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/logger/gelf [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/logger/journald [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/logger/local [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/logger/logentries [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/logger/splunk [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/logger/syslog [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/logger/templates [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/names [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/network [2022-03-11T18:14:49.429Z] github.com/docker/docker/daemon/stats [2022-03-11T18:14:49.429Z] github.com/docker/docker/distribution [2022-03-11T18:14:49.429Z] github.com/docker/docker/distribution/metadata [2022-03-11T18:14:49.429Z] github.com/docker/docker/distribution/utils [2022-03-11T18:14:49.429Z] github.com/docker/docker/distribution/xfer [2022-03-11T18:14:49.429Z] github.com/docker/docker/dockerversion [2022-03-11T18:14:49.429Z] github.com/docker/docker/errdefs [2022-03-11T18:14:49.429Z] github.com/docker/docker/image [2022-03-11T18:14:49.429Z] github.com/docker/docker/image/cache [2022-03-11T18:14:49.429Z] github.com/docker/docker/image/tarexport [2022-03-11T18:14:49.429Z] github.com/docker/docker/image/v1 [2022-03-11T18:14:49.429Z] github.com/docker/docker/internal/test/suite [2022-03-11T18:14:49.429Z] github.com/docker/docker/layer [2022-03-11T18:14:49.429Z] github.com/docker/docker/libcontainerd [2022-03-11T18:14:49.429Z] github.com/docker/docker/libcontainerd/queue [2022-03-11T18:14:49.429Z] github.com/docker/docker/libcontainerd/remote [2022-03-11T18:14:49.429Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-11T18:14:49.429Z] github.com/docker/docker/libcontainerd/types [2022-03-11T18:14:49.429Z] github.com/docker/docker/oci [2022-03-11T18:14:49.429Z] github.com/docker/docker/oci/caps [2022-03-11T18:14:49.429Z] github.com/docker/docker/opts [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/aaparser [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/archive [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/authorization [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/broadcaster [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/capabilities [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/chrootarchive [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/containerfs [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/devicemapper [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/directory [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/dmesg [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/filenotify [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/fileutils [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/fsutils [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/homedir [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/idtools [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/ioutils [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/jsonmessage [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/longpath [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/loopback [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/namesgenerator [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/parsers [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/pidfile [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/platform [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/plugingetter [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/plugins [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/plugins/transport [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/pools [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/progress [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/pubsub [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/reexec [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/signal [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/stack [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/stdcopy [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/streamformatter [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/stringid [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/sysinfo [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/system [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/tailfile [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/tarsum [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/truncindex [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/urlutil [2022-03-11T18:14:49.429Z] github.com/docker/docker/pkg/useragent [2022-03-11T18:14:49.429Z] github.com/docker/docker/plugin [2022-03-11T18:14:49.429Z] github.com/docker/docker/plugin/executor/containerd [2022-03-11T18:14:49.429Z] github.com/docker/docker/plugin/v2 [2022-03-11T18:14:49.429Z] github.com/docker/docker/profiles/apparmor [2022-03-11T18:14:49.429Z] github.com/docker/docker/profiles/seccomp [2022-03-11T18:14:49.429Z] github.com/docker/docker/quota [2022-03-11T18:14:49.429Z] github.com/docker/docker/reference [2022-03-11T18:14:49.429Z] github.com/docker/docker/registry [2022-03-11T18:14:49.429Z] github.com/docker/docker/registry/resumable [2022-03-11T18:14:49.429Z] github.com/docker/docker/restartmanager [2022-03-11T18:14:49.429Z] github.com/docker/docker/rootless [2022-03-11T18:14:49.429Z] github.com/docker/docker/rootless/specconv [2022-03-11T18:14:49.429Z] github.com/docker/docker/runconfig [2022-03-11T18:14:49.429Z] github.com/docker/docker/runconfig/opts [2022-03-11T18:14:49.429Z] github.com/docker/docker/testutil [2022-03-11T18:14:49.429Z] github.com/docker/docker/testutil/daemon [2022-03-11T18:14:49.429Z] github.com/docker/docker/testutil/environment [2022-03-11T18:14:49.429Z] github.com/docker/docker/testutil/fakecontext [2022-03-11T18:14:49.429Z] github.com/docker/docker/testutil/fakegit [2022-03-11T18:14:49.429Z] github.com/docker/docker/testutil/fakestorage [2022-03-11T18:14:49.429Z] github.com/docker/docker/testutil/fixtures/load [2022-03-11T18:14:49.429Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-11T18:14:49.429Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-11T18:14:49.429Z] github.com/docker/docker/testutil/registry [2022-03-11T18:14:49.429Z] github.com/docker/docker/testutil/request [2022-03-11T18:14:49.429Z] github.com/docker/docker/volume [2022-03-11T18:14:49.429Z] github.com/docker/docker/volume/drivers [2022-03-11T18:14:49.429Z] github.com/docker/docker/volume/local [2022-03-11T18:14:49.429Z] github.com/docker/docker/volume/mounts [2022-03-11T18:14:49.429Z] github.com/docker/docker/volume/service [2022-03-11T18:14:49.429Z] github.com/docker/docker/volume/service/opts [2022-03-11T18:14:49.429Z] github.com/docker/docker/volume/testutils' ']' [2022-03-11T18:14:49.429Z] + 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/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/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/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/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator 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/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum 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 [2022-03-11T18:14:49.429Z] ? github.com/docker/docker/api [no test files] [2022-03-11T18:14:49.573Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-11T18:14:49.830Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-11T18:14:49.830Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-11T18:14:49.830Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-11T18:14:49.830Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-11T18:14:49.831Z] 2022/03/11 18:14:46 Closing DB instances... [2022-03-11T18:14:49.831Z] --- PASS: TestNetworkDBGarbageCollection (54.05s) [2022-03-11T18:14:49.831Z] === RUN TestFindNode [2022-03-11T18:14:49.831Z] 2022/03/11 18:14:48 Closing DB instances... [2022-03-11T18:14:49.831Z] --- PASS: TestFindNode (0.02s) [2022-03-11T18:14:49.831Z] === RUN TestChangeNodeState [2022-03-11T18:14:49.831Z] 2022/03/11 18:14:48 Closing DB instances... [2022-03-11T18:14:49.831Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-11T18:14:49.831Z] === RUN TestNodeReincarnation [2022-03-11T18:14:49.831Z] 2022/03/11 18:14:48 Closing DB instances... [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-11T18:14:54.588Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-11T18:14:54.588Z] === RUN TestParallelCreate [2022-03-11T18:14:54.588Z] 2022/03/11 18:14:53 Closing DB instances... [2022-03-11T18:14:54.588Z] --- PASS: TestParallelCreate (0.02s) [2022-03-11T18:14:54.588Z] === RUN TestParallelDelete [2022-03-11T18:14:54.588Z] 2022/03/11 18:14:53 Closing DB instances... [2022-03-11T18:14:54.588Z] --- PASS: TestParallelDelete (0.02s) [2022-03-11T18:14:54.588Z] === RUN TestNetworkDBIslands [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:54153182d985 with config:&{NodeID:54153182d985 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}" [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=info msg="Node 54153182d985/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=info msg="Node 54153182d985/172.21.120.31, added to nodes list" [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:0be37aa1f17a with config:&{NodeID:0be37aa1f17a 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}" [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=info msg="Node 0be37aa1f17a/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=info msg="Node 0be37aa1f17a/172.21.120.31, added to nodes list" [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=info msg="Node 0be37aa1f17a/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=info msg="Node 0be37aa1f17a/172.21.120.31, added to nodes list" [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=info msg="Node 54153182d985/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=info msg="Node 54153182d985/172.21.120.31, added to nodes list" [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:53Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-11T18:14:54.588Z] time="2022-03-11T18:14:54Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:d74500fceac9 with config:&{NodeID:d74500fceac9 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}" [2022-03-11T18:14:54.877Z] --- PASS: TestServiceUpdateSecrets (14.45s) [2022-03-11T18:14:54.877Z] === RUN TestServiceUpdateConfigs [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node d74500fceac9/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node d74500fceac9/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node d74500fceac9/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node d74500fceac9/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node 54153182d985/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node 54153182d985/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node 0be37aa1f17a/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node 0be37aa1f17a/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node d74500fceac9/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node d74500fceac9/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:5b313968aac5 with config:&{NodeID:5b313968aac5 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}" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node 5b313968aac5/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node 5b313968aac5/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node 5b313968aac5/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node 5b313968aac5/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node 54153182d985/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node 54153182d985/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node 0be37aa1f17a/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node 0be37aa1f17a/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node d74500fceac9/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=info msg="Node d74500fceac9/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-03-11T18:14:55.055Z] time="2022-03-11T18:14:54Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node 5b313968aac5/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node 5b313968aac5/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node 5b313968aac5/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node 5b313968aac5/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:340f2c362a72 with config:&{NodeID:340f2c362a72 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}" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node 340f2c362a72/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node 340f2c362a72/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Stream connection from=[::1]:49369" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node 340f2c362a72/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node 340f2c362a72/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node 54153182d985/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node 54153182d985/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node d74500fceac9/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node d74500fceac9/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node 5b313968aac5/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node 5b313968aac5/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node 0be37aa1f17a/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=info msg="Node 0be37aa1f17a/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-11T18:14:55.524Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370" [2022-03-11T18:14:55.746Z] 037d5740b404: Verifying Checksum [2022-03-11T18:14:55.746Z] 037d5740b404: Download complete [2022-03-11T18:14:55.992Z] time="2022-03-11T18:14:55Z" level=info msg="Node 340f2c362a72/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.992Z] time="2022-03-11T18:14:55Z" level=info msg="Node 340f2c362a72/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.992Z] time="2022-03-11T18:14:55Z" level=info msg="Node 340f2c362a72/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.992Z] time="2022-03-11T18:14:55Z" level=info msg="Node 340f2c362a72/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.992Z] time="2022-03-11T18:14:55Z" level=info msg="Node 340f2c362a72/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:55.992Z] time="2022-03-11T18:14:55Z" level=info msg="Node 340f2c362a72/172.21.120.31, added to nodes list" [2022-03-11T18:14:55.992Z] networkdb_test.go:835: Re-joining: 3 [2022-03-11T18:14:55.992Z] time="2022-03-11T18:14:55Z" level=info msg="The new bootstrap node list is:[172.21.120.31:10033 172.21.120.31:10034 172.21.120.31:10035]" [2022-03-11T18:14:55.992Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.120.31:10033" [2022-03-11T18:14:55.992Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Stream connection from=172.21.120.31:49371" [2022-03-11T18:14:55.992Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.120.31:10034" [2022-03-11T18:14:55.992Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Stream connection from=172.21.120.31:49372" [2022-03-11T18:14:55.992Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Stream connection from=172.21.120.31:49373" [2022-03-11T18:14:55.992Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.120.31:10035" [2022-03-11T18:14:55.994Z] ok github.com/docker/docker/api/server 0.032s coverage: 9.0% of statements [2022-03-11T18:14:56.372Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-11T18:14:56.462Z] networkdb_test.go:835: Re-joining: 4 [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:55Z" level=info msg="The new bootstrap node list is:[172.21.120.31:10033 172.21.120.31:10034 172.21.120.31:10035]" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.120.31:10033" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Stream connection from=172.21.120.31:49374" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.120.31:10034" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Stream connection from=172.21.120.31:49375" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.120.31:10035" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:55Z" level=debug msg="memberlist: Stream connection from=172.21.120.31:49376" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:56Z" level=info msg="node 0 leaving" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:56Z" level=info msg="Node 54153182d985 change state NodeActive --> NodeLeft" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:56Z" level=info msg="node2(0be37aa1f17a): Node leave event for 54153182d985/172.21.120.31" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:56Z" level=info msg="Node 54153182d985 change state NodeActive --> NodeLeft" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:56Z" level=info msg="node5(340f2c362a72): Node leave event for 54153182d985/172.21.120.31" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:56Z" level=info msg="Node 54153182d985 change state NodeActive --> NodeLeft" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:56Z" level=info msg="node4(5b313968aac5): Node leave event for 54153182d985/172.21.120.31" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:56Z" level=info msg="Node 54153182d985 change state NodeActive --> NodeLeft" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:56Z" level=info msg="node1(54153182d985): Node leave event for 54153182d985/172.21.120.31" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:56Z" level=info msg="Node 54153182d985 change state NodeActive --> NodeLeft" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:56Z" level=info msg="node3(d74500fceac9): Node leave event for 54153182d985/172.21.120.31" [2022-03-11T18:14:56.462Z] time="2022-03-11T18:14:56Z" level=info msg="Node 54153182d985/172.21.120.31, left gossip cluster" [2022-03-11T18:14:56.930Z] time="2022-03-11T18:14:56Z" level=info msg="Node 54153182d985/172.21.120.31, left gossip cluster" [2022-03-11T18:14:56.930Z] time="2022-03-11T18:14:56Z" level=info msg="Node 54153182d985/172.21.120.31, left gossip cluster" [2022-03-11T18:14:56.930Z] time="2022-03-11T18:14:56Z" level=info msg="Node 54153182d985/172.21.120.31, left gossip cluster" [2022-03-11T18:14:56.930Z] time="2022-03-11T18:14:56Z" level=info msg="Node 54153182d985/172.21.120.31, left gossip cluster" [2022-03-11T18:14:56.930Z] time="2022-03-11T18:14:56Z" level=info msg="node 1 leaving" [2022-03-11T18:14:56.930Z] time="2022-03-11T18:14:56Z" level=info msg="Node 0be37aa1f17a change state NodeActive --> NodeLeft" [2022-03-11T18:14:56.930Z] time="2022-03-11T18:14:56Z" level=info msg="node3(d74500fceac9): Node leave event for 0be37aa1f17a/172.21.120.31" [2022-03-11T18:14:56.930Z] time="2022-03-11T18:14:56Z" level=info msg="Node 0be37aa1f17a change state NodeActive --> NodeLeft" [2022-03-11T18:14:56.930Z] time="2022-03-11T18:14:56Z" level=info msg="node5(340f2c362a72): Node leave event for 0be37aa1f17a/172.21.120.31" [2022-03-11T18:14:56.930Z] time="2022-03-11T18:14:56Z" level=info msg="Node 0be37aa1f17a/172.21.120.31, left gossip cluster" [2022-03-11T18:14:56.930Z] time="2022-03-11T18:14:56Z" level=info msg="Node 0be37aa1f17a change state NodeActive --> NodeFailed" [2022-03-11T18:14:56.930Z] time="2022-03-11T18:14:56Z" level=info msg="Node 0be37aa1f17a/172.21.120.31, added to failed nodes list" [2022-03-11T18:14:56.930Z] time="2022-03-11T18:14:56Z" level=info msg="Node 0be37aa1f17a change state NodeActive --> NodeLeft" [2022-03-11T18:14:56.930Z] time="2022-03-11T18:14:56Z" level=info msg="node4(5b313968aac5): Node leave event for 0be37aa1f17a/172.21.120.31" [2022-03-11T18:14:56.930Z] time="2022-03-11T18:14:56Z" level=error msg="node: 0be37aa1f17a is unknown to memberlist" [2022-03-11T18:14:57.397Z] time="2022-03-11T18:14:56Z" level=info msg="Node 0be37aa1f17a/172.21.120.31, left gossip cluster" [2022-03-11T18:14:57.397Z] time="2022-03-11T18:14:56Z" level=info msg="Node 0be37aa1f17a/172.21.120.31, left gossip cluster" [2022-03-11T18:14:57.397Z] time="2022-03-11T18:14:56Z" level=info msg="Node 0be37aa1f17a/172.21.120.31, left gossip cluster" [2022-03-11T18:14:57.397Z] time="2022-03-11T18:14:57Z" level=info msg="node 2 leaving" [2022-03-11T18:14:57.397Z] time="2022-03-11T18:14:57Z" level=info msg="Node d74500fceac9 change state NodeActive --> NodeLeft" [2022-03-11T18:14:57.397Z] time="2022-03-11T18:14:57Z" level=info msg="Node d74500fceac9 change state NodeActive --> NodeLeft" [2022-03-11T18:14:57.397Z] time="2022-03-11T18:14:57Z" level=info msg="node5(340f2c362a72): Node leave event for d74500fceac9/172.21.120.31" [2022-03-11T18:14:57.397Z] time="2022-03-11T18:14:57Z" level=info msg="node4(5b313968aac5): Node leave event for d74500fceac9/172.21.120.31" [2022-03-11T18:14:57.397Z] time="2022-03-11T18:14:57Z" level=info msg="Node d74500fceac9 change state NodeActive --> NodeLeft" [2022-03-11T18:14:57.397Z] time="2022-03-11T18:14:57Z" level=info msg="node3(d74500fceac9): Node leave event for d74500fceac9/172.21.120.31" [2022-03-11T18:14:57.397Z] time="2022-03-11T18:14:57Z" level=debug msg="memberlist: Failed ping: 340f2c362a72 (timeout reached)" [2022-03-11T18:14:57.397Z] time="2022-03-11T18:14:57Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.21.120.31:10035: use of closed network connection" [2022-03-11T18:14:57.397Z] time="2022-03-11T18:14:57Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.21.120.31:10034: use of closed network connection" [2022-03-11T18:14:57.397Z] time="2022-03-11T18:14:57Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.21.120.31:10036: use of closed network connection" [2022-03-11T18:14:57.397Z] time="2022-03-11T18:14:57Z" level=debug msg="memberlist: Stream connection from=172.21.120.31:49377" [2022-03-11T18:14:57.740Z] --- PASS: TestBuildWithHugeFile (111.37s) [2022-03-11T18:14:57.740Z] === RUN TestBuildWCOWSandboxSize [2022-03-11T18:14:57.740Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-11T18:14:57.740Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-11T18:14:57.740Z] === RUN TestBuildWithEmptyDockerfile [2022-03-11T18:14:57.740Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:14:57.740Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:14:57.740Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:14:57.740Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:14:57.740Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:14:57.740Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:14:57.740Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:14:57.740Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=info msg="Node d74500fceac9/172.21.120.31, left gossip cluster" [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=info msg="Node d74500fceac9/172.21.120.31, left gossip cluster" [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=info msg="Node d74500fceac9/172.21.120.31, left gossip cluster" [2022-03-11T18:14:57.864Z] networkdb_test.go:867: node4: OK [2022-03-11T18:14:57.864Z] networkdb_test.go:867: node5: OK [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=info msg="node 0 coming back" [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:bcd8c3967d43 with config:&{NodeID:bcd8c3967d43 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}" [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=info msg="Node bcd8c3967d43/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=info msg="Node bcd8c3967d43/172.21.120.31, added to nodes list" [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=info msg="node 1 coming back" [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:5787671f0b39 with config:&{NodeID:5787671f0b39 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}" [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=info msg="Node 5787671f0b39/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=info msg="Node 5787671f0b39/172.21.120.31, added to nodes list" [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=info msg="node 2 coming back" [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:35f5407f7f3f with config:&{NodeID:35f5407f7f3f 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}" [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=info msg="Node 35f5407f7f3f/172.21.120.31, joined gossip cluster" [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=info msg="Node 35f5407f7f3f/172.21.120.31, added to nodes list" [2022-03-11T18:14:57.864Z] time="2022-03-11T18:14:57Z" level=warning msg="memberlist: Was able to connect to 340f2c362a72 but other probes failed, network may be misconfigured" [2022-03-11T18:14:57.997Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:14:57.997Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-11T18:14:57.997Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-03-11T18:14:57.997Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) [2022-03-11T18:14:57.997Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-03-11T18:14:57.997Z] === RUN TestBuildPreserveOwnership [2022-03-11T18:14:57.997Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-11T18:14:58.253Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-11T18:14:58.331Z] time="2022-03-11T18:14:58Z" level=debug msg="memberlist: Failed ping: 340f2c362a72 (timeout reached)" [2022-03-11T18:14:58.331Z] time="2022-03-11T18:14:58Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.21.120.31:10036: use of closed network connection" [2022-03-11T18:14:58.331Z] time="2022-03-11T18:14:58Z" level=debug msg="memberlist: Stream connection from=172.21.120.31:49378" [2022-03-11T18:14:58.798Z] time="2022-03-11T18:14:58Z" level=warning msg="memberlist: Was able to connect to 340f2c362a72 but other probes failed, network may be misconfigured" [2022-03-11T18:15:00.146Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-11T18:15:00.403Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-11T18:15:01.743Z] time="2022-03-11T18:15:00Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.21.120.31:10033 172.21.120.31:10034 172.21.120.31:10035]" [2022-03-11T18:15:01.743Z] time="2022-03-11T18:15:01Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.21.120.31:10033 172.21.120.31:10034 172.21.120.31:10035]" [2022-03-11T18:15:01.776Z] --- PASS: TestBuildPreserveOwnership (3.60s) [2022-03-11T18:15:01.776Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.32s) [2022-03-11T18:15:01.776Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.28s) [2022-03-11T18:15:01.776Z] === RUN TestBuildPlatformInvalid [2022-03-11T18:15:01.776Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2022-03-11T18:15:01.776Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.120.31:10033" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=debug msg="memberlist: Stream connection from=172.21.120.31:49379" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 340f2c362a72/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 340f2c362a72/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 5b313968aac5/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 5b313968aac5/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node bcd8c3967d43/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node bcd8c3967d43/172.21.120.31, is the new incarnation of the shutdown node 54153182d985/172.21.120.31" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node bcd8c3967d43/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.120.31:10034" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=debug msg="memberlist: Stream connection from=172.21.120.31:49380" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node bcd8c3967d43/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node bcd8c3967d43/172.21.120.31, is the new incarnation of the shutdown node 54153182d985/172.21.120.31" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node bcd8c3967d43/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 340f2c362a72/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 340f2c362a72/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node bcd8c3967d43/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node bcd8c3967d43/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 5b313968aac5/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 5b313968aac5/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 5787671f0b39/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 5787671f0b39/172.21.120.31, is the new incarnation of the shutdown node 0be37aa1f17a/172.21.120.31" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 5787671f0b39/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=debug msg="memberlist: Stream connection from=172.21.120.31:49381" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.120.31:10035" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 340f2c362a72/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 340f2c362a72/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 5787671f0b39/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 5787671f0b39/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 5b313968aac5/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 5b313968aac5/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node bcd8c3967d43/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 35f5407f7f3f/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 35f5407f7f3f/172.21.120.31, is the new incarnation of the shutdown node d74500fceac9/172.21.120.31" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node 35f5407f7f3f/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:01Z" level=info msg="Node bcd8c3967d43/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:02Z" level=info msg="Node 5787671f0b39/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:02Z" level=info msg="Node 5787671f0b39/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:02Z" level=info msg="Node 5787671f0b39/172.21.120.31, is the new incarnation of the shutdown node 0be37aa1f17a/172.21.120.31" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:02Z" level=info msg="Node 5787671f0b39/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:02Z" level=info msg="Node 5787671f0b39/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:02Z" level=info msg="Node 35f5407f7f3f/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:02Z" level=info msg="Node 35f5407f7f3f/172.21.120.31, is the new incarnation of the shutdown node d74500fceac9/172.21.120.31" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:02Z" level=info msg="Node 35f5407f7f3f/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:02Z" level=info msg="Node 35f5407f7f3f/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.215Z] time="2022-03-11T18:15:02Z" level=info msg="Node 35f5407f7f3f/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.339Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-11T18:15:02.549Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-03-11T18:15:02.549Z] PASS [2022-03-11T18:15:02.549Z] [2022-03-11T18:15:02.549Z] === Skipped [2022-03-11T18:15:02.549Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-11T18:15:02.549Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-11T18:15:02.549Z] [2022-03-11T18:15:02.549Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-03-11T18:15:02.549Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-11T18:15:02.549Z] [2022-03-11T18:15:02.549Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-11T18:15:02.549Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-11T18:15:02.549Z] [2022-03-11T18:15:02.549Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-11T18:15:02.549Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-11T18:15:02.549Z] [2022-03-11T18:15:02.549Z] DONE 17 tests, 4 skipped in 25.928s [2022-03-11T18:15:02.549Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-11T18:15:02.549Z] ++ 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 [2022-03-11T18:15:02.549Z] ++ set -e [2022-03-11T18:15:02.549Z] ++ '[' -n 0 ']' [2022-03-11T18:15:02.549Z] ++ set -x [2022-03-11T18:15:02.550Z] ++ 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 [2022-03-11T18:15:02.550Z] INFO: Testing against a local daemon [2022-03-11T18:15:02.550Z] === RUN TestPluginInvalidJSON [2022-03-11T18:15:02.550Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:15:02.550Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:15:02.550Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:15:02.550Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-11T18:15:02.550Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-11T18:15:02.550Z] === RUN TestPluginInstall [2022-03-11T18:15:02.550Z] === RUN TestPluginInstall/no_auth [2022-03-11T18:15:02.550Z] time="2022-03-11T18:15:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:15:02.550Z] time="2022-03-11T18:15:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6a58f33f552426e3550dd56dc9e180085ba9799357d6070ed3c01098a226a014" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:15:02.550Z] time="2022-03-11T18:15:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:15:02.550Z] time="2022-03-11T18:15:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6a58f33f552426e3550dd56dc9e180085ba9799357d6070ed3c01098a226a014" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:15:02.550Z] === RUN TestPluginInstall/with_htpasswd [2022-03-11T18:15:02.550Z] time="2022-03-11T18:15:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:15:02.550Z] time="2022-03-11T18:15:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:abd6f915faa982f68c7c49db7ffe4db77dcb7a81bb883f8197cb6a337fa1a9cb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:15:02.550Z] time="2022-03-11T18:15:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:15:02.550Z] time="2022-03-11T18:15:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:abd6f915faa982f68c7c49db7ffe4db77dcb7a81bb883f8197cb6a337fa1a9cb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:15:02.597Z] Loaded image: busybox:latest [2022-03-11T18:15:02.682Z] time="2022-03-11T18:15:02Z" level=info msg="Node 35f5407f7f3f/172.21.120.31, joined gossip cluster" [2022-03-11T18:15:02.682Z] time="2022-03-11T18:15:02Z" level=info msg="Node 35f5407f7f3f/172.21.120.31, added to nodes list" [2022-03-11T18:15:02.682Z] time="2022-03-11T18:15:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.120.31:10033" [2022-03-11T18:15:02.682Z] time="2022-03-11T18:15:02Z" level=debug msg="memberlist: Stream connection from=172.21.120.31:49382" [2022-03-11T18:15:02.682Z] time="2022-03-11T18:15:02Z" level=debug msg="memberlist: Stream connection from=172.21.120.31:49383" [2022-03-11T18:15:02.682Z] time="2022-03-11T18:15:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.120.31:10034" [2022-03-11T18:15:02.682Z] time="2022-03-11T18:15:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.21.120.31:10035" [2022-03-11T18:15:02.682Z] time="2022-03-11T18:15:02Z" level=debug msg="memberlist: Stream connection from=172.21.120.31:49384" [2022-03-11T18:15:02.682Z] 2022/03/11 18:15:02 Closing DB instances... [2022-03-11T18:15:02.822Z] === RUN TestPluginInstall/with_insecure [2022-03-11T18:15:02.853Z] Loaded image: busybox:glibc [2022-03-11T18:15:02.853Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-11T18:15:03.150Z] time="2022-03-11T18:15:02Z" level=info msg="Node bcd8c3967d43 change state NodeActive --> NodeLeft" [2022-03-11T18:15:03.150Z] time="2022-03-11T18:15:02Z" level=info msg="node3(35f5407f7f3f): Node leave event for bcd8c3967d43/172.21.120.31" [2022-03-11T18:15:03.150Z] time="2022-03-11T18:15:02Z" level=info msg="Node bcd8c3967d43 change state NodeActive --> NodeLeft" [2022-03-11T18:15:03.150Z] time="2022-03-11T18:15:02Z" level=info msg="node5(340f2c362a72): Node leave event for bcd8c3967d43/172.21.120.31" [2022-03-11T18:15:03.150Z] time="2022-03-11T18:15:02Z" level=info msg="Node bcd8c3967d43 change state NodeActive --> NodeLeft" [2022-03-11T18:15:03.150Z] time="2022-03-11T18:15:02Z" level=info msg="node4(5b313968aac5): Node leave event for bcd8c3967d43/172.21.120.31" [2022-03-11T18:15:03.150Z] time="2022-03-11T18:15:02Z" level=info msg="Node bcd8c3967d43 change state NodeActive --> NodeLeft" [2022-03-11T18:15:03.150Z] time="2022-03-11T18:15:02Z" level=info msg="node2(5787671f0b39): Node leave event for bcd8c3967d43/172.21.120.31" [2022-03-11T18:15:03.150Z] time="2022-03-11T18:15:02Z" level=info msg="Node bcd8c3967d43 change state NodeActive --> NodeLeft" [2022-03-11T18:15:03.150Z] time="2022-03-11T18:15:02Z" level=info msg="node1(bcd8c3967d43): Node leave event for bcd8c3967d43/172.21.120.31" [2022-03-11T18:15:03.150Z] time="2022-03-11T18:15:02Z" level=info msg="Node bcd8c3967d43/172.21.120.31, left gossip cluster" [2022-03-11T18:15:03.150Z] time="2022-03-11T18:15:02Z" level=info msg="Node bcd8c3967d43/172.21.120.31, left gossip cluster" [2022-03-11T18:15:03.150Z] time="2022-03-11T18:15:02Z" level=info msg="Node bcd8c3967d43/172.21.120.31, left gossip cluster" [2022-03-11T18:15:03.150Z] time="2022-03-11T18:15:02Z" level=info msg="Node bcd8c3967d43/172.21.120.31, left gossip cluster" [2022-03-11T18:15:03.150Z] time="2022-03-11T18:15:02Z" level=info msg="Node bcd8c3967d43/172.21.120.31, left gossip cluster" [2022-03-11T18:15:03.624Z] time="2022-03-11T18:15:03Z" level=info msg="Node 5787671f0b39 change state NodeActive --> NodeLeft" [2022-03-11T18:15:03.624Z] time="2022-03-11T18:15:03Z" level=info msg="node4(5b313968aac5): Node leave event for 5787671f0b39/172.21.120.31" [2022-03-11T18:15:03.624Z] time="2022-03-11T18:15:03Z" level=info msg="Node 5787671f0b39 change state NodeActive --> NodeLeft" [2022-03-11T18:15:03.624Z] time="2022-03-11T18:15:03Z" level=info msg="node5(340f2c362a72): Node leave event for 5787671f0b39/172.21.120.31" [2022-03-11T18:15:03.624Z] time="2022-03-11T18:15:03Z" level=info msg="Node 5787671f0b39 change state NodeActive --> NodeLeft" [2022-03-11T18:15:03.624Z] time="2022-03-11T18:15:03Z" level=info msg="node3(35f5407f7f3f): Node leave event for 5787671f0b39/172.21.120.31" [2022-03-11T18:15:03.624Z] time="2022-03-11T18:15:03Z" level=info msg="Node 5787671f0b39 change state NodeActive --> NodeLeft" [2022-03-11T18:15:03.624Z] time="2022-03-11T18:15:03Z" level=info msg="node2(5787671f0b39): Node leave event for 5787671f0b39/172.21.120.31" [2022-03-11T18:15:03.624Z] time="2022-03-11T18:15:03Z" level=info msg="Node 5787671f0b39/172.21.120.31, left gossip cluster" [2022-03-11T18:15:03.624Z] time="2022-03-11T18:15:03Z" level=info msg="Node 5787671f0b39/172.21.120.31, left gossip cluster" [2022-03-11T18:15:03.624Z] time="2022-03-11T18:15:03Z" level=info msg="Node 5787671f0b39/172.21.120.31, left gossip cluster" [2022-03-11T18:15:03.624Z] time="2022-03-11T18:15:03Z" level=info msg="Node 5787671f0b39/172.21.120.31, left gossip cluster" [2022-03-11T18:15:03.757Z] time="2022-03-11T18:15:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:15:03.757Z] time="2022-03-11T18:15:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6e6804adaf4e76cfd279af4d586e4eebe6af1bb91a4783b03312b5b467c62d67" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:15:03.757Z] time="2022-03-11T18:15:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:15:03.757Z] time="2022-03-11T18:15:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6e6804adaf4e76cfd279af4d586e4eebe6af1bb91a4783b03312b5b467c62d67" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:15:03.782Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-11T18:15:04.015Z] plugin_test.go:165: [da29e645cd075] daemon is not started [2022-03-11T18:15:04.015Z] --- PASS: TestPluginInstall (2.94s) [2022-03-11T18:15:04.015Z] --- PASS: TestPluginInstall/no_auth (1.15s) [2022-03-11T18:15:04.015Z] --- PASS: TestPluginInstall/with_htpasswd (0.61s) [2022-03-11T18:15:04.015Z] --- PASS: TestPluginInstall/with_insecure (1.18s) [2022-03-11T18:15:04.015Z] === RUN TestPluginsWithRuntimes [2022-03-11T18:15:04.091Z] time="2022-03-11T18:15:03Z" level=info msg="Node 35f5407f7f3f change state NodeActive --> NodeLeft" [2022-03-11T18:15:04.091Z] time="2022-03-11T18:15:03Z" level=info msg="node5(340f2c362a72): Node leave event for 35f5407f7f3f/172.21.120.31" [2022-03-11T18:15:04.091Z] time="2022-03-11T18:15:03Z" level=info msg="Node 35f5407f7f3f change state NodeActive --> NodeLeft" [2022-03-11T18:15:04.091Z] time="2022-03-11T18:15:03Z" level=info msg="node4(5b313968aac5): Node leave event for 35f5407f7f3f/172.21.120.31" [2022-03-11T18:15:04.091Z] time="2022-03-11T18:15:03Z" level=info msg="Node 35f5407f7f3f change state NodeActive --> NodeLeft" [2022-03-11T18:15:04.091Z] time="2022-03-11T18:15:03Z" level=info msg="node3(35f5407f7f3f): Node leave event for 35f5407f7f3f/172.21.120.31" [2022-03-11T18:15:04.091Z] time="2022-03-11T18:15:03Z" level=info msg="Node 35f5407f7f3f/172.21.120.31, left gossip cluster" [2022-03-11T18:15:04.091Z] time="2022-03-11T18:15:03Z" level=info msg="Node 35f5407f7f3f/172.21.120.31, left gossip cluster" [2022-03-11T18:15:04.091Z] time="2022-03-11T18:15:03Z" level=info msg="Node 35f5407f7f3f/172.21.120.31, left gossip cluster" [2022-03-11T18:15:04.345Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-11T18:15:04.560Z] time="2022-03-11T18:15:04Z" level=debug msg="memberlist: Failed ping: 5b313968aac5 (timeout reached)" [2022-03-11T18:15:04.560Z] time="2022-03-11T18:15:04Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.21.120.31:10037: use of closed network connection" [2022-03-11T18:15:04.560Z] time="2022-03-11T18:15:04Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.21.120.31:10035: use of closed network connection" [2022-03-11T18:15:04.560Z] time="2022-03-11T18:15:04Z" level=debug msg="memberlist: Stream connection from=172.21.120.31:49385" [2022-03-11T18:15:04.560Z] time="2022-03-11T18:15:04Z" level=info msg="Node 5b313968aac5 change state NodeActive --> NodeLeft" [2022-03-11T18:15:04.560Z] time="2022-03-11T18:15:04Z" level=info msg="node5(340f2c362a72): Node leave event for 5b313968aac5/172.21.120.31" [2022-03-11T18:15:04.560Z] time="2022-03-11T18:15:04Z" level=info msg="Node 5b313968aac5 change state NodeActive --> NodeLeft" [2022-03-11T18:15:04.560Z] time="2022-03-11T18:15:04Z" level=info msg="node4(5b313968aac5): Node leave event for 5b313968aac5/172.21.120.31" [2022-03-11T18:15:04.909Z] Loaded image: debian:bullseye-slim [2022-03-11T18:15:05.029Z] time="2022-03-11T18:15:04Z" level=warning msg="memberlist: Was able to connect to 5b313968aac5 but other probes failed, network may be misconfigured" [2022-03-11T18:15:05.029Z] time="2022-03-11T18:15:04Z" level=info msg="Node 5b313968aac5/172.21.120.31, left gossip cluster" [2022-03-11T18:15:05.029Z] time="2022-03-11T18:15:04Z" level=info msg="Node 5b313968aac5/172.21.120.31, left gossip cluster" [2022-03-11T18:15:05.166Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-03-11T18:15:05.166Z] Loaded image: hello-world:latest [2022-03-11T18:15:05.166Z] Loaded image: arm32v7/hello-world:latest [2022-03-11T18:15:05.914Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-11T18:15:06.014Z] time="2022-03-11T18:15:05Z" level=info msg="Node 340f2c362a72/172.21.120.31, left gossip cluster" [2022-03-11T18:15:06.014Z] time="2022-03-11T18:15:05Z" level=info msg="Node 340f2c362a72 change state NodeActive --> NodeFailed" [2022-03-11T18:15:06.014Z] time="2022-03-11T18:15:05Z" level=info msg="Node 340f2c362a72/172.21.120.31, added to failed nodes list" [2022-03-11T18:15:06.014Z] --- PASS: TestNetworkDBIslands (11.87s) [2022-03-11T18:15:06.014Z] PASS [2022-03-11T18:15:06.014Z] coverage: 60.0% of statements [2022-03-11T18:15:06.014Z] ok github.com/docker/docker/libnetwork/networkdb 102.911s coverage: 60.0% of statements [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/quota [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/rootless [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/volume [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-11T18:15:06.014Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-11T18:15:06.097Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-03-11T18:15:06.479Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-11T18:15:07.026Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-03-11T18:15:07.418Z] --- PASS: TestPluginsWithRuntimes (3.18s) [2022-03-11T18:15:07.418Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.84s) [2022-03-11T18:15:07.418Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.80s) [2022-03-11T18:15:07.418Z] === RUN TestPluginBackCompatMediaTypes [2022-03-11T18:15:07.677Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-03-11T18:15:07.677Z] PASS [2022-03-11T18:15:07.677Z] [2022-03-11T18:15:07.677Z] DONE 10 tests in 6.808s [2022-03-11T18:15:07.677Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-11T18:15:07.677Z] ++ 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 [2022-03-11T18:15:07.677Z] ++ set -e [2022-03-11T18:15:07.677Z] ++ '[' -n 0 ']' [2022-03-11T18:15:07.677Z] ++ set -x [2022-03-11T18:15:07.677Z] ++ 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 [2022-03-11T18:15:07.935Z] INFO: Testing against a local daemon [2022-03-11T18:15:07.935Z] === RUN TestExternalGraphDriver [2022-03-11T18:15:07.935Z] === RUN TestExternalGraphDriver/json [2022-03-11T18:15:07.957Z] docker_cli_daemon_test.go:1472: [d61d241a2d6ba] daemon is not started [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === Skipped [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-11T18:15:08.232Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-11T18:15:08.232Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-11T18:15:08.232Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-11T18:15:08.232Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-11T18:15:08.232Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-11T18:15:08.232Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-11T18:15:08.232Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-11T18:15:08.232Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-11T18:15:08.232Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.01s) [2022-03-11T18:15:08.232Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-11T18:15:08.232Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-11T18:15:08.232Z] daemon_test.go:145: root required [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-11T18:15:08.232Z] reload_test.go:342: root required [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-11T18:15:08.232Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-11T18:15:08.232Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-11T18:15:08.232Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-11T18:15:08.232Z] download_test.go:267: Needs fixing on Windows [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-11T18:15:08.232Z] layer_test.go:291: Failing on Windows [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-11T18:15:08.232Z] layer_test.go:340: Failing on Windows [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-11T18:15:08.232Z] layer_test.go:455: Failing on Windows [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-11T18:15:08.232Z] layer_test.go:684: Failing on Windows [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-11T18:15:08.232Z] migration_test.go:45: Failing on Windows [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-11T18:15:08.232Z] migration_test.go:181: Failing on Windows [2022-03-11T18:15:08.232Z] [2022-03-11T18:15:08.232Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-11T18:15:08.232Z] mount_test.go:17: Failing on Windows [2022-03-11T18:15:08.521Z] check_test.go:308: [d91eeb60aa30d] daemon is not started [2022-03-11T18:15:08.521Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-03-11T18:15:08.521Z] === RUN TestDockerSuite/TestAttachDetach [2022-03-11T18:15:08.699Z] [2022-03-11T18:15:08.699Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-11T18:15:08.699Z] mount_test.go:76: Failing on Windows [2022-03-11T18:15:08.699Z] [2022-03-11T18:15:08.699Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-11T18:15:08.699Z] mount_test.go:125: Failing on Windows [2022-03-11T18:15:08.699Z] [2022-03-11T18:15:08.699Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-11T18:15:08.699Z] mount_test.go:212: Failing on Windows [2022-03-11T18:15:08.699Z] [2022-03-11T18:15:08.699Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-11T18:15:08.699Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:15:08.699Z] [2022-03-11T18:15:08.699Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-11T18:15:08.699Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:15:08.699Z] [2022-03-11T18:15:08.699Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-11T18:15:08.699Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:15:08.699Z] [2022-03-11T18:15:08.699Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-11T18:15:08.699Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:15:08.699Z] [2022-03-11T18:15:08.699Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-11T18:15:08.699Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:15:08.699Z] [2022-03-11T18:15:08.699Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-11T18:15:08.699Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:15:08.699Z] [2022-03-11T18:15:08.699Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-11T18:15:08.699Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:15:08.699Z] [2022-03-11T18:15:08.699Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-11T18:15:08.699Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:15:08.699Z] [2022-03-11T18:15:08.699Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-11T18:15:08.700Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-11T18:15:08.700Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-11T18:15:08.700Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-11T18:15:08.700Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-11T18:15:08.700Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-11T18:15:08.700Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-11T18:15:08.700Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-11T18:15:08.700Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-11T18:15:08.700Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-11T18:15:08.700Z] archive_test.go:133: Xz not present in msys2 [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-11T18:15:08.700Z] archive_test.go:140: zstd not installed [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-11T18:15:08.700Z] archive_test.go:252: Failing on Windows CI machines [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-11T18:15:08.700Z] archive_windows_test.go:16: Currently fails [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-11T18:15:08.700Z] changes_test.go:195: needs more investigation [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-11T18:15:08.700Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-11T18:15:08.700Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-11T18:15:08.700Z] changes_test.go:432: needs further investigation [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-11T18:15:08.700Z] changes_test.go:468: needs further investigation [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-11T18:15:08.700Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-11T18:15:08.700Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-11T18:15:08.700Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-11T18:15:08.700Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-11T18:15:08.700Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-11T18:15:08.700Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-11T18:15:08.700Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-11T18:15:08.700Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-11T18:15:08.700Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-11T18:15:08.700Z] poller_test.go:40: No chmod on Windows [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-11T18:15:08.700Z] fileutils_test.go:133: Needs porting to Windows [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-11T18:15:08.700Z] fileutils_test.go:179: Needs porting to Windows [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-11T18:15:08.700Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-11T18:15:08.700Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-11T18:15:08.700Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-11T18:15:08.700Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-11T18:15:08.700Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-11T18:15:08.700Z] [2022-03-11T18:15:08.700Z] DONE 2077 tests, 70 skipped in 282.732s [2022-03-11T18:15:08.700Z] INFO: make.ps1 ended at 03/11/2022 18:15:08 [2022-03-11T18:15:09.753Z] --- PASS: TestServiceUpdateConfigs (14.54s) [2022-03-11T18:15:09.753Z] === RUN TestServiceUpdateNetwork [2022-03-11T18:15:09.837Z] === RUN TestExternalGraphDriver/spec [2022-03-11T18:15:09.888Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-11T18:15:10.267Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-11T18:15:10.267Z] INFO: Unit tests ended at 03/11/2022 18:15:10. Duration:00:04:57.1686448 [2022-03-11T18:15:10.267Z] INFO: Building busybox [2022-03-11T18:15:10.267Z] Sending build context to Docker daemon 5.12kB [2022-03-11T18:15:10.267Z] [2022-03-11T18:15:10.267Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-11T18:15:10.267Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-11T18:15:10.267Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-11T18:15:10.267Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-11T18:15:10.267Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-11T18:15:10.267Z] ---> 02f938cacc3b [2022-03-11T18:15:10.267Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-11T18:15:10.452Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-11T18:15:10.708Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-03-11T18:15:10.735Z] ---> Running in cbff41b4fd16 [2022-03-11T18:15:11.211Z] === RUN TestExternalGraphDriver/pull [2022-03-11T18:15:11.752Z] ---> 8f49f54b8aff [2022-03-11T18:15:11.752Z] Successfully built 8f49f54b8aff [2022-03-11T18:15:11.752Z] Successfully tagged docker:latest [2022-03-11T18:15:11.752Z] INFO: Image build ended at 03/11/2022 18:15:10. Duration:00:04:28.3429651 [2022-03-11T18:15:11.752Z] [2022-03-11T18:15:11.752Z] [2022-03-11T18:15:11.752Z] INFO: Building the test binaries at 03/11/2022 18:15:10... [2022-03-11T18:15:12.585Z] --- PASS: TestExternalGraphDriver (4.67s) [2022-03-11T18:15:12.585Z] --- PASS: TestExternalGraphDriver/json (1.53s) [2022-03-11T18:15:12.585Z] --- PASS: TestExternalGraphDriver/spec (1.55s) [2022-03-11T18:15:12.585Z] --- PASS: TestExternalGraphDriver/pull (1.55s) [2022-03-11T18:15:12.585Z] === RUN TestGraphdriverPluginV2 [2022-03-11T18:15:12.585Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-11T18:15:12.585Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-03-11T18:15:12.585Z] PASS [2022-03-11T18:15:12.585Z] [2022-03-11T18:15:12.585Z] === Skipped [2022-03-11T18:15:12.585Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-03-11T18:15:12.585Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-11T18:15:12.585Z] [2022-03-11T18:15:12.585Z] DONE 5 tests, 1 skipped in 4.799s [2022-03-11T18:15:12.585Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-11T18:15:12.585Z] ++ 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 [2022-03-11T18:15:12.585Z] ++ set -e [2022-03-11T18:15:12.585Z] ++ '[' -n 0 ']' [2022-03-11T18:15:12.585Z] ++ set -x [2022-03-11T18:15:12.585Z] ++ 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 [2022-03-11T18:15:12.585Z] INFO: Testing against a local daemon [2022-03-11T18:15:12.585Z] === RUN TestContinueAfterPluginCrash [2022-03-11T18:15:12.585Z] === PAUSE TestContinueAfterPluginCrash [2022-03-11T18:15:12.585Z] === RUN TestReadPluginNoRead [2022-03-11T18:15:12.585Z] === PAUSE TestReadPluginNoRead [2022-03-11T18:15:12.585Z] === RUN TestDaemonStartWithLogOpt [2022-03-11T18:15:12.602Z] check_test.go:308: [ded66c5d35063] daemon is not started [2022-03-11T18:15:12.602Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-03-11T18:15:12.602Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-11T18:15:12.843Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-11T18:15:12.843Z] === CONT TestContinueAfterPluginCrash [2022-03-11T18:15:12.843Z] === CONT TestDaemonStartWithLogOpt [2022-03-11T18:15:13.167Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-11T18:15:13.729Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-11T18:15:14.663Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-11T18:15:15.485Z] Removing intermediate container cbff41b4fd16 [2022-03-11T18:15:15.485Z] ---> cf7412fe01c5 [2022-03-11T18:15:15.485Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-11T18:15:15.485Z] ---> Running in 347ed8cfe5df [2022-03-11T18:15:15.485Z] Removing intermediate container 347ed8cfe5df [2022-03-11T18:15:15.485Z] ---> 31d0bbf6e985 [2022-03-11T18:15:15.485Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-11T18:15:15.953Z] ---> Running in 95a524cc2ee6 [2022-03-11T18:15:15.953Z] Removing intermediate container 95a524cc2ee6 [2022-03-11T18:15:15.953Z] ---> 5a9c87dd0568 [2022-03-11T18:15:15.953Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-11T18:15:16.123Z] --- PASS: TestDaemonStartWithLogOpt (2.97s) [2022-03-11T18:15:16.123Z] === CONT TestReadPluginNoRead [2022-03-11T18:15:16.558Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (14.81s) [2022-03-11T18:15:16.558Z] PASS [2022-03-11T18:15:16.558Z] [2022-03-11T18:15:16.558Z] === Skipped [2022-03-11T18:15:16.558Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-11T18:15:16.558Z] build_session_test.go:25: TODO: BuildKit [2022-03-11T18:15:16.558Z] [2022-03-11T18:15:16.558Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-11T18:15:16.558Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-11T18:15:16.558Z] [2022-03-11T18:15:16.558Z] DONE 34 tests, 2 skipped in 176.913s [2022-03-11T18:15:16.558Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-11T18:15:16.558Z] ++ 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 [2022-03-11T18:15:16.558Z] ++ set -e [2022-03-11T18:15:16.558Z] ++ '[' -n 0 ']' [2022-03-11T18:15:16.558Z] ++ set -x [2022-03-11T18:15:16.558Z] ++ 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 [2022-03-11T18:15:16.558Z] INFO: Testing against a local daemon [2022-03-11T18:15:16.558Z] === RUN TestConfigInspect [2022-03-11T18:15:16.558Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-11T18:15:16.558Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-03-11T18:15:17.490Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-11T18:15:17.517Z] [2022-03-11T18:15:17.634Z] INFO: make.ps1 starting at 03/11/2022 18:15:16 [2022-03-11T18:15:17.634Z] INFO: Git commit (6fa0331d95) assumed from DOCKER_GITCOMMIT environment variable [2022-03-11T18:15:17.634Z] INFO: Invoking autogen... [2022-03-11T18:15:17.926Z] ok github.com/docker/docker/api/server/httputils 0.017s coverage: 14.7% of statements [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-11T18:15:17.926Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2022-03-11T18:15:17.926Z] ok github.com/docker/docker/api/types/filters 0.021s coverage: 92.2% of statements [2022-03-11T18:15:17.926Z] ok github.com/docker/docker/api/server/router/swarm 0.026s coverage: 5.7% of statements [2022-03-11T18:15:17.926Z] ok github.com/docker/docker/api/types/time 0.041s coverage: 100.0% of statements [2022-03-11T18:15:17.926Z] ok github.com/docker/docker/api/types/versions 0.041s coverage: 77.3% of statements [2022-03-11T18:15:17.926Z] ok github.com/docker/docker/api/server/middleware 0.014s coverage: 37.7% of statements [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/types [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/builder [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-11T18:15:17.926Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-11T18:15:17.926Z] ok github.com/docker/docker/cli/debug 0.009s coverage: 100.0% of statements [2022-03-11T18:15:17.927Z] ok github.com/docker/docker/cmd/docker-proxy 0.168s coverage: 67.6% of statements [2022-03-11T18:15:17.927Z] ok github.com/docker/docker/builder/remotecontext 0.155s coverage: 13.7% of statements [2022-03-11T18:15:17.984Z] ---> 9b2a25967cf6 [2022-03-11T18:15:17.984Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-11T18:15:17.984Z] ---> Running in 318eecfe5c54 [2022-03-11T18:15:18.022Z] === RUN TestReadPluginNoRead/default [2022-03-11T18:15:18.186Z] ok github.com/docker/docker/builder/dockerfile 0.419s coverage: 49.3% of statements [2022-03-11T18:15:18.420Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-11T18:15:18.420Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-11T18:15:18.624Z] INFO: Building daemon... [2022-03-11T18:15:18.956Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-11T18:15:19.354Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-03-11T18:15:19.610Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-11T18:15:19.610Z] --- PASS: TestConfigInspect (3.11s) [2022-03-11T18:15:19.610Z] === RUN TestConfigList [2022-03-11T18:15:19.891Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-11T18:15:20.172Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-11T18:15:20.823Z] --- PASS: TestContinueAfterPluginCrash (8.03s) [2022-03-11T18:15:21.023Z] 8f616e6e9eec: Verifying Checksum [2022-03-11T18:15:21.023Z] 8f616e6e9eec: Download complete [2022-03-11T18:15:21.082Z] === CONT TestReadPluginNoRead [2022-03-11T18:15:21.082Z] read_test.go:92: [d60080a64bd94] daemon is not started [2022-03-11T18:15:21.082Z] --- PASS: TestReadPluginNoRead (5.48s) [2022-03-11T18:15:21.082Z] --- PASS: TestReadPluginNoRead/default (1.11s) [2022-03-11T18:15:21.082Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.11s) [2022-03-11T18:15:21.082Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.14s) [2022-03-11T18:15:21.082Z] PASS [2022-03-11T18:15:21.082Z] [2022-03-11T18:15:21.082Z] DONE 6 tests in 8.556s [2022-03-11T18:15:21.082Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-11T18:15:21.082Z] ++ 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 [2022-03-11T18:15:21.082Z] ++ set -e [2022-03-11T18:15:21.082Z] ++ '[' -n 0 ']' [2022-03-11T18:15:21.082Z] ++ set -x [2022-03-11T18:15:21.082Z] ++ 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 [2022-03-11T18:15:21.340Z] testing: warning: no tests to run [2022-03-11T18:15:21.340Z] PASS [2022-03-11T18:15:21.340Z] [2022-03-11T18:15:21.340Z] DONE 0 tests in 0.039s [2022-03-11T18:15:21.340Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-11T18:15:21.340Z] ++ 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 [2022-03-11T18:15:21.340Z] ++ set -e [2022-03-11T18:15:21.340Z] ++ '[' -n 0 ']' [2022-03-11T18:15:21.340Z] ++ set -x [2022-03-11T18:15:21.340Z] ++ 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 [2022-03-11T18:15:21.340Z] INFO: Testing against a local daemon [2022-03-11T18:15:21.340Z] === RUN TestPluginWithDevMounts [2022-03-11T18:15:21.340Z] === PAUSE TestPluginWithDevMounts [2022-03-11T18:15:21.340Z] === CONT TestPluginWithDevMounts [2022-03-11T18:15:21.471Z] ok github.com/docker/docker/client 0.138s coverage: 75.7% of statements [2022-03-11T18:15:21.471Z] ok github.com/docker/docker/builder/remotecontext/git 5.454s coverage: 86.3% of statements [2022-03-11T18:15:21.471Z] ? github.com/docker/docker/cli [no test files] [2022-03-11T18:15:21.471Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-11T18:15:21.952Z] --- PASS: TestServiceUpdateNetwork (12.79s) [2022-03-11T18:15:21.952Z] === RUN TestServiceUpdatePidsLimit [2022-03-11T18:15:22.070Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-03-11T18:15:22.636Z] --- PASS: TestConfigList (2.92s) [2022-03-11T18:15:22.636Z] === RUN TestConfigsCreateAndDelete [2022-03-11T18:15:23.240Z] --- PASS: TestPluginWithDevMounts (1.55s) [2022-03-11T18:15:23.240Z] PASS [2022-03-11T18:15:23.240Z] [2022-03-11T18:15:23.240Z] DONE 1 tests in 1.674s [2022-03-11T18:15:23.240Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-11T18:15:23.240Z] ++ 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 [2022-03-11T18:15:23.240Z] ++ set -e [2022-03-11T18:15:23.240Z] ++ '[' -n 0 ']' [2022-03-11T18:15:23.240Z] ++ set -x [2022-03-11T18:15:23.240Z] ++ 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 [2022-03-11T18:15:23.240Z] INFO: Testing against a local daemon [2022-03-11T18:15:23.240Z] === RUN TestSecretInspect [2022-03-11T18:15:23.330Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-11T18:15:23.898Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-11T18:15:25.151Z] --- PASS: TestSecretInspect (2.13s) [2022-03-11T18:15:25.151Z] === RUN TestSecretList [2022-03-11T18:15:25.155Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-03-11T18:15:25.718Z] --- PASS: TestConfigsCreateAndDelete (3.08s) [2022-03-11T18:15:25.718Z] === RUN TestConfigsUpdate [2022-03-11T18:15:26.736Z] Removing intermediate container 318eecfe5c54 [2022-03-11T18:15:26.736Z] ---> caee28c32098 [2022-03-11T18:15:26.736Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-11T18:15:26.736Z] ---> Running in 9f8f9857960a [2022-03-11T18:15:27.049Z] --- PASS: TestSecretList (1.71s) [2022-03-11T18:15:27.049Z] === RUN TestSecretsCreateAndDelete [2022-03-11T18:15:27.727Z] [2022-03-11T18:15:27.727Z] SUCCESS: Specified value was saved. [2022-03-11T18:15:28.238Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-03-11T18:15:28.802Z] --- PASS: TestConfigsUpdate (2.96s) [2022-03-11T18:15:28.802Z] === RUN TestTemplatedConfig [2022-03-11T18:15:28.948Z] --- PASS: TestSecretsCreateAndDelete (2.19s) [2022-03-11T18:15:28.948Z] === RUN TestSecretsUpdate [2022-03-11T18:15:29.585Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.025s coverage: 65.3% of statements [2022-03-11T18:15:29.585Z] ok github.com/docker/docker/daemon/cluster/convert 0.013s coverage: 35.9% of statements [2022-03-11T18:15:29.585Z] ok github.com/docker/docker/container 0.158s coverage: 34.8% of statements [2022-03-11T18:15:30.153Z] ok github.com/docker/docker/daemon/config 0.104s coverage: 81.0% of statements [2022-03-11T18:15:30.153Z] ok github.com/docker/docker/daemon/events 0.092s coverage: 50.0% of statements [2022-03-11T18:15:30.170Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-03-11T18:15:30.413Z] ok github.com/docker/docker/cmd/dockerd/trap 2.758s coverage: 0.0% of statements [2022-03-11T18:15:30.671Z] ok github.com/docker/docker/daemon/graphdriver 0.060s coverage: 2.2% of statements [2022-03-11T18:15:30.677Z] Removing intermediate container 9f8f9857960a [2022-03-11T18:15:30.678Z] ---> 43cc7c360f8e [2022-03-11T18:15:30.678Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-11T18:15:30.678Z] ---> Running in 380588a129f9 [2022-03-11T18:15:31.473Z] --- PASS: TestSecretsUpdate (2.13s) [2022-03-11T18:15:31.473Z] === RUN TestTemplatedSecret [2022-03-11T18:15:31.538Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-03-11T18:15:32.018Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-11T18:15:32.047Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.495s coverage: 56.2% of statements [2022-03-11T18:15:32.306Z] ok github.com/docker/docker/cmd/dockerd 0.106s coverage: 29.3% of statements [2022-03-11T18:15:32.306Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-11T18:15:32.306Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-11T18:15:32.306Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-11T18:15:32.306Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-11T18:15:32.306Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-11T18:15:32.470Z] --- PASS: TestTemplatedConfig (3.67s) [2022-03-11T18:15:32.470Z] === RUN TestConfigCreateResolve [2022-03-11T18:15:32.564Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.040s coverage: 74.6% of statements [2022-03-11T18:15:32.823Z] ok github.com/docker/docker/daemon/cluster 0.114s coverage: 0.5% of statements [2022-03-11T18:15:33.372Z] --- PASS: TestTemplatedSecret (2.13s) [2022-03-11T18:15:33.372Z] === RUN TestSecretCreateResolve [2022-03-11T18:15:33.759Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.036s coverage: 3.0% of statements [2022-03-11T18:15:33.759Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.8% of statements [2022-03-11T18:15:33.836Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-03-11T18:15:34.093Z] check_test.go:308: [d8fccce53159c] daemon is not started [2022-03-11T18:15:34.093Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-03-11T18:15:34.326Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.281s coverage: 50.5% of statements [2022-03-11T18:15:34.516Z] Cannot create a file when that file already exists. [2022-03-11T18:15:34.656Z] check_test.go:308: [de180b19afae8] daemon is not started [2022-03-11T18:15:34.656Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-03-11T18:15:34.893Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 58.8% of statements [2022-03-11T18:15:34.893Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.044s coverage: 2.9% of statements [2022-03-11T18:15:34.893Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2022-03-11T18:15:35.152Z] ok github.com/docker/docker/daemon/images 0.026s coverage: 6.8% of statements [2022-03-11T18:15:35.218Z] --- PASS: TestConfigCreateResolve (2.95s) [2022-03-11T18:15:35.218Z] PASS [2022-03-11T18:15:35.218Z] [2022-03-11T18:15:35.218Z] DONE 6 tests in 18.826s [2022-03-11T18:15:35.218Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-11T18:15:35.218Z] ++ 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 [2022-03-11T18:15:35.218Z] ++ set -e [2022-03-11T18:15:35.218Z] ++ '[' -n 0 ']' [2022-03-11T18:15:35.218Z] ++ set -x [2022-03-11T18:15:35.219Z] ++ 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 [2022-03-11T18:15:35.476Z] INFO: Testing against a local daemon [2022-03-11T18:15:35.476Z] === RUN TestCheckpoint [2022-03-11T18:15:35.476Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-11T18:15:35.476Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-11T18:15:35.476Z] === RUN TestContainerInvalidJSON [2022-03-11T18:15:35.476Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:15:35.476Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:15:35.476Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:15:35.476Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:15:35.476Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:15:35.476Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:15:35.476Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-11T18:15:35.476Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-11T18:15:35.476Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-11T18:15:35.476Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-11T18:15:35.719Z] ok github.com/docker/docker/daemon/logger/fluentd 0.048s coverage: 33.6% of statements [2022-03-11T18:15:35.732Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2022-03-11T18:15:35.732Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-11T18:15:35.732Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2022-03-11T18:15:35.732Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-11T18:15:35.732Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-03-11T18:15:35.732Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-11T18:15:35.732Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-03-11T18:15:35.732Z] === RUN TestCopyFromContainer [2022-03-11T18:15:35.897Z] --- PASS: TestSecretCreateResolve (2.12s) [2022-03-11T18:15:35.897Z] PASS [2022-03-11T18:15:35.897Z] [2022-03-11T18:15:35.897Z] DONE 6 tests in 12.524s [2022-03-11T18:15:35.897Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-03-11T18:15:35.897Z] ++ 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 [2022-03-11T18:15:35.897Z] ++ set -e [2022-03-11T18:15:35.897Z] ++ '[' -n 0 ']' [2022-03-11T18:15:35.897Z] ++ set -x [2022-03-11T18:15:35.897Z] ++ 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 [2022-03-11T18:15:35.897Z] INFO: Testing against a local daemon [2022-03-11T18:15:35.897Z] === RUN TestServiceCreateInit [2022-03-11T18:15:35.897Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-11T18:15:35.977Z] ok github.com/docker/docker/daemon/logger/gelf 0.023s coverage: 67.0% of statements [2022-03-11T18:15:35.977Z] ok github.com/docker/docker/daemon/logger/awslogs 0.131s coverage: 79.9% of statements [2022-03-11T18:15:35.988Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-03-11T18:15:36.236Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.458s coverage: 58.0% of statements [2022-03-11T18:15:36.236Z] ok github.com/docker/docker/daemon/logger 0.225s coverage: 43.0% of statements [2022-03-11T18:15:36.245Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-11T18:15:36.495Z] ok github.com/docker/docker/daemon/logger/journald 0.009s coverage: 23.9% of statements [2022-03-11T18:15:36.495Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2022-03-11T18:15:36.495Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 69.9% of statements [2022-03-11T18:15:36.501Z] check_test.go:308: [d13567645de23] daemon is not started [2022-03-11T18:15:36.501Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-03-11T18:15:37.064Z] ok github.com/docker/docker/daemon/logger/local 0.043s coverage: 78.7% of statements [2022-03-11T18:15:37.064Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.035s coverage: 59.1% of statements [2022-03-11T18:15:37.068Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-11T18:15:37.323Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.022s coverage: 31.5% of statements [2022-03-11T18:15:37.323Z] ok github.com/docker/docker/daemon/logger/templates 0.030s coverage: 8.3% of statements [2022-03-11T18:15:37.323Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2022-03-11T18:15:37.581Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.652s coverage: 46.2% of statements [2022-03-11T18:15:37.581Z] ok github.com/docker/docker/daemon/network 0.032s coverage: 63.8% of statements [2022-03-11T18:15:37.632Z] === RUN TestCopyFromContainer// [2022-03-11T18:15:37.632Z] === RUN TestCopyFromContainer//bar/root [2022-03-11T18:15:37.893Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-11T18:15:37.893Z] === RUN TestCopyFromContainer/bar/quux [2022-03-11T18:15:38.148Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.487s coverage: 13.7% of statements [2022-03-11T18:15:38.148Z] ok github.com/docker/docker/distribution/metadata 0.041s coverage: 48.2% of statements [2022-03-11T18:15:38.150Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-11T18:15:38.150Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-11T18:15:38.406Z] ok github.com/docker/docker/errdefs 0.016s coverage: 53.1% of statements [2022-03-11T18:15:38.406Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-11T18:15:38.406Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-11T18:15:38.406Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-11T18:15:38.579Z] --- PASS: TestServiceUpdatePidsLimit (16.43s) [2022-03-11T18:15:38.579Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.83s) [2022-03-11T18:15:38.579Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-03-11T18:15:38.579Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-03-11T18:15:38.579Z] PASS [2022-03-11T18:15:38.579Z] [2022-03-11T18:15:38.579Z] === Skipped [2022-03-11T18:15:38.579Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-11T18:15:38.579Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-11T18:15:38.579Z] [2022-03-11T18:15:38.579Z] DONE 27 tests, 1 skipped in 182.999s [2022-03-11T18:15:38.579Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-11T18:15:38.579Z] INFO: Testing against a local daemon [2022-03-11T18:15:38.579Z] === RUN TestSessionCreate [2022-03-11T18:15:38.579Z] --- PASS: TestSessionCreate (0.02s) [2022-03-11T18:15:38.579Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-11T18:15:38.579Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-11T18:15:38.579Z] PASS [2022-03-11T18:15:38.579Z] [2022-03-11T18:15:38.579Z] DONE 2 tests in 0.071s [2022-03-11T18:15:38.579Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-11T18:15:38.579Z] INFO: Testing against a local daemon [2022-03-11T18:15:38.579Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-11T18:15:38.579Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-03-11T18:15:38.579Z] === RUN TestDiskUsage [2022-03-11T18:15:38.579Z] === PAUSE TestDiskUsage [2022-03-11T18:15:38.579Z] === RUN TestEventsExecDie [2022-03-11T18:15:38.664Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-11T18:15:38.664Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-03-11T18:15:38.664Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-11T18:15:38.664Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-11T18:15:38.664Z] ok github.com/docker/docker/image/cache 0.011s coverage: 19.2% of statements [2022-03-11T18:15:38.664Z] ok github.com/docker/docker/image 0.031s coverage: 86.9% of statements [2022-03-11T18:15:38.838Z] --- PASS: TestEventsExecDie (0.59s) [2022-03-11T18:15:38.838Z] === RUN TestEventsBackwardsCompatible [2022-03-11T18:15:38.921Z] --- PASS: TestCopyFromContainer (3.18s) [2022-03-11T18:15:38.921Z] --- PASS: TestCopyFromContainer// (0.19s) [2022-03-11T18:15:38.921Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2022-03-11T18:15:38.921Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2022-03-11T18:15:38.921Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2022-03-11T18:15:38.921Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.14s) [2022-03-11T18:15:38.921Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2022-03-11T18:15:38.921Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.13s) [2022-03-11T18:15:38.921Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2022-03-11T18:15:38.921Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s) [2022-03-11T18:15:38.921Z] --- PASS: TestCopyFromContainer/bar/notarget (0.18s) [2022-03-11T18:15:38.921Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-11T18:15:38.921Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:15:38.921Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:15:38.921Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:15:38.921Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:15:38.921Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:15:38.921Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:15:38.921Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:15:38.921Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:15:38.921Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:15:38.921Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-03-11T18:15:38.921Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-11T18:15:38.921Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-11T18:15:38.921Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-11T18:15:38.921Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-11T18:15:38.922Z] ok github.com/docker/docker/daemon/logger/splunk 1.497s coverage: 82.5% of statements [2022-03-11T18:15:38.922Z] ok github.com/docker/docker/libcontainerd/queue 0.045s coverage: 100.0% of statements [2022-03-11T18:15:38.922Z] ok github.com/docker/docker/image/v1 0.015s coverage: 25.0% of statements [2022-03-11T18:15:38.922Z] ok github.com/docker/docker/image/tarexport 0.014s coverage: 0.7% of statements [2022-03-11T18:15:39.097Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-03-11T18:15:39.097Z] === RUN TestEventsVolumeCreate [2022-03-11T18:15:39.097Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-03-11T18:15:39.097Z] === RUN TestInfoBinaryCommits [2022-03-11T18:15:39.097Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-11T18:15:39.097Z] === RUN TestInfoAPIVersioned [2022-03-11T18:15:39.097Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-11T18:15:39.097Z] === RUN TestInfoAPI [2022-03-11T18:15:39.097Z] --- PASS: TestInfoAPI (0.02s) [2022-03-11T18:15:39.097Z] === RUN TestInfoAPIWarnings [2022-03-11T18:15:39.176Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-11T18:15:39.178Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-03-11T18:15:39.178Z] === RUN TestCreateWithInvalidEnv [2022-03-11T18:15:39.178Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-11T18:15:39.178Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-11T18:15:39.178Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-11T18:15:39.178Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-11T18:15:39.178Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-11T18:15:39.178Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-11T18:15:39.178Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-11T18:15:39.178Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-11T18:15:39.178Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-11T18:15:39.178Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-11T18:15:39.178Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-11T18:15:39.178Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-11T18:15:39.178Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-11T18:15:39.178Z] === RUN TestCreateTmpfsMountsTarget [2022-03-11T18:15:39.178Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-03-11T18:15:39.178Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-11T18:15:39.180Z] ok github.com/docker/docker/distribution 0.606s coverage: 28.4% of statements [2022-03-11T18:15:39.180Z] ok github.com/docker/docker/pkg/aaparser 0.009s coverage: 52.9% of statements [2022-03-11T18:15:39.438Z] ok github.com/docker/docker/oci 0.016s coverage: 43.3% of statements [2022-03-11T18:15:39.438Z] ok github.com/docker/docker/opts 0.029s coverage: 67.4% of statements [2022-03-11T18:15:39.438Z] ok github.com/docker/docker/pkg/broadcaster 0.017s coverage: 100.0% of statements [2022-03-11T18:15:39.697Z] ok github.com/docker/docker/pkg/capabilities 0.024s coverage: 87.5% of statements [2022-03-11T18:15:39.743Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-03-11T18:15:39.956Z] ok github.com/docker/docker/distribution/xfer 1.747s coverage: 85.4% of statements [2022-03-11T18:15:40.215Z] ok github.com/docker/docker/pkg/containerfs 0.021s coverage: 6.7% of statements [2022-03-11T18:15:40.215Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 80.0% of statements [2022-03-11T18:15:40.306Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-03-11T18:15:40.383Z] Removing intermediate container 380588a129f9 [2022-03-11T18:15:40.383Z] ---> 722d0ca51e28 [2022-03-11T18:15:40.383Z] Step 13/13 : CMD ["sh"] [2022-03-11T18:15:40.383Z] ---> Running in 365c558e4a51 [2022-03-11T18:15:40.383Z] Removing intermediate container 365c558e4a51 [2022-03-11T18:15:40.383Z] ---> ab8918048c99 [2022-03-11T18:15:40.383Z] Successfully built ab8918048c99 [2022-03-11T18:15:40.383Z] Successfully tagged busybox:latest [2022-03-11T18:15:40.383Z] INFO: Docker images of the daemon under test [2022-03-11T18:15:40.383Z] [2022-03-11T18:15:40.383Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-11T18:15:40.383Z] busybox latest ab8918048c99 Less than a second ago 5.01GB [2022-03-11T18:15:40.383Z] microsoft/windowsservercore latest 02f938cacc3b 8 days ago 4.96GB [2022-03-11T18:15:40.383Z] mcr.microsoft.com/windows/servercore ltsc2022 02f938cacc3b 8 days ago 4.96GB [2022-03-11T18:15:40.383Z] [2022-03-11T18:15:40.383Z] INFO: Running integration tests at 03/11/2022 18:15:39... [2022-03-11T18:15:40.383Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-11T18:15:40.383Z] INFO: Integration API tests being run from the host: [2022-03-11T18:15:40.383Z] INFO: make.ps1 starting at 03/11/2022 18:15:39 [2022-03-11T18:15:40.473Z] ok github.com/docker/docker/pkg/authorization 0.434s coverage: 68.3% of statements [2022-03-11T18:15:40.473Z] ok github.com/docker/docker/pkg/dmesg 0.010s coverage: 83.3% of statements [2022-03-11T18:15:40.732Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-03-11T18:15:40.732Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-03-11T18:15:40.732Z] ok github.com/docker/docker/pkg/fsutils 0.210s coverage: 85.1% of statements [2022-03-11T18:15:40.732Z] ok github.com/docker/docker/pkg/archive 0.442s coverage: 82.2% of statements [2022-03-11T18:15:40.991Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2022-03-11T18:15:41.237Z] --- PASS: TestCreateWithCustomMaskedPaths (2.19s) [2022-03-11T18:15:41.237Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-11T18:15:41.249Z] ok github.com/docker/docker/pkg/filenotify 0.616s coverage: 67.0% of statements [2022-03-11T18:15:41.249Z] ok github.com/docker/docker/pkg/jsonmessage 0.020s coverage: 91.7% of statements [2022-03-11T18:15:41.249Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2022-03-11T18:15:41.249Z] ok github.com/docker/docker/pkg/parsers 0.014s coverage: 97.0% of statements [2022-03-11T18:15:41.370Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-11T18:15:41.508Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-03-11T18:15:41.508Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.014s coverage: 86.7% of statements [2022-03-11T18:15:41.508Z] ok github.com/docker/docker/pkg/pidfile 0.006s coverage: 82.4% of statements [2022-03-11T18:15:41.508Z] ok github.com/docker/docker/pkg/ioutils 0.468s coverage: 70.1% of statements [2022-03-11T18:15:41.508Z] ok github.com/docker/docker/pkg/idtools 0.462s coverage: 69.5% of statements [2022-03-11T18:15:41.767Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2022-03-11T18:15:41.800Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-11T18:15:42.025Z] ok github.com/docker/docker/pkg/pools 0.019s coverage: 88.2% of statements [2022-03-11T18:15:42.025Z] ok github.com/docker/docker/pkg/progress 0.017s coverage: 75.9% of statements [2022-03-11T18:15:42.025Z] ok github.com/docker/docker/pkg/plugins/transport 0.012s coverage: 85.7% of statements [2022-03-11T18:15:42.025Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-03-11T18:15:42.025Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-03-11T18:15:42.283Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-03-11T18:15:42.283Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2022-03-11T18:15:42.283Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-03-11T18:15:42.456Z] --- PASS: TestServiceCreateInit (6.51s) [2022-03-11T18:15:42.456Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.52s) [2022-03-11T18:15:42.456Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (2.98s) [2022-03-11T18:15:42.456Z] === RUN TestCreateServiceMultipleTimes [2022-03-11T18:15:42.542Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 42.3% of statements [2022-03-11T18:15:42.542Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 53.8% of statements [2022-03-11T18:15:42.728Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-03-11T18:15:42.801Z] ok github.com/docker/docker/pkg/tailfile 0.040s coverage: 88.6% of statements [2022-03-11T18:15:42.801Z] ok github.com/docker/docker/pkg/chrootarchive 2.650s coverage: 43.5% of statements [2022-03-11T18:15:42.801Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2022-03-11T18:15:43.060Z] ok github.com/docker/docker/pkg/urlutil 0.006s coverage: 100.0% of statements [2022-03-11T18:15:43.060Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-03-11T18:15:43.060Z] ok github.com/docker/docker/pkg/tarsum 0.062s coverage: 89.3% of statements [2022-03-11T18:15:43.060Z] ok github.com/docker/docker/pkg/pubsub 1.045s coverage: 75.0% of statements [2022-03-11T18:15:43.292Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.04s) [2022-03-11T18:15:43.292Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-11T18:15:43.292Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:15:43.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:15:43.292Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:15:43.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:15:43.292Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:15:43.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:15:43.292Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:15:43.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:15:43.292Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:15:43.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:15:43.292Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:15:43.292Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:15:43.292Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:15:43.292Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:15:43.548Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:15:43.548Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-03-11T18:15:43.548Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-11T18:15:43.548Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-11T18:15:43.548Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2022-03-11T18:15:43.548Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-03-11T18:15:43.548Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-03-11T18:15:43.548Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-11T18:15:43.626Z] ok github.com/docker/docker/plugin/v2 0.006s coverage: 14.4% of statements [2022-03-11T18:15:43.626Z] ok github.com/docker/docker/profiles/seccomp 0.012s coverage: 86.0% of statements [2022-03-11T18:15:43.626Z] ok github.com/docker/docker/reference 0.010s coverage: 84.4% of statements [2022-03-11T18:15:44.111Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.51s) [2022-03-11T18:15:44.111Z] === RUN TestCreateDifferentPlatform [2022-03-11T18:15:44.111Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-11T18:15:44.111Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-11T18:15:44.111Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-11T18:15:44.111Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-11T18:15:44.111Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-11T18:15:44.111Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-11T18:15:44.111Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-11T18:15:44.111Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-11T18:15:44.111Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-11T18:15:44.111Z] === RUN TestContainerStartOnDaemonRestart [2022-03-11T18:15:44.111Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-11T18:15:44.111Z] === RUN TestDaemonRestartIpcMode [2022-03-11T18:15:44.111Z] === PAUSE TestDaemonRestartIpcMode [2022-03-11T18:15:44.111Z] === RUN TestDaemonHostGatewayIP [2022-03-11T18:15:44.111Z] === PAUSE TestDaemonHostGatewayIP [2022-03-11T18:15:44.111Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-11T18:15:44.111Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-11T18:15:44.111Z] === RUN TestContainerKillOnDaemonStart [2022-03-11T18:15:44.111Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-11T18:15:44.111Z] === RUN TestDiff [2022-03-11T18:15:44.192Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-11T18:15:44.192Z] ok github.com/docker/docker/restartmanager 0.004s coverage: 45.3% of statements [2022-03-11T18:15:44.367Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-11T18:15:44.450Z] ok github.com/docker/docker/testutil 0.005s coverage: 62.5% of statements [2022-03-11T18:15:44.450Z] ok github.com/docker/docker/plugin 0.531s coverage: 23.2% of statements [2022-03-11T18:15:44.450Z] ok github.com/docker/docker/runconfig 0.011s coverage: 65.7% of statements [2022-03-11T18:15:44.450Z] ok github.com/docker/docker/registry 0.070s coverage: 58.3% of statements [2022-03-11T18:15:44.624Z] --- PASS: TestDiff (0.50s) [2022-03-11T18:15:44.624Z] === RUN TestExecWithCloseStdin [2022-03-11T18:15:44.709Z] ok github.com/docker/docker/quota 0.471s coverage: 71.4% of statements [2022-03-11T18:15:45.187Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-11T18:15:45.187Z] --- PASS: TestExecWithCloseStdin (0.73s) [2022-03-11T18:15:45.187Z] === RUN TestExec [2022-03-11T18:15:45.275Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements [2022-03-11T18:15:45.533Z] ok github.com/docker/docker/volume/mounts 0.007s coverage: 67.7% of statements [2022-03-11T18:15:45.791Z] ok github.com/docker/docker/volume/local 0.151s coverage: 76.4% of statements [2022-03-11T18:15:46.048Z] ok github.com/docker/docker/volume/service 0.011s coverage: 72.3% of statements [2022-03-11T18:15:46.116Z] --- PASS: TestExec (0.74s) [2022-03-11T18:15:46.116Z] === RUN TestExecUser [2022-03-11T18:15:46.373Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-03-11T18:15:46.936Z] --- PASS: TestExecUser (0.76s) [2022-03-11T18:15:46.936Z] === RUN TestExportContainerAndImportImage [2022-03-11T18:15:46.983Z] ok github.com/docker/docker/daemon 10.121s coverage: 17.2% of statements [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-11T18:15:46.983Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-11T18:15:47.240Z] ok github.com/docker/docker/layer 7.160s coverage: 69.0% of statements [2022-03-11T18:15:47.240Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-11T18:15:47.240Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-11T18:15:47.240Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-11T18:15:47.240Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-11T18:15:47.240Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-11T18:15:47.240Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-11T18:15:47.240Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-11T18:15:47.240Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-11T18:15:47.240Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-11T18:15:47.502Z] --- PASS: TestExportContainerAndImportImage (0.86s) [2022-03-11T18:15:47.502Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-11T18:15:49.394Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2022-03-11T18:15:49.394Z] === RUN TestHealthCheckWorkdir [2022-03-11T18:15:49.957Z] --- PASS: TestHealthCheckWorkdir (0.77s) [2022-03-11T18:15:49.957Z] === RUN TestHealthKillContainer [2022-03-11T18:15:49.957Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-03-11T18:15:50.522Z] check_test.go:308: [d2cb8f7d44010] daemon is not started [2022-03-11T18:15:50.522Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-03-11T18:15:50.780Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-11T18:15:51.038Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-03-11T18:15:51.608Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-03-11T18:15:52.185Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-03-11T18:15:53.554Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-11T18:15:53.554Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-11T18:15:54.922Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-03-11T18:15:54.922Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-11T18:15:57.175Z] --- PASS: TestInfoAPIWarnings (16.24s) [2022-03-11T18:15:57.175Z] === RUN TestInfoDebug [2022-03-11T18:15:57.175Z] --- PASS: TestInfoDebug (0.52s) [2022-03-11T18:15:57.175Z] === RUN TestInfoInsecureRegistries [2022-03-11T18:15:57.175Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-11T18:15:57.175Z] === RUN TestInfoRegistryMirrors [2022-03-11T18:15:57.175Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-11T18:15:57.175Z] === RUN TestLoginFailsWithBadCredentials [2022-03-11T18:15:57.175Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-11T18:15:57.175Z] === RUN TestPingCacheHeaders [2022-03-11T18:15:57.175Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-11T18:15:57.175Z] === RUN TestPingGet [2022-03-11T18:15:57.175Z] --- PASS: TestPingGet (0.01s) [2022-03-11T18:15:57.175Z] === RUN TestPingHead [2022-03-11T18:15:57.175Z] --- PASS: TestPingHead (0.02s) [2022-03-11T18:15:57.175Z] === RUN TestVersion [2022-03-11T18:15:57.175Z] --- PASS: TestVersion (0.02s) [2022-03-11T18:15:57.175Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-03-11T18:15:57.175Z] === CONT TestDiskUsage [2022-03-11T18:15:57.319Z] --- PASS: TestCreateServiceMultipleTimes (14.59s) [2022-03-11T18:15:57.319Z] === RUN TestCreateServiceConflict [2022-03-11T18:15:57.441Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-11T18:15:57.742Z] === RUN TestDiskUsage/empty [2022-03-11T18:15:57.742Z] === RUN TestDiskUsage/empty/container_types [2022-03-11T18:15:57.742Z] === RUN TestDiskUsage/empty/image_types [2022-03-11T18:15:57.742Z] === RUN TestDiskUsage/empty/volume_types [2022-03-11T18:15:57.742Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-11T18:15:57.742Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-11T18:15:57.742Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-11T18:15:57.742Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-11T18:15:57.742Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-11T18:15:57.742Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-11T18:15:57.742Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-11T18:15:57.742Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-11T18:15:58.002Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-11T18:15:58.002Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-11T18:15:58.002Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-11T18:15:58.002Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-11T18:15:58.002Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-11T18:15:58.002Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-11T18:15:58.002Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-11T18:15:58.002Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-11T18:15:58.002Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-11T18:15:58.002Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-11T18:15:58.002Z] === RUN TestDiskUsage/after_container.Run [2022-03-11T18:15:58.371Z] --- PASS: TestHealthKillContainer (8.44s) [2022-03-11T18:15:58.371Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-11T18:15:58.572Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-11T18:15:58.572Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-11T18:15:58.572Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-11T18:15:58.572Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-11T18:15:58.572Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-11T18:15:58.572Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-11T18:15:58.572Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-11T18:15:58.572Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-11T18:15:58.572Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-11T18:15:58.572Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-11T18:15:58.572Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.62s) [2022-03-11T18:15:58.628Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-11T18:15:58.705Z] --- PASS: TestCreateServiceConflict (1.75s) [2022-03-11T18:15:58.705Z] === RUN TestCreateServiceMaxReplicas [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage (1.64s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.34s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_container.Run (0.53s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-11T18:15:58.832Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-11T18:15:58.832Z] PASS [2022-03-11T18:15:58.832Z] [2022-03-11T18:15:58.832Z] DONE 50 tests in 20.399s [2022-03-11T18:15:58.832Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-11T18:15:58.832Z] INFO: Testing against a local daemon [2022-03-11T18:15:58.832Z] === RUN TestVolumesCreateAndList [2022-03-11T18:15:58.832Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-11T18:15:58.832Z] === RUN TestVolumesRemove [2022-03-11T18:15:58.832Z] --- PASS: TestVolumesRemove (0.08s) [2022-03-11T18:15:58.832Z] === RUN TestVolumesInspect [2022-03-11T18:15:58.832Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-11T18:15:58.832Z] === RUN TestVolumesInvalidJSON [2022-03-11T18:15:58.832Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-11T18:15:58.832Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-11T18:15:58.832Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-11T18:15:58.832Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-11T18:15:58.832Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-11T18:15:58.832Z] PASS [2022-03-11T18:15:58.832Z] [2022-03-11T18:15:58.832Z] DONE 5 tests in 0.157s [2022-03-11T18:15:58.832Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-11T18:15:59.191Z] --- PASS: TestInspectCpusetInConfigPre120 (0.77s) [2022-03-11T18:15:59.191Z] === RUN TestIpcModeNone [2022-03-11T18:15:59.399Z] Stopping apparmor (via systemctl): apparmor.service. [2022-03-11T18:15:59.399Z] Removing test suite binaries [2022-03-11T18:15:59.399Z] exiting test-integration [2022-03-11T18:15:59.399Z] ++ exit 0 [2022-03-11T18:15:59.399Z] [2022-03-11T18:15:59.448Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-11T18:15:59.448Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-03-11T18:16:00.013Z] --- PASS: TestIpcModeNone (0.81s) [2022-03-11T18:16:00.013Z] === RUN TestIpcModePrivate [2022-03-11T18:16:00.578Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:95, shared: false, mustBeShared: false [2022-03-11T18:16:00.578Z] --- PASS: TestIpcModePrivate (0.84s) [2022-03-11T18:16:00.578Z] === RUN TestIpcModeShareable Post stage [Pipeline] junit [2022-03-11T18:16:00.789Z] Recording test results [2022-03-11T18:16:00.920Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-11T18:16:01.239Z] --- PASS: TestCreateServiceMaxReplicas (2.53s) [2022-03-11T18:16:01.239Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-11T18:16:01.258Z] + echo Ensuring container killed. [2022-03-11T18:16:01.258Z] Ensuring container killed. [2022-03-11T18:16:01.258Z] + docker rm -vf docker-pr32 [2022-03-11T18:16:01.258Z] Error: No such container: docker-pr32 [Pipeline] sh [2022-03-11T18:16:01.509Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:89, shared: true, mustBeShared: true [2022-03-11T18:16:01.509Z] --- PASS: TestIpcModeShareable (0.91s) [2022-03-11T18:16:01.509Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-11T18:16:01.537Z] + echo Chowning /workspace to jenkins user [2022-03-11T18:16:01.537Z] Chowning /workspace to jenkins user [2022-03-11T18:16:01.537Z] + id -u [2022-03-11T18:16:01.537Z] + id -g [2022-03-11T18:16:01.537Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42942:/workspace busybox chown -R 1000:1000 /workspace [2022-03-11T18:16:02.072Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-03-11T18:16:02.072Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-11T18:16:02.072Z] check_test.go:308: [d31fc4422f2e3] daemon is not started [2022-03-11T18:16:02.072Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-03-11T18:16:02.635Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-11T18:16:03.237Z] + bundleName=amd64-cgroup2 [2022-03-11T18:16:03.237Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-03-11T18:16:03.237Z] Creating amd64-cgroup2-bundles.tar.gz [2022-03-11T18:16:03.237Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-03-11T18:16:03.237Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-11T18:16:03.507Z] Archiving artifacts [2022-03-11T18:16:03.801Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42942/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-11T18:16:04.004Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-03-11T18:16:04.110Z] + make clean [2022-03-11T18:16:04.111Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-11T18:16:04.111Z] docker-dev-cache [2022-03-11T18:16:04.111Z] docker-mod-cache [Pipeline] deleteDir [2022-03-11T18:16:04.260Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.56s) [2022-03-11T18:16:04.260Z] === RUN TestAPIIpcModeHost [2022-03-11T18:16:04.518Z] --- PASS: TestAPIIpcModeHost (0.41s) [2022-03-11T18:16:04.518Z] === RUN TestDaemonIpcModeShareable [2022-03-11T18:16:05.450Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-11T18:16:05.707Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-03-11T18:16:05.965Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:92, shared: true, mustBeShared: true [2022-03-11T18:16:06.222Z] --- PASS: TestDaemonIpcModeShareable (1.77s) [2022-03-11T18:16:06.222Z] === RUN TestDaemonIpcModePrivate [2022-03-11T18:16:06.785Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-11T18:16:07.349Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-03-11T18:16:07.913Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2022-03-11T18:16:07.913Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-11T18:16:08.169Z] --- PASS: TestDaemonIpcModePrivate (1.85s) [2022-03-11T18:16:08.169Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-11T18:16:09.101Z] check_test.go:308: [d9ae12aa62540] daemon is not started [2022-03-11T18:16:09.101Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-03-11T18:16:09.663Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false [2022-03-11T18:16:09.922Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s) [2022-03-11T18:16:09.922Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-11T18:16:11.293Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-11T18:16:11.551Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2022-03-11T18:16:11.808Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.78s) [2022-03-11T18:16:11.808Z] === RUN TestIpcModeOlderClient [2022-03-11T18:16:11.808Z] === PAUSE TestIpcModeOlderClient [2022-03-11T18:16:11.808Z] === RUN TestKillContainerInvalidSignal [2022-03-11T18:16:12.065Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-03-11T18:16:12.628Z] --- PASS: TestKillContainerInvalidSignal (0.76s) [2022-03-11T18:16:12.628Z] === RUN TestKillContainer [2022-03-11T18:16:12.628Z] === RUN TestKillContainer/no_signal [2022-03-11T18:16:12.628Z] check_test.go:308: [dba00cc714798] daemon is not started [2022-03-11T18:16:12.628Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-03-11T18:16:13.193Z] === RUN TestKillContainer/non_killing_signal [2022-03-11T18:16:13.757Z] === RUN TestKillContainer/killing_signal [2022-03-11T18:16:14.322Z] --- PASS: TestKillContainer (1.92s) [2022-03-11T18:16:14.322Z] --- PASS: TestKillContainer/no_signal (0.71s) [2022-03-11T18:16:14.322Z] --- PASS: TestKillContainer/non_killing_signal (0.40s) [2022-03-11T18:16:14.322Z] --- PASS: TestKillContainer/killing_signal (0.60s) [2022-03-11T18:16:14.322Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-11T18:16:14.322Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-11T18:16:15.253Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-11T18:16:15.510Z] docker_cli_daemon_plugins_test.go:80: [dbb4ec04325bd] daemon is not started [2022-03-11T18:16:15.766Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.35s) [2022-03-11T18:16:15.766Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.72s) [2022-03-11T18:16:15.766Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.46s) [2022-03-11T18:16:15.766Z] === RUN TestKillStoppedContainer [2022-03-11T18:16:15.766Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-03-11T18:16:15.766Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-11T18:16:15.766Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-03-11T18:16:15.766Z] === RUN TestKillDifferentUserContainer [2022-03-11T18:16:16.105Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.80s) [2022-03-11T18:16:16.105Z] === RUN TestCreateServiceSecretFileMode [2022-03-11T18:16:16.705Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-03-11T18:16:16.705Z] --- PASS: TestKillDifferentUserContainer (0.69s) [2022-03-11T18:16:16.705Z] === RUN TestInspectOomKilledTrue [2022-03-11T18:16:16.705Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:16:16.705Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2022-03-11T18:16:16.705Z] === RUN TestInspectOomKilledFalse [2022-03-11T18:16:16.705Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:16:16.705Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-11T18:16:16.705Z] === RUN TestLinksEtcHostsContentMatch [2022-03-11T18:16:17.249Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:16:17.249Z] INFO: Testing against a local daemon [2022-03-11T18:16:17.249Z] === RUN TestBuildWithSession [2022-03-11T18:16:17.249Z] build_session_test.go:25: TODO: BuildKit [2022-03-11T18:16:17.249Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-11T18:16:17.249Z] === RUN TestBuildSquashParent [2022-03-11T18:16:17.249Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:16:17.249Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-11T18:16:17.249Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-11T18:16:17.249Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:16:17.249Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:16:17.249Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:16:17.249Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:16:17.249Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:16:17.249Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:16:17.249Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:16:17.249Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:16:17.249Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:16:17.249Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:16:17.249Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:16:17.249Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:16:17.249Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:16:17.249Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:16:17.249Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:16:17.249Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:16:17.268Z] --- PASS: TestLinksEtcHostsContentMatch (0.55s) [2022-03-11T18:16:17.268Z] === RUN TestLinksContainerNames [2022-03-11T18:16:17.836Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-11T18:16:18.400Z] --- PASS: TestLinksContainerNames (1.21s) [2022-03-11T18:16:18.400Z] === RUN TestLogsFollowTailEmpty [2022-03-11T18:16:19.301Z] ok github.com/docker/docker/pkg/plugins 33.655s coverage: 76.3% of statements [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/rootless [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/volume [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-11T18:16:19.301Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-11T18:16:19.301Z] [2022-03-11T18:16:19.301Z] === Skipped [2022-03-11T18:16:19.301Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-11T18:16:19.301Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-11T18:16:19.301Z] [2022-03-11T18:16:19.301Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-11T18:16:19.301Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-11T18:16:19.301Z] [2022-03-11T18:16:19.301Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-11T18:16:19.301Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-11T18:16:19.301Z] [2022-03-11T18:16:19.301Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-11T18:16:19.301Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-11T18:16:19.301Z] [2022-03-11T18:16:19.301Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-11T18:16:19.301Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:16:19.301Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-11T18:16:19.301Z] [2022-03-11T18:16:19.301Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-11T18:16:19.301Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:16:19.301Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-11T18:16:19.301Z] [2022-03-11T18:16:19.301Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-11T18:16:19.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:16:19.302Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-11T18:16:19.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:16:19.302Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-11T18:16:19.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:16:19.302Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-11T18:16:19.302Z] graphtest_unix.go:71: No driver to put! [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-11T18:16:19.302Z] time="2022-03-11T18:15:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-11T18:16:19.302Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-11T18:16:19.302Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-11T18:16:19.302Z] time="2022-03-11T18:15:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-11T18:16:19.302Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-11T18:16:19.302Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-11T18:16:19.302Z] time="2022-03-11T18:15:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-11T18:16:19.302Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-11T18:16:19.302Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-11T18:16:19.302Z] time="2022-03-11T18:15:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-11T18:16:19.302Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-11T18:16:19.302Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-11T18:16:19.302Z] time="2022-03-11T18:15:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-11T18:16:19.302Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-11T18:16:19.302Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-11T18:16:19.302Z] graphtest_unix.go:71: No driver to put! [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-11T18:16:19.302Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-11T18:16:19.302Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-11T18:16:19.302Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-11T18:16:19.302Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-11T18:16:19.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:16:19.302Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-11T18:16:19.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:16:19.302Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-11T18:16:19.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:16:19.302Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-11T18:16:19.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:16:19.302Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-11T18:16:19.302Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-11T18:16:19.302Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-11T18:16:19.302Z] graphtest_unix.go:71: No driver to put! [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-11T18:16:19.302Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-11T18:16:19.302Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-11T18:16:19.302Z] [2022-03-11T18:16:19.302Z] DONE 2323 tests, 28 skipped in 86.982s [2022-03-11T18:16:19.302Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/bitseq [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/cluster [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/config [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/datastore [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/driverapi [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/etchosts [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/idm [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/ipam [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/iptables [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/netlabel [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/netutils [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/networkdb [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/ns [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/options [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/osl [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/portallocator [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/portmapper [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/testutils [2022-03-11T18:16:19.302Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-11T18:16:19.302Z] + 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/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 [2022-03-11T18:16:19.331Z] --- PASS: TestLogsFollowTailEmpty (0.74s) [2022-03-11T18:16:19.331Z] === RUN TestContainerNetworkMountsNoChown [2022-03-11T18:16:19.331Z] docker_cli_daemon_plugins_test.go:170: [dee4f146dde9f] daemon is not started [2022-03-11T18:16:19.895Z] --- PASS: TestContainerNetworkMountsNoChown (0.64s) [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/default [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/default [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/private [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/private [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/rprivate [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/slave [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/slave [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/rslave [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/shared [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/shared [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/rshared [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/default [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/rshared [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/shared [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/rslave [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/slave [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/rprivate [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/private [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-11T18:16:19.895Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-11T18:16:19.895Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-11T18:16:19.895Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-11T18:16:20.152Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-11T18:16:20.152Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-11T18:16:20.152Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-11T18:16:20.152Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-11T18:16:20.152Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-11T18:16:20.152Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-11T18:16:20.152Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-11T18:16:20.152Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-11T18:16:20.152Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-11T18:16:20.152Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-11T18:16:20.152Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-11T18:16:20.152Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-11T18:16:20.152Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-11T18:16:20.152Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-11T18:16:20.152Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-03-11T18:16:20.152Z] === RUN TestContainerBindMountNonRecursive [2022-03-11T18:16:20.718Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-03-11T18:16:22.099Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-11T18:16:22.355Z] --- PASS: TestContainerBindMountNonRecursive (2.07s) [2022-03-11T18:16:22.355Z] === RUN TestContainerVolumesMountedAsShared [2022-03-11T18:16:22.918Z] --- PASS: TestContainerVolumesMountedAsShared (0.71s) [2022-03-11T18:16:22.919Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-11T18:16:23.848Z] --- PASS: TestContainerVolumesMountedAsSlave (0.67s) [2022-03-11T18:16:23.848Z] === RUN TestNetworkNat [2022-03-11T18:16:24.410Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-03-11T18:16:24.410Z] --- PASS: TestNetworkNat (0.85s) [2022-03-11T18:16:24.410Z] === RUN TestNetworkLocalhostTCPNat [2022-03-11T18:16:24.974Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-03-11T18:16:25.230Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-11T18:16:25.230Z] --- PASS: TestNetworkLocalhostTCPNat (0.74s) [2022-03-11T18:16:25.230Z] === RUN TestNetworkLoopbackNat [2022-03-11T18:16:25.487Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-03-11T18:16:25.745Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-11T18:16:26.003Z] check_test.go:308: [da2803639ae9b] daemon is not started [2022-03-11T18:16:26.003Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-03-11T18:16:26.065Z] --- PASS: TestCreateServiceSecretFileMode (11.84s) [2022-03-11T18:16:26.065Z] === RUN TestCreateServiceConfigFileMode [2022-03-11T18:16:27.425Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-03-11T18:16:28.374Z] --- PASS: TestNetworkLoopbackNat (2.98s) [2022-03-11T18:16:28.374Z] === RUN TestPause [2022-03-11T18:16:29.315Z] --- PASS: TestPause (0.85s) [2022-03-11T18:16:29.315Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-11T18:16:29.315Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-11T18:16:29.315Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-11T18:16:29.315Z] === RUN TestPauseStopPausedContainer [2022-03-11T18:16:29.315Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-03-11T18:16:29.764Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:16:29.764Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:16:30.249Z] --- PASS: TestPauseStopPausedContainer (0.94s) [2022-03-11T18:16:30.249Z] === RUN TestPidHost [2022-03-11T18:16:31.181Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-03-11T18:16:32.110Z] --- PASS: TestPidHost (1.83s) [2022-03-11T18:16:32.110Z] === RUN TestPsFilter [2022-03-11T18:16:32.110Z] --- PASS: TestPsFilter (0.14s) [2022-03-11T18:16:32.110Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-11T18:16:32.674Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-03-11T18:16:32.930Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.82s) [2022-03-11T18:16:32.930Z] === RUN TestRemoveContainerWithVolume [2022-03-11T18:16:33.186Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-11T18:16:33.620Z] --- PASS: TestRemoveContainerWithVolume (0.74s) [2022-03-11T18:16:33.620Z] === RUN TestRemoveContainerRunning [2022-03-11T18:16:34.183Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-11T18:16:34.440Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-03-11T18:16:34.440Z] --- PASS: TestRemoveContainerRunning (0.94s) [2022-03-11T18:16:34.440Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-11T18:16:35.372Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.70s) [2022-03-11T18:16:35.372Z] === RUN TestRemoveInvalidContainer [2022-03-11T18:16:35.372Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-03-11T18:16:35.372Z] === RUN TestRenameLinkedContainer [2022-03-11T18:16:35.629Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-11T18:16:36.193Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-03-11T18:16:38.255Z] --- PASS: TestCreateServiceConfigFileMode (12.27s) [2022-03-11T18:16:38.255Z] === RUN TestCreateServiceSysctls [2022-03-11T18:16:38.469Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-11T18:16:38.469Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (16.00s) [2022-03-11T18:16:38.469Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (16.00s) [2022-03-11T18:16:38.469Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (16.18s) [2022-03-11T18:16:38.469Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (16.18s) [2022-03-11T18:16:38.469Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (9.10s) [2022-03-11T18:16:38.469Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.29s) [2022-03-11T18:16:38.469Z] === RUN TestBuildMultiStageCopy [2022-03-11T18:16:38.469Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-11T18:16:38.714Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-03-11T18:16:38.714Z] --- PASS: TestRenameLinkedContainer (3.24s) [2022-03-11T18:16:38.714Z] === RUN TestRenameStoppedContainer [2022-03-11T18:16:38.714Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-03-11T18:16:39.277Z] --- PASS: TestRenameStoppedContainer (0.66s) [2022-03-11T18:16:39.277Z] === RUN TestRenameRunningContainerAndReuse [2022-03-11T18:16:39.277Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-11T18:16:40.210Z] --- PASS: TestRenameRunningContainerAndReuse (1.13s) [2022-03-11T18:16:40.210Z] === RUN TestRenameInvalidName [2022-03-11T18:16:40.772Z] --- PASS: TestRenameInvalidName (0.61s) [2022-03-11T18:16:40.772Z] === RUN TestRenameAnonymousContainer [2022-03-11T18:16:40.783Z] --- PASS: TestCreateServiceSysctls (2.64s) [2022-03-11T18:16:40.783Z] === RUN TestCreateServiceCapabilities [2022-03-11T18:16:42.671Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-03-11T18:16:42.680Z] --- PASS: TestCreateServiceCapabilities (2.03s) [2022-03-11T18:16:42.680Z] === RUN TestInspect [2022-03-11T18:16:43.235Z] --- PASS: TestRenameAnonymousContainer (2.44s) [2022-03-11T18:16:43.235Z] === RUN TestRenameContainerWithSameName [2022-03-11T18:16:44.164Z] --- PASS: TestRenameContainerWithSameName (0.63s) [2022-03-11T18:16:44.164Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-11T18:16:44.421Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-11T18:16:44.593Z] --- PASS: TestInspect (2.14s) [2022-03-11T18:16:44.593Z] === RUN TestCreateJob [2022-03-11T18:16:44.985Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-11T18:16:45.241Z] --- PASS: TestRenameContainerWithLinkedContainer (1.23s) [2022-03-11T18:16:45.241Z] === RUN TestResize [2022-03-11T18:16:45.807Z] --- PASS: TestResize (0.66s) [2022-03-11T18:16:45.807Z] === RUN TestResizeWithInvalidSize [2022-03-11T18:16:46.370Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-11T18:16:46.370Z] --- PASS: TestResizeWithInvalidSize (0.61s) [2022-03-11T18:16:46.370Z] === RUN TestResizeWhenContainerNotStarted [2022-03-11T18:16:46.934Z] --- PASS: TestResizeWhenContainerNotStarted (0.54s) [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:16:46.934Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:16:46.934Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:16:46.934Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-11T18:16:46.934Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:16:47.120Z] --- PASS: TestCreateJob (2.41s) [2022-03-11T18:16:47.120Z] === RUN TestReplicatedJob [2022-03-11T18:16:47.863Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-11T18:16:48.793Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-03-11T18:16:49.358Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-11T18:16:49.615Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:16:50.984Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:16:51.240Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-11T18:16:52.381Z] --- PASS: TestReplicatedJob (4.66s) [2022-03-11T18:16:52.381Z] === RUN TestUpdateReplicatedJob [2022-03-11T18:16:52.610Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-11T18:16:52.610Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-11T18:16:53.260Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-11T18:16:53.260Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-11T18:16:53.540Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-11T18:16:54.103Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:16:54.226Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-11T18:16:54.278Z] --- PASS: TestUpdateReplicatedJob (2.52s) [2022-03-11T18:16:54.278Z] === RUN TestServiceListWithStatuses [2022-03-11T18:16:54.278Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-11T18:16:54.278Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-11T18:16:54.278Z] === RUN TestDockerNetworkConnectAlias [2022-03-11T18:16:54.360Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-11T18:16:54.360Z] check_test.go:308: [de95458a1cc8c] daemon is not started [2022-03-11T18:16:54.360Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-03-11T18:16:55.190Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-11T18:16:56.253Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-11T18:16:56.722Z] --- PASS: TestBuildMultiStageCopy (19.11s) [2022-03-11T18:16:56.722Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (14.12s) [2022-03-11T18:16:56.722Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.94s) [2022-03-11T18:16:56.722Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.18s) [2022-03-11T18:16:56.722Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.37s) [2022-03-11T18:16:56.722Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.48s) [2022-03-11T18:16:56.722Z] === RUN TestBuildMultiStageParentConfig [2022-03-11T18:16:57.182Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-03-11T18:16:57.182Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-11T18:16:57.558Z] --- PASS: TestDockerNetworkConnectAlias (3.41s) [2022-03-11T18:16:57.558Z] === RUN TestDockerNetworkReConnect [2022-03-11T18:16:59.077Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-11T18:16:59.077Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-11T18:16:59.614Z] --- PASS: TestBuildMultiStageParentConfig (2.86s) [2022-03-11T18:16:59.614Z] === RUN TestBuildLabelWithTargets [2022-03-11T18:16:59.614Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:16:59.614Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-11T18:16:59.614Z] === RUN TestBuildWithEmptyLayers [2022-03-11T18:17:00.145Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-11T18:17:00.145Z] [2022-03-11T18:17:00.145Z] ________ ____ __. [2022-03-11T18:17:00.145Z] \_____ \ | |/ _| [2022-03-11T18:17:00.145Z] / | \| < [2022-03-11T18:17:00.145Z] / | \ | \ [2022-03-11T18:17:00.145Z] \_______ /____|__ \ [2022-03-11T18:17:00.145Z] \/ \/ [2022-03-11T18:17:00.145Z] [2022-03-11T18:17:00.145Z] INFO: make.ps1 ended at 03/11/2022 18:16:47 [2022-03-11T18:17:00.145Z] INFO: Binaries build ended at 03/11/2022 18:16:48. Duration:00:01:38.6296415 [2022-03-11T18:17:00.145Z] INFO: Copying the built daemon binary to d:\CI\PR-42942\32\binary\dockerd-6fa0331d95.exe... [2022-03-11T18:17:00.145Z] INFO: Copying the built client binary to d:\CI\PR-42942\32\binary\docker-6fa0331d95.exe... [2022-03-11T18:17:00.145Z] INFO: Copying dockerversion from the container... [2022-03-11T18:17:00.145Z] INFO: Copying the golang package from the container to d:\CI\PR-42942\32\installer\go.zip... [2022-03-11T18:17:00.145Z] INFO: Extracting go.zip to d:\CI\PR-42942\32\go [2022-03-11T18:17:00.838Z] --- PASS: TestDockerNetworkReConnect (2.82s) [2022-03-11T18:17:00.838Z] === RUN TestServicePlugin [2022-03-11T18:17:00.838Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-11T18:17:00.838Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-11T18:17:00.838Z] === RUN TestServiceUpdateLabel [2022-03-11T18:17:01.143Z] --- PASS: TestBuildWithEmptyLayers (1.58s) [2022-03-11T18:17:01.143Z] === RUN TestBuildMultiStageOnBuild [2022-03-11T18:17:01.604Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-11T18:17:02.211Z] --- PASS: TestServiceUpdateLabel (1.76s) [2022-03-11T18:17:02.211Z] === RUN TestServiceUpdateSecrets [2022-03-11T18:17:02.451Z] 8f616e6e9eec: Pull complete [2022-03-11T18:17:03.501Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-11T18:17:05.394Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-11T18:17:05.957Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-11T18:17:05.962Z] ok github.com/docker/docker/libnetwork 44.721s coverage: 41.0% of statements [2022-03-11T18:17:05.962Z] ok github.com/docker/docker/libnetwork/bitseq 0.117s coverage: 84.4% of statements [2022-03-11T18:17:05.962Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-11T18:17:05.962Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-11T18:17:05.962Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-11T18:17:05.962Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-11T18:17:05.962Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-11T18:17:05.962Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-11T18:17:05.962Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-11T18:17:05.962Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-11T18:17:05.962Z] ok github.com/docker/docker/libnetwork/config 0.011s coverage: 19.7% of statements [2022-03-11T18:17:05.962Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-11T18:17:05.962Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-11T18:17:05.962Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-11T18:17:05.962Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-11T18:17:07.335Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.478s coverage: 59.9% of statements [2022-03-11T18:17:07.335Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-11T18:17:07.335Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-11T18:17:08.267Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.589s coverage: 4.0% of statements [2022-03-11T18:17:08.267Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-11T18:17:08.834Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.011s coverage: 4.5% of statements [2022-03-11T18:17:08.834Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-11T18:17:08.834Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-11T18:17:09.230Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-11T18:17:11.126Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-11T18:17:12.059Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-11T18:17:12.629Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-03-11T18:17:14.524Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.51s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.51s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.37s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.44s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.80s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.87s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.62s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.77s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.66s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (6.41s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.31s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.50s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.83s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.33s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.99s) [2022-03-11T18:17:14.524Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.47s) [2022-03-11T18:17:14.524Z] === RUN TestCgroupNamespacesRun [2022-03-11T18:17:14.780Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-03-11T18:17:15.943Z] --- PASS: TestBuildMultiStageOnBuild (13.87s) [2022-03-11T18:17:15.944Z] === RUN TestBuildUncleanTarFilenames [2022-03-11T18:17:15.944Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:17:15.944Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-11T18:17:15.944Z] === RUN TestBuildMultiStageLayerLeak [2022-03-11T18:17:16.149Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-03-11T18:17:16.406Z] --- PASS: TestCgroupNamespacesRun (1.69s) [2022-03-11T18:17:16.406Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-11T18:17:17.074Z] --- PASS: TestServiceUpdateSecrets (14.39s) [2022-03-11T18:17:17.074Z] === RUN TestServiceUpdateConfigs [2022-03-11T18:17:17.776Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-11T18:17:18.033Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.67s) [2022-03-11T18:17:18.033Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-11T18:17:18.799Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.943s coverage: 7.2% of statements [2022-03-11T18:17:18.799Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-11T18:17:18.799Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2022-03-11T18:17:18.799Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-03-11T18:17:18.799Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-11T18:17:18.799Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-11T18:17:18.799Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-11T18:17:18.799Z] ok github.com/docker/docker/libnetwork/drvregistry 0.011s coverage: 82.4% of statements [2022-03-11T18:17:18.799Z] ok github.com/docker/docker/libnetwork/etchosts 0.011s coverage: 81.2% of statements [2022-03-11T18:17:18.799Z] ok github.com/docker/docker/libnetwork/idm 0.003s coverage: 87.5% of statements [2022-03-11T18:17:19.057Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-03-11T18:17:19.927Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.69s) [2022-03-11T18:17:19.927Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-11T18:17:19.927Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-11T18:17:20.491Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-11T18:17:20.491Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-03-11T18:17:21.220Z] INFO: Extraction ended at 03/11/2022 18:17:21. Duration:00:00:29.7133549 [2022-03-11T18:17:21.220Z] INFO: Updating the golang and path environment variables [2022-03-11T18:17:21.220Z] INFO: GOPATH=d:\gopath [2022-03-11T18:17:21.422Z] --- PASS: TestCgroupNamespacesRunHostMode (1.72s) [2022-03-11T18:17:21.422Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-11T18:17:21.678Z] INFO: go version go1.17.8 windows/amd64 [2022-03-11T18:17:21.678Z] INFO: Running the daemon under test in debug mode [2022-03-11T18:17:21.678Z] INFO: Starting a daemon under test... [2022-03-11T18:17:21.678Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42942\32\daemon --pidfile d:\CI\PR-42942\32\docker.pid -D [2022-03-11T18:17:21.678Z] INFO: Process started successfully. [2022-03-11T18:17:21.678Z] INFO: Start tailing logs of the daemon under tests [2022-03-11T18:17:21.678Z] INFO: Waiting for the daemon under test to start... [2022-03-11T18:17:22.352Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-11T18:17:23.284Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.75s) [2022-03-11T18:17:23.284Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-11T18:17:23.284Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-03-11T18:17:25.188Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-11T18:17:25.188Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.73s) [2022-03-11T18:17:25.188Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-11T18:17:25.751Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.88s) [2022-03-11T18:17:25.751Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-11T18:17:27.644Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.81s) [2022-03-11T18:17:27.644Z] === RUN TestNISDomainname [2022-03-11T18:17:28.301Z] --- PASS: TestBuildMultiStageLayerLeak (11.55s) [2022-03-11T18:17:28.302Z] === RUN TestBuildWithHugeFile [2022-03-11T18:17:28.576Z] check_test.go:308: [dfe20a9306725] daemon is not started [2022-03-11T18:17:28.576Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-03-11T18:17:28.576Z] --- PASS: TestNISDomainname (0.97s) [2022-03-11T18:17:28.576Z] === RUN TestHostnameDnsResolution [2022-03-11T18:17:29.506Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-11T18:17:29.763Z] --- PASS: TestHostnameDnsResolution (1.22s) [2022-03-11T18:17:29.763Z] === RUN TestUnprivilegedPortsAndPing [2022-03-11T18:17:30.021Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-03-11T18:17:30.584Z] --- PASS: TestUnprivilegedPortsAndPing (0.89s) [2022-03-11T18:17:30.584Z] === RUN TestStats [2022-03-11T18:17:30.843Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-11T18:17:31.250Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-03-11T18:17:31.772Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-11T18:17:31.947Z] --- PASS: TestServiceUpdateConfigs (14.31s) [2022-03-11T18:17:31.947Z] === RUN TestServiceUpdateNetwork [2022-03-11T18:17:32.029Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-03-11T18:17:32.591Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-11T18:17:33.156Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-11T18:17:33.413Z] --- PASS: TestStats (2.78s) [2022-03-11T18:17:33.413Z] === RUN TestStopContainerWithTimeout [2022-03-11T18:17:33.413Z] === RUN TestStopContainerWithTimeout/0 [2022-03-11T18:17:33.413Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-11T18:17:33.413Z] === RUN TestStopContainerWithTimeout/1 [2022-03-11T18:17:33.413Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-11T18:17:33.413Z] === RUN TestStopContainerWithTimeout/3 [2022-03-11T18:17:33.413Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-11T18:17:33.413Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-11T18:17:33.413Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-11T18:17:33.413Z] === CONT TestStopContainerWithTimeout/0 [2022-03-11T18:17:33.413Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-11T18:17:34.783Z] === CONT TestStopContainerWithTimeout/3 [2022-03-11T18:17:36.677Z] === CONT TestStopContainerWithTimeout/1 [2022-03-11T18:17:38.571Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-03-11T18:17:38.571Z] --- PASS: TestStopContainerWithTimeout/0 (1.23s) [2022-03-11T18:17:38.571Z] --- PASS: TestStopContainerWithTimeout/-1 (3.11s) [2022-03-11T18:17:38.571Z] --- PASS: TestStopContainerWithTimeout/3 (2.75s) [2022-03-11T18:17:38.571Z] --- PASS: TestStopContainerWithTimeout/1 (1.74s) [2022-03-11T18:17:38.571Z] === RUN TestDeleteDevicemapper [2022-03-11T18:17:38.571Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-11T18:17:38.571Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-11T18:17:38.571Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-11T18:17:38.571Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-11T18:17:40.465Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-11T18:17:41.029Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-03-11T18:17:41.214Z] ok github.com/docker/docker/libnetwork/ipam 11.397s coverage: 85.3% of statements [2022-03-11T18:17:41.214Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-11T18:17:41.214Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-11T18:17:41.214Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-11T18:17:41.286Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-03-11T18:17:41.472Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-03-11T18:17:41.472Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-11T18:17:41.730Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-11T18:17:41.850Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.59s) [2022-03-11T18:17:41.850Z] === RUN TestUpdateMemory [2022-03-11T18:17:41.850Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:17:41.850Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-11T18:17:41.850Z] === RUN TestUpdateCPUQuota [2022-03-11T18:17:41.987Z] ok github.com/docker/docker/libnetwork/ipamutils 0.223s coverage: 74.0% of statements [2022-03-11T18:17:42.413Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-11T18:17:42.552Z] ok github.com/docker/docker/libnetwork/iptables 0.132s coverage: 45.1% of statements [2022-03-11T18:17:42.552Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-03-11T18:17:42.761Z] .....INFO: Daemon under test started and replied! [2022-03-11T18:17:42.761Z] INFO: Docker version of the daemon under test [2022-03-11T18:17:42.761Z] [2022-03-11T18:17:42.761Z] Client: [2022-03-11T18:17:42.761Z] Version: 17.06.2-ce [2022-03-11T18:17:42.761Z] API version: 1.30 [2022-03-11T18:17:42.761Z] Go version: go1.8.3 [2022-03-11T18:17:42.761Z] Git commit: cec0b72 [2022-03-11T18:17:42.761Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-11T18:17:42.761Z] OS/Arch: windows/amd64 [2022-03-11T18:17:42.761Z] [2022-03-11T18:17:42.761Z] Server: [2022-03-11T18:17:42.761Z] Version: 0.0.0-dev [2022-03-11T18:17:42.761Z] API version: 1.42 (minimum version 1.24) [2022-03-11T18:17:42.761Z] Go version: go1.17.8 [2022-03-11T18:17:42.761Z] Git commit: 6fa0331d95 [2022-03-11T18:17:42.761Z] Built: 03/11/2022 18:15:17 [2022-03-11T18:17:42.761Z] OS/Arch: windows/amd64 [2022-03-11T18:17:42.761Z] Experimental: false [2022-03-11T18:17:42.761Z] [2022-03-11T18:17:42.761Z] INFO: Docker info of the daemon under test [2022-03-11T18:17:42.761Z] [2022-03-11T18:17:42.761Z] Containers: 0 [2022-03-11T18:17:42.761Z] Running: 0 [2022-03-11T18:17:42.761Z] Paused: 0 [2022-03-11T18:17:42.761Z] Stopped: 0 [2022-03-11T18:17:42.761Z] Images: 0 [2022-03-11T18:17:42.761Z] Server Version: 0.0.0-dev [2022-03-11T18:17:42.761Z] Storage Driver: windowsfilter [2022-03-11T18:17:42.761Z] Windows: [2022-03-11T18:17:42.761Z] Logging Driver: json-file [2022-03-11T18:17:42.761Z] Plugins: [2022-03-11T18:17:42.761Z] Volume: local [2022-03-11T18:17:42.761Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-11T18:17:42.761Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-11T18:17:42.761Z] Swarm: inactive [2022-03-11T18:17:42.761Z] Default Isolation: process [2022-03-11T18:17:42.761Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-11T18:17:42.761Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-11T18:17:42.761Z] OSType: windows [2022-03-11T18:17:42.761Z] Architecture: x86_64 [2022-03-11T18:17:42.761Z] CPUs: 4 [2022-03-11T18:17:42.761Z] Total Memory: 32GiB [2022-03-11T18:17:42.761Z] Name: azwin-2-43e6b0 [2022-03-11T18:17:42.761Z] ID: TZDK:RVC5:3H4E:37J3:J42Q:MDJS:V4AE:XTC7:PFUZ:3SR3:YYRA:JQPB [2022-03-11T18:17:42.761Z] Docker Root Dir: D:\CI\PR-42942\32\daemon [2022-03-11T18:17:42.761Z] Debug Mode (client): false [2022-03-11T18:17:42.761Z] Debug Mode (server): true [2022-03-11T18:17:42.761Z] File Descriptors: -1 [2022-03-11T18:17:42.761Z] Goroutines: 16 [2022-03-11T18:17:42.761Z] System Time: 2022-03-11T18:17:41.0354911Z [2022-03-11T18:17:42.761Z] EventsListeners: 0 [2022-03-11T18:17:42.761Z] Registry: https://index.docker.io/v1/ [2022-03-11T18:17:42.761Z] Labels: [2022-03-11T18:17:42.761Z] Experimental: false [2022-03-11T18:17:42.761Z] Insecure Registries: [2022-03-11T18:17:42.761Z] 127.0.0.0/8 [2022-03-11T18:17:42.761Z] Live Restore Enabled: false [2022-03-11T18:17:42.761Z] [2022-03-11T18:17:42.761Z] [2022-03-11T18:17:42.761Z] INFO: Docker images of the daemon under test [2022-03-11T18:17:42.761Z] [2022-03-11T18:17:42.761Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-11T18:17:42.761Z] [2022-03-11T18:17:42.761Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-11T18:17:42.761Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-03-11T18:17:42.761Z] ltsc2019: Pulling from windows/servercore [2022-03-11T18:17:42.761Z] 4612f6d0b889: Pulling fs layer [2022-03-11T18:17:42.761Z] 0a6173b79e25: Pulling fs layer [2022-03-11T18:17:42.809Z] ok github.com/docker/docker/libnetwork/netutils 0.014s coverage: 44.1% of statements [2022-03-11T18:17:43.345Z] --- PASS: TestUpdateCPUQuota (1.53s) [2022-03-11T18:17:43.345Z] === RUN TestUpdatePidsLimit [2022-03-11T18:17:43.345Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-11T18:17:43.912Z] === RUN TestUpdatePidsLimit/no_change [2022-03-11T18:17:44.138Z] --- PASS: TestServiceUpdateNetwork (12.22s) [2022-03-11T18:17:44.138Z] === RUN TestServiceUpdatePidsLimit [2022-03-11T18:17:44.138Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-11T18:17:44.170Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-03-11T18:17:44.170Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-11T18:17:44.704Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-11T18:17:44.734Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-11T18:17:44.991Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-11T18:17:45.247Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-11T18:17:45.812Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-11T18:17:45.812Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-03-11T18:17:47.193Z] --- PASS: TestUpdatePidsLimit (3.74s) [2022-03-11T18:17:47.193Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.35s) [2022-03-11T18:17:47.193Z] --- PASS: TestUpdatePidsLimit/no_change (0.44s) [2022-03-11T18:17:47.193Z] --- PASS: TestUpdatePidsLimit/update_lower (0.35s) [2022-03-11T18:17:47.193Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.31s) [2022-03-11T18:17:47.193Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2022-03-11T18:17:47.193Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.46s) [2022-03-11T18:17:47.193Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.45s) [2022-03-11T18:17:47.193Z] === RUN TestUpdateRestartPolicy [2022-03-11T18:17:48.123Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-11T18:17:48.123Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-03-11T18:17:50.015Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-11T18:17:50.578Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-11T18:17:50.834Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-03-11T18:17:50.834Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-11T18:17:50.834Z] check_test.go:308: [da9617958acc2] daemon is not started [2022-03-11T18:17:50.834Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-03-11T18:17:50.834Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-11T18:17:50.834Z] check_test.go:308: [d97418caa6118] daemon is not started [2022-03-11T18:17:50.834Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-03-11T18:17:51.092Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-11T18:17:51.349Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-11T18:17:51.606Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-11T18:17:51.863Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-11T18:17:51.863Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-11T18:17:51.863Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-11T18:17:52.792Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-11T18:17:52.809Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-11T18:17:53.720Z] check_test.go:308: [d1fe7212a065c] daemon is not started [2022-03-11T18:17:53.720Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-03-11T18:17:57.001Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-11T18:17:57.564Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-03-11T18:17:57.606Z] 0a6173b79e25: Verifying Checksum [2022-03-11T18:17:57.606Z] 0a6173b79e25: Download complete [2022-03-11T18:17:57.821Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-11T18:17:58.751Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-11T18:17:59.008Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-11T18:17:59.362Z] --- PASS: TestServiceUpdatePidsLimit (15.68s) [2022-03-11T18:17:59.362Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-03-11T18:17:59.362Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-03-11T18:17:59.362Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-11T18:17:59.362Z] PASS [2022-03-11T18:17:59.362Z] [2022-03-11T18:17:59.362Z] === Skipped [2022-03-11T18:17:59.362Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-11T18:17:59.362Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-11T18:17:59.362Z] [2022-03-11T18:17:59.362Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-03-11T18:17:59.362Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-11T18:17:59.362Z] [2022-03-11T18:17:59.363Z] DONE 27 tests, 2 skipped in 143.406s [2022-03-11T18:17:59.363Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-03-11T18:17:59.363Z] ++ 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 [2022-03-11T18:17:59.363Z] ++ set -e [2022-03-11T18:17:59.363Z] ++ '[' -n 0 ']' [2022-03-11T18:17:59.363Z] ++ set -x [2022-03-11T18:17:59.363Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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 [2022-03-11T18:17:59.363Z] INFO: Testing against a local daemon [2022-03-11T18:17:59.363Z] === RUN TestSessionCreate [2022-03-11T18:17:59.363Z] --- PASS: TestSessionCreate (0.02s) [2022-03-11T18:17:59.363Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-11T18:17:59.363Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-11T18:17:59.363Z] PASS [2022-03-11T18:17:59.363Z] [2022-03-11T18:17:59.363Z] DONE 2 tests in 0.136s [2022-03-11T18:17:59.363Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-03-11T18:17:59.363Z] ++ 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 [2022-03-11T18:17:59.363Z] ++ set -e [2022-03-11T18:17:59.363Z] ++ '[' -n 0 ']' [2022-03-11T18:17:59.363Z] ++ set -x [2022-03-11T18:17:59.363Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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 [2022-03-11T18:17:59.363Z] INFO: Testing against a local daemon [2022-03-11T18:17:59.363Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-11T18:17:59.363Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-11T18:17:59.363Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-11T18:17:59.363Z] === RUN TestDiskUsage [2022-03-11T18:17:59.363Z] === PAUSE TestDiskUsage [2022-03-11T18:17:59.363Z] === RUN TestEventsExecDie [2022-03-11T18:17:59.572Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-11T18:17:59.621Z] --- PASS: TestEventsExecDie (0.49s) [2022-03-11T18:17:59.621Z] === RUN TestEventsBackwardsCompatible [2022-03-11T18:17:59.621Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-11T18:17:59.621Z] === RUN TestEventsVolumeCreate [2022-03-11T18:17:59.621Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-11T18:17:59.621Z] === RUN TestInfoBinaryCommits [2022-03-11T18:17:59.621Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-11T18:17:59.621Z] === RUN TestInfoAPIVersioned [2022-03-11T18:17:59.621Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-11T18:17:59.621Z] === RUN TestInfoAPI [2022-03-11T18:17:59.828Z] --- PASS: TestUpdateRestartPolicy (12.61s) [2022-03-11T18:17:59.828Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-11T18:17:59.878Z] --- PASS: TestInfoAPI (0.02s) [2022-03-11T18:17:59.878Z] === RUN TestInfoAPIWarnings [2022-03-11T18:18:00.086Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-11T18:18:00.343Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-03-11T18:18:00.599Z] --- PASS: TestUpdateRestartWithAutoRemove (0.70s) [2022-03-11T18:18:00.599Z] === RUN TestWaitNonBlocked [2022-03-11T18:18:00.599Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:18:00.599Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:18:00.599Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:18:00.599Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:18:00.599Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:18:00.599Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:18:00.599Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-11T18:18:01.971Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-11T18:18:01.971Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.19s) [2022-03-11T18:18:01.971Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.26s) [2022-03-11T18:18:01.971Z] === RUN TestWaitBlocked [2022-03-11T18:18:01.971Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-11T18:18:01.971Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-11T18:18:01.971Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-11T18:18:01.971Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-11T18:18:01.971Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-11T18:18:01.971Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-11T18:18:02.903Z] --- PASS: TestWaitBlocked (0.03s) [2022-03-11T18:18:02.903Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.19s) [2022-03-11T18:18:02.903Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.21s) [2022-03-11T18:18:02.903Z] === CONT TestContainerStartOnDaemonRestart [2022-03-11T18:18:02.903Z] === CONT TestContainerKillOnDaemonStart [2022-03-11T18:18:03.466Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-03-11T18:18:06.198Z] 4612f6d0b889: Verifying Checksum [2022-03-11T18:18:06.198Z] 4612f6d0b889: Download complete [2022-03-11T18:18:06.741Z] --- PASS: TestContainerStartOnDaemonRestart (3.16s) [2022-03-11T18:18:06.741Z] === CONT TestIpcModeOlderClient [2022-03-11T18:18:06.741Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-03-11T18:18:06.741Z] === CONT TestDaemonHostGatewayIP [2022-03-11T18:18:06.741Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-03-11T18:18:09.263Z] --- PASS: TestDaemonHostGatewayIP (3.02s) [2022-03-11T18:18:09.263Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-11T18:18:10.631Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-03-11T18:18:11.194Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-11T18:18:11.757Z] === CONT TestDaemonRestartIpcMode [2022-03-11T18:18:11.757Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.58s) [2022-03-11T18:18:12.014Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-11T18:18:12.577Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-11T18:18:14.473Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-03-11T18:18:15.406Z] --- PASS: TestDaemonRestartIpcMode (3.48s) [2022-03-11T18:18:15.664Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-11T18:18:15.664Z] --- PASS: TestContainerKillOnDaemonStart (12.73s) [2022-03-11T18:18:15.664Z] PASS [2022-03-11T18:18:15.664Z] [2022-03-11T18:18:15.664Z] === Skipped [2022-03-11T18:18:15.664Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-11T18:18:15.664Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-11T18:18:15.664Z] [2022-03-11T18:18:15.664Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2022-03-11T18:18:15.664Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:18:15.664Z] [2022-03-11T18:18:15.664Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-11T18:18:15.664Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:18:15.664Z] [2022-03-11T18:18:15.664Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-11T18:18:15.664Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-11T18:18:15.664Z] [2022-03-11T18:18:15.664Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-11T18:18:15.664Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-11T18:18:15.664Z] [2022-03-11T18:18:15.664Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-11T18:18:15.664Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:18:15.664Z] [2022-03-11T18:18:15.664Z] DONE 200 tests, 6 skipped in 160.390s [2022-03-11T18:18:15.664Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-11T18:18:15.664Z] ++ 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 [2022-03-11T18:18:15.664Z] ++ set -e [2022-03-11T18:18:15.664Z] ++ '[' -n 0 ']' [2022-03-11T18:18:15.664Z] ++ set -x [2022-03-11T18:18:15.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=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 [2022-03-11T18:18:16.009Z] === RUN TestConfigDaemonLibtrustID [2022-03-11T18:18:16.609Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2022-03-11T18:18:16.609Z] === RUN TestDaemonConfigValidation [2022-03-11T18:18:16.609Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-11T18:18:16.609Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-11T18:18:16.609Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-11T18:18:16.609Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-11T18:18:16.609Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-11T18:18:16.609Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-11T18:18:16.609Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-11T18:18:16.609Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-11T18:18:16.609Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-11T18:18:16.609Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-11T18:18:16.609Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-11T18:18:16.609Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-11T18:18:16.609Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-11T18:18:16.871Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-11T18:18:16.871Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-11T18:18:17.132Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-11T18:18:17.132Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.14s) [2022-03-11T18:18:17.132Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.21s) [2022-03-11T18:18:17.132Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.20s) [2022-03-11T18:18:17.132Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.22s) [2022-03-11T18:18:17.132Z] --- PASS: TestDaemonConfigValidation/valid_config (0.21s) [2022-03-11T18:18:17.132Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-11T18:18:17.132Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-11T18:18:17.966Z] --- PASS: TestInfoAPIWarnings (16.21s) [2022-03-11T18:18:17.966Z] === RUN TestInfoDebug [2022-03-11T18:18:17.966Z] --- PASS: TestInfoDebug (0.52s) [2022-03-11T18:18:17.966Z] === RUN TestInfoInsecureRegistries [2022-03-11T18:18:17.966Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-11T18:18:17.966Z] === RUN TestInfoRegistryMirrors [2022-03-11T18:18:17.966Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-11T18:18:17.966Z] === RUN TestLoginFailsWithBadCredentials [2022-03-11T18:18:17.966Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-11T18:18:17.966Z] === RUN TestPingCacheHeaders [2022-03-11T18:18:17.966Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-11T18:18:17.966Z] === RUN TestPingGet [2022-03-11T18:18:17.966Z] --- PASS: TestPingGet (0.01s) [2022-03-11T18:18:17.966Z] === RUN TestPingHead [2022-03-11T18:18:17.966Z] --- PASS: TestPingHead (0.02s) [2022-03-11T18:18:17.966Z] === RUN TestVersion [2022-03-11T18:18:17.966Z] --- PASS: TestVersion (0.02s) [2022-03-11T18:18:17.966Z] === CONT TestDiskUsage [2022-03-11T18:18:18.072Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/empty [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/empty/container_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/empty/image_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/empty/volume_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-11T18:18:18.224Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-11T18:18:18.482Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-11T18:18:18.483Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-11T18:18:18.483Z] === RUN TestDiskUsage/after_container.Run [2022-03-11T18:18:18.741Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-11T18:18:18.741Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-11T18:18:18.741Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-11T18:18:18.741Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-11T18:18:18.741Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-11T18:18:18.741Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-11T18:18:18.741Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-11T18:18:18.741Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-11T18:18:18.741Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-11T18:18:18.741Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage (1.11s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_container.Run (0.29s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-11T18:18:18.741Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-11T18:18:18.741Z] PASS [2022-03-11T18:18:18.741Z] [2022-03-11T18:18:18.741Z] === Skipped [2022-03-11T18:18:18.741Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-11T18:18:18.741Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-11T18:18:18.741Z] [2022-03-11T18:18:18.741Z] DONE 50 tests, 1 skipped in 19.776s [2022-03-11T18:18:18.741Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-11T18:18:18.741Z] ++ 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 [2022-03-11T18:18:18.741Z] ++ set -e [2022-03-11T18:18:18.741Z] ++ '[' -n 0 ']' [2022-03-11T18:18:18.741Z] ++ set -x [2022-03-11T18:18:18.741Z] ++ 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 [2022-03-11T18:18:18.999Z] INFO: Testing against a local daemon [2022-03-11T18:18:18.999Z] === RUN TestVolumesCreateAndList [2022-03-11T18:18:18.999Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-11T18:18:18.999Z] === RUN TestVolumesRemove [2022-03-11T18:18:18.999Z] --- PASS: TestVolumesRemove (0.06s) [2022-03-11T18:18:18.999Z] === RUN TestVolumesInspect [2022-03-11T18:18:18.999Z] --- PASS: TestVolumesInspect (0.03s) [2022-03-11T18:18:18.999Z] === RUN TestVolumesInvalidJSON [2022-03-11T18:18:18.999Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-11T18:18:18.999Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-11T18:18:18.999Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-11T18:18:18.999Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-11T18:18:18.999Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-11T18:18:18.999Z] PASS [2022-03-11T18:18:18.999Z] [2022-03-11T18:18:18.999Z] DONE 5 tests in 0.229s [2022-03-11T18:18:18.999Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-11T18:18:19.015Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-03-11T18:18:19.256Z] ++++ cat bundles/test-integration/docker.pid [2022-03-11T18:18:19.256Z] +++ kill 13683 [2022-03-11T18:18:19.274Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-11T18:18:19.519Z] +++ /etc/init.d/apparmor stop [2022-03-11T18:18:19.520Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-11T18:18:19.520Z] [2022-03-11T18:18:19.520Z] Unloading profiles will leave already running processes permanently [2022-03-11T18:18:19.520Z] unconfined, which can lead to unexpected situations. [2022-03-11T18:18:19.520Z] [2022-03-11T18:18:19.520Z] To set a process to complain mode, use the command line tool [2022-03-11T18:18:19.520Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-11T18:18:19.520Z] +++ true [2022-03-11T18:18:19.520Z] exiting test-integration [2022-03-11T18:18:19.520Z] ++ exit 0 [2022-03-11T18:18:19.520Z] [2022-03-11T18:18:19.842Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir Post stage [Pipeline] junit [2022-03-11T18:18:20.098Z] Recording test results [2022-03-11T18:18:20.278Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-11T18:18:20.406Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-11T18:18:20.406Z] daemon_test.go:156: [d1fa1894a2026] daemon is not started [2022-03-11T18:18:20.406Z] --- PASS: TestConfigDaemonSeccompProfiles (3.27s) [2022-03-11T18:18:20.406Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-03-11T18:18:20.406Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.13s) [2022-03-11T18:18:20.406Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.06s) [2022-03-11T18:18:20.406Z] === RUN TestDaemonProxy [2022-03-11T18:18:20.406Z] === RUN TestDaemonProxy/environment_variables [2022-03-11T18:18:20.615Z] + echo Ensuring container killed. [2022-03-11T18:18:20.615Z] Ensuring container killed. [2022-03-11T18:18:20.615Z] + docker rm -vf docker-pr32 [2022-03-11T18:18:20.615Z] Error: No such container: docker-pr32 [Pipeline] sh [2022-03-11T18:18:20.898Z] + echo Chowning /workspace to jenkins user [2022-03-11T18:18:20.898Z] Chowning /workspace to jenkins user [2022-03-11T18:18:20.898Z] + id -u [2022-03-11T18:18:20.898Z] + id -g [2022-03-11T18:18:20.898Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42942:/workspace busybox chown -R 1000:1000 /workspace [2022-03-11T18:18:21.344Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-11T18:18:21.344Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-11T18:18:21.344Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-11T18:18:21.344Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-11T18:18:21.344Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-11T18:18:21.344Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-11T18:18:21.344Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-11T18:18:21.344Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-11T18:18:21.344Z] check_test.go:308: [d8b7101fb2b0c] daemon is not started [2022-03-11T18:18:21.344Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-11T18:18:21.344Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-11T18:18:22.125Z] + bundleName=arm64-integration [2022-03-11T18:18:22.126Z] + echo Creating arm64-integration-bundles.tar.gz [2022-03-11T18:18:22.126Z] Creating arm64-integration-bundles.tar.gz [2022-03-11T18:18:22.126Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-03-11T18:18:22.126Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-03-11T18:18:22.275Z] === RUN TestDaemonProxy/command-line_options [Pipeline] archiveArtifacts [2022-03-11T18:18:22.395Z] Archiving artifacts [2022-03-11T18:18:22.680Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42942/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-11T18:18:23.174Z] + make clean [2022-03-11T18:18:23.174Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-11T18:18:23.174Z] docker-dev-cache [2022-03-11T18:18:23.174Z] docker-mod-cache [Pipeline] deleteDir [2022-03-11T18:18:24.225Z] === RUN TestDaemonProxy/configuration_file [2022-03-11T18:18:24.225Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-03-11T18:18:24.225Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-11T18:18:25.593Z] === RUN TestDaemonProxy/conflicting_options [2022-03-11T18:18:26.156Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-11T18:18:26.720Z] --- PASS: TestDaemonProxy (6.33s) [2022-03-11T18:18:26.720Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-03-11T18:18:26.720Z] --- PASS: TestDaemonProxy/command-line_options (1.78s) [2022-03-11T18:18:26.720Z] --- PASS: TestDaemonProxy/configuration_file (1.79s) [2022-03-11T18:18:26.720Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-11T18:18:26.720Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-11T18:18:26.720Z] PASS [2022-03-11T18:18:26.720Z] [2022-03-11T18:18:26.720Z] DONE 17 tests in 10.930s [2022-03-11T18:18:26.720Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-11T18:18:26.720Z] ++ 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 [2022-03-11T18:18:26.720Z] ++ set -e [2022-03-11T18:18:26.720Z] ++ '[' -n 0 ']' [2022-03-11T18:18:26.720Z] ++ set -x [2022-03-11T18:18:26.720Z] ++ 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 [2022-03-11T18:18:26.977Z] INFO: Testing against a local daemon [2022-03-11T18:18:26.977Z] === RUN TestCommitInheritsEnv [2022-03-11T18:18:27.234Z] --- PASS: TestCommitInheritsEnv (0.40s) [2022-03-11T18:18:27.234Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-11T18:18:27.234Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-11T18:18:27.234Z] === RUN TestImportWithCustomPlatform [2022-03-11T18:18:27.234Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-11T18:18:27.491Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-11T18:18:27.491Z] === RUN TestImportWithCustomPlatform// [2022-03-11T18:18:27.491Z] === RUN TestImportWithCustomPlatform/linux [2022-03-11T18:18:27.491Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-11T18:18:27.748Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-11T18:18:27.748Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-11T18:18:27.748Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-03-11T18:18:28.005Z] === RUN TestImportWithCustomPlatform/macos [2022-03-11T18:18:28.005Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-11T18:18:28.005Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-11T18:18:28.005Z] --- PASS: TestImportWithCustomPlatform (0.65s) [2022-03-11T18:18:28.005Z] --- PASS: TestImportWithCustomPlatform/#00 (0.13s) [2022-03-11T18:18:28.005Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-11T18:18:28.005Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-11T18:18:28.005Z] --- PASS: TestImportWithCustomPlatform/linux (0.13s) [2022-03-11T18:18:28.005Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.16s) [2022-03-11T18:18:28.005Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.17s) [2022-03-11T18:18:28.005Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-11T18:18:28.005Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-11T18:18:28.005Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-11T18:18:28.005Z] === RUN TestImagesFilterMultiReference [2022-03-11T18:18:28.005Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-03-11T18:18:28.005Z] === RUN TestImagePullPlatformInvalid [2022-03-11T18:18:28.005Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-11T18:18:28.005Z] === RUN TestRemoveImageOrphaning [2022-03-11T18:18:28.567Z] --- PASS: TestRemoveImageOrphaning (0.43s) [2022-03-11T18:18:28.567Z] === RUN TestRemoveImageGarbageCollector [2022-03-11T18:18:29.496Z] check_test.go:308: [d12e8a3843ede] daemon is not started [2022-03-11T18:18:29.496Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-03-11T18:18:30.426Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-11T18:18:30.683Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-11T18:18:30.683Z] --- PASS: TestRemoveImageGarbageCollector (2.21s) [2022-03-11T18:18:30.683Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-11T18:18:30.683Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-11T18:18:30.683Z] === RUN TestTagInvalidReference [2022-03-11T18:18:30.683Z] --- PASS: TestTagInvalidReference (0.02s) [2022-03-11T18:18:30.683Z] === RUN TestTagValidPrefixedRepo [2022-03-11T18:18:30.683Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-03-11T18:18:30.683Z] === RUN TestTagExistedNameWithoutForce [2022-03-11T18:18:30.940Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-03-11T18:18:30.940Z] === RUN TestTagOfficialNames [2022-03-11T18:18:30.940Z] --- PASS: TestTagOfficialNames (0.07s) [2022-03-11T18:18:30.940Z] === RUN TestTagMatchesDigest [2022-03-11T18:18:30.940Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-03-11T18:18:30.940Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-11T18:18:33.464Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-03-11T18:18:35.357Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-11T18:18:38.630Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-03-11T18:18:39.560Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-03-11T18:18:40.124Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-03-11T18:18:40.688Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-03-11T18:18:40.688Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-03-11T18:18:41.251Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-11T18:18:41.252Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-03-11T18:18:41.816Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-11T18:18:41.816Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-03-11T18:18:42.380Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-03-11T18:18:42.944Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-03-11T18:18:43.203Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-11T18:18:43.459Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-03-11T18:18:44.022Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-03-11T18:18:44.587Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-03-11T18:18:44.845Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-03-11T18:18:45.410Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-03-11T18:18:45.974Z] check_test.go:308: [d2e29e23b3477] daemon is not started [2022-03-11T18:18:45.974Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-03-11T18:18:46.537Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-11T18:18:47.101Z] check_test.go:308: [d2fb3748c249d] daemon is not started [2022-03-11T18:18:47.101Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-03-11T18:18:47.101Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-11T18:18:47.357Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-11T18:18:47.613Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-03-11T18:18:48.176Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-11T18:18:49.105Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-03-11T18:18:49.362Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-11T18:18:50.733Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-11T18:18:52.101Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-03-11T18:18:52.666Z] check_test.go:308: [d3b0c615a4e10] daemon is not started [2022-03-11T18:18:52.666Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-03-11T18:18:55.945Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-03-11T18:18:57.318Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-03-11T18:19:01.492Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-03-11T18:19:01.492Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-11T18:19:02.421Z] check_test.go:308: [d3311591d5e84] daemon is not started [2022-03-11T18:19:02.421Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-03-11T18:19:02.677Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-11T18:19:05.949Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-11T18:19:06.878Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-11T18:19:11.051Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-03-11T18:19:13.571Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-03-11T18:19:14.037Z] 037d5740b404: Pull complete [2022-03-11T18:19:14.037Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-11T18:19:14.037Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:19:14.037Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-11T18:19:14.037Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-11T18:19:14.037Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.587' [2022-03-11T18:19:14.037Z] WARN: Skipping validation tests [2022-03-11T18:19:14.037Z] INFO: Running unit tests at 03/11/2022 18:19:08... [2022-03-11T18:19:14.037Z] INFO: make.ps1 starting at 03/11/2022 18:19:13 [2022-03-11T18:19:14.037Z] INFO: Git commit (cf40d31f35) assumed from DOCKER_GITCOMMIT environment variable [2022-03-11T18:19:14.037Z] INFO: Invoking autogen... [2022-03-11T18:19:14.497Z] INFO: Running unit tests... [2022-03-11T18:19:16.093Z] check_test.go:308: [dc75bde9185fe] daemon is not started [2022-03-11T18:19:16.093Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-03-11T18:19:16.657Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-03-11T18:19:17.221Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-11T18:19:17.221Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-03-11T18:19:17.785Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-03-11T18:19:18.350Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-11T18:19:18.350Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-11T18:19:19.722Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-03-11T18:19:19.722Z] check_test.go:308: [df1f3af82679b] daemon is not started [2022-03-11T18:19:19.722Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-03-11T18:19:22.242Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-03-11T18:19:22.805Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-11T18:19:23.031Z] 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/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/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/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/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/longpath github.com/docker/docker/pkg/namesgenerator 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/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum 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 [2022-03-11T18:19:24.173Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-03-11T18:19:24.735Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-11T18:19:24.763Z] --- PASS: TestBuildWithHugeFile (113.47s) [2022-03-11T18:19:24.763Z] === RUN TestBuildWCOWSandboxSize [2022-03-11T18:19:24.763Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-11T18:19:24.763Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-11T18:19:24.763Z] === RUN TestBuildWithEmptyDockerfile [2022-03-11T18:19:24.763Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:19:24.763Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:19:24.763Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:19:24.763Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:19:24.763Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:19:24.763Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:19:24.763Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:19:24.763Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:19:24.763Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:19:24.763Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-03-11T18:19:24.763Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-11T18:19:24.763Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-11T18:19:24.763Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-11T18:19:24.763Z] === RUN TestBuildPreserveOwnership [2022-03-11T18:19:24.763Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:19:24.763Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-11T18:19:24.763Z] === RUN TestBuildPlatformInvalid [2022-03-11T18:19:24.763Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2022-03-11T18:19:24.763Z] PASS [2022-03-11T18:19:24.763Z] ok github.com/docker/docker/integration/build 187.960s [2022-03-11T18:19:24.763Z] [2022-03-11T18:19:24.763Z] === Skipped [2022-03-11T18:19:24.763Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-11T18:19:24.763Z] build_session_test.go:25: TODO: BuildKit [2022-03-11T18:19:24.763Z] [2022-03-11T18:19:24.763Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-11T18:19:24.763Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:24.763Z] [2022-03-11T18:19:24.763Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-11T18:19:24.763Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:19:24.763Z] [2022-03-11T18:19:24.763Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-11T18:19:24.763Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:19:24.763Z] [2022-03-11T18:19:24.763Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-11T18:19:24.763Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-11T18:19:24.763Z] [2022-03-11T18:19:24.763Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-11T18:19:24.763Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:19:24.763Z] [2022-03-11T18:19:24.763Z] DONE 29 tests, 6 skipped in 219.497s [2022-03-11T18:19:24.763Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-11T18:19:24.763Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:19:24.763Z] INFO: Testing against a local daemon [2022-03-11T18:19:24.763Z] === RUN TestConfigInspect [2022-03-11T18:19:24.763Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:24.763Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-11T18:19:24.763Z] === RUN TestConfigList [2022-03-11T18:19:24.763Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:24.763Z] --- SKIP: TestConfigList (0.00s) [2022-03-11T18:19:24.763Z] === RUN TestConfigsCreateAndDelete [2022-03-11T18:19:24.763Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:24.763Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-11T18:19:24.763Z] === RUN TestConfigsUpdate [2022-03-11T18:19:24.763Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:24.763Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-11T18:19:24.763Z] === RUN TestTemplatedConfig [2022-03-11T18:19:24.763Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:24.763Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-11T18:19:24.763Z] === RUN TestConfigCreateResolve [2022-03-11T18:19:24.763Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:19:24.763Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-11T18:19:24.763Z] PASS [2022-03-11T18:19:24.763Z] ok github.com/docker/docker/integration/config 0.102s [2022-03-11T18:19:24.763Z] [2022-03-11T18:19:24.763Z] === Skipped [2022-03-11T18:19:24.763Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-11T18:19:24.763Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:24.763Z] [2022-03-11T18:19:24.763Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-11T18:19:24.763Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:24.763Z] [2022-03-11T18:19:24.763Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-11T18:19:24.763Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:24.763Z] [2022-03-11T18:19:24.763Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-11T18:19:24.763Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:24.763Z] [2022-03-11T18:19:24.763Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-11T18:19:24.763Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:24.763Z] [2022-03-11T18:19:24.763Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-11T18:19:24.763Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:19:24.763Z] [2022-03-11T18:19:24.763Z] DONE 6 tests, 6 skipped in 2.030s [2022-03-11T18:19:24.763Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-11T18:19:25.749Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:19:25.750Z] INFO: Testing against a local daemon [2022-03-11T18:19:25.750Z] === RUN TestCheckpoint [2022-03-11T18:19:25.750Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-11T18:19:25.750Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-11T18:19:25.750Z] === RUN TestContainerInvalidJSON [2022-03-11T18:19:25.750Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:19:25.750Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:19:25.750Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:19:25.750Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:19:25.750Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:19:25.750Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:19:25.750Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-11T18:19:25.750Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-11T18:19:25.750Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-11T18:19:25.750Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-11T18:19:25.750Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.26s) [2022-03-11T18:19:25.750Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-11T18:19:26.219Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.23s) [2022-03-11T18:19:26.219Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-11T18:19:26.219Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s) [2022-03-11T18:19:26.219Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-11T18:19:26.631Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-11T18:19:26.687Z] --- PASS: TestCopyToContainerPathIsNotDir (0.22s) [2022-03-11T18:19:26.687Z] === RUN TestCopyFromContainer [2022-03-11T18:19:26.687Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:26.687Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-11T18:19:26.687Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-11T18:19:26.687Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:19:26.687Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:19:26.687Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:19:26.687Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:19:26.687Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:19:26.687Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:19:26.687Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:19:26.687Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:19:26.687Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:19:26.687Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-11T18:19:26.687Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-11T18:19:26.687Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-03-11T18:19:26.687Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-11T18:19:26.687Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-11T18:19:26.687Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-11T18:19:26.687Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-11T18:19:26.687Z] === RUN TestCreateWithInvalidEnv [2022-03-11T18:19:26.687Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-11T18:19:26.687Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-11T18:19:26.687Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-11T18:19:26.687Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-11T18:19:26.687Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-11T18:19:26.687Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-11T18:19:26.687Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-11T18:19:26.687Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-11T18:19:26.687Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-11T18:19:26.687Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-11T18:19:26.687Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-11T18:19:26.687Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-11T18:19:26.687Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-11T18:19:26.687Z] === RUN TestCreateTmpfsMountsTarget [2022-03-11T18:19:26.687Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:26.687Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-11T18:19:26.687Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-11T18:19:26.687Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:19:26.687Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-11T18:19:26.687Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-11T18:19:26.687Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:19:26.687Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-11T18:19:26.687Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-11T18:19:26.687Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:19:26.687Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:19:26.687Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:19:26.687Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:19:26.687Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:19:26.687Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:19:26.687Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:19:26.687Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:19:26.687Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:19:26.687Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:19:26.687Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:19:26.687Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:19:26.688Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:19:26.688Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:19:26.688Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:19:26.688Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-11T18:19:26.688Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-11T18:19:26.688Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-11T18:19:26.688Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-11T18:19:26.688Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-11T18:19:26.688Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-11T18:19:26.688Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-11T18:19:26.688Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-11T18:19:26.688Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-11T18:19:26.688Z] === RUN TestCreateDifferentPlatform [2022-03-11T18:19:26.688Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-11T18:19:26.688Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-11T18:19:26.688Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-11T18:19:26.688Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-11T18:19:26.688Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-11T18:19:26.688Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-11T18:19:26.688Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2022-03-11T18:19:26.688Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-11T18:19:26.688Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-11T18:19:26.688Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-11T18:19:26.688Z] === RUN TestContainerKillOnDaemonStart [2022-03-11T18:19:26.688Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:26.688Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-11T18:19:26.688Z] === RUN TestDiff [2022-03-11T18:19:26.688Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-11T18:19:26.688Z] --- SKIP: TestDiff (0.00s) [2022-03-11T18:19:26.688Z] === RUN TestExecWithCloseStdin [2022-03-11T18:19:28.523Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-03-11T18:19:29.657Z] --- PASS: TestExecWithCloseStdin (2.42s) [2022-03-11T18:19:29.657Z] === RUN TestExec [2022-03-11T18:19:29.891Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-03-11T18:19:31.262Z] --- PASS: TestExec (2.16s) [2022-03-11T18:19:31.262Z] === RUN TestExecUser [2022-03-11T18:19:31.262Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-11T18:19:31.262Z] --- SKIP: TestExecUser (0.00s) [2022-03-11T18:19:31.262Z] === RUN TestExportContainerAndImportImage [2022-03-11T18:19:31.262Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:31.262Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-11T18:19:31.262Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-11T18:19:31.262Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:31.262Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-11T18:19:31.262Z] === RUN TestHealthCheckWorkdir [2022-03-11T18:19:31.262Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-11T18:19:31.262Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-11T18:19:31.262Z] === RUN TestHealthKillContainer [2022-03-11T18:19:31.262Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-11T18:19:31.262Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-11T18:19:31.262Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-11T18:19:31.262Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-11T18:19:31.262Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-11T18:19:31.262Z] === RUN TestKillContainerInvalidSignal [2022-03-11T18:19:31.784Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-03-11T18:19:33.153Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-11T18:19:33.486Z] --- PASS: TestKillContainerInvalidSignal (2.13s) [2022-03-11T18:19:33.486Z] === RUN TestKillContainer [2022-03-11T18:19:33.486Z] === RUN TestKillContainer/no_signal [2022-03-11T18:19:34.238Z] ok github.com/docker/docker/libnetwork/networkdb 104.661s coverage: 60.6% of statements [2022-03-11T18:19:34.238Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-11T18:19:34.239Z] ok github.com/docker/docker/libnetwork/options 0.001s coverage: 100.0% of statements [2022-03-11T18:19:34.239Z] ok github.com/docker/docker/libnetwork/osl 4.456s coverage: 39.7% of statements [2022-03-11T18:19:34.239Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-03-11T18:19:34.239Z] ok github.com/docker/docker/libnetwork/portallocator 0.006s coverage: 86.1% of statements [2022-03-11T18:19:34.239Z] ok github.com/docker/docker/libnetwork/portmapper 0.196s coverage: 48.6% of statements [2022-03-11T18:19:34.239Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-11T18:19:34.239Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-11T18:19:34.498Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-11T18:19:34.498Z] [2022-03-11T18:19:34.498Z] === Skipped [2022-03-11T18:19:34.498Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-11T18:19:34.498Z] firewalld_test.go:14: firewalld is not running [2022-03-11T18:19:34.498Z] [2022-03-11T18:19:34.498Z] DONE 326 tests, 1 skipped in 198.725s Post stage [Pipeline] junit [2022-03-11T18:19:35.076Z] Recording test results [2022-03-11T18:19:35.359Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [2022-03-11T18:19:35.380Z] ? github.com/docker/docker/api [no test files] [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-03-11T18:19:35.676Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-11T18:19:35.676Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-03-11T18:19:35.683Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42942/.git:/go/src/github.com/docker/docker/.git --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8814a29f7d9e4237d877d3bf767f2096899d9efa -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8814a29f7d9e4237d877d3bf767f2096899d9efa hack/validate/vendor [2022-03-11T18:19:35.700Z] === RUN TestKillContainer/non_killing_signal [2022-03-11T18:19:35.700Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-11T18:19:35.700Z] === RUN TestKillContainer/killing_signal [2022-03-11T18:19:36.250Z] No vendor changes in diff. [2022-03-11T18:19:36.250Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-11T18:19:36.815Z] + echo Ensuring container killed. [2022-03-11T18:19:36.815Z] Ensuring container killed. [2022-03-11T18:19:36.815Z] + docker rm -vf docker-pr32 [2022-03-11T18:19:36.815Z] Error: No such container: docker-pr32 [Pipeline] sh [2022-03-11T18:19:37.095Z] + echo Chowning /workspace to jenkins user [2022-03-11T18:19:37.095Z] Chowning /workspace to jenkins user [2022-03-11T18:19:37.095Z] + id -u [2022-03-11T18:19:37.095Z] + id -g [2022-03-11T18:19:37.095Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42942:/workspace busybox chown -R 1000:1000 /workspace [2022-03-11T18:19:37.570Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-11T18:19:37.953Z] + bundleName=unit [2022-03-11T18:19:37.953Z] + echo Creating unit-bundles.tar.gz [2022-03-11T18:19:37.953Z] Creating unit-bundles.tar.gz [2022-03-11T18:19:37.953Z] + 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 [2022-03-11T18:19:37.953Z] bundles/junit-report-libnetwork.xml [2022-03-11T18:19:37.953Z] bundles/junit-report.xml [2022-03-11T18:19:37.953Z] bundles/go-test-report-libnetwork.json [2022-03-11T18:19:37.953Z] bundles/go-test-report.json [2022-03-11T18:19:37.953Z] bundles/profile-libnetwork.out [2022-03-11T18:19:37.953Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-03-11T18:19:37.964Z] Archiving artifacts [2022-03-11T18:19:38.379Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42942/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-11T18:19:38.502Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-03-11T18:19:38.649Z] --- PASS: TestKillContainer (4.81s) [2022-03-11T18:19:38.649Z] --- PASS: TestKillContainer/no_signal (2.09s) [2022-03-11T18:19:38.649Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-11T18:19:38.649Z] --- PASS: TestKillContainer/killing_signal (2.67s) [2022-03-11T18:19:38.649Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-11T18:19:38.649Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:19:38.649Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-11T18:19:38.649Z] === RUN TestKillStoppedContainer [2022-03-11T18:19:38.649Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:19:38.649Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-11T18:19:38.649Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-11T18:19:38.649Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:19:38.649Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-11T18:19:38.649Z] === RUN TestKillDifferentUserContainer [2022-03-11T18:19:38.649Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-11T18:19:38.650Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-11T18:19:38.650Z] === RUN TestInspectOomKilledTrue [2022-03-11T18:19:38.650Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:38.650Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-11T18:19:38.650Z] === RUN TestInspectOomKilledFalse [2022-03-11T18:19:38.650Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:19:38.650Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-11T18:19:38.650Z] === RUN TestLogsFollowTailEmpty [2022-03-11T18:19:38.686Z] + make clean [2022-03-11T18:19:38.686Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-11T18:19:38.686Z] docker-dev-cache [2022-03-11T18:19:38.686Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-11T18:19:40.215Z] --- PASS: TestLogsFollowTailEmpty (2.11s) [2022-03-11T18:19:40.215Z] === RUN TestNetworkNat [2022-03-11T18:19:40.215Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-11T18:19:40.215Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-11T18:19:40.215Z] === RUN TestNetworkLocalhostTCPNat [2022-03-11T18:19:42.689Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-03-11T18:19:44.005Z] --- PASS: TestNetworkLocalhostTCPNat (3.41s) [2022-03-11T18:19:44.005Z] === RUN TestNetworkLoopbackNat [2022-03-11T18:19:44.005Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-11T18:19:44.005Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-11T18:19:44.005Z] === RUN TestPause [2022-03-11T18:19:44.005Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-11T18:19:44.005Z] --- SKIP: TestPause (0.00s) [2022-03-11T18:19:44.005Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-11T18:19:44.584Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-03-11T18:19:45.516Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-03-11T18:19:46.231Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.15s) [2022-03-11T18:19:46.231Z] === RUN TestPauseStopPausedContainer [2022-03-11T18:19:46.231Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:19:46.231Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-11T18:19:46.231Z] === RUN TestPsFilter [2022-03-11T18:19:46.231Z] --- PASS: TestPsFilter (0.33s) [2022-03-11T18:19:46.231Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-11T18:19:46.886Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-03-11T18:19:49.187Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.70s) [2022-03-11T18:19:49.187Z] === RUN TestRemoveContainerWithVolume [2022-03-11T18:19:50.161Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-03-11T18:19:52.142Z] --- PASS: TestRemoveContainerWithVolume (2.71s) [2022-03-11T18:19:52.142Z] === RUN TestRemoveContainerRunning [2022-03-11T18:19:53.708Z] --- PASS: TestRemoveContainerRunning (2.08s) [2022-03-11T18:19:53.708Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-11T18:19:54.337Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-11T18:19:54.337Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-11T18:19:55.707Z] docker_cli_daemon_test.go:2522: [d6dde570db6f9] daemon is not started [2022-03-11T18:19:55.923Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.08s) [2022-03-11T18:19:55.923Z] === RUN TestRemoveInvalidContainer [2022-03-11T18:19:55.923Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-03-11T18:19:55.923Z] === RUN TestRenameLinkedContainer [2022-03-11T18:19:55.923Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-11T18:19:55.923Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-11T18:19:55.923Z] === RUN TestRenameStoppedContainer [2022-03-11T18:19:56.425Z] === RUN TestMiddlewares [2022-03-11T18:19:56.425Z] --- PASS: TestMiddlewares (0.00s) [2022-03-11T18:19:56.425Z] PASS [2022-03-11T18:19:56.425Z] coverage: 9.0% of statements [2022-03-11T18:19:56.425Z] ok github.com/docker/docker/api/server 0.053s coverage: 9.0% of statements [2022-03-11T18:19:57.599Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-03-11T18:19:58.875Z] --- PASS: TestRenameStoppedContainer (2.72s) [2022-03-11T18:19:58.875Z] === RUN TestRenameRunningContainerAndReuse [2022-03-11T18:19:58.968Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-11T18:19:59.225Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-11T18:19:59.790Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-11T18:20:00.724Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-11T18:20:00.980Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-11T18:20:01.237Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-11T18:20:01.494Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-11T18:20:02.668Z] --- PASS: TestRenameRunningContainerAndReuse (4.19s) [2022-03-11T18:20:02.668Z] === RUN TestRenameInvalidName [2022-03-11T18:20:04.014Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-11T18:20:04.883Z] --- PASS: TestRenameInvalidName (2.12s) [2022-03-11T18:20:04.883Z] === RUN TestRenameAnonymousContainer [2022-03-11T18:20:04.943Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-11T18:20:06.311Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-11T18:20:06.568Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-11T18:20:08.464Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-11T18:20:08.721Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-03-11T18:20:09.651Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-11T18:20:10.583Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-03-11T18:20:10.840Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-11T18:20:13.362Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-03-11T18:20:13.362Z] check_test.go:308: [d6b98bbb47e5d] daemon is not started [2022-03-11T18:20:13.362Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-03-11T18:20:15.305Z] --- PASS: TestRenameAnonymousContainer (10.03s) [2022-03-11T18:20:15.305Z] === RUN TestRenameContainerWithSameName [2022-03-11T18:20:17.529Z] --- PASS: TestRenameContainerWithSameName (2.23s) [2022-03-11T18:20:17.529Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-11T18:20:17.529Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-11T18:20:17.529Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-11T18:20:17.529Z] === RUN TestResize [2022-03-11T18:20:18.764Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite (340.12s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.65s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.85s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.45s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.26s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.30s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.58s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.39s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.67s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.40s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.08s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.05s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.17s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.57s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (1.99s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.29s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.26s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.63s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.46s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.73s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.64s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.68s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.65s) [2022-03-11T18:20:19.331Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.85s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.75s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.68s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.78s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.79s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.02s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.24s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.57s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.56s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.58s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.81s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.74s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.60s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.74s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.69s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.08s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.56s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.60s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.58s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.44s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.44s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.49s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.78s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.08s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.59s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.13s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.05s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.10s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.39s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.62s) [2022-03-11T18:20:19.331Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-11T18:20:19.331Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.87s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.89s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.74s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.22s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.73s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.27s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.81s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.46s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.40s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.78s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.77s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.67s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.57s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.09s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.49s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.13s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.82s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.79s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.03s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.51s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.51s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.99s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.60s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.74s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.85s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.24s) [2022-03-11T18:20:19.331Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.29s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.11s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.51s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.96s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.33s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.28s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.17s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.71s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.24s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.08s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.15s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.74s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.54s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.56s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.83s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.62s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s) [2022-03-11T18:20:19.332Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.03s) [2022-03-11T18:20:19.332Z] === RUN TestDockerSwarmSuite [2022-03-11T18:20:19.332Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-03-11T18:20:19.698Z] --- PASS: TestResize (2.18s) [2022-03-11T18:20:19.698Z] === RUN TestResizeWithInvalidSize [2022-03-11T18:20:21.867Z] --- PASS: TestResizeWithInvalidSize (2.12s) [2022-03-11T18:20:21.867Z] === RUN TestResizeWhenContainerNotStarted [2022-03-11T18:20:22.608Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-03-11T18:20:24.037Z] --- PASS: TestResizeWhenContainerNotStarted (2.70s) [2022-03-11T18:20:24.037Z] === RUN TestDaemonRestartKillContainers [2022-03-11T18:20:24.037Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:20:24.037Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-11T18:20:24.037Z] === RUN TestStats [2022-03-11T18:20:24.037Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-11T18:20:24.037Z] --- SKIP: TestStats (0.00s) [2022-03-11T18:20:24.037Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-11T18:20:25.879Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-03-11T18:20:31.128Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-03-11T18:20:32.581Z] --- PASS: TestStopContainerWithRestartPolicyAlways (7.48s) [2022-03-11T18:20:32.581Z] === RUN TestStopContainerWithTimeout [2022-03-11T18:20:32.581Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-11T18:20:32.581Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-11T18:20:32.581Z] === RUN TestUpdateRestartPolicy [2022-03-11T18:20:33.145Z] 4612f6d0b889: Pull complete [2022-03-11T18:20:39.222Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-11T18:20:40.151Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-11T18:20:44.321Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-03-11T18:20:44.883Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-03-11T18:20:48.155Z] docker_api_swarm_test.go:563: [db4eb606a6102] joining swarm manager [d12ccd8476e0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:20:49.084Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-11T18:20:50.014Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-11T18:20:50.579Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-11T18:20:51.143Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-11T18:20:52.510Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-11T18:20:52.510Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-11T18:20:52.510Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-11T18:20:53.072Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-11T18:20:53.633Z] --- PASS: TestUpdateRestartPolicy (22.08s) [2022-03-11T18:20:53.633Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-11T18:20:55.800Z] --- PASS: TestUpdateRestartWithAutoRemove (2.20s) [2022-03-11T18:20:55.800Z] === RUN TestWaitNonBlocked [2022-03-11T18:20:55.800Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:20:55.800Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:20:55.800Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:20:55.800Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:20:55.800Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:20:55.800Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:20:56.973Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-11T18:20:57.441Z] === RUN TestBoolValue [2022-03-11T18:20:57.441Z] --- PASS: TestBoolValue (0.00s) [2022-03-11T18:20:57.441Z] === RUN TestBoolValueOrDefault [2022-03-11T18:20:57.441Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-11T18:20:57.441Z] === RUN TestInt64ValueOrZero [2022-03-11T18:20:57.441Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-11T18:20:57.441Z] === RUN TestInt64ValueOrDefault [2022-03-11T18:20:57.441Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-11T18:20:57.441Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-11T18:20:57.441Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-11T18:20:57.441Z] === RUN TestJsonContentType [2022-03-11T18:20:57.441Z] --- PASS: TestJsonContentType (0.00s) [2022-03-11T18:20:57.441Z] PASS [2022-03-11T18:20:57.441Z] coverage: 14.7% of statements [2022-03-11T18:20:57.441Z] ok github.com/docker/docker/api/server/httputils 0.139s coverage: 14.7% of statements [2022-03-11T18:20:59.616Z] docker_api_swarm_test.go:585: [da49c24d136f3] joining swarm manager [d12ccd8476e0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:20:59.693Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-11T18:20:59.693Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.05s) [2022-03-11T18:20:59.693Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.16s) [2022-03-11T18:20:59.693Z] === RUN TestWaitBlocked [2022-03-11T18:20:59.693Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:20:59.693Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-11T18:20:59.693Z] PASS [2022-03-11T18:20:59.693Z] ok github.com/docker/docker/integration/container 93.735s [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === Skipped [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-11T18:20:59.693Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-11T18:20:59.693Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-11T18:20:59.693Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-11T18:20:59.693Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-11T18:20:59.693Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-11T18:20:59.693Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-11T18:20:59.693Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-11T18:20:59.693Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-11T18:20:59.693Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-11T18:20:59.693Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-11T18:20:59.693Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-11T18:20:59.693Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-11T18:20:59.693Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-11T18:20:59.693Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-11T18:20:59.693Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-11T18:20:59.693Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-11T18:20:59.693Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-11T18:20:59.693Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-11T18:20:59.693Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-11T18:20:59.693Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-11T18:20:59.693Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-11T18:20:59.693Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-11T18:20:59.693Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-11T18:20:59.693Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-11T18:20:59.693Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-11T18:20:59.693Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-11T18:20:59.693Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-11T18:20:59.693Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-11T18:20:59.693Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-11T18:20:59.693Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-11T18:20:59.693Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-11T18:20:59.693Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-11T18:20:59.693Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-11T18:20:59.693Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:20:59.693Z] [2022-03-11T18:20:59.693Z] DONE 87 tests, 33 skipped in 96.282s [2022-03-11T18:20:59.693Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-11T18:21:00.396Z] === RUN TestMaskSecretKeys [2022-03-11T18:21:00.396Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-11T18:21:00.396Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-11T18:21:00.396Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-11T18:21:00.396Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-11T18:21:00.396Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-11T18:21:00.396Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-11T18:21:00.396Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-11T18:21:00.396Z] === RUN TestVersionMiddlewareVersion [2022-03-11T18:21:00.396Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-11T18:21:00.396Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-11T18:21:00.396Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-11T18:21:00.396Z] PASS [2022-03-11T18:21:00.396Z] coverage: 37.7% of statements [2022-03-11T18:21:00.396Z] ok github.com/docker/docker/api/server/middleware 0.061s coverage: 37.7% of statements [2022-03-11T18:21:00.396Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-11T18:21:00.396Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-11T18:21:00.396Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-11T18:21:00.396Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-11T18:21:00.396Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-11T18:21:00.396Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-11T18:21:00.396Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-11T18:21:00.396Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-11T18:21:00.396Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-11T18:21:00.396Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-11T18:21:00.396Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-11T18:21:01.382Z] === RUN TestStrSliceMarshalJSON [2022-03-11T18:21:01.382Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestStrSliceUnmarshalJSON [2022-03-11T18:21:01.382Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestStrSliceUnmarshalString [2022-03-11T18:21:01.382Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestStrSliceUnmarshalSlice [2022-03-11T18:21:01.382Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-11T18:21:01.382Z] PASS [2022-03-11T18:21:01.382Z] coverage: 90.0% of statements [2022-03-11T18:21:01.382Z] ok github.com/docker/docker/api/types/strslice 0.053s coverage: 90.0% of statements [2022-03-11T18:21:01.382Z] === RUN TestAdjustForAPIVersion [2022-03-11T18:21:01.382Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-11T18:21:01.382Z] PASS [2022-03-11T18:21:01.382Z] coverage: 5.7% of statements [2022-03-11T18:21:01.382Z] ok github.com/docker/docker/api/server/router/swarm 0.051s coverage: 5.7% of statements [2022-03-11T18:21:01.382Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-11T18:21:01.382Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-11T18:21:01.382Z] ? github.com/docker/docker/api/types [no test files] [2022-03-11T18:21:01.382Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-11T18:21:01.382Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-11T18:21:01.382Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-11T18:21:01.382Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-11T18:21:01.382Z] === RUN TestToJSON [2022-03-11T18:21:01.382Z] --- PASS: TestToJSON (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestToParamWithVersion [2022-03-11T18:21:01.382Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestFromJSON [2022-03-11T18:21:01.382Z] --- PASS: TestFromJSON (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestEmpty [2022-03-11T18:21:01.382Z] --- PASS: TestEmpty (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestArgsMatchKVListEmptySources [2022-03-11T18:21:01.382Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestArgsMatchKVList [2022-03-11T18:21:01.382Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestArgsMatch [2022-03-11T18:21:01.382Z] --- PASS: TestArgsMatch (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestAdd [2022-03-11T18:21:01.382Z] --- PASS: TestAdd (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestDel [2022-03-11T18:21:01.382Z] --- PASS: TestDel (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestLen [2022-03-11T18:21:01.382Z] --- PASS: TestLen (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestExactMatch [2022-03-11T18:21:01.382Z] --- PASS: TestExactMatch (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestOnlyOneExactMatch [2022-03-11T18:21:01.382Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestContains [2022-03-11T18:21:01.382Z] --- PASS: TestContains (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestValidate [2022-03-11T18:21:01.382Z] --- PASS: TestValidate (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestWalkValues [2022-03-11T18:21:01.382Z] --- PASS: TestWalkValues (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestFuzzyMatch [2022-03-11T18:21:01.382Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestClone [2022-03-11T18:21:01.382Z] --- PASS: TestClone (0.00s) [2022-03-11T18:21:01.382Z] PASS [2022-03-11T18:21:01.382Z] coverage: 92.2% of statements [2022-03-11T18:21:01.382Z] ok github.com/docker/docker/api/types/filters 0.082s coverage: 92.2% of statements [2022-03-11T18:21:01.382Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-11T18:21:01.382Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-11T18:21:01.382Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-11T18:21:01.382Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-11T18:21:01.382Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-11T18:21:01.382Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-11T18:21:01.382Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-11T18:21:01.382Z] === RUN TestDurationToSecondsString [2022-03-11T18:21:01.382Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-11T18:21:01.382Z] === RUN TestGetTimestamp [2022-03-11T18:21:01.850Z] --- PASS: TestGetTimestamp (0.23s) [2022-03-11T18:21:01.850Z] === RUN TestParseTimestamps [2022-03-11T18:21:01.850Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-11T18:21:01.850Z] PASS [2022-03-11T18:21:01.850Z] coverage: 100.0% of statements [2022-03-11T18:21:01.850Z] ok github.com/docker/docker/api/types/time 0.271s coverage: 100.0% of statements [2022-03-11T18:21:01.850Z] === RUN TestCompareVersion [2022-03-11T18:21:01.850Z] --- PASS: TestCompareVersion (0.00s) [2022-03-11T18:21:01.850Z] PASS [2022-03-11T18:21:01.850Z] coverage: 77.3% of statements [2022-03-11T18:21:01.850Z] ok github.com/docker/docker/api/types/versions 0.054s coverage: 77.3% of statements [2022-03-11T18:21:01.850Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-11T18:21:01.850Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-11T18:21:01.850Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-11T18:21:01.850Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-11T18:21:01.850Z] ? github.com/docker/docker/builder [no test files] [2022-03-11T18:21:01.850Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-11T18:21:01.850Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-11T18:21:01.850Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-11T18:21:01.850Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-11T18:21:01.850Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-11T18:21:01.850Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-11T18:21:01.850Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-11T18:21:02.139Z] check_test.go:379: [db4eb606a6102] daemon is not started [2022-03-11T18:21:03.070Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-11T18:21:03.326Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-11T18:21:03.422Z] === RUN TestParseRemoteURL [2022-03-11T18:21:03.422Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-11T18:21:03.422Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-11T18:21:03.422Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-11T18:21:03.422Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-11T18:21:03.422Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-11T18:21:03.422Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-11T18:21:03.422Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-11T18:21:03.422Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-11T18:21:03.422Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-11T18:21:03.422Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-11T18:21:03.422Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-11T18:21:03.422Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-11T18:21:03.422Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-11T18:21:03.422Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-11T18:21:03.422Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-11T18:21:03.422Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-11T18:21:03.422Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-11T18:21:03.422Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-11T18:21:03.422Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-11T18:21:03.422Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-11T18:21:03.422Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-11T18:21:03.422Z] === RUN TestCloneArgsSmartHttp [2022-03-11T18:21:03.422Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-11T18:21:03.422Z] === RUN TestCloneArgsDumbHttp [2022-03-11T18:21:03.422Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-11T18:21:03.422Z] === RUN TestCloneArgsGit [2022-03-11T18:21:03.422Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-11T18:21:03.422Z] === RUN TestCheckoutGit [2022-03-11T18:21:03.889Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-11T18:21:04.452Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-11T18:21:04.708Z] === RUN TestDockerSuite/TestBuildFails [2022-03-11T18:21:04.986Z] === RUN TestEnable [2022-03-11T18:21:04.986Z] --- PASS: TestEnable (0.00s) [2022-03-11T18:21:04.986Z] === RUN TestDisable [2022-03-11T18:21:04.986Z] --- PASS: TestDisable (0.00s) [2022-03-11T18:21:04.986Z] === RUN TestEnabled [2022-03-11T18:21:04.986Z] --- PASS: TestEnabled (0.00s) [2022-03-11T18:21:04.986Z] PASS [2022-03-11T18:21:04.986Z] coverage: 100.0% of statements [2022-03-11T18:21:04.986Z] ok github.com/docker/docker/cli/debug 0.058s coverage: 100.0% of statements [2022-03-11T18:21:05.638Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-11T18:21:05.638Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-11T18:21:05.971Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-11T18:21:05.971Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-11T18:21:05.971Z] === RUN TestProcessNoDockerignore [2022-03-11T18:21:05.971Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-11T18:21:05.971Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestDetectContentType [2022-03-11T18:21:05.971Z] --- PASS: TestDetectContentType (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestSelectAcceptableMIME [2022-03-11T18:21:05.971Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestInspectEmptyResponse [2022-03-11T18:21:05.971Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestInspectResponseBinary [2022-03-11T18:21:05.971Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestResponseUnsupportedContentType [2022-03-11T18:21:05.971Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestInspectResponseTextSimple [2022-03-11T18:21:05.971Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestInspectResponseEmptyContentType [2022-03-11T18:21:05.971Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestUnknownContentLength [2022-03-11T18:21:05.971Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestDownloadRemote [2022-03-11T18:21:05.971Z] --- PASS: TestDownloadRemote (0.11s) [2022-03-11T18:21:05.971Z] === RUN TestGetWithStatusError [2022-03-11T18:21:05.971Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestCloseRootDirectory [2022-03-11T18:21:05.971Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:21:05.971Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestHashFile [2022-03-11T18:21:05.971Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:21:05.971Z] --- SKIP: TestHashFile (0.01s) [2022-03-11T18:21:05.971Z] === RUN TestHashSubdir [2022-03-11T18:21:05.971Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:21:05.971Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-11T18:21:05.971Z] === RUN TestRemoveDirectory [2022-03-11T18:21:05.971Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:21:05.971Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-03-11T18:21:05.971Z] PASS [2022-03-11T18:21:05.971Z] coverage: 9.3% of statements [2022-03-11T18:21:05.971Z] ok github.com/docker/docker/builder/remotecontext 0.289s coverage: 9.3% of statements [2022-03-11T18:21:05.971Z] === RUN TestGetAllAllowed [2022-03-11T18:21:05.971Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestGetAllMeta [2022-03-11T18:21:05.971Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-11T18:21:05.971Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestIsUnreferencedBuiltin [2022-03-11T18:21:05.971Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestIsExistingDirectory [2022-03-11T18:21:05.971Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-03-11T18:21:05.971Z] === RUN TestGetFilenameForDownload [2022-03-11T18:21:05.971Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestEnv2Variables [2022-03-11T18:21:05.971Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-11T18:21:05.971Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestMaintainer [2022-03-11T18:21:05.971Z] --- PASS: TestMaintainer (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestLabel [2022-03-11T18:21:05.971Z] --- PASS: TestLabel (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestFromScratch [2022-03-11T18:21:05.971Z] --- PASS: TestFromScratch (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestFromWithArg [2022-03-11T18:21:05.971Z] --- PASS: TestFromWithArg (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-11T18:21:05.971Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestFromWithUndefinedArg [2022-03-11T18:21:05.971Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestFromMultiStageWithNamedStage [2022-03-11T18:21:05.971Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestOnbuild [2022-03-11T18:21:05.971Z] --- PASS: TestOnbuild (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestWorkdir [2022-03-11T18:21:05.971Z] --- PASS: TestWorkdir (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestCmd [2022-03-11T18:21:05.971Z] --- PASS: TestCmd (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestHealthcheckNone [2022-03-11T18:21:05.971Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestHealthcheckCmd [2022-03-11T18:21:05.971Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestEntrypoint [2022-03-11T18:21:05.971Z] --- PASS: TestEntrypoint (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestExpose [2022-03-11T18:21:05.971Z] --- PASS: TestExpose (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestUser [2022-03-11T18:21:05.971Z] --- PASS: TestUser (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestVolume [2022-03-11T18:21:05.971Z] --- PASS: TestVolume (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestStopSignal [2022-03-11T18:21:05.971Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-11T18:21:05.971Z] --- SKIP: TestStopSignal (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestArg [2022-03-11T18:21:05.971Z] --- PASS: TestArg (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestShell [2022-03-11T18:21:05.971Z] --- PASS: TestShell (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestPrependEnvOnCmd [2022-03-11T18:21:05.971Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestRunWithBuildArgs [2022-03-11T18:21:05.971Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestRunIgnoresHealthcheck [2022-03-11T18:21:05.971Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestDispatchUnsupportedOptions [2022-03-11T18:21:05.971Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-11T18:21:05.971Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-11T18:21:05.971Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-11T18:21:05.971Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-11T18:21:05.971Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-11T18:21:05.971Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-11T18:21:05.971Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestNormalizeWorkdir [2022-03-11T18:21:05.971Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-11T18:21:05.971Z] === RUN TestDispatch [2022-03-11T18:21:05.971Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-11T18:21:05.971Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-11T18:21:05.971Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-11T18:21:06.439Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-11T18:21:06.439Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-11T18:21:06.439Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-11T18:21:06.439Z] === RUN TestDispatch/COPY_url [2022-03-11T18:21:06.439Z] --- PASS: TestDispatch (0.08s) [2022-03-11T18:21:06.439Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-11T18:21:06.439Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-03-11T18:21:06.439Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-11T18:21:06.439Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-11T18:21:06.439Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-11T18:21:06.439Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-11T18:21:06.439Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-11T18:21:06.439Z] === RUN TestAddScratchImageAddsToMounts [2022-03-11T18:21:06.439Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-11T18:21:06.439Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-11T18:21:06.439Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-11T18:21:06.439Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-11T18:21:06.439Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-11T18:21:06.439Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-11T18:21:06.439Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-11T18:21:06.439Z] === RUN TestImageSourceGetAddsToMounts [2022-03-11T18:21:06.439Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-11T18:21:06.439Z] === RUN TestEmptyDockerfile [2022-03-11T18:21:06.439Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-11T18:21:06.439Z] === RUN TestSymlinkDockerfile [2022-03-11T18:21:06.439Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-11T18:21:06.439Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-11T18:21:06.439Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-11T18:21:06.439Z] === RUN TestNonExistingDockerfile [2022-03-11T18:21:06.439Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-11T18:21:06.439Z] === RUN TestCopyRunConfig [2022-03-11T18:21:06.439Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-11T18:21:06.439Z] === RUN TestDeepCopyRunConfig [2022-03-11T18:21:06.439Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-11T18:21:06.439Z] === RUN TestExportImage [2022-03-11T18:21:06.439Z] --- PASS: TestExportImage (0.00s) [2022-03-11T18:21:06.439Z] === RUN TestNormalizeDest [2022-03-11T18:21:06.439Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-11T18:21:06.439Z] PASS [2022-03-11T18:21:06.439Z] coverage: 46.7% of statements [2022-03-11T18:21:06.439Z] ok github.com/docker/docker/builder/dockerfile 0.229s coverage: 46.7% of statements [2022-03-11T18:21:07.425Z] === RUN TestTCP4Proxy [2022-03-11T18:21:07.425Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-11T18:21:07.425Z] === RUN TestTCP4ProxyHalfClose [2022-03-11T18:21:07.425Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-11T18:21:07.425Z] === RUN TestTCP6Proxy [2022-03-11T18:21:07.425Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-11T18:21:07.425Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-11T18:21:07.425Z] === RUN TestTCPDualStackProxy [2022-03-11T18:21:07.425Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-11T18:21:07.425Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-11T18:21:07.425Z] === RUN TestUDP4Proxy [2022-03-11T18:21:07.425Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-11T18:21:07.425Z] === RUN TestUDP6Proxy [2022-03-11T18:21:07.425Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-11T18:21:07.425Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-11T18:21:07.425Z] === RUN TestUDPWriteError [2022-03-11T18:21:07.425Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-11T18:21:07.425Z] === RUN TestSCTP4Proxy [2022-03-11T18:21:07.425Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-11T18:21:07.425Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-11T18:21:07.425Z] === RUN TestSCTP6Proxy [2022-03-11T18:21:07.425Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-11T18:21:07.425Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-11T18:21:07.425Z] PASS [2022-03-11T18:21:07.425Z] coverage: 49.4% of statements [2022-03-11T18:21:07.425Z] ok github.com/docker/docker/cmd/docker-proxy 0.067s coverage: 49.4% of statements [2022-03-11T18:21:07.533Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-11T18:21:09.520Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-11T18:21:10.886Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-11T18:21:12.255Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-11T18:21:12.512Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-03-11T18:21:12.512Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-11T18:21:12.512Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-03-11T18:21:12.769Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-11T18:21:13.698Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-11T18:21:15.591Z] docker_api_swarm_test.go:46: [d167920e3f632] joining swarm manager [d1947bf48f714]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:21:16.155Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-11T18:21:17.086Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-11T18:21:17.342Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-11T18:21:19.240Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-11T18:21:19.916Z] === RUN TestCheckpointCreateError [2022-03-11T18:21:19.916Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestCheckpointCreate [2022-03-11T18:21:19.916Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestCheckpointDeleteError [2022-03-11T18:21:19.916Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestCheckpointDelete [2022-03-11T18:21:19.916Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestCheckpointListError [2022-03-11T18:21:19.916Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestCheckpointList [2022-03-11T18:21:19.916Z] --- PASS: TestCheckpointList (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestCheckpointListContainerNotFound [2022-03-11T18:21:19.916Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestNewClientWithOpsFromEnv [2022-03-11T18:21:19.916Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-11T18:21:19.916Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestGetAPIPath [2022-03-11T18:21:19.916Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestParseHostURL [2022-03-11T18:21:19.916Z] --- PASS: TestParseHostURL (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-11T18:21:19.916Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-11T18:21:19.916Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestNegotiateAPIVersion [2022-03-11T18:21:19.916Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestNegotiateAPVersionOverride [2022-03-11T18:21:19.916Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-11T18:21:19.916Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-11T18:21:19.916Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-11T18:21:19.916Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestClientRedirect [2022-03-11T18:21:19.916Z] --- PASS: TestClientRedirect (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestConfigCreateUnsupported [2022-03-11T18:21:19.916Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestConfigCreateError [2022-03-11T18:21:19.916Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestConfigCreate [2022-03-11T18:21:19.916Z] --- PASS: TestConfigCreate (0.00s) [2022-03-11T18:21:19.916Z] === RUN TestConfigInspectNotFound [2022-03-11T18:21:19.917Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestConfigInspectWithEmptyID [2022-03-11T18:21:19.917Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestConfigInspectUnsupported [2022-03-11T18:21:19.917Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestConfigInspectError [2022-03-11T18:21:19.917Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestConfigInspectConfigNotFound [2022-03-11T18:21:19.917Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestConfigInspect [2022-03-11T18:21:19.917Z] --- PASS: TestConfigInspect (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestConfigListUnsupported [2022-03-11T18:21:19.917Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestConfigListError [2022-03-11T18:21:19.917Z] --- PASS: TestConfigListError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestConfigList [2022-03-11T18:21:19.917Z] --- PASS: TestConfigList (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestConfigRemoveUnsupported [2022-03-11T18:21:19.917Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestConfigRemoveError [2022-03-11T18:21:19.917Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestConfigRemove [2022-03-11T18:21:19.917Z] --- PASS: TestConfigRemove (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestConfigUpdateUnsupported [2022-03-11T18:21:19.917Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestConfigUpdateError [2022-03-11T18:21:19.917Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestConfigUpdate [2022-03-11T18:21:19.917Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerCommitError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerCommit [2022-03-11T18:21:19.917Z] --- PASS: TestContainerCommit (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerStatPathError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerStatPathNotFoundError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerStatPathNoHeaderError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerStatPath [2022-03-11T18:21:19.917Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestCopyToContainerError [2022-03-11T18:21:19.917Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestCopyToContainerNotFoundError [2022-03-11T18:21:19.917Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-11T18:21:19.917Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestCopyToContainer [2022-03-11T18:21:19.917Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestCopyFromContainerError [2022-03-11T18:21:19.917Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestCopyFromContainerNotFoundError [2022-03-11T18:21:19.917Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-11T18:21:19.917Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-11T18:21:19.917Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestCopyFromContainer [2022-03-11T18:21:19.917Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerCreateError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerCreateError (0.01s) [2022-03-11T18:21:19.917Z] === RUN TestContainerCreateImageNotFound [2022-03-11T18:21:19.917Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerCreateWithName [2022-03-11T18:21:19.917Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerCreateAutoRemove [2022-03-11T18:21:19.917Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerDiffError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerDiff [2022-03-11T18:21:19.917Z] --- PASS: TestContainerDiff (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerExecCreateError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerExecCreate [2022-03-11T18:21:19.917Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerExecStartError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerExecStart [2022-03-11T18:21:19.917Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerExecInspectError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerExecInspect [2022-03-11T18:21:19.917Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerExportError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerExportError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerExport [2022-03-11T18:21:19.917Z] --- PASS: TestContainerExport (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerInspectError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerInspectError (0.01s) [2022-03-11T18:21:19.917Z] === RUN TestContainerInspectContainerNotFound [2022-03-11T18:21:19.917Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerInspectWithEmptyID [2022-03-11T18:21:19.917Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerInspect [2022-03-11T18:21:19.917Z] --- PASS: TestContainerInspect (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerInspectNode [2022-03-11T18:21:19.917Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerKillError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerKillError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerKill [2022-03-11T18:21:19.917Z] --- PASS: TestContainerKill (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerListError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerListError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerList [2022-03-11T18:21:19.917Z] --- PASS: TestContainerList (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerLogsNotFoundError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerLogsError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerLogs [2022-03-11T18:21:19.917Z] --- PASS: TestContainerLogs (0.25s) [2022-03-11T18:21:19.917Z] === RUN TestContainerPauseError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerPause [2022-03-11T18:21:19.917Z] --- PASS: TestContainerPause (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainersPruneError [2022-03-11T18:21:19.917Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainersPrune [2022-03-11T18:21:19.917Z] --- PASS: TestContainersPrune (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerRemoveError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerRemoveNotFoundError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerRemove [2022-03-11T18:21:19.917Z] --- PASS: TestContainerRemove (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerRenameError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerRename [2022-03-11T18:21:19.917Z] --- PASS: TestContainerRename (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerResizeError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerExecResizeError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerResize [2022-03-11T18:21:19.917Z] --- PASS: TestContainerResize (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerExecResize [2022-03-11T18:21:19.917Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerRestartError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerRestart [2022-03-11T18:21:19.917Z] --- PASS: TestContainerRestart (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerStartError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerStartError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerStart [2022-03-11T18:21:19.917Z] --- PASS: TestContainerStart (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerStatsError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerStats [2022-03-11T18:21:19.917Z] --- PASS: TestContainerStats (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerStopError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerStopError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerStop [2022-03-11T18:21:19.917Z] --- PASS: TestContainerStop (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerTopError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerTopError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerTop [2022-03-11T18:21:19.917Z] --- PASS: TestContainerTop (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerUnpauseError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerUnpause [2022-03-11T18:21:19.917Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerUpdateError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerUpdate [2022-03-11T18:21:19.917Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerWaitError [2022-03-11T18:21:19.917Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestContainerWait [2022-03-11T18:21:19.917Z] --- PASS: TestContainerWait (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestDiskUsageError [2022-03-11T18:21:19.917Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestDiskUsage [2022-03-11T18:21:19.917Z] --- PASS: TestDiskUsage (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestDistributionInspectUnsupported [2022-03-11T18:21:19.917Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestDistributionInspectWithEmptyID [2022-03-11T18:21:19.917Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestEventsErrorInOptions [2022-03-11T18:21:19.917Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestEventsErrorFromServer [2022-03-11T18:21:19.917Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestEvents [2022-03-11T18:21:19.917Z] --- PASS: TestEvents (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestTLSCloseWriter [2022-03-11T18:21:19.917Z] === PAUSE TestTLSCloseWriter [2022-03-11T18:21:19.917Z] === RUN TestImageBuildError [2022-03-11T18:21:19.917Z] --- PASS: TestImageBuildError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageBuild [2022-03-11T18:21:19.917Z] --- PASS: TestImageBuild (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestGetDockerOS [2022-03-11T18:21:19.917Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageCreateError [2022-03-11T18:21:19.917Z] --- PASS: TestImageCreateError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageCreate [2022-03-11T18:21:19.917Z] --- PASS: TestImageCreate (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageHistoryError [2022-03-11T18:21:19.917Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageHistory [2022-03-11T18:21:19.917Z] --- PASS: TestImageHistory (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageImportError [2022-03-11T18:21:19.917Z] --- PASS: TestImageImportError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageImport [2022-03-11T18:21:19.917Z] --- PASS: TestImageImport (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageInspectError [2022-03-11T18:21:19.917Z] --- PASS: TestImageInspectError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageInspectImageNotFound [2022-03-11T18:21:19.917Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageInspectWithEmptyID [2022-03-11T18:21:19.917Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageInspect [2022-03-11T18:21:19.917Z] --- PASS: TestImageInspect (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageListError [2022-03-11T18:21:19.917Z] --- PASS: TestImageListError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageList [2022-03-11T18:21:19.917Z] --- PASS: TestImageList (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageListApiBefore125 [2022-03-11T18:21:19.917Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageLoadError [2022-03-11T18:21:19.917Z] --- PASS: TestImageLoadError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageLoad [2022-03-11T18:21:19.917Z] --- PASS: TestImageLoad (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagesPruneError [2022-03-11T18:21:19.917Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagesPrune [2022-03-11T18:21:19.917Z] --- PASS: TestImagesPrune (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagePullReferenceParseError [2022-03-11T18:21:19.917Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagePullAnyError [2022-03-11T18:21:19.917Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-11T18:21:19.917Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-11T18:21:19.917Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-11T18:21:19.917Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-11T18:21:19.917Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagePullWithoutErrors [2022-03-11T18:21:19.917Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagePushReferenceError [2022-03-11T18:21:19.917Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagePushAnyError [2022-03-11T18:21:19.917Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-11T18:21:19.917Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-11T18:21:19.917Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-11T18:21:19.917Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-11T18:21:19.917Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImagePushWithoutErrors [2022-03-11T18:21:19.917Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-11T18:21:19.917Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-11T18:21:19.917Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-11T18:21:19.917Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-11T18:21:19.917Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-11T18:21:19.917Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-11T18:21:19.917Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-11T18:21:19.917Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-11T18:21:19.917Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageRemoveError [2022-03-11T18:21:19.917Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageRemoveImageNotFound [2022-03-11T18:21:19.917Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageRemove [2022-03-11T18:21:19.917Z] --- PASS: TestImageRemove (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageSaveError [2022-03-11T18:21:19.917Z] --- PASS: TestImageSaveError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageSave [2022-03-11T18:21:19.917Z] --- PASS: TestImageSave (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageSearchAnyError [2022-03-11T18:21:19.917Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-11T18:21:19.917Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-11T18:21:19.917Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-11T18:21:19.917Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-11T18:21:19.917Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageSearchWithoutErrors [2022-03-11T18:21:19.917Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageTagError [2022-03-11T18:21:19.917Z] --- PASS: TestImageTagError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageTagInvalidReference [2022-03-11T18:21:19.917Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageTagInvalidSourceImageName [2022-03-11T18:21:19.917Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageTagHexSource [2022-03-11T18:21:19.917Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestImageTag [2022-03-11T18:21:19.917Z] --- PASS: TestImageTag (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestInfoServerError [2022-03-11T18:21:19.917Z] --- PASS: TestInfoServerError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestInfoInvalidResponseJSONError [2022-03-11T18:21:19.917Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestInfo [2022-03-11T18:21:19.917Z] --- PASS: TestInfo (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestNetworkConnectError [2022-03-11T18:21:19.917Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-11T18:21:19.917Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestNetworkConnect [2022-03-11T18:21:19.917Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-11T18:21:19.917Z] === RUN TestNetworkCreateError [2022-03-11T18:21:20.386Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-11T18:21:20.386Z] === RUN TestNetworkCreate [2022-03-11T18:21:20.386Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-11T18:21:20.386Z] === RUN TestNetworkDisconnectError [2022-03-11T18:21:20.386Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-11T18:21:20.386Z] === RUN TestNetworkDisconnect [2022-03-11T18:21:20.386Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-11T18:21:20.386Z] === RUN TestNetworkInspect [2022-03-11T18:21:20.386Z] === RUN TestNetworkInspect/empty_ID [2022-03-11T18:21:20.386Z] === RUN TestNetworkInspect/no_options [2022-03-11T18:21:20.386Z] === RUN TestNetworkInspect/verbose [2022-03-11T18:21:20.386Z] === RUN TestNetworkInspect/global_scope [2022-03-11T18:21:20.386Z] === RUN TestNetworkInspect/unknown_network [2022-03-11T18:21:20.386Z] === RUN TestNetworkInspect/server_error [2022-03-11T18:21:20.386Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-11T18:21:20.386Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-11T18:21:20.386Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-11T18:21:20.386Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-11T18:21:20.386Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-11T18:21:20.386Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-11T18:21:20.386Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-11T18:21:20.386Z] === RUN TestNetworkListError [2022-03-11T18:21:20.386Z] --- PASS: TestNetworkListError (0.00s) [2022-03-11T18:21:20.386Z] === RUN TestNetworkList [2022-03-11T18:21:20.386Z] --- PASS: TestNetworkList (0.00s) [2022-03-11T18:21:20.386Z] === RUN TestNetworksPruneError [2022-03-11T18:21:20.386Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-11T18:21:20.386Z] === RUN TestNetworksPrune [2022-03-11T18:21:20.386Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-11T18:21:20.386Z] === RUN TestNetworkRemoveError [2022-03-11T18:21:20.386Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-11T18:21:20.386Z] === RUN TestNetworkRemove [2022-03-11T18:21:20.386Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-11T18:21:20.386Z] === RUN TestNodeInspectError [2022-03-11T18:21:20.386Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-11T18:21:20.386Z] === RUN TestNodeInspectNodeNotFound [2022-03-11T18:21:20.386Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestNodeInspectWithEmptyID [2022-03-11T18:21:20.855Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestNodeInspect [2022-03-11T18:21:20.855Z] --- PASS: TestNodeInspect (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestNodeListError [2022-03-11T18:21:20.855Z] --- PASS: TestNodeListError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestNodeList [2022-03-11T18:21:20.855Z] --- PASS: TestNodeList (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestNodeRemoveError [2022-03-11T18:21:20.855Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestNodeRemove [2022-03-11T18:21:20.855Z] --- PASS: TestNodeRemove (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestNodeUpdateError [2022-03-11T18:21:20.855Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestNodeUpdate [2022-03-11T18:21:20.855Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestOptionWithHostFromEnv [2022-03-11T18:21:20.855Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestOptionWithTimeout [2022-03-11T18:21:20.855Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestOptionWithVersionFromEnv [2022-03-11T18:21:20.855Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPingFail [2022-03-11T18:21:20.855Z] --- PASS: TestPingFail (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPingWithError [2022-03-11T18:21:20.855Z] 2022/03/11 18:21:18 RoundTripper returned a response & error; ignoring response [2022-03-11T18:21:20.855Z] 2022/03/11 18:21:18 RoundTripper returned a response & error; ignoring response [2022-03-11T18:21:20.855Z] --- PASS: TestPingWithError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPingSuccess [2022-03-11T18:21:20.855Z] --- PASS: TestPingSuccess (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPingHeadFallback [2022-03-11T18:21:20.855Z] === RUN TestPingHeadFallback/OK [2022-03-11T18:21:20.855Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-11T18:21:20.855Z] === RUN TestPingHeadFallback/Not_Found [2022-03-11T18:21:20.855Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-11T18:21:20.855Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-11T18:21:20.855Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-11T18:21:20.855Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-11T18:21:20.855Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-11T18:21:20.855Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPluginDisableError [2022-03-11T18:21:20.855Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPluginDisable [2022-03-11T18:21:20.855Z] --- PASS: TestPluginDisable (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPluginEnableError [2022-03-11T18:21:20.855Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPluginEnable [2022-03-11T18:21:20.855Z] --- PASS: TestPluginEnable (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPluginInspectError [2022-03-11T18:21:20.855Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPluginInspectWithEmptyID [2022-03-11T18:21:20.855Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPluginInspect [2022-03-11T18:21:20.855Z] --- PASS: TestPluginInspect (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPluginListError [2022-03-11T18:21:20.855Z] --- PASS: TestPluginListError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPluginList [2022-03-11T18:21:20.855Z] --- PASS: TestPluginList (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPluginPushError [2022-03-11T18:21:20.855Z] --- PASS: TestPluginPushError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPluginPush [2022-03-11T18:21:20.855Z] --- PASS: TestPluginPush (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPluginRemoveError [2022-03-11T18:21:20.855Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPluginRemove [2022-03-11T18:21:20.855Z] --- PASS: TestPluginRemove (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPluginSetError [2022-03-11T18:21:20.855Z] --- PASS: TestPluginSetError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPluginSet [2022-03-11T18:21:20.855Z] --- PASS: TestPluginSet (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSetHostHeader [2022-03-11T18:21:20.855Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestPlainTextError [2022-03-11T18:21:20.855Z] --- PASS: TestPlainTextError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestInfiniteError [2022-03-11T18:21:20.855Z] --- PASS: TestInfiniteError (0.02s) [2022-03-11T18:21:20.855Z] === RUN TestCanceledContext [2022-03-11T18:21:20.855Z] 2022/03/11 18:21:18 RoundTripper returned a response & error; ignoring response [2022-03-11T18:21:20.855Z] --- PASS: TestCanceledContext (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestDeadlineExceededContext [2022-03-11T18:21:20.855Z] 2022/03/11 18:21:18 RoundTripper returned a response & error; ignoring response [2022-03-11T18:21:20.855Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretCreateUnsupported [2022-03-11T18:21:20.855Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretCreateError [2022-03-11T18:21:20.855Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretCreate [2022-03-11T18:21:20.855Z] --- PASS: TestSecretCreate (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretInspectUnsupported [2022-03-11T18:21:20.855Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretInspectError [2022-03-11T18:21:20.855Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretInspectSecretNotFound [2022-03-11T18:21:20.855Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretInspectWithEmptyID [2022-03-11T18:21:20.855Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretInspect [2022-03-11T18:21:20.855Z] --- PASS: TestSecretInspect (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretListUnsupported [2022-03-11T18:21:20.855Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretListError [2022-03-11T18:21:20.855Z] --- PASS: TestSecretListError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretList [2022-03-11T18:21:20.855Z] --- PASS: TestSecretList (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretRemoveUnsupported [2022-03-11T18:21:20.855Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretRemoveError [2022-03-11T18:21:20.855Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretRemove [2022-03-11T18:21:20.855Z] --- PASS: TestSecretRemove (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretUpdateUnsupported [2022-03-11T18:21:20.855Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretUpdateError [2022-03-11T18:21:20.855Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSecretUpdate [2022-03-11T18:21:20.855Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceCreateError [2022-03-11T18:21:20.855Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceCreate [2022-03-11T18:21:20.855Z] --- PASS: TestServiceCreate (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-11T18:21:20.855Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceCreateDigestPinning [2022-03-11T18:21:20.855Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceInspectError [2022-03-11T18:21:20.855Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceInspectServiceNotFound [2022-03-11T18:21:20.855Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceInspectWithEmptyID [2022-03-11T18:21:20.855Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceInspect [2022-03-11T18:21:20.855Z] --- PASS: TestServiceInspect (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceListError [2022-03-11T18:21:20.855Z] --- PASS: TestServiceListError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceList [2022-03-11T18:21:20.855Z] --- PASS: TestServiceList (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceLogsError [2022-03-11T18:21:20.855Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceLogs [2022-03-11T18:21:20.855Z] --- PASS: TestServiceLogs (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceRemoveError [2022-03-11T18:21:20.855Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceRemoveNotFoundError [2022-03-11T18:21:20.855Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceRemove [2022-03-11T18:21:20.855Z] --- PASS: TestServiceRemove (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceUpdateError [2022-03-11T18:21:20.855Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestServiceUpdate [2022-03-11T18:21:20.855Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSwarmGetUnlockKeyError [2022-03-11T18:21:20.855Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSwarmGetUnlockKey [2022-03-11T18:21:20.855Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSwarmInitError [2022-03-11T18:21:20.855Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSwarmInit [2022-03-11T18:21:20.855Z] --- PASS: TestSwarmInit (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSwarmInspectError [2022-03-11T18:21:20.855Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSwarmInspect [2022-03-11T18:21:20.855Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSwarmJoinError [2022-03-11T18:21:20.855Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSwarmJoin [2022-03-11T18:21:20.855Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSwarmLeaveError [2022-03-11T18:21:20.855Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSwarmLeave [2022-03-11T18:21:20.855Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSwarmUnlockError [2022-03-11T18:21:20.855Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSwarmUnlock [2022-03-11T18:21:20.855Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSwarmUpdateError [2022-03-11T18:21:20.855Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-11T18:21:20.855Z] === RUN TestSwarmUpdate [2022-03-11T18:21:20.856Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-11T18:21:20.856Z] === RUN TestTaskInspectError [2022-03-11T18:21:20.856Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-11T18:21:20.856Z] === RUN TestTaskInspectWithEmptyID [2022-03-11T18:21:20.856Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-11T18:21:20.856Z] === RUN TestTaskInspect [2022-03-11T18:21:20.856Z] --- PASS: TestTaskInspect (0.00s) [2022-03-11T18:21:20.856Z] === RUN TestTaskListError [2022-03-11T18:21:20.856Z] --- PASS: TestTaskListError (0.00s) [2022-03-11T18:21:20.856Z] === RUN TestTaskList [2022-03-11T18:21:20.856Z] --- PASS: TestTaskList (0.00s) [2022-03-11T18:21:20.856Z] === RUN TestVolumeCreateError [2022-03-11T18:21:20.856Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-11T18:21:20.856Z] === RUN TestVolumeCreate [2022-03-11T18:21:20.856Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-11T18:21:20.856Z] === RUN TestVolumeInspectError [2022-03-11T18:21:20.856Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-11T18:21:20.856Z] === RUN TestVolumeInspectNotFound [2022-03-11T18:21:20.856Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-11T18:21:20.856Z] === RUN TestVolumeInspectWithEmptyID [2022-03-11T18:21:20.856Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-11T18:21:20.856Z] === RUN TestVolumeInspect [2022-03-11T18:21:20.856Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-11T18:21:20.856Z] === RUN TestVolumeListError [2022-03-11T18:21:20.856Z] --- PASS: TestVolumeListError (0.00s) [2022-03-11T18:21:20.856Z] === RUN TestVolumeList [2022-03-11T18:21:20.856Z] --- PASS: TestVolumeList (0.00s) [2022-03-11T18:21:20.856Z] === RUN TestVolumeRemoveError [2022-03-11T18:21:20.856Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-11T18:21:20.856Z] === RUN TestVolumeRemove [2022-03-11T18:21:20.856Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-11T18:21:20.856Z] === CONT TestTLSCloseWriter [2022-03-11T18:21:20.856Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-03-11T18:21:20.856Z] PASS [2022-03-11T18:21:20.856Z] coverage: 75.2% of statements [2022-03-11T18:21:20.856Z] ok github.com/docker/docker/client 0.513s coverage: 75.2% of statements [2022-03-11T18:21:21.138Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-11T18:21:22.509Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-11T18:21:24.884Z] === RUN TestConfigDaemonLibtrustID [2022-03-11T18:21:24.884Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-11T18:21:24.884Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-11T18:21:24.884Z] === RUN TestDaemonConfigValidation [2022-03-11T18:21:24.884Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-11T18:21:24.884Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-11T18:21:24.884Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-11T18:21:24.884Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-11T18:21:24.884Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-11T18:21:24.884Z] === RUN TestDaemonProxy [2022-03-11T18:21:24.884Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-11T18:21:24.884Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-11T18:21:24.884Z] PASS [2022-03-11T18:21:24.884Z] ok github.com/docker/docker/integration/daemon 0.132s [2022-03-11T18:21:24.884Z] [2022-03-11T18:21:24.884Z] === Skipped [2022-03-11T18:21:24.884Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-11T18:21:24.884Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-11T18:21:24.884Z] [2022-03-11T18:21:24.884Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-11T18:21:24.884Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-11T18:21:24.884Z] [2022-03-11T18:21:24.884Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-11T18:21:24.884Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-11T18:21:24.884Z] [2022-03-11T18:21:24.884Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-11T18:21:24.884Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-11T18:21:24.884Z] [2022-03-11T18:21:24.884Z] DONE 4 tests, 4 skipped in 22.148s [2022-03-11T18:21:24.884Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-11T18:21:25.339Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:21:25.339Z] INFO: Testing against a local daemon [2022-03-11T18:21:25.339Z] === RUN TestCommitInheritsEnv [2022-03-11T18:21:25.339Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:21:25.339Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-11T18:21:25.339Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-11T18:21:25.339Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-11T18:21:25.339Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-11T18:21:25.339Z] === RUN TestImportWithCustomPlatform [2022-03-11T18:21:25.339Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-11T18:21:25.339Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-11T18:21:25.339Z] === RUN TestImagesFilterMultiReference [2022-03-11T18:21:25.796Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2022-03-11T18:21:25.796Z] === RUN TestImagePullPlatformInvalid [2022-03-11T18:21:25.796Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-11T18:21:25.796Z] === RUN TestRemoveImageOrphaning [2022-03-11T18:21:26.686Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-11T18:21:26.686Z] --- PASS: TestImportExtremelyLargeImageWorks (175.48s) [2022-03-11T18:21:26.686Z] PASS [2022-03-11T18:21:26.686Z] [2022-03-11T18:21:26.686Z] DONE 22 tests in 179.678s [2022-03-11T18:21:26.686Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-11T18:21:26.686Z] ++ 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 [2022-03-11T18:21:26.686Z] ++ set -e [2022-03-11T18:21:26.686Z] ++ '[' -n 0 ']' [2022-03-11T18:21:26.686Z] ++ set -x [2022-03-11T18:21:26.686Z] ++ 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 [2022-03-11T18:21:26.686Z] INFO: Testing against a local daemon [2022-03-11T18:21:26.686Z] === RUN TestNetworkCreateDelete [2022-03-11T18:21:26.686Z] --- PASS: TestNetworkCreateDelete (0.21s) [2022-03-11T18:21:26.686Z] === RUN TestDockerNetworkDeletePreferID [2022-03-11T18:21:26.686Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-11T18:21:26.757Z] --- PASS: TestRemoveImageOrphaning (1.05s) [2022-03-11T18:21:26.757Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-11T18:21:26.757Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-11T18:21:26.757Z] === RUN TestTagInvalidReference [2022-03-11T18:21:26.757Z] --- PASS: TestTagInvalidReference (0.03s) [2022-03-11T18:21:26.757Z] === RUN TestTagValidPrefixedRepo [2022-03-11T18:21:26.757Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-03-11T18:21:26.757Z] === RUN TestTagExistedNameWithoutForce [2022-03-11T18:21:26.757Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-11T18:21:26.757Z] === RUN TestTagOfficialNames [2022-03-11T18:21:26.757Z] --- PASS: TestTagOfficialNames (0.10s) [2022-03-11T18:21:26.757Z] === RUN TestTagMatchesDigest [2022-03-11T18:21:27.213Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-03-11T18:21:27.213Z] PASS [2022-03-11T18:21:27.213Z] ok github.com/docker/docker/integration/image 1.574s [2022-03-11T18:21:27.213Z] [2022-03-11T18:21:27.213Z] === Skipped [2022-03-11T18:21:27.213Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-11T18:21:27.213Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:21:27.213Z] [2022-03-11T18:21:27.213Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-11T18:21:27.213Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-11T18:21:27.213Z] [2022-03-11T18:21:27.213Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-11T18:21:27.213Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-11T18:21:27.213Z] [2022-03-11T18:21:27.213Z] DONE 12 tests, 3 skipped in 5.559s [2022-03-11T18:21:27.213Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-11T18:21:27.249Z] --- PASS: TestDockerNetworkDeletePreferID (0.54s) [2022-03-11T18:21:27.249Z] === RUN TestDaemonDNSFallback [2022-03-11T18:21:27.813Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-11T18:21:28.377Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-11T18:21:28.940Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-11T18:21:28.940Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-11T18:21:29.380Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:21:29.380Z] INFO: Testing against a local daemon [2022-03-11T18:21:29.380Z] === RUN TestNetworkCreateDelete [2022-03-11T18:21:29.380Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:29.380Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-11T18:21:29.380Z] === RUN TestDockerNetworkDeletePreferID [2022-03-11T18:21:29.380Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-11T18:21:29.380Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-11T18:21:29.380Z] === RUN TestDaemonDNSFallback [2022-03-11T18:21:29.380Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:29.380Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-11T18:21:29.380Z] === RUN TestInspectNetwork [2022-03-11T18:21:29.380Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-11T18:21:29.380Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-11T18:21:29.380Z] === RUN TestRunContainerWithBridgeNone [2022-03-11T18:21:29.380Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:29.380Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-11T18:21:29.380Z] === RUN TestNetworkInvalidJSON [2022-03-11T18:21:29.380Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-11T18:21:29.380Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-11T18:21:29.380Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:21:29.380Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:21:29.380Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:21:29.380Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:21:29.380Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-11T18:21:29.380Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:21:29.380Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:21:29.380Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-03-11T18:21:29.380Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-11T18:21:29.380Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-11T18:21:29.380Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-11T18:21:29.380Z] === RUN TestNetworkList [2022-03-11T18:21:29.380Z] === RUN TestNetworkList//networks [2022-03-11T18:21:29.380Z] === PAUSE TestNetworkList//networks [2022-03-11T18:21:29.380Z] === RUN TestNetworkList//networks/ [2022-03-11T18:21:29.380Z] === PAUSE TestNetworkList//networks/ [2022-03-11T18:21:29.380Z] === CONT TestNetworkList//networks [2022-03-11T18:21:29.380Z] === CONT TestNetworkList//networks/ [2022-03-11T18:21:29.380Z] --- PASS: TestNetworkList (0.03s) [2022-03-11T18:21:29.380Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-11T18:21:29.380Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-11T18:21:29.380Z] === RUN TestHostIPv4BridgeLabel [2022-03-11T18:21:29.380Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-11T18:21:29.380Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-11T18:21:29.380Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-11T18:21:29.380Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-11T18:21:29.380Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-11T18:21:29.380Z] === RUN TestDaemonDefaultNetworkPools [2022-03-11T18:21:29.380Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-11T18:21:29.380Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-11T18:21:29.380Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-11T18:21:29.380Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-11T18:21:29.380Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-11T18:21:29.380Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-11T18:21:29.380Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-11T18:21:29.380Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-11T18:21:29.380Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-11T18:21:29.380Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-11T18:21:29.380Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-11T18:21:29.380Z] === RUN TestServiceWithPredefinedNetwork [2022-03-11T18:21:29.380Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-11T18:21:29.380Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-11T18:21:29.380Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-11T18:21:29.380Z] service_test.go:243: FLAKY_TEST [2022-03-11T18:21:29.380Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-11T18:21:29.380Z] === RUN TestServiceWithDataPathPortInit [2022-03-11T18:21:29.380Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-11T18:21:29.380Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-11T18:21:29.380Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-11T18:21:29.380Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-11T18:21:29.380Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-11T18:21:29.380Z] PASS [2022-03-11T18:21:29.380Z] ok github.com/docker/docker/integration/network 0.153s [2022-03-11T18:21:29.505Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-11T18:21:29.762Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] === Skipped [2022-03-11T18:21:29.840Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-11T18:21:29.840Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-11T18:21:29.840Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-11T18:21:29.840Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-11T18:21:29.840Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-11T18:21:29.840Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-11T18:21:29.840Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-11T18:21:29.840Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-11T18:21:29.840Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-11T18:21:29.840Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-11T18:21:29.840Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-11T18:21:29.840Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-11T18:21:29.840Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-11T18:21:29.840Z] service_test.go:243: FLAKY_TEST [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-11T18:21:29.840Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-11T18:21:29.840Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-11T18:21:29.840Z] [2022-03-11T18:21:29.840Z] DONE 22 tests, 15 skipped in 2.423s [2022-03-11T18:21:29.840Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-11T18:21:30.018Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-11T18:21:30.275Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-11T18:21:30.531Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-11T18:21:30.788Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-11T18:21:30.800Z] testing: warning: no tests to run [2022-03-11T18:21:30.800Z] PASS [2022-03-11T18:21:30.800Z] ok github.com/docker/docker/integration/network/ipvlan 0.072s [2022-03-11T18:21:30.800Z] [2022-03-11T18:21:30.800Z] DONE 0 tests in 0.681s [2022-03-11T18:21:30.800Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-11T18:21:31.256Z] testing: warning: no tests to run [2022-03-11T18:21:31.256Z] PASS [2022-03-11T18:21:31.256Z] ok github.com/docker/docker/integration/network/macvlan 0.073s [2022-03-11T18:21:31.256Z] [2022-03-11T18:21:31.256Z] DONE 0 tests in 0.681s [2022-03-11T18:21:31.256Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-11T18:21:31.716Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-11T18:21:32.220Z] testing: warning: no tests to run [2022-03-11T18:21:32.220Z] PASS [2022-03-11T18:21:32.220Z] ok github.com/docker/docker/integration/plugin 0.071s [2022-03-11T18:21:32.220Z] [2022-03-11T18:21:32.220Z] DONE 0 tests in 0.701s [2022-03-11T18:21:32.220Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-11T18:21:33.095Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-03-11T18:21:33.182Z] testing: warning: no tests to run [2022-03-11T18:21:33.182Z] PASS [2022-03-11T18:21:33.182Z] ok github.com/docker/docker/integration/plugin/authz 0.074s [2022-03-11T18:21:33.182Z] [2022-03-11T18:21:33.182Z] DONE 0 tests in 0.694s [2022-03-11T18:21:33.182Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-11T18:21:33.353Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-11T18:21:33.916Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-03-11T18:21:34.172Z] --- PASS: TestDaemonDNSFallback (6.78s) [2022-03-11T18:21:34.172Z] === RUN TestInspectNetwork [2022-03-11T18:21:37.883Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:21:37.883Z] INFO: Testing against a local daemon [2022-03-11T18:21:37.883Z] === RUN TestPluginInvalidJSON [2022-03-11T18:21:37.883Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:21:37.883Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:21:37.883Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:21:37.883Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-03-11T18:21:37.883Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-11T18:21:37.883Z] === RUN TestPluginInstall [2022-03-11T18:21:37.883Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-11T18:21:37.883Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-11T18:21:37.883Z] === RUN TestPluginsWithRuntimes [2022-03-11T18:21:37.883Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-11T18:21:37.883Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-11T18:21:37.883Z] === RUN TestPluginBackCompatMediaTypes [2022-03-11T18:21:37.883Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-11T18:21:37.883Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-11T18:21:37.883Z] PASS [2022-03-11T18:21:37.883Z] ok github.com/docker/docker/integration/plugin/common 0.111s [2022-03-11T18:21:37.883Z] [2022-03-11T18:21:37.883Z] === Skipped [2022-03-11T18:21:37.883Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-11T18:21:37.883Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-11T18:21:37.883Z] [2022-03-11T18:21:37.883Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-11T18:21:37.883Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-11T18:21:37.883Z] [2022-03-11T18:21:37.883Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-11T18:21:37.883Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-11T18:21:37.883Z] [2022-03-11T18:21:37.883Z] DONE 5 tests, 3 skipped in 4.510s [2022-03-11T18:21:37.883Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-11T18:21:38.343Z] === RUN TestInspectNetwork/full_network_id [2022-03-11T18:21:38.343Z] === RUN TestInspectNetwork/partial_network_id [2022-03-11T18:21:38.343Z] === RUN TestInspectNetwork/network_name [2022-03-11T18:21:38.343Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-11T18:21:38.343Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-11T18:21:40.053Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:21:40.053Z] INFO: Testing against a local daemon [2022-03-11T18:21:40.053Z] === RUN TestExternalGraphDriver [2022-03-11T18:21:40.053Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-11T18:21:40.053Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-11T18:21:40.053Z] === RUN TestGraphdriverPluginV2 [2022-03-11T18:21:40.053Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-11T18:21:40.053Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-11T18:21:40.053Z] PASS [2022-03-11T18:21:40.053Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.128s [2022-03-11T18:21:40.053Z] [2022-03-11T18:21:40.053Z] === Skipped [2022-03-11T18:21:40.053Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-11T18:21:40.053Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-11T18:21:40.053Z] [2022-03-11T18:21:40.053Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-11T18:21:40.053Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-11T18:21:40.053Z] [2022-03-11T18:21:40.053Z] DONE 2 tests, 2 skipped in 2.477s [2022-03-11T18:21:40.508Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-11T18:21:40.861Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-11T18:21:40.861Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-11T18:21:40.861Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-11T18:21:40.861Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-11T18:21:40.861Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-11T18:21:40.861Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-11T18:21:42.228Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-11T18:21:42.228Z] --- PASS: TestInspectNetwork (8.23s) [2022-03-11T18:21:42.228Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-11T18:21:42.228Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-11T18:21:42.228Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-11T18:21:42.228Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-11T18:21:42.228Z] === RUN TestRunContainerWithBridgeNone [2022-03-11T18:21:42.679Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:21:42.680Z] INFO: Testing against a local daemon [2022-03-11T18:21:42.680Z] === RUN TestReadPluginNoRead [2022-03-11T18:21:42.680Z] read_test.go:21: no unix domain sockets on Windows [2022-03-11T18:21:42.680Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-11T18:21:42.680Z] PASS [2022-03-11T18:21:42.680Z] ok github.com/docker/docker/integration/plugin/logging 0.109s [2022-03-11T18:21:42.680Z] [2022-03-11T18:21:42.680Z] === Skipped [2022-03-11T18:21:42.680Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-11T18:21:42.680Z] read_test.go:21: no unix domain sockets on Windows [2022-03-11T18:21:42.680Z] [2022-03-11T18:21:42.680Z] DONE 1 tests, 1 skipped in 2.291s [2022-03-11T18:21:42.680Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-11T18:21:43.156Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-11T18:21:43.641Z] testing: warning: no tests to run [2022-03-11T18:21:43.641Z] PASS [2022-03-11T18:21:43.641Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.074s [2022-03-11T18:21:43.641Z] [2022-03-11T18:21:43.641Z] DONE 0 tests in 1.077s [2022-03-11T18:21:44.095Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-11T18:21:44.524Z] --- PASS: TestRunContainerWithBridgeNone (1.96s) [2022-03-11T18:21:44.525Z] === RUN TestNetworkInvalidJSON [2022-03-11T18:21:44.525Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-11T18:21:44.525Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-11T18:21:44.525Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:21:44.525Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:21:44.525Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:21:44.525Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:21:44.525Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-11T18:21:44.525Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:21:44.525Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:21:44.525Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-03-11T18:21:44.525Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-11T18:21:44.525Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-11T18:21:44.525Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-11T18:21:44.525Z] === RUN TestNetworkList [2022-03-11T18:21:44.525Z] === RUN TestNetworkList//networks [2022-03-11T18:21:44.525Z] === PAUSE TestNetworkList//networks [2022-03-11T18:21:44.525Z] === RUN TestNetworkList//networks/ [2022-03-11T18:21:44.525Z] === PAUSE TestNetworkList//networks/ [2022-03-11T18:21:44.525Z] === CONT TestNetworkList//networks [2022-03-11T18:21:44.525Z] === CONT TestNetworkList//networks/ [2022-03-11T18:21:44.525Z] --- PASS: TestNetworkList (0.03s) [2022-03-11T18:21:44.525Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-11T18:21:44.525Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-11T18:21:44.525Z] === RUN TestHostIPv4BridgeLabel [2022-03-11T18:21:44.782Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2022-03-11T18:21:44.782Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-11T18:21:46.154Z] --- PASS: TestDaemonRestartWithLiveRestore (1.08s) [2022-03-11T18:21:46.154Z] === RUN TestDaemonDefaultNetworkPools [2022-03-11T18:21:46.154Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-11T18:21:46.167Z] --- PASS: TestCheckoutGit (39.25s) [2022-03-11T18:21:46.167Z] === RUN TestValidGitTransport [2022-03-11T18:21:46.167Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-11T18:21:46.167Z] === RUN TestGitInvalidRef [2022-03-11T18:21:46.167Z] --- PASS: TestGitInvalidRef (0.23s) [2022-03-11T18:21:46.167Z] PASS [2022-03-11T18:21:46.167Z] coverage: 86.3% of statements [2022-03-11T18:21:46.167Z] ok github.com/docker/docker/builder/remotecontext/git 39.542s coverage: 86.3% of statements [2022-03-11T18:21:46.167Z] ? github.com/docker/docker/cli [no test files] [2022-03-11T18:21:46.167Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-11T18:21:46.260Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:21:46.260Z] INFO: Testing against a local daemon [2022-03-11T18:21:46.260Z] === RUN TestPluginWithDevMounts [2022-03-11T18:21:46.260Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:46.260Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-11T18:21:46.260Z] PASS [2022-03-11T18:21:46.260Z] ok github.com/docker/docker/integration/plugin/volumes 0.097s [2022-03-11T18:21:46.260Z] [2022-03-11T18:21:46.260Z] === Skipped [2022-03-11T18:21:46.260Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-11T18:21:46.260Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:46.260Z] [2022-03-11T18:21:46.260Z] DONE 1 tests, 1 skipped in 2.336s [2022-03-11T18:21:46.260Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-11T18:21:46.718Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-11T18:21:46.718Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2022-03-11T18:21:46.718Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-11T18:21:47.281Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-11T18:21:47.845Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2022-03-11T18:21:47.845Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-11T18:21:48.424Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:21:48.424Z] INFO: Testing against a local daemon [2022-03-11T18:21:48.424Z] === RUN TestSecretInspect [2022-03-11T18:21:48.424Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:48.424Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-11T18:21:48.424Z] === RUN TestSecretList [2022-03-11T18:21:48.424Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:48.424Z] --- SKIP: TestSecretList (0.00s) [2022-03-11T18:21:48.424Z] === RUN TestSecretsCreateAndDelete [2022-03-11T18:21:48.424Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:48.424Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-11T18:21:48.424Z] === RUN TestSecretsUpdate [2022-03-11T18:21:48.424Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:48.424Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-11T18:21:48.424Z] === RUN TestTemplatedSecret [2022-03-11T18:21:48.424Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:48.424Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-11T18:21:48.424Z] === RUN TestSecretCreateResolve [2022-03-11T18:21:48.424Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:48.424Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-11T18:21:48.424Z] PASS [2022-03-11T18:21:48.424Z] ok github.com/docker/docker/integration/secret 0.092s [2022-03-11T18:21:48.425Z] [2022-03-11T18:21:48.425Z] === Skipped [2022-03-11T18:21:48.425Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-11T18:21:48.425Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:48.425Z] [2022-03-11T18:21:48.425Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-11T18:21:48.425Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:48.425Z] [2022-03-11T18:21:48.425Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-11T18:21:48.425Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:48.425Z] [2022-03-11T18:21:48.425Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-11T18:21:48.425Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:48.425Z] [2022-03-11T18:21:48.425Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-11T18:21:48.425Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:48.425Z] [2022-03-11T18:21:48.425Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-11T18:21:48.425Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:48.425Z] [2022-03-11T18:21:48.425Z] DONE 6 tests, 6 skipped in 2.043s [2022-03-11T18:21:48.425Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-11T18:21:49.212Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2022-03-11T18:21:49.212Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-11T18:21:49.775Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2022-03-11T18:21:49.775Z] === RUN TestServiceWithPredefinedNetwork [2022-03-11T18:21:51.319Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:21:51.319Z] INFO: Testing against a local daemon [2022-03-11T18:21:51.319Z] === RUN TestServiceCreateInit [2022-03-11T18:21:51.319Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-11T18:21:51.319Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-11T18:21:51.319Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- PASS: TestServiceCreateInit (0.05s) [2022-03-11T18:21:51.319Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-11T18:21:51.319Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestCreateServiceMultipleTimes [2022-03-11T18:21:51.319Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestCreateServiceConflict [2022-03-11T18:21:51.319Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestCreateServiceMaxReplicas [2022-03-11T18:21:51.319Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-11T18:21:51.319Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-11T18:21:51.319Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestCreateServiceSecretFileMode [2022-03-11T18:21:51.319Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestCreateServiceConfigFileMode [2022-03-11T18:21:51.319Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestCreateServiceSysctls [2022-03-11T18:21:51.319Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-03-11T18:21:51.319Z] === RUN TestCreateServiceCapabilities [2022-03-11T18:21:51.319Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-03-11T18:21:51.319Z] === RUN TestInspect [2022-03-11T18:21:51.319Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestInspect (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestCreateJob [2022-03-11T18:21:51.319Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestCreateJob (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestReplicatedJob [2022-03-11T18:21:51.319Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestUpdateReplicatedJob [2022-03-11T18:21:51.319Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestServiceListWithStatuses [2022-03-11T18:21:51.319Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestDockerNetworkConnectAlias [2022-03-11T18:21:51.319Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestDockerNetworkReConnect [2022-03-11T18:21:51.319Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestServicePlugin [2022-03-11T18:21:51.319Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestServiceUpdateLabel [2022-03-11T18:21:51.319Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:51.319Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestServiceUpdateSecrets [2022-03-11T18:21:51.319Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:51.319Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestServiceUpdateConfigs [2022-03-11T18:21:51.319Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:51.319Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestServiceUpdateNetwork [2022-03-11T18:21:51.319Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:51.319Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-11T18:21:51.319Z] === RUN TestServiceUpdatePidsLimit [2022-03-11T18:21:51.319Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:51.319Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-11T18:21:51.319Z] PASS [2022-03-11T18:21:51.319Z] ok github.com/docker/docker/integration/service 0.242s [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === Skipped [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-11T18:21:51.319Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-11T18:21:51.319Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-11T18:21:51.319Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-11T18:21:51.319Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-11T18:21:51.319Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-11T18:21:51.319Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-11T18:21:51.319Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-11T18:21:51.319Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-03-11T18:21:51.319Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-03-11T18:21:51.319Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-11T18:21:51.319Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-11T18:21:51.319Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-11T18:21:51.319Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-11T18:21:51.319Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-11T18:21:51.319Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-11T18:21:51.319Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-11T18:21:51.319Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-11T18:21:51.319Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-11T18:21:51.319Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-11T18:21:51.319Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-11T18:21:51.319Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-11T18:21:51.319Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-11T18:21:51.319Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:21:51.319Z] [2022-03-11T18:21:51.319Z] DONE 24 tests, 23 skipped in 2.711s [2022-03-11T18:21:51.319Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-11T18:21:52.049Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-11T18:21:52.049Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-11T18:21:52.049Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-11T18:21:52.049Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-11T18:21:52.049Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-11T18:21:52.049Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-11T18:21:52.049Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-11T18:21:52.049Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-11T18:21:52.049Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-11T18:21:52.049Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-11T18:21:52.049Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-11T18:21:52.049Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-11T18:21:52.049Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-11T18:21:52.049Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-11T18:21:52.049Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-11T18:21:52.049Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-11T18:21:52.049Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-11T18:21:52.049Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-11T18:21:52.049Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-11T18:21:52.049Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-11T18:21:52.049Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-11T18:21:52.049Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-11T18:21:52.049Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-11T18:21:52.049Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-11T18:21:52.049Z] === RUN TestConfigureDaemonLogs [2022-03-11T18:21:52.049Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-11T18:21:52.049Z] === RUN TestCommonOptionsInstallFlags [2022-03-11T18:21:52.049Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-11T18:21:52.049Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-11T18:21:52.049Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-11T18:21:52.049Z] PASS [2022-03-11T18:21:52.049Z] coverage: 19.0% of statements [2022-03-11T18:21:52.049Z] ok github.com/docker/docker/cmd/dockerd 0.477s coverage: 19.0% of statements [2022-03-11T18:21:52.049Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-11T18:21:52.049Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-11T18:21:53.044Z] --- PASS: TestServiceWithPredefinedNetwork (2.69s) [2022-03-11T18:21:53.044Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-11T18:21:53.044Z] service_test.go:243: FLAKY_TEST [2022-03-11T18:21:53.044Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-11T18:21:53.044Z] === RUN TestServiceWithDataPathPortInit [2022-03-11T18:21:53.496Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:21:53.496Z] INFO: Testing against a local daemon [2022-03-11T18:21:53.496Z] === RUN TestSessionCreate [2022-03-11T18:21:53.496Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-11T18:21:53.496Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-11T18:21:53.496Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-11T18:21:53.496Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-11T18:21:53.496Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-11T18:21:53.496Z] PASS [2022-03-11T18:21:53.496Z] ok github.com/docker/docker/integration/session 0.096s [2022-03-11T18:21:53.496Z] [2022-03-11T18:21:53.496Z] === Skipped [2022-03-11T18:21:53.496Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-11T18:21:53.496Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-11T18:21:53.496Z] [2022-03-11T18:21:53.496Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-11T18:21:53.496Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-11T18:21:53.496Z] [2022-03-11T18:21:53.496Z] DONE 2 tests, 2 skipped in 1.895s [2022-03-11T18:21:53.496Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-11T18:21:53.612Z] === RUN TestContainerStopSignal [2022-03-11T18:21:53.612Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestContainerStopTimeout [2022-03-11T18:21:53.612Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-11T18:21:53.612Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-11T18:21:53.612Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-11T18:21:53.612Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestReplaceAndAppendEnvVars [2022-03-11T18:21:53.612Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-11T18:21:53.612Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestNewMemoryStore [2022-03-11T18:21:53.612Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestAddContainers [2022-03-11T18:21:53.612Z] --- PASS: TestAddContainers (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestGetContainer [2022-03-11T18:21:53.612Z] --- PASS: TestGetContainer (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestDeleteContainer [2022-03-11T18:21:53.612Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestListContainers [2022-03-11T18:21:53.612Z] --- PASS: TestListContainers (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestFirstContainer [2022-03-11T18:21:53.612Z] --- PASS: TestFirstContainer (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestApplyAllContainer [2022-03-11T18:21:53.612Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestIsValidHealthString [2022-03-11T18:21:53.612Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestStateRunStop [2022-03-11T18:21:53.612Z] --- PASS: TestStateRunStop (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestStateTimeoutWait [2022-03-11T18:21:53.612Z] state_test.go:141: Stop callback fired [2022-03-11T18:21:53.612Z] state_test.go:165: Stop callback fired [2022-03-11T18:21:53.612Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-11T18:21:53.612Z] === RUN TestIsValidStateString [2022-03-11T18:21:53.612Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestViewSaveDelete [2022-03-11T18:21:53.612Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-11T18:21:53.612Z] === RUN TestViewAll [2022-03-11T18:21:53.612Z] --- PASS: TestViewAll (0.01s) [2022-03-11T18:21:53.612Z] === RUN TestViewGet [2022-03-11T18:21:53.612Z] --- PASS: TestViewGet (0.01s) [2022-03-11T18:21:53.612Z] === RUN TestNames [2022-03-11T18:21:53.612Z] --- PASS: TestNames (0.00s) [2022-03-11T18:21:53.612Z] === RUN TestViewWithHealthCheck [2022-03-11T18:21:53.612Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-11T18:21:53.612Z] PASS [2022-03-11T18:21:53.612Z] coverage: 41.7% of statements [2022-03-11T18:21:53.612Z] ok github.com/docker/docker/container 0.303s coverage: 41.7% of statements [2022-03-11T18:21:53.612Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-11T18:21:53.612Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-11T18:21:53.612Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-11T18:21:53.612Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-11T18:21:54.936Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-11T18:21:55.663Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:21:55.663Z] INFO: Testing against a local daemon [2022-03-11T18:21:55.663Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-11T18:21:55.663Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:55.663Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-11T18:21:55.663Z] === RUN TestDiskUsage [2022-03-11T18:21:55.663Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-11T18:21:55.663Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-11T18:21:55.663Z] === RUN TestEventsExecDie [2022-03-11T18:21:55.663Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-11T18:21:55.663Z] --- SKIP: TestEventsExecDie (0.01s) [2022-03-11T18:21:55.663Z] === RUN TestEventsBackwardsCompatible [2022-03-11T18:21:55.663Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-11T18:21:55.663Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-11T18:21:55.663Z] === RUN TestEventsVolumeCreate [2022-03-11T18:21:55.663Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-11T18:21:55.663Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-11T18:21:55.663Z] === RUN TestInfoAPI [2022-03-11T18:21:55.663Z] --- PASS: TestInfoAPI (0.05s) [2022-03-11T18:21:55.663Z] === RUN TestInfoAPIWarnings [2022-03-11T18:21:55.663Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:21:55.663Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-11T18:21:55.663Z] === RUN TestInfoDebug [2022-03-11T18:21:55.663Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:21:55.663Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-11T18:21:55.663Z] === RUN TestInfoInsecureRegistries [2022-03-11T18:21:55.663Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:21:55.663Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-11T18:21:55.663Z] === RUN TestInfoRegistryMirrors [2022-03-11T18:21:55.663Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:21:55.663Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-11T18:21:55.663Z] === RUN TestLoginFailsWithBadCredentials [2022-03-11T18:21:55.827Z] === RUN TestPrepare [2022-03-11T18:21:55.827Z] --- PASS: TestPrepare (0.00s) [2022-03-11T18:21:55.827Z] === RUN TestStart [2022-03-11T18:21:55.827Z] --- PASS: TestStart (0.00s) [2022-03-11T18:21:55.827Z] === RUN TestWaitCancel [2022-03-11T18:21:55.827Z] --- PASS: TestWaitCancel (0.00s) [2022-03-11T18:21:55.827Z] === RUN TestWaitDisabled [2022-03-11T18:21:55.827Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-11T18:21:55.827Z] === RUN TestWaitEnabled [2022-03-11T18:21:55.827Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-11T18:21:55.827Z] === RUN TestRemove [2022-03-11T18:21:55.827Z] --- PASS: TestRemove (0.00s) [2022-03-11T18:21:55.827Z] PASS [2022-03-11T18:21:55.827Z] coverage: 65.3% of statements [2022-03-11T18:21:55.827Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.073s coverage: 65.3% of statements [2022-03-11T18:21:56.119Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s) [2022-03-11T18:21:56.119Z] === RUN TestPingCacheHeaders [2022-03-11T18:21:56.575Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-03-11T18:21:56.575Z] === RUN TestPingGet [2022-03-11T18:21:56.575Z] --- PASS: TestPingGet (0.03s) [2022-03-11T18:21:56.575Z] === RUN TestPingHead [2022-03-11T18:21:56.575Z] --- PASS: TestPingHead (0.03s) [2022-03-11T18:21:56.575Z] === RUN TestVersion [2022-03-11T18:21:56.575Z] --- PASS: TestVersion (0.04s) [2022-03-11T18:21:56.575Z] PASS [2022-03-11T18:21:56.575Z] ok github.com/docker/docker/integration/system 1.209s [2022-03-11T18:21:56.575Z] [2022-03-11T18:21:56.575Z] === Skipped [2022-03-11T18:21:56.575Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-11T18:21:56.575Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:21:56.575Z] [2022-03-11T18:21:56.575Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-11T18:21:56.575Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-11T18:21:56.575Z] [2022-03-11T18:21:56.575Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.01s) [2022-03-11T18:21:56.575Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-11T18:21:56.575Z] [2022-03-11T18:21:56.575Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-11T18:21:56.575Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-11T18:21:56.575Z] [2022-03-11T18:21:56.575Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-11T18:21:56.575Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-11T18:21:56.575Z] [2022-03-11T18:21:56.575Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-11T18:21:56.575Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:21:56.575Z] [2022-03-11T18:21:56.575Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-11T18:21:56.575Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:21:56.575Z] [2022-03-11T18:21:56.575Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-11T18:21:56.575Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:21:56.575Z] [2022-03-11T18:21:56.575Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-11T18:21:56.576Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:21:56.576Z] [2022-03-11T18:21:56.576Z] DONE 15 tests, 9 skipped in 3.299s [2022-03-11T18:21:56.576Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-11T18:21:57.455Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-11T18:21:58.020Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-11T18:21:58.041Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-11T18:21:58.041Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s) [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-11T18:21:58.041Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-11T18:21:58.041Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-11T18:21:58.042Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-11T18:21:58.042Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-11T18:21:58.042Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-11T18:21:58.042Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-11T18:21:58.042Z] PASS [2022-03-11T18:21:58.042Z] coverage: 35.9% of statements [2022-03-11T18:21:58.042Z] ok github.com/docker/docker/daemon/cluster/convert 0.883s coverage: 35.9% of statements [2022-03-11T18:21:58.042Z] === RUN TestNewListSecretsFilters [2022-03-11T18:21:58.042Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-11T18:21:58.042Z] === RUN TestNewListConfigsFilters [2022-03-11T18:21:58.042Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-11T18:21:58.042Z] PASS [2022-03-11T18:21:58.042Z] coverage: 0.5% of statements [2022-03-11T18:21:58.042Z] ok github.com/docker/docker/daemon/cluster 1.239s coverage: 0.5% of statements [2022-03-11T18:21:58.761Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:21:58.761Z] INFO: Testing against a local daemon [2022-03-11T18:21:58.761Z] === RUN TestVolumesCreateAndList [2022-03-11T18:21:58.761Z] --- PASS: TestVolumesCreateAndList (0.04s) [2022-03-11T18:21:58.761Z] === RUN TestVolumesRemove [2022-03-11T18:21:58.761Z] --- PASS: TestVolumesRemove (0.14s) [2022-03-11T18:21:58.761Z] === RUN TestVolumesInspect [2022-03-11T18:21:58.761Z] --- PASS: TestVolumesInspect (0.04s) [2022-03-11T18:21:58.761Z] === RUN TestVolumesInvalidJSON [2022-03-11T18:21:58.761Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-11T18:21:58.761Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-11T18:21:58.761Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-11T18:21:58.761Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-11T18:21:58.761Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-11T18:21:58.761Z] PASS [2022-03-11T18:21:58.761Z] ok github.com/docker/docker/integration/volume 0.316s [2022-03-11T18:21:59.229Z] [2022-03-11T18:21:59.229Z] DONE 5 tests in 2.317s [2022-03-11T18:21:59.229Z] INFO: make.ps1 ended at 03/11/2022 18:21:58 [2022-03-11T18:21:59.229Z] INFO: Integration CLI tests being run from the host: [2022-03-11T18:21:59.229Z] 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" [2022-03-11T18:21:59.910Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-11T18:21:59.910Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-11T18:21:59.910Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-11T18:22:01.841Z] === RUN TestBuilderGC [2022-03-11T18:22:01.841Z] --- PASS: TestBuilderGC (0.06s) [2022-03-11T18:22:01.841Z] === RUN TestDaemonConfigurationNotFound [2022-03-11T18:22:01.841Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-11T18:22:01.841Z] === RUN TestDaemonBrokenConfiguration [2022-03-11T18:22:01.841Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-11T18:22:01.841Z] === RUN TestFindConfigurationConflicts [2022-03-11T18:22:01.841Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-11T18:22:01.841Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-11T18:22:01.841Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-11T18:22:01.841Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-11T18:22:01.841Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-11T18:22:01.841Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-11T18:22:01.841Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-11T18:22:01.841Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-11T18:22:01.841Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-11T18:22:01.841Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-11T18:22:01.841Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-11T18:22:01.841Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-11T18:22:01.841Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-11T18:22:01.841Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-11T18:22:01.841Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-11T18:22:01.842Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-11T18:22:01.842Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-11T18:22:01.842Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-11T18:22:01.842Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-11T18:22:01.842Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-11T18:22:01.842Z] === RUN TestValidateConfigurationErrors [2022-03-11T18:22:01.842Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-11T18:22:01.842Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-11T18:22:01.842Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-11T18:22:01.842Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-11T18:22:01.842Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-11T18:22:01.842Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-11T18:22:01.842Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-11T18:22:01.842Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-11T18:22:01.842Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-11T18:22:01.842Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-11T18:22:01.842Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-11T18:22:01.842Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-11T18:22:01.842Z] === RUN TestValidateConfiguration [2022-03-11T18:22:01.842Z] === RUN TestValidateConfiguration/with_label [2022-03-11T18:22:01.842Z] === RUN TestValidateConfiguration/with_dns [2022-03-11T18:22:01.842Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-11T18:22:01.842Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-11T18:22:01.842Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-11T18:22:01.842Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-11T18:22:01.842Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-11T18:22:01.842Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-11T18:22:01.842Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-11T18:22:01.842Z] === RUN TestReloadSetConfigFileNotExist [2022-03-11T18:22:01.842Z] time="2022-03-11T18:22:01Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-11T18:22:01.842Z] --- PASS: TestReloadSetConfigFileNotExist (0.25s) [2022-03-11T18:22:01.842Z] === RUN TestReloadDefaultConfigNotExist [2022-03-11T18:22:01.842Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:22:01.842Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-11T18:22:01.842Z] === RUN TestReloadBadDefaultConfig [2022-03-11T18:22:01.842Z] time="2022-03-11T18:22:01Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2974473986" [2022-03-11T18:22:01.842Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-11T18:22:01.842Z] === RUN TestReloadWithConflictingLabels [2022-03-11T18:22:01.842Z] time="2022-03-11T18:22:01Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2575019760" [2022-03-11T18:22:01.842Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-11T18:22:01.842Z] === RUN TestReloadWithDuplicateLabels [2022-03-11T18:22:01.842Z] time="2022-03-11T18:22:01Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-4213496038" [2022-03-11T18:22:01.842Z] --- PASS: TestReloadWithDuplicateLabels (0.03s) [2022-03-11T18:22:01.842Z] === RUN TestMaskURLCredentials [2022-03-11T18:22:01.842Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-11T18:22:01.842Z] === RUN TestDaemonConfigurationMerge [2022-03-11T18:22:01.842Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-11T18:22:01.842Z] PASS [2022-03-11T18:22:01.842Z] coverage: 79.2% of statements [2022-03-11T18:22:01.842Z] ok github.com/docker/docker/daemon/config 0.547s coverage: 79.2% of statements [2022-03-11T18:22:01.842Z] === RUN TestEventsLog [2022-03-11T18:22:01.842Z] --- PASS: TestEventsLog (0.00s) [2022-03-11T18:22:01.842Z] === RUN TestEventsLogTimeout [2022-03-11T18:22:01.842Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-11T18:22:01.842Z] === RUN TestLogEvents [2022-03-11T18:22:02.309Z] --- PASS: TestLogEvents (0.05s) [2022-03-11T18:22:02.309Z] === RUN TestLoadBufferedEvents [2022-03-11T18:22:02.309Z] --- PASS: TestLoadBufferedEvents (0.22s) [2022-03-11T18:22:02.309Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-11T18:22:02.309Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-11T18:22:02.309Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-11T18:22:02.309Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-11T18:22:02.309Z] PASS [2022-03-11T18:22:02.309Z] coverage: 50.0% of statements [2022-03-11T18:22:02.309Z] ok github.com/docker/docker/daemon/events 0.355s coverage: 50.0% of statements [2022-03-11T18:22:02.777Z] === RUN TestWaitNodeAttachment [2022-03-11T18:22:03.245Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-03-11T18:22:03.713Z] === RUN TestIsolationConversion [2022-03-11T18:22:03.713Z] === RUN TestIsolationConversion/default [2022-03-11T18:22:03.713Z] === RUN TestIsolationConversion/process [2022-03-11T18:22:03.713Z] === RUN TestIsolationConversion/hyperv [2022-03-11T18:22:03.713Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-11T18:22:03.713Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-11T18:22:03.713Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-11T18:22:03.713Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-11T18:22:03.713Z] === RUN TestContainerLabels [2022-03-11T18:22:03.713Z] --- PASS: TestContainerLabels (0.00s) [2022-03-11T18:22:03.713Z] === RUN TestCredentialSpecConversion [2022-03-11T18:22:03.713Z] === RUN TestCredentialSpecConversion/none [2022-03-11T18:22:03.713Z] === RUN TestCredentialSpecConversion/config [2022-03-11T18:22:03.713Z] === RUN TestCredentialSpecConversion/file [2022-03-11T18:22:03.713Z] === RUN TestCredentialSpecConversion/registry [2022-03-11T18:22:03.713Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-11T18:22:03.713Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-11T18:22:03.713Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-11T18:22:03.713Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-11T18:22:03.713Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-11T18:22:03.713Z] === RUN TestControllerValidateMountBind [2022-03-11T18:22:03.713Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-11T18:22:03.713Z] === RUN TestControllerValidateMountVolume [2022-03-11T18:22:03.713Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-11T18:22:03.713Z] === RUN TestControllerValidateMountTarget [2022-03-11T18:22:03.713Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-11T18:22:03.713Z] === RUN TestControllerValidateMountTmpfs [2022-03-11T18:22:03.713Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-11T18:22:03.713Z] === RUN TestControllerValidateMountInvalidType [2022-03-11T18:22:03.713Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-11T18:22:03.713Z] === RUN TestControllerValidateMountNamedPipe [2022-03-11T18:22:03.713Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-11T18:22:03.713Z] PASS [2022-03-11T18:22:03.713Z] coverage: 11.0% of statements [2022-03-11T18:22:03.713Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.759s coverage: 11.0% of statements [2022-03-11T18:22:04.082Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-11T18:22:04.082Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-11T18:22:04.181Z] === RUN TestIsEmptyDir [2022-03-11T18:22:04.181Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-11T18:22:04.181Z] PASS [2022-03-11T18:22:04.181Z] coverage: 2.3% of statements [2022-03-11T18:22:04.181Z] ok github.com/docker/docker/daemon/graphdriver 0.094s coverage: 2.3% of statements [2022-03-11T18:22:04.181Z] === RUN TestLinkNaming [2022-03-11T18:22:04.181Z] --- PASS: TestLinkNaming (0.00s) [2022-03-11T18:22:04.181Z] === RUN TestLinkNew [2022-03-11T18:22:04.181Z] --- PASS: TestLinkNew (0.00s) [2022-03-11T18:22:04.181Z] === RUN TestLinkEnv [2022-03-11T18:22:04.181Z] --- PASS: TestLinkEnv (0.00s) [2022-03-11T18:22:04.181Z] === RUN TestLinkMultipleEnv [2022-03-11T18:22:04.181Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-11T18:22:04.181Z] === RUN TestLinkPortRangeEnv [2022-03-11T18:22:04.181Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-11T18:22:04.181Z] PASS [2022-03-11T18:22:04.181Z] coverage: 93.0% of statements [2022-03-11T18:22:04.181Z] ok github.com/docker/docker/daemon/links 0.043s coverage: 93.0% of statements [2022-03-11T18:22:04.648Z] === RUN TestVerifyNetworkingConfig [2022-03-11T18:22:04.648Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-11T18:22:04.648Z] === RUN TestGetContainer [2022-03-11T18:22:04.648Z] --- PASS: TestGetContainer (0.00s) [2022-03-11T18:22:04.648Z] === RUN TestValidContainerNames [2022-03-11T18:22:04.648Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-11T18:22:04.648Z] === RUN TestContainerInitDNS [2022-03-11T18:22:04.648Z] daemon_test.go:145: root required [2022-03-11T18:22:04.648Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-11T18:22:04.648Z] === RUN TestMerge [2022-03-11T18:22:04.648Z] --- PASS: TestMerge (0.00s) [2022-03-11T18:22:04.648Z] === RUN TestValidateContainerIsolation [2022-03-11T18:22:04.648Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-11T18:22:04.648Z] === RUN TestFindNetworkErrorType [2022-03-11T18:22:04.648Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-11T18:22:04.648Z] === RUN TestEnsureServicesExist [2022-03-11T18:22:04.648Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-11T18:22:04.648Z] === RUN TestEnsureServicesExistErrors [2022-03-11T18:22:04.648Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-11T18:22:04.648Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-11T18:22:04.648Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-11T18:22:04.648Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-11T18:22:04.648Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-11T18:22:04.648Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-11T18:22:04.648Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-11T18:22:04.648Z] === RUN TestContainerDelete [2022-03-11T18:22:04.648Z] --- PASS: TestContainerDelete (0.00s) [2022-03-11T18:22:04.648Z] === RUN TestContainerDoubleDelete [2022-03-11T18:22:04.648Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-11T18:22:04.648Z] === RUN TestLogContainerEventCopyLabels [2022-03-11T18:22:04.648Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-11T18:22:04.648Z] === RUN TestLogContainerEventWithAttributes [2022-03-11T18:22:04.648Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-11T18:22:04.648Z] === RUN TestNoneHealthcheck [2022-03-11T18:22:04.648Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-11T18:22:04.648Z] === RUN TestHealthStates [2022-03-11T18:22:04.649Z] time="2022-03-11T18:22:04Z" 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" [2022-03-11T18:22:04.649Z] time="2022-03-11T18:22:04Z" 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" [2022-03-11T18:22:04.649Z] time="2022-03-11T18:22:04Z" 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" [2022-03-11T18:22:04.649Z] time="2022-03-11T18:22:04Z" 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" [2022-03-11T18:22:04.649Z] time="2022-03-11T18:22:04Z" 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" [2022-03-11T18:22:04.649Z] time="2022-03-11T18:22:04Z" 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" [2022-03-11T18:22:04.649Z] time="2022-03-11T18:22:04Z" 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" [2022-03-11T18:22:04.649Z] time="2022-03-11T18:22:04Z" 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" [2022-03-11T18:22:04.649Z] time="2022-03-11T18:22:04Z" 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" [2022-03-11T18:22:04.649Z] time="2022-03-11T18:22:04Z" 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" [2022-03-11T18:22:04.649Z] --- PASS: TestHealthStates (0.23s) [2022-03-11T18:22:04.649Z] === RUN TestGetInspectData [2022-03-11T18:22:04.649Z] --- PASS: TestGetInspectData (0.00s) [2022-03-11T18:22:04.649Z] === RUN TestFillLicense [2022-03-11T18:22:04.649Z] --- PASS: TestFillLicense (0.00s) [2022-03-11T18:22:04.649Z] === RUN TestListInvalidFilter [2022-03-11T18:22:04.649Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-11T18:22:04.649Z] === RUN TestNameFilter [2022-03-11T18:22:04.649Z] --- PASS: TestNameFilter (0.00s) [2022-03-11T18:22:04.649Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-11T18:22:04.649Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-11T18:22:04.649Z] === 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 [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-11T18:22:04.649Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-11T18:22:04.649Z] --- 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) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-11T18:22:04.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-11T18:22:05.010Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-11T18:22:05.010Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-11T18:22:05.117Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-11T18:22:05.117Z] === RUN TestDaemonReloadLabels [2022-03-11T18:22:05.117Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-11T18:22:05.117Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-11T18:22:05.117Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-11T18:22:05.117Z] === RUN TestDaemonReloadMirrors [2022-03-11T18:22:05.117Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-11T18:22:05.117Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-11T18:22:05.117Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-11T18:22:05.117Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-11T18:22:05.117Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-11T18:22:05.117Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-11T18:22:05.117Z] reload_test.go:342: root required [2022-03-11T18:22:05.117Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-11T18:22:05.117Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-11T18:22:05.117Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-11T18:22:05.117Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-11T18:22:05.117Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-03-11T18:22:05.117Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-11T18:22:05.117Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-03-11T18:22:05.117Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-11T18:22:05.117Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-11T18:22:05.117Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-11T18:22:05.117Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-11T18:22:05.117Z] === RUN TestParseVolumesFrom [2022-03-11T18:22:05.117Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-11T18:22:05.117Z] PASS [2022-03-11T18:22:05.117Z] coverage: 8.6% of statements [2022-03-11T18:22:05.117Z] ok github.com/docker/docker/daemon 0.538s coverage: 8.6% of statements [2022-03-11T18:22:05.117Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-11T18:22:05.117Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-11T18:22:05.117Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-11T18:22:05.117Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-11T18:22:05.117Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-11T18:22:05.117Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-11T18:22:05.117Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-11T18:22:05.117Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-11T18:22:05.117Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-11T18:22:05.117Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-11T18:22:05.117Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-11T18:22:05.117Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-11T18:22:05.117Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-11T18:22:05.117Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-11T18:22:06.378Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-11T18:22:06.940Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-11T18:22:07.336Z] === RUN TestNewStreamConfig [2022-03-11T18:22:07.336Z] === RUN TestNewStreamConfig/defaults [2022-03-11T18:22:07.336Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-11T18:22:07.336Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-11T18:22:07.336Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-11T18:22:07.336Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-11T18:22:07.336Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-11T18:22:07.336Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-11T18:22:07.336Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-11T18:22:07.336Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-11T18:22:07.336Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-11T18:22:07.336Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-11T18:22:07.336Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-11T18:22:07.336Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-11T18:22:07.336Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-11T18:22:07.336Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-11T18:22:07.336Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-11T18:22:07.336Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-11T18:22:07.336Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-11T18:22:07.336Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-11T18:22:07.336Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-11T18:22:07.336Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-11T18:22:07.336Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-11T18:22:07.336Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-11T18:22:07.336Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-11T18:22:07.336Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-11T18:22:07.336Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-11T18:22:07.336Z] time="2022-03-11T18:22:06Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-11T18:22:07.336Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s) [2022-03-11T18:22:07.336Z] === RUN TestCreateSuccess [2022-03-11T18:22:07.336Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-11T18:22:07.336Z] === RUN TestCreateStreamSkipped [2022-03-11T18:22:07.336Z] time="2022-03-11T18:22:06Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-11T18:22:07.336Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestCreateLogGroupSuccess [2022-03-11T18:22:07.337Z] time="2022-03-11T18:22:06Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-11T18:22:07.337Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestCreateError [2022-03-11T18:22:07.337Z] --- PASS: TestCreateError (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestCreateAlreadyExists [2022-03-11T18:22:07.337Z] time="2022-03-11T18:22:06Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-11T18:22:07.337Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestLogClosed [2022-03-11T18:22:07.337Z] --- PASS: TestLogClosed (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestLogBlocking [2022-03-11T18:22:07.337Z] --- PASS: TestLogBlocking (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-11T18:22:07.337Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestLogNonBlockingBufferFull [2022-03-11T18:22:07.337Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestPublishBatchSuccess [2022-03-11T18:22:07.337Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestPublishBatchError [2022-03-11T18:22:07.337Z] time="2022-03-11T18:22:06Z" level=error msg=error [2022-03-11T18:22:07.337Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-11T18:22:07.337Z] time="2022-03-11T18:22:06Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-11T18:22:07.337Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-11T18:22:07.337Z] time="2022-03-11T18:22:06Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-11T18:22:07.337Z] time="2022-03-11T18:22:06Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-11T18:22:07.337Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestCollectBatchSimple [2022-03-11T18:22:07.337Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestCollectBatchTicker [2022-03-11T18:22:07.337Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestCollectBatchMultilinePattern [2022-03-11T18:22:07.337Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-11T18:22:07.337Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-11T18:22:07.337Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-11T18:22:07.337Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.05s) [2022-03-11T18:22:07.337Z] === RUN TestCollectBatchClose [2022-03-11T18:22:07.337Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestEffectiveLen [2022-03-11T18:22:07.337Z] === RUN TestEffectiveLen/0/Hello [2022-03-11T18:22:07.337Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-11T18:22:07.337Z] === RUN TestEffectiveLen/2/🙃 [2022-03-11T18:22:07.337Z] === RUN TestEffectiveLen/3/���� [2022-03-11T18:22:07.337Z] === RUN TestEffectiveLen/4/He��o [2022-03-11T18:22:07.337Z] === RUN TestEffectiveLen/5/ [2022-03-11T18:22:07.337Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-11T18:22:07.337Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-11T18:22:07.337Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-11T18:22:07.337Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-11T18:22:07.337Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-11T18:22:07.337Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-11T18:22:07.337Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestFindValidSplit [2022-03-11T18:22:07.337Z] === RUN TestFindValidSplit/0/ [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1076: [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1077: [2022-03-11T18:22:07.337Z] === RUN TestFindValidSplit/1/Hello [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1076: Hello [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1077: [2022-03-11T18:22:07.337Z] === RUN TestFindValidSplit/2/Hello [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1076: He [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1077: llo [2022-03-11T18:22:07.337Z] === RUN TestFindValidSplit/3/Hello [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1076: [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1077: Hello [2022-03-11T18:22:07.337Z] === RUN TestFindValidSplit/4/🙃 [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1076: [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-11T18:22:07.337Z] === RUN TestFindValidSplit/5/🙃 [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1077: [2022-03-11T18:22:07.337Z] === RUN TestFindValidSplit/6/a� [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1076: a [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1077: � [2022-03-11T18:22:07.337Z] === RUN TestFindValidSplit/7/a� [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1076: a� [2022-03-11T18:22:07.337Z] cloudwatchlogs_test.go:1077: [2022-03-11T18:22:07.337Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-11T18:22:07.337Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-11T18:22:07.337Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-11T18:22:07.337Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-11T18:22:07.337Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-11T18:22:07.337Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-11T18:22:07.337Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-11T18:22:07.337Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-11T18:22:07.337Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-11T18:22:07.337Z] === RUN TestProcessEventEmoji [2022-03-11T18:22:07.501Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-11T18:22:07.806Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestCollectBatchLineSplit [2022-03-11T18:22:07.806Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-03-11T18:22:07.806Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-11T18:22:07.806Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-11T18:22:07.806Z] === RUN TestCollectBatchMaxEvents [2022-03-11T18:22:07.806Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-03-11T18:22:07.806Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-11T18:22:07.806Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-03-11T18:22:07.806Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-11T18:22:07.806Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-03-11T18:22:07.806Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-11T18:22:07.806Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-03-11T18:22:07.806Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-11T18:22:07.806Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-11T18:22:07.806Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-11T18:22:07.806Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-11T18:22:07.806Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-11T18:22:07.806Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-11T18:22:07.806Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-11T18:22:07.806Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-11T18:22:07.806Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-11T18:22:07.806Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsFormat [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-11T18:22:07.806Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestCreateTagSuccess [2022-03-11T18:22:07.806Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-11T18:22:07.806Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-11T18:22:07.806Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-11T18:22:07.806Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-11T18:22:07.806Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-11T18:22:07.806Z] PASS [2022-03-11T18:22:07.806Z] coverage: 80.2% of statements [2022-03-11T18:22:07.806Z] ok github.com/docker/docker/daemon/logger/awslogs 0.487s coverage: 80.2% of statements [2022-03-11T18:22:07.806Z] === RUN TestAdapterReadLogs [2022-03-11T18:22:07.806Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestCopier [2022-03-11T18:22:07.806Z] --- PASS: TestCopier (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestCopierLongLines [2022-03-11T18:22:07.806Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestCopierSlow [2022-03-11T18:22:07.806Z] --- PASS: TestCopierSlow (0.21s) [2022-03-11T18:22:07.806Z] === RUN TestCopierWithSized [2022-03-11T18:22:07.806Z] === RUN TestCopierWithSized/as_is [2022-03-11T18:22:07.806Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-11T18:22:07.806Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-11T18:22:07.806Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-03-11T18:22:07.806Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestCopierWithPartial [2022-03-11T18:22:07.806Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestRingLogger [2022-03-11T18:22:07.806Z] --- PASS: TestRingLogger (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestRingCap [2022-03-11T18:22:07.806Z] --- PASS: TestRingCap (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestRingClose [2022-03-11T18:22:07.806Z] --- PASS: TestRingClose (0.00s) [2022-03-11T18:22:07.806Z] === RUN TestRingDrain [2022-03-11T18:22:07.806Z] --- PASS: TestRingDrain (0.00s) [2022-03-11T18:22:07.806Z] PASS [2022-03-11T18:22:07.806Z] coverage: 43.2% of statements [2022-03-11T18:22:07.806Z] ok github.com/docker/docker/daemon/logger 0.311s coverage: 43.2% of statements [2022-03-11T18:22:08.064Z] --- PASS: TestServiceWithDataPathPortInit (15.44s) [2022-03-11T18:22:08.064Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-11T18:22:08.064Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-11T18:22:08.274Z] === RUN TestValidateLogOptReconnectInterval [2022-03-11T18:22:08.274Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-11T18:22:08.274Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-11T18:22:08.274Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-11T18:22:08.274Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-11T18:22:08.274Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-11T18:22:08.274Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-11T18:22:08.274Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-11T18:22:08.274Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-11T18:22:08.274Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-11T18:22:08.274Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-11T18:22:08.274Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-11T18:22:08.274Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-11T18:22:08.274Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-11T18:22:08.274Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-11T18:22:08.274Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-11T18:22:08.274Z] PASS [2022-03-11T18:22:08.274Z] coverage: 33.6% of statements [2022-03-11T18:22:08.274Z] ok github.com/docker/docker/daemon/logger/fluentd 0.128s coverage: 33.6% of statements [2022-03-11T18:22:08.274Z] === RUN TestSearchRegistryForImagesErrors [2022-03-11T18:22:08.274Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-11T18:22:08.274Z] === RUN TestSearchRegistryForImages [2022-03-11T18:22:08.274Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-11T18:22:08.274Z] === RUN TestOnlyPlatformWithFallback [2022-03-11T18:22:08.274Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-11T18:22:08.274Z] === RUN TestImageDelete [2022-03-11T18:22:08.274Z] === RUN TestImageDelete/no_lease [2022-03-11T18:22:08.274Z] === RUN TestImageDelete/lease_exists [2022-03-11T18:22:08.274Z] --- PASS: TestImageDelete (0.04s) [2022-03-11T18:22:08.274Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-11T18:22:08.274Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-11T18:22:08.274Z] === RUN TestContentStoreForPull [2022-03-11T18:22:08.274Z] --- PASS: TestContentStoreForPull (0.25s) [2022-03-11T18:22:08.274Z] PASS [2022-03-11T18:22:08.274Z] coverage: 6.8% of statements [2022-03-11T18:22:08.274Z] ok github.com/docker/docker/daemon/images 0.474s coverage: 6.8% of statements [2022-03-11T18:22:08.742Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-11T18:22:08.742Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-11T18:22:08.742Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-11T18:22:08.743Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-11T18:22:08.743Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-11T18:22:08.743Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-11T18:22:08.743Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-11T18:22:08.743Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-11T18:22:08.743Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-11T18:22:08.743Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.22s) [2022-03-11T18:22:08.743Z] === RUN TestFastTimeMarshalJSON [2022-03-11T18:22:08.743Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2022-03-11T18:22:08.743Z] PASS [2022-03-11T18:22:08.743Z] coverage: 87.2% of statements [2022-03-11T18:22:08.743Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.273s coverage: 87.2% of statements [2022-03-11T18:22:09.432Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-11T18:22:09.679Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:22:09.679Z] INFO: Testing against a local daemon [2022-03-11T18:22:09.679Z] === RUN TestDockerSuite [2022-03-11T18:22:09.679Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-11T18:22:09.679Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-11T18:22:09.679Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-11T18:22:09.679Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-11T18:22:09.679Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-11T18:22:09.679Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-11T18:22:09.679Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-11T18:22:09.679Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-11T18:22:09.679Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-11T18:22:09.679Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-11T18:22:09.733Z] === RUN TestJSONFileLogger [2022-03-11T18:22:09.733Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-11T18:22:09.733Z] === RUN TestJSONFileLoggerWithTags [2022-03-11T18:22:09.733Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-03-11T18:22:09.733Z] === RUN TestJSONFileLoggerWithOpts [2022-03-11T18:22:09.733Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-11T18:22:09.733Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-11T18:22:09.733Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-11T18:22:09.733Z] === RUN TestEncodeDecode [2022-03-11T18:22:09.733Z] === PAUSE TestEncodeDecode [2022-03-11T18:22:09.733Z] === RUN TestUnexpectedEOF [2022-03-11T18:22:09.733Z] time="2022-03-11T18:22:09Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-11T18:22:09.733Z] time="2022-03-11T18:22:09Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-11T18:22:09.733Z] --- PASS: TestUnexpectedEOF (0.21s) [2022-03-11T18:22:09.733Z] === CONT TestEncodeDecode [2022-03-11T18:22:09.733Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-11T18:22:09.733Z] PASS [2022-03-11T18:22:09.733Z] coverage: 69.9% of statements [2022-03-11T18:22:09.733Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.321s coverage: 69.9% of statements [2022-03-11T18:22:09.995Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-11T18:22:09.995Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-11T18:22:10.147Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-11T18:22:10.147Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-11T18:22:10.202Z] === RUN TestWriteLog [2022-03-11T18:22:10.202Z] === PAUSE TestWriteLog [2022-03-11T18:22:10.202Z] === RUN TestReadLog [2022-03-11T18:22:10.202Z] === PAUSE TestReadLog [2022-03-11T18:22:10.202Z] === RUN TestDecode [2022-03-11T18:22:10.252Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-11T18:22:10.508Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-11T18:22:10.673Z] --- PASS: TestDecode (0.03s) [2022-03-11T18:22:10.673Z] === CONT TestWriteLog [2022-03-11T18:22:10.673Z] === CONT TestReadLog [2022-03-11T18:22:10.673Z] --- PASS: TestWriteLog (0.01s) [2022-03-11T18:22:10.673Z] === RUN TestReadLog/tail_exact [2022-03-11T18:22:10.673Z] === RUN TestReadLog/tail_less_than_available [2022-03-11T18:22:10.673Z] === RUN TestReadLog/tail_more_than_available [2022-03-11T18:22:10.673Z] --- PASS: TestReadLog (0.42s) [2022-03-11T18:22:10.673Z] --- PASS: TestReadLog/tail_exact (0.22s) [2022-03-11T18:22:10.673Z] --- PASS: TestReadLog/tail_less_than_available (0.02s) [2022-03-11T18:22:10.673Z] --- PASS: TestReadLog/tail_more_than_available (0.16s) [2022-03-11T18:22:10.673Z] PASS [2022-03-11T18:22:10.673Z] coverage: 78.7% of statements [2022-03-11T18:22:10.673Z] ok github.com/docker/docker/daemon/logger/local 0.526s coverage: 78.7% of statements [2022-03-11T18:22:10.673Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-11T18:22:11.133Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-11T18:22:11.133Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-11T18:22:11.140Z] === RUN TestOpenFileDelete [2022-03-11T18:22:11.140Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-11T18:22:11.140Z] === RUN TestOpenFileRename [2022-03-11T18:22:11.140Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-11T18:22:11.140Z] === RUN TestHandleDecoderErr [2022-03-11T18:22:11.140Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-11T18:22:11.140Z] === RUN TestParseLogTagDefaultTag [2022-03-11T18:22:11.140Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-11T18:22:11.140Z] === RUN TestParseLogTag [2022-03-11T18:22:11.140Z] --- PASS: TestParseLogTag (0.00s) [2022-03-11T18:22:11.140Z] === RUN TestParseLogTagEmptyTag [2022-03-11T18:22:11.140Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-11T18:22:11.140Z] === RUN TestTailFiles [2022-03-11T18:22:11.140Z] --- PASS: TestTailFiles (0.00s) [2022-03-11T18:22:11.140Z] === RUN TestFollowLogsConsumerGone [2022-03-11T18:22:11.140Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-11T18:22:11.140Z] === RUN TestFollowLogsProducerGone [2022-03-11T18:22:11.140Z] logfile_test.go:180: logDecode() closed after sending 2478 messages [2022-03-11T18:22:11.140Z] logfile_test.go:233: messages sent: 2478, received: 2478 [2022-03-11T18:22:11.140Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-03-11T18:22:11.140Z] === RUN TestCheckCapacityAndRotate [2022-03-11T18:22:11.140Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-11T18:22:11.140Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-11T18:22:11.140Z] --- PASS: TestCheckCapacityAndRotate (0.12s) [2022-03-11T18:22:11.140Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-11T18:22:11.140Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.05s) [2022-03-11T18:22:11.140Z] PASS [2022-03-11T18:22:11.140Z] coverage: 53.5% of statements [2022-03-11T18:22:11.140Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.258s coverage: 53.5% of statements [2022-03-11T18:22:11.437Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-11T18:22:11.437Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:bdx3wx0qfndywuj83u173hn4s Created:2022-03-11 18:22:09.289544825 +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[93361ebeb5e2dfc1f4146e289698dd117d20f4e46cb1a513922d7d68bc5d6020:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rsq9t0yo1gff8ly81i79eivd7 EndpointID:cef61f6e8d728402f3c29dd6eae7c6541c8c19e0e242233e90d02b97dd769cb3 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d8d428b144443be0bba65cddce62b554e5914ea123acf7cd8928894524809a78 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:0aae79c2ce08 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rsq9t0yo1gff8ly81i79eivd7 EndpointID:cef61f6e8d728402f3c29dd6eae7c6541c8c19e0e242233e90d02b97dd769cb3 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-11T18:22:11.608Z] === RUN TestLog [2022-03-11T18:22:11.608Z] --- PASS: TestLog (0.03s) [2022-03-11T18:22:11.608Z] PASS [2022-03-11T18:22:11.608Z] coverage: 31.5% of statements [2022-03-11T18:22:11.608Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.096s coverage: 31.5% of statements [2022-03-11T18:22:12.593Z] === RUN TestNewParse [2022-03-11T18:22:12.593Z] --- PASS: TestNewParse (0.00s) [2022-03-11T18:22:12.593Z] PASS [2022-03-11T18:22:12.593Z] coverage: 8.3% of statements [2022-03-11T18:22:12.593Z] ok github.com/docker/docker/daemon/logger/templates 0.110s coverage: 8.3% of statements [2022-03-11T18:22:12.593Z] === RUN TestValidateLogOpt [2022-03-11T18:22:12.593Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-11T18:22:12.593Z] === RUN TestNewMissedConfig [2022-03-11T18:22:12.593Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-11T18:22:12.593Z] === RUN TestNewMissedUrl [2022-03-11T18:22:12.593Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-11T18:22:12.593Z] === RUN TestNewMissedToken [2022-03-11T18:22:12.593Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-11T18:22:12.593Z] === RUN TestNewWithProxy [2022-03-11T18:22:12.593Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-11T18:22:12.593Z] === RUN TestDefault [2022-03-11T18:22:12.593Z] --- PASS: TestDefault (0.01s) [2022-03-11T18:22:12.593Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-11T18:22:12.593Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-11T18:22:12.593Z] === RUN TestJsonFormat [2022-03-11T18:22:12.593Z] --- PASS: TestJsonFormat (0.01s) [2022-03-11T18:22:12.593Z] === RUN TestRawFormat [2022-03-11T18:22:12.593Z] --- PASS: TestRawFormat (0.00s) [2022-03-11T18:22:12.593Z] === RUN TestRawFormatWithLabels [2022-03-11T18:22:12.593Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-11T18:22:12.593Z] === RUN TestRawFormatWithoutTag [2022-03-11T18:22:12.593Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-11T18:22:12.593Z] === RUN TestBatching [2022-03-11T18:22:12.593Z] === RUN TestParseLogFormat [2022-03-11T18:22:12.593Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-11T18:22:12.593Z] === RUN TestValidateLogOptEmpty [2022-03-11T18:22:12.593Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-11T18:22:12.593Z] === RUN TestValidateSyslogAddress [2022-03-11T18:22:12.593Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-11T18:22:12.593Z] === RUN TestParseAddressDefaultPort [2022-03-11T18:22:12.593Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-11T18:22:12.593Z] === RUN TestValidateSyslogFacility [2022-03-11T18:22:12.593Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-11T18:22:12.593Z] === RUN TestValidateLogOptSyslogFormat [2022-03-11T18:22:12.593Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-11T18:22:12.593Z] === RUN TestValidateLogOpt [2022-03-11T18:22:12.593Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-11T18:22:12.593Z] PASS [2022-03-11T18:22:12.593Z] coverage: 46.8% of statements [2022-03-11T18:22:12.593Z] ok github.com/docker/docker/daemon/logger/syslog 0.068s coverage: 46.8% of statements [2022-03-11T18:22:12.593Z] --- PASS: TestBatching (0.28s) [2022-03-11T18:22:12.593Z] === RUN TestFrequency [2022-03-11T18:22:12.804Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-11T18:22:13.061Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-11T18:22:13.062Z] --- PASS: TestFrequency (0.17s) [2022-03-11T18:22:13.062Z] === RUN TestOneMessagePerRequest [2022-03-11T18:22:13.062Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-11T18:22:13.062Z] === RUN TestVerify [2022-03-11T18:22:13.062Z] --- PASS: TestVerify (0.00s) [2022-03-11T18:22:13.062Z] === RUN TestSkipVerify [2022-03-11T18:22:13.062Z] time="2022-03-11T18:22:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:22:13.062Z] time="2022-03-11T18:22:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:22:13.062Z] time="2022-03-11T18:22:12Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:22:13.530Z] --- PASS: TestSkipVerify (0.77s) [2022-03-11T18:22:13.530Z] === RUN TestBufferMaximum [2022-03-11T18:22:13.530Z] time="2022-03-11T18:22:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:22:13.530Z] time="2022-03-11T18:22:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:22:13.530Z] time="2022-03-11T18:22:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:22:13.530Z] time="2022-03-11T18:22:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:22:13.530Z] time="2022-03-11T18:22:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:22:13.530Z] time="2022-03-11T18:22:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647022933.423429\",\"host\":\"7082c008be1f\"}'" [2022-03-11T18:22:13.530Z] time="2022-03-11T18:22:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647022933.423429\",\"host\":\"7082c008be1f\"}'" [2022-03-11T18:22:13.530Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-11T18:22:13.530Z] === RUN TestServerAlwaysDown [2022-03-11T18:22:13.530Z] time="2022-03-11T18:22:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:22:13.530Z] time="2022-03-11T18:22:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:22:13.530Z] time="2022-03-11T18:22:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647022933.426431\",\"host\":\"7082c008be1f\"}'" [2022-03-11T18:22:13.530Z] time="2022-03-11T18:22:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647022933.426431\",\"host\":\"7082c008be1f\"}'" [2022-03-11T18:22:13.530Z] time="2022-03-11T18:22:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:22:13.530Z] time="2022-03-11T18:22:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647022933.426431\",\"host\":\"7082c008be1f\"}'" [2022-03-11T18:22:13.530Z] time="2022-03-11T18:22:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647022933.427425\",\"host\":\"7082c008be1f\"}'" [2022-03-11T18:22:13.530Z] time="2022-03-11T18:22:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647022933.427425\",\"host\":\"7082c008be1f\"}'" [2022-03-11T18:22:13.530Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-11T18:22:13.530Z] === RUN TestCannotSendAfterClose [2022-03-11T18:22:13.530Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-11T18:22:13.530Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-11T18:22:14.517Z] === RUN TestV1IDService [2022-03-11T18:22:14.517Z] --- PASS: TestV1IDService (0.02s) [2022-03-11T18:22:14.517Z] === RUN TestV2MetadataService [2022-03-11T18:22:14.517Z] time="2022-03-11T18:22:14Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-11T18:22:14.517Z] time="2022-03-11T18:22:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"7082c008be1f\"}'" [2022-03-11T18:22:14.517Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-11T18:22:14.517Z] PASS [2022-03-11T18:22:14.517Z] coverage: 82.5% of statements [2022-03-11T18:22:14.517Z] ok github.com/docker/docker/daemon/logger/splunk 2.332s coverage: 82.5% of statements [2022-03-11T18:22:14.517Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-11T18:22:14.517Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-11T18:22:14.517Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-11T18:22:14.956Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-11T18:22:15.511Z] === RUN TestSuccessfulDownload [2022-03-11T18:22:15.511Z] download_test.go:267: Needs fixing on Windows [2022-03-11T18:22:15.511Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-11T18:22:15.511Z] === RUN TestCancelledDownload [2022-03-11T18:22:15.511Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-11T18:22:15.511Z] === RUN TestMaxDownloadAttempts [2022-03-11T18:22:15.511Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-11T18:22:15.511Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-11T18:22:15.511Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-11T18:22:15.511Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-11T18:22:15.511Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-11T18:22:15.511Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-11T18:22:15.511Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-11T18:22:15.511Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-11T18:22:15.511Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-11T18:22:15.511Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-11T18:22:15.511Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-11T18:22:15.511Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-11T18:22:15.511Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-11T18:22:15.511Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-11T18:22:15.511Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-11T18:22:15.511Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-11T18:22:15.511Z] === RUN TestContinueOnError_NeverContinue [2022-03-11T18:22:15.511Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-11T18:22:15.511Z] === RUN TestManifestStore [2022-03-11T18:22:15.511Z] === RUN TestManifestStore/no_remote_or_local [2022-03-11T18:22:15.511Z] --- PASS: TestV2MetadataService (0.99s) [2022-03-11T18:22:15.511Z] PASS [2022-03-11T18:22:15.511Z] coverage: 48.2% of statements [2022-03-11T18:22:15.511Z] ok github.com/docker/docker/distribution/metadata 1.103s coverage: 48.2% of statements [2022-03-11T18:22:15.511Z] time="2022-03-11T18:22:15Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3655105611\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-11T18:22:15.511Z] === RUN TestManifestStore/no_local_cache [2022-03-11T18:22:15.511Z] === RUN TestManifestStore/with_local_cache [2022-03-11T18:22:15.511Z] === RUN TestManifestStore/unknown_media_type [2022-03-11T18:22:15.511Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-11T18:22:15.511Z] time="2022-03-11T18:22:15Z" level=warning msg="reference for unknown type: " [2022-03-11T18:22:15.511Z] time="2022-03-11T18:22:15Z" level=warning msg="reference for unknown type: " [2022-03-11T18:22:15.511Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-11T18:22:15.511Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-11T18:22:15.511Z] time="2022-03-11T18:22:15Z" level=warning msg="reference for unknown type: " [2022-03-11T18:22:15.511Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-11T18:22:15.511Z] time="2022-03-11T18:22:15Z" level=warning msg="reference for unknown type: " [2022-03-11T18:22:15.511Z] time="2022-03-11T18:22:15Z" level=warning msg="reference for unknown type: " [2022-03-11T18:22:15.511Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-11T18:22:15.511Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-11T18:22:15.511Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-11T18:22:15.511Z] time="2022-03-11T18:22:15Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-11T18:22:15.520Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-11T18:22:15.777Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.87s) [2022-03-11T18:22:15.777Z] PASS [2022-03-11T18:22:15.777Z] [2022-03-11T18:22:15.777Z] === Skipped [2022-03-11T18:22:15.777Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-11T18:22:15.777Z] service_test.go:243: FLAKY_TEST [2022-03-11T18:22:15.777Z] [2022-03-11T18:22:15.777Z] DONE 26 tests, 1 skipped in 49.366s [2022-03-11T18:22:15.777Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-11T18:22:15.777Z] ++ 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 [2022-03-11T18:22:15.777Z] ++ set -e [2022-03-11T18:22:15.777Z] ++ '[' -n 0 ']' [2022-03-11T18:22:15.777Z] ++ set -x [2022-03-11T18:22:15.777Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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 [2022-03-11T18:22:15.980Z] --- PASS: TestManifestStore (0.37s) [2022-03-11T18:22:15.980Z] --- PASS: TestManifestStore/no_remote_or_local (0.24s) [2022-03-11T18:22:15.980Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-11T18:22:15.980Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-11T18:22:15.980Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2022-03-11T18:22:15.980Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-11T18:22:15.980Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-03-11T18:22:15.980Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-11T18:22:15.980Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2022-03-11T18:22:15.980Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-11T18:22:15.980Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaType [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-11T18:22:15.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-11T18:22:15.980Z] === RUN TestFixManifestLayers [2022-03-11T18:22:15.980Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-11T18:22:15.980Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-11T18:22:15.980Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-11T18:22:15.980Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-11T18:22:15.980Z] === RUN TestFixManifestLayersBadParent [2022-03-11T18:22:15.980Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-11T18:22:15.980Z] === RUN TestValidateManifest [2022-03-11T18:22:15.980Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-11T18:22:15.980Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-11T18:22:15.980Z] === RUN TestFormatPlatform [2022-03-11T18:22:15.980Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-11T18:22:15.980Z] === RUN TestPullSchema2Config [2022-03-11T18:22:15.980Z] === RUN TestPullSchema2Config/success_first_time [2022-03-11T18:22:15.980Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-11T18:22:15.980Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:22:15.980Z] === RUN TestPullSchema2Config/500_status [2022-03-11T18:22:15.980Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-11T18:22:15.980Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:22:15.980Z] time="2022-03-11T18:22:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-11T18:22:15.980Z] time="2022-03-11T18:22:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-11T18:22:15.980Z] time="2022-03-11T18:22:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-11T18:22:15.980Z] time="2022-03-11T18:22:15Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-11T18:22:15.980Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-11T18:22:15.980Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.51s) [2022-03-11T18:22:15.980Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.51s) [2022-03-11T18:22:15.980Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.51s) [2022-03-11T18:22:15.980Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.51s) [2022-03-11T18:22:15.980Z] === RUN TestTransfer [2022-03-11T18:22:15.980Z] --- PASS: TestTransfer (0.12s) [2022-03-11T18:22:15.980Z] === RUN TestConcurrencyLimit [2022-03-11T18:22:15.980Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:22:15.980Z] === RUN TestPullSchema2Config/EOF [2022-03-11T18:22:15.980Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-11T18:22:15.980Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:22:15.980Z] 2022/03/11 18:22:15 http: panic serving 127.0.0.1:49218: intentional panic [2022-03-11T18:22:15.980Z] goroutine 40 [running]: [2022-03-11T18:22:15.980Z] net/http.(*conn).serve.func1() [2022-03-11T18:22:15.980Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-11T18:22:15.980Z] panic({0x766940, 0x911f60}) [2022-03-11T18:22:15.980Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-11T18:22:15.980Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc00043e184, {0x924ae8, 0xc00047c000}) [2022-03-11T18:22:15.980Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-11T18:22:15.980Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x924ae8, 0xc00047c000}, 0xc000456200) [2022-03-11T18:22:15.980Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-11T18:22:15.980Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x924ae8, 0xc00047c000}, 0x1f8e35) [2022-03-11T18:22:15.980Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-11T18:22:15.980Z] net/http.serverHandler.ServeHTTP({0xc00042e390}, {0x924ae8, 0xc00047c000}, 0xc000456200) [2022-03-11T18:22:15.980Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-11T18:22:15.980Z] net/http.(*conn).serve(0xc0002000a0, {0x929918, 0xc000498cc0}) [2022-03-11T18:22:15.980Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-11T18:22:15.980Z] created by net/http.(*Server).Serve [2022-03-11T18:22:15.980Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-11T18:22:16.033Z] INFO: Testing against a local daemon [2022-03-11T18:22:16.033Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-11T18:22:16.033Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:22:16.033Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-11T18:22:16.033Z] === RUN TestDockerNetworkIpvlan [2022-03-11T18:22:16.033Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:22:16.033Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-11T18:22:16.033Z] PASS [2022-03-11T18:22:16.033Z] [2022-03-11T18:22:16.033Z] === Skipped [2022-03-11T18:22:16.033Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-11T18:22:16.033Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:22:16.033Z] [2022-03-11T18:22:16.033Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-11T18:22:16.034Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-11T18:22:16.034Z] [2022-03-11T18:22:16.034Z] DONE 2 tests, 2 skipped in 0.112s [2022-03-11T18:22:16.034Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-11T18:22:16.034Z] ++ 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 [2022-03-11T18:22:16.034Z] ++ set -e [2022-03-11T18:22:16.034Z] ++ '[' -n 0 ']' [2022-03-11T18:22:16.034Z] ++ set -x [2022-03-11T18:22:16.034Z] ++ 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 [2022-03-11T18:22:16.034Z] INFO: Testing against a local daemon [2022-03-11T18:22:16.034Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-11T18:22:16.450Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:22:16.450Z] === RUN TestPullSchema2Config/unauthorized [2022-03-11T18:22:16.450Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-11T18:22:16.450Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:22:16.450Z] --- PASS: TestPullSchema2Config (0.53s) [2022-03-11T18:22:16.450Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-11T18:22:16.450Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-11T18:22:16.450Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-11T18:22:16.450Z] --- PASS: TestPullSchema2Config/unauthorized (0.00s) [2022-03-11T18:22:16.450Z] === RUN TestGetRepositoryMountCandidates [2022-03-11T18:22:16.450Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-11T18:22:16.450Z] === RUN TestLayerAlreadyExists [2022-03-11T18:22:16.450Z] 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} [2022-03-11T18:22:16.450Z] 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} [2022-03-11T18:22:16.450Z] 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} [2022-03-11T18:22:16.450Z] 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} [2022-03-11T18:22:16.450Z] 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} [2022-03-11T18:22:16.450Z] 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} [2022-03-11T18:22:16.450Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-11T18:22:16.450Z] === RUN TestWhenEmptyAuthConfig [2022-03-11T18:22:16.450Z] --- PASS: TestConcurrencyLimit (0.39s) [2022-03-11T18:22:16.450Z] === RUN TestInactiveJobs [2022-03-11T18:22:16.450Z] === RUN TestNotFound [2022-03-11T18:22:16.450Z] --- PASS: TestNotFound (0.00s) [2022-03-11T18:22:16.451Z] === RUN TestConflict [2022-03-11T18:22:16.451Z] --- PASS: TestConflict (0.00s) [2022-03-11T18:22:16.451Z] === RUN TestForbidden [2022-03-11T18:22:16.451Z] --- PASS: TestForbidden (0.00s) [2022-03-11T18:22:16.451Z] === RUN TestInvalidParameter [2022-03-11T18:22:16.451Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-11T18:22:16.451Z] === RUN TestNotImplemented [2022-03-11T18:22:16.451Z] --- PASS: TestNotImplemented (0.00s) [2022-03-11T18:22:16.451Z] === RUN TestNotModified [2022-03-11T18:22:16.451Z] --- PASS: TestNotModified (0.00s) [2022-03-11T18:22:16.451Z] === RUN TestUnauthorized [2022-03-11T18:22:16.451Z] --- PASS: TestUnauthorized (0.00s) [2022-03-11T18:22:16.451Z] === RUN TestUnknown [2022-03-11T18:22:16.451Z] --- PASS: TestUnknown (0.00s) [2022-03-11T18:22:16.451Z] === RUN TestCancelled [2022-03-11T18:22:16.451Z] --- PASS: TestCancelled (0.00s) [2022-03-11T18:22:16.451Z] === RUN TestDeadline [2022-03-11T18:22:16.451Z] --- PASS: TestDeadline (0.00s) [2022-03-11T18:22:16.451Z] === RUN TestDataLoss [2022-03-11T18:22:16.451Z] --- PASS: TestDataLoss (0.00s) [2022-03-11T18:22:16.451Z] === RUN TestUnavailable [2022-03-11T18:22:16.451Z] --- PASS: TestUnavailable (0.00s) [2022-03-11T18:22:16.451Z] === RUN TestSystem [2022-03-11T18:22:16.451Z] --- PASS: TestSystem (0.00s) [2022-03-11T18:22:16.451Z] === RUN TestFromStatusCode [2022-03-11T18:22:16.451Z] === RUN TestFromStatusCode/Not_Found [2022-03-11T18:22:16.451Z] === RUN TestFromStatusCode/Bad_Request [2022-03-11T18:22:16.451Z] === RUN TestFromStatusCode/Conflict [2022-03-11T18:22:16.451Z] === RUN TestFromStatusCode/Unauthorized [2022-03-11T18:22:16.451Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-11T18:22:16.451Z] === RUN TestFromStatusCode/Forbidden [2022-03-11T18:22:16.451Z] === RUN TestFromStatusCode/Not_Modified [2022-03-11T18:22:16.451Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-11T18:22:16.451Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-11T18:22:16.451Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-11T18:22:16.451Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-11T18:22:16.451Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-11T18:22:16.451Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-11T18:22:16.451Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-11T18:22:16.451Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-11T18:22:16.451Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-11T18:22:16.451Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-11T18:22:16.451Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-11T18:22:16.451Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-11T18:22:16.451Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-11T18:22:16.451Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-11T18:22:16.451Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-11T18:22:16.451Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-11T18:22:16.451Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-11T18:22:16.451Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-11T18:22:16.451Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-11T18:22:16.451Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-11T18:22:16.451Z] PASS [2022-03-11T18:22:16.451Z] coverage: 53.1% of statements [2022-03-11T18:22:16.451Z] ok github.com/docker/docker/errdefs 0.046s coverage: 53.1% of statements [2022-03-11T18:22:16.919Z] --- PASS: TestInactiveJobs (0.44s) [2022-03-11T18:22:16.919Z] === RUN TestWatchRelease [2022-03-11T18:22:16.919Z] --- PASS: TestWatchRelease (0.04s) [2022-03-11T18:22:16.919Z] === RUN TestWatchFinishedTransfer [2022-03-11T18:22:16.919Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-11T18:22:16.919Z] === RUN TestDuplicateTransfer [2022-03-11T18:22:16.919Z] --- PASS: TestDuplicateTransfer (0.05s) [2022-03-11T18:22:16.919Z] === RUN TestSuccessfulUpload [2022-03-11T18:22:16.919Z] time="2022-03-11T18:22:16Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-11T18:22:17.387Z] --- PASS: TestSuccessfulUpload (0.36s) [2022-03-11T18:22:17.387Z] === RUN TestCancelledUpload [2022-03-11T18:22:17.387Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-11T18:22:17.387Z] PASS [2022-03-11T18:22:17.387Z] coverage: 76.8% of statements [2022-03-11T18:22:17.387Z] ok github.com/docker/docker/distribution/xfer 2.008s coverage: 76.8% of statements [2022-03-11T18:22:17.402Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-11T18:22:17.402Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2022-03-11T18:22:17.402Z] === RUN TestDockerNetworkMacvlan [2022-03-11T18:22:17.855Z] --- PASS: TestWhenEmptyAuthConfig (1.32s) [2022-03-11T18:22:17.855Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-11T18:22:17.855Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-11T18:22:17.855Z] === RUN TestTokenPassThru [2022-03-11T18:22:17.855Z] --- PASS: TestTokenPassThru (0.00s) [2022-03-11T18:22:17.855Z] === RUN TestTokenPassThruDifferentHost [2022-03-11T18:22:17.855Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-11T18:22:17.855Z] PASS [2022-03-11T18:22:17.855Z] coverage: 26.7% of statements [2022-03-11T18:22:17.855Z] ok github.com/docker/docker/distribution 2.407s coverage: 26.7% of statements [2022-03-11T18:22:17.855Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-11T18:22:17.855Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-11T18:22:17.855Z] === RUN TestCompare [2022-03-11T18:22:17.855Z] --- PASS: TestCompare (0.00s) [2022-03-11T18:22:17.855Z] PASS [2022-03-11T18:22:17.855Z] coverage: 19.2% of statements [2022-03-11T18:22:17.855Z] ok github.com/docker/docker/image/cache 0.110s coverage: 19.2% of statements [2022-03-11T18:22:17.855Z] === RUN TestFSGetInvalidData [2022-03-11T18:22:17.855Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-11T18:22:17.855Z] === RUN TestFSInvalidSet [2022-03-11T18:22:17.855Z] --- PASS: TestFSInvalidSet (0.02s) [2022-03-11T18:22:17.855Z] === RUN TestFSInvalidRoot [2022-03-11T18:22:17.855Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-11T18:22:17.855Z] === RUN TestFSMetadataGetSet [2022-03-11T18:22:17.855Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-03-11T18:22:17.855Z] === RUN TestFSInvalidWalker [2022-03-11T18:22:17.855Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-11T18:22:17.855Z] === RUN TestFSGetSet [2022-03-11T18:22:18.323Z] --- PASS: TestFSGetSet (0.05s) [2022-03-11T18:22:18.323Z] === RUN TestFSGetUnsetKey [2022-03-11T18:22:18.323Z] --- PASS: TestFSGetUnsetKey (0.02s) [2022-03-11T18:22:18.323Z] === RUN TestFSGetEmptyData [2022-03-11T18:22:18.323Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-11T18:22:18.323Z] === RUN TestFSDelete [2022-03-11T18:22:18.323Z] --- PASS: TestFSDelete (0.02s) [2022-03-11T18:22:18.323Z] === RUN TestFSWalker [2022-03-11T18:22:18.323Z] --- PASS: TestFSWalker (0.02s) [2022-03-11T18:22:18.323Z] === RUN TestFSWalkerStopOnError [2022-03-11T18:22:18.323Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-03-11T18:22:18.323Z] === RUN TestNewFromJSON [2022-03-11T18:22:18.323Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-11T18:22:18.323Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-11T18:22:18.323Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-11T18:22:18.323Z] === RUN TestMarshalKeyOrder [2022-03-11T18:22:18.323Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-11T18:22:18.323Z] === RUN TestHistoryEqual [2022-03-11T18:22:18.323Z] --- PASS: TestHistoryEqual (0.22s) [2022-03-11T18:22:18.323Z] === RUN TestImage [2022-03-11T18:22:18.323Z] --- PASS: TestImage (0.00s) [2022-03-11T18:22:18.323Z] === RUN TestImageOSNotEmpty [2022-03-11T18:22:18.323Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-11T18:22:18.323Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-11T18:22:18.323Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-11T18:22:18.323Z] === RUN TestCreate [2022-03-11T18:22:18.323Z] --- PASS: TestCreate (0.01s) [2022-03-11T18:22:18.323Z] === RUN TestRestore [2022-03-11T18:22:18.323Z] time="2022-03-11T18:22:18Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-11T18:22:18.323Z] --- PASS: TestRestore (0.03s) [2022-03-11T18:22:18.323Z] === RUN TestAddDelete [2022-03-11T18:22:18.323Z] --- PASS: TestAddDelete (0.03s) [2022-03-11T18:22:18.323Z] === RUN TestSearchAfterDelete [2022-03-11T18:22:18.323Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-11T18:22:18.323Z] === RUN TestParentReset [2022-03-11T18:22:18.323Z] --- PASS: TestParentReset (0.03s) [2022-03-11T18:22:18.323Z] === RUN TestGetAndSetLastUpdated [2022-03-11T18:22:18.323Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-11T18:22:18.323Z] === RUN TestStoreLen [2022-03-11T18:22:18.334Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-11T18:22:18.334Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-11T18:22:18.792Z] --- PASS: TestStoreLen (0.05s) [2022-03-11T18:22:18.792Z] PASS [2022-03-11T18:22:18.792Z] coverage: 86.9% of statements [2022-03-11T18:22:18.792Z] ok github.com/docker/docker/image 0.753s coverage: 86.9% of statements [2022-03-11T18:22:19.260Z] === RUN TestMakeV1ConfigFromConfig [2022-03-11T18:22:19.260Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-11T18:22:19.260Z] PASS [2022-03-11T18:22:19.260Z] coverage: 25.0% of statements [2022-03-11T18:22:19.260Z] ok github.com/docker/docker/image/v1 0.086s coverage: 25.0% of statements [2022-03-11T18:22:19.260Z] === RUN TestValidateManifest [2022-03-11T18:22:19.260Z] === RUN TestValidateManifest/non-nil [2022-03-11T18:22:19.260Z] === RUN TestValidateManifest/nil [2022-03-11T18:22:19.260Z] --- PASS: TestValidateManifest (0.00s) [2022-03-11T18:22:19.260Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-11T18:22:19.260Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-11T18:22:19.260Z] PASS [2022-03-11T18:22:19.260Z] coverage: 0.7% of statements [2022-03-11T18:22:19.260Z] ok github.com/docker/docker/image/tarexport 0.093s coverage: 0.7% of statements [2022-03-11T18:22:19.260Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-11T18:22:19.266Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-11T18:22:19.266Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-11T18:22:19.828Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-11T18:22:20.085Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-11T18:22:20.824Z] === RUN TestSerialization [2022-03-11T18:22:20.824Z] --- PASS: TestSerialization (0.02s) [2022-03-11T18:22:20.824Z] PASS [2022-03-11T18:22:20.824Z] coverage: 100.0% of statements [2022-03-11T18:22:20.824Z] ok github.com/docker/docker/libcontainerd/queue 0.070s coverage: 100.0% of statements [2022-03-11T18:22:21.295Z] === RUN TestEmptyLayer [2022-03-11T18:22:21.295Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-11T18:22:21.295Z] === RUN TestCommitFailure [2022-03-11T18:22:21.295Z] --- PASS: TestCommitFailure (0.01s) [2022-03-11T18:22:21.295Z] === RUN TestStartTransactionFailure [2022-03-11T18:22:21.295Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-11T18:22:21.295Z] === RUN TestGetOrphan [2022-03-11T18:22:21.295Z] --- PASS: TestGetOrphan (0.01s) [2022-03-11T18:22:21.295Z] === RUN TestMountAndRegister [2022-03-11T18:22:21.295Z] layer_test.go:258: Layer size: 14 [2022-03-11T18:22:21.295Z] --- PASS: TestMountAndRegister (0.10s) [2022-03-11T18:22:21.295Z] === RUN TestLayerRelease [2022-03-11T18:22:21.295Z] layer_test.go:291: Failing on Windows [2022-03-11T18:22:21.295Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-11T18:22:21.295Z] === RUN TestStoreRestore [2022-03-11T18:22:21.295Z] layer_test.go:340: Failing on Windows [2022-03-11T18:22:21.295Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-11T18:22:21.295Z] === RUN TestTarStreamStability [2022-03-11T18:22:21.295Z] layer_test.go:455: Failing on Windows [2022-03-11T18:22:21.295Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-11T18:22:21.295Z] === RUN TestRegisterExistingLayer [2022-03-11T18:22:21.764Z] --- PASS: TestRegisterExistingLayer (0.29s) [2022-03-11T18:22:21.764Z] === RUN TestTarStreamVerification [2022-03-11T18:22:21.764Z] layer_test.go:684: Failing on Windows [2022-03-11T18:22:21.764Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-11T18:22:21.764Z] === RUN TestLayerMigration [2022-03-11T18:22:21.764Z] migration_test.go:45: Failing on Windows [2022-03-11T18:22:21.764Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-11T18:22:21.764Z] === RUN TestLayerMigrationNoTarsplit [2022-03-11T18:22:21.764Z] migration_test.go:181: Failing on Windows [2022-03-11T18:22:21.764Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-11T18:22:21.764Z] === RUN TestMountInit [2022-03-11T18:22:21.764Z] mount_test.go:17: Failing on Windows [2022-03-11T18:22:21.764Z] --- SKIP: TestMountInit (0.00s) [2022-03-11T18:22:21.764Z] === RUN TestMountSize [2022-03-11T18:22:21.764Z] mount_test.go:76: Failing on Windows [2022-03-11T18:22:21.764Z] --- SKIP: TestMountSize (0.00s) [2022-03-11T18:22:21.764Z] === RUN TestMountChanges [2022-03-11T18:22:21.764Z] mount_test.go:125: Failing on Windows [2022-03-11T18:22:21.764Z] --- SKIP: TestMountChanges (0.00s) [2022-03-11T18:22:21.764Z] === RUN TestMountApply [2022-03-11T18:22:21.764Z] mount_test.go:212: Failing on Windows [2022-03-11T18:22:21.764Z] --- SKIP: TestMountApply (0.00s) [2022-03-11T18:22:21.764Z] PASS [2022-03-11T18:22:21.764Z] coverage: 30.2% of statements [2022-03-11T18:22:21.764Z] ok github.com/docker/docker/layer 0.525s coverage: 30.2% of statements [2022-03-11T18:22:21.764Z] === RUN TestEnvironmentParsing [2022-03-11T18:22:21.764Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-11T18:22:21.764Z] PASS [2022-03-11T18:22:21.764Z] coverage: 1.2% of statements [2022-03-11T18:22:21.764Z] ok github.com/docker/docker/libcontainerd/local 0.081s coverage: 1.2% of statements [2022-03-11T18:22:21.764Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-11T18:22:21.764Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-11T18:22:21.764Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-11T18:22:21.764Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-11T18:22:22.608Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-03-11T18:22:22.608Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-11T18:22:22.608Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-11T18:22:22.751Z] === RUN TestSequenceGetAvailableBit [2022-03-11T18:22:22.751Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-11T18:22:22.751Z] === RUN TestSequenceEqual [2022-03-11T18:22:22.751Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-11T18:22:22.751Z] === RUN TestSequenceCopy [2022-03-11T18:22:22.751Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-11T18:22:22.751Z] === RUN TestGetFirstAvailable [2022-03-11T18:22:22.751Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-11T18:22:22.751Z] === RUN TestFindSequence [2022-03-11T18:22:22.751Z] --- PASS: TestFindSequence (0.00s) [2022-03-11T18:22:22.751Z] === RUN TestCheckIfAvailable [2022-03-11T18:22:22.751Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-11T18:22:22.751Z] === RUN TestMergeSequences [2022-03-11T18:22:22.751Z] --- PASS: TestMergeSequences (0.00s) [2022-03-11T18:22:22.751Z] === RUN TestPushReservation [2022-03-11T18:22:22.751Z] --- PASS: TestPushReservation (0.00s) [2022-03-11T18:22:22.751Z] === RUN TestSerializeDeserialize [2022-03-11T18:22:22.751Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-11T18:22:22.751Z] === RUN TestSet [2022-03-11T18:22:22.751Z] --- PASS: TestSet (0.00s) [2022-03-11T18:22:22.751Z] === RUN TestSetUnset [2022-03-11T18:22:22.751Z] --- PASS: TestSetUnset (0.00s) [2022-03-11T18:22:22.751Z] === RUN TestOffsetSetUnset [2022-03-11T18:22:22.751Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-11T18:22:22.751Z] === RUN TestSetInRange [2022-03-11T18:22:22.751Z] --- PASS: TestSetInRange (0.00s) [2022-03-11T18:22:22.751Z] === RUN TestSetAnyInRange [2022-03-11T18:22:22.751Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-11T18:22:22.751Z] === RUN TestMethods [2022-03-11T18:22:22.751Z] --- PASS: TestMethods (0.00s) [2022-03-11T18:22:22.751Z] === RUN TestRandomAllocateDeallocate [2022-03-11T18:22:24.966Z] === RUN TestInvalidConfig [2022-03-11T18:22:24.967Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-11T18:22:24.967Z] === RUN TestConfig [2022-03-11T18:22:24.967Z] --- PASS: TestConfig (0.00s) [2022-03-11T18:22:24.967Z] === RUN TestOptionsLabels [2022-03-11T18:22:24.967Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-11T18:22:24.967Z] === RUN TestValidName [2022-03-11T18:22:24.967Z] --- PASS: TestValidName (0.00s) [2022-03-11T18:22:24.967Z] PASS [2022-03-11T18:22:24.967Z] coverage: 19.7% of statements [2022-03-11T18:22:24.967Z] ok github.com/docker/docker/libnetwork/config 0.142s coverage: 19.7% of statements [2022-03-11T18:22:25.197Z] docker_api_swarm_test.go:304: [d63309294e336] joining swarm manager [dd408de98672e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:22:25.197Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-11T18:22:25.435Z] === RUN TestKey [2022-03-11T18:22:25.435Z] --- PASS: TestKey (0.00s) [2022-03-11T18:22:25.435Z] === RUN TestParseKey [2022-03-11T18:22:25.435Z] --- PASS: TestParseKey (0.00s) [2022-03-11T18:22:25.435Z] === RUN TestInvalidDataStore [2022-03-11T18:22:25.436Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-11T18:22:25.436Z] === RUN TestKVObjectFlatKey [2022-03-11T18:22:25.436Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-11T18:22:25.436Z] === RUN TestAtomicKVObjectFlatKey [2022-03-11T18:22:25.436Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-11T18:22:25.436Z] PASS [2022-03-11T18:22:25.436Z] coverage: 21.9% of statements [2022-03-11T18:22:25.436Z] ok github.com/docker/docker/libnetwork/datastore 0.054s coverage: 21.9% of statements [2022-03-11T18:22:25.436Z] === RUN TestErrorInterfaces [2022-03-11T18:22:25.436Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-11T18:22:25.436Z] === RUN TestNetworkMarshalling [2022-03-11T18:22:25.436Z] --- PASS: TestNetworkMarshalling (0.23s) [2022-03-11T18:22:25.436Z] === RUN TestEndpointMarshalling [2022-03-11T18:22:25.436Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-11T18:22:25.436Z] === RUN TestAuxAddresses [2022-03-11T18:22:25.436Z] time="2022-03-11T18:22:25Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-11T18:22:25.436Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-11T18:22:25.436Z] === RUN TestSRVServiceQuery [2022-03-11T18:22:25.436Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:22:25.436Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-11T18:22:25.436Z] === RUN TestServiceVIPReuse [2022-03-11T18:22:25.436Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:22:25.436Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-11T18:22:25.436Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-11T18:22:25.903Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:22:25.903Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-11T18:22:25.903Z] === RUN TestDNSIPQuery [2022-03-11T18:22:25.904Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:22:25.904Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-11T18:22:25.904Z] === RUN TestDNSProxyServFail [2022-03-11T18:22:25.904Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:22:25.904Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-11T18:22:25.904Z] === RUN TestSandboxAddEmpty [2022-03-11T18:22:25.904Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:22:25.904Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-11T18:22:25.904Z] === RUN TestSandboxAddMultiPrio [2022-03-11T18:22:25.904Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:22:25.904Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-11T18:22:25.904Z] === RUN TestSandboxAddSamePrio [2022-03-11T18:22:25.904Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:22:25.904Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-11T18:22:25.904Z] === RUN TestCleanupServiceDiscovery [2022-03-11T18:22:25.904Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:22:25.904Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-11T18:22:25.904Z] === RUN TestDNSOptions [2022-03-11T18:22:25.904Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:22:25.904Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-11T18:22:25.904Z] === RUN TestMultipleControllersWithSameStore [2022-03-11T18:22:25.904Z] time="2022-03-11T18:22:25Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-11T18:22:25.904Z] time="2022-03-11T18:22:25Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-11T18:22:25.904Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-11T18:22:25.904Z] PASS [2022-03-11T18:22:25.904Z] coverage: 8.5% of statements [2022-03-11T18:22:25.904Z] ok github.com/docker/docker/libnetwork 0.402s coverage: 8.5% of statements [2022-03-11T18:22:26.135Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-11T18:22:26.372Z] === RUN TestIPDataMarshalling [2022-03-11T18:22:26.372Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-11T18:22:26.372Z] === RUN TestValidateAndIsV6 [2022-03-11T18:22:26.372Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-11T18:22:26.372Z] PASS [2022-03-11T18:22:26.372Z] coverage: 68.9% of statements [2022-03-11T18:22:26.372Z] ok github.com/docker/docker/libnetwork/driverapi 0.052s coverage: 68.9% of statements [2022-03-11T18:22:26.393Z] docker_api_swarm_test.go:305: [d6ccc72a41ea7] joining swarm manager [dd408de98672e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:22:26.840Z] === RUN TestDriver [2022-03-11T18:22:26.840Z] --- PASS: TestDriver (0.00s) [2022-03-11T18:22:26.840Z] PASS [2022-03-11T18:22:26.840Z] coverage: 34.8% of statements [2022-03-11T18:22:26.840Z] ok github.com/docker/docker/libnetwork/drivers/host 0.050s coverage: 34.8% of statements [2022-03-11T18:22:26.980Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-11T18:22:27.310Z] === RUN TestDriver [2022-03-11T18:22:27.310Z] --- PASS: TestDriver (0.00s) [2022-03-11T18:22:27.310Z] PASS [2022-03-11T18:22:27.310Z] coverage: 34.8% of statements [2022-03-11T18:22:27.310Z] ok github.com/docker/docker/libnetwork/drivers/null 0.080s coverage: 34.8% of statements [2022-03-11T18:22:27.310Z] === RUN TestNetworkAllocateFree [2022-03-11T18:22:27.310Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-11T18:22:27.310Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-11T18:22:27.310Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-11T18:22:27.310Z] PASS [2022-03-11T18:22:27.310Z] coverage: 63.6% of statements [2022-03-11T18:22:27.310Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.059s coverage: 63.6% of statements [2022-03-11T18:22:27.554Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-03-11T18:22:27.811Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-11T18:22:28.297Z] === RUN TestGetEmptyCapabilities [2022-03-11T18:22:28.297Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-11T18:22:28.297Z] === RUN TestGetExtraCapabilities [2022-03-11T18:22:28.297Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-11T18:22:28.297Z] === RUN TestGetInvalidCapabilities [2022-03-11T18:22:28.297Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-03-11T18:22:28.297Z] === RUN TestRemoteDriver [2022-03-11T18:22:28.297Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-11T18:22:28.297Z] === RUN TestDriverError [2022-03-11T18:22:28.297Z] --- PASS: TestDriverError (0.01s) [2022-03-11T18:22:28.297Z] === RUN TestMissingValues [2022-03-11T18:22:28.297Z] --- PASS: TestMissingValues (0.00s) [2022-03-11T18:22:28.297Z] === RUN TestRollback [2022-03-11T18:22:28.297Z] --- PASS: TestRollback (0.01s) [2022-03-11T18:22:28.297Z] PASS [2022-03-11T18:22:28.297Z] coverage: 57.4% of statements [2022-03-11T18:22:28.297Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.104s coverage: 57.4% of statements [2022-03-11T18:22:28.297Z] --- PASS: TestRandomAllocateDeallocate (5.85s) [2022-03-11T18:22:28.297Z] === RUN TestAllocateRandomDeallocate [2022-03-11T18:22:28.765Z] === RUN TestNAT [2022-03-11T18:22:28.765Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-11T18:22:28.765Z] --- SKIP: TestNAT (0.00s) [2022-03-11T18:22:28.765Z] === RUN TestTransparent [2022-03-11T18:22:28.765Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-11T18:22:28.765Z] --- SKIP: TestTransparent (0.00s) [2022-03-11T18:22:28.765Z] PASS [2022-03-11T18:22:28.765Z] coverage: 0.0% of statements [2022-03-11T18:22:28.765Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.052s coverage: 0.0% of statements [2022-03-11T18:22:29.234Z] === RUN TestBuildDefault [2022-03-11T18:22:29.234Z] --- PASS: TestBuildDefault (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestBuildHostnameDomainname [2022-03-11T18:22:29.234Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestBuildHostname [2022-03-11T18:22:29.234Z] --- PASS: TestBuildHostname (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestBuildHostnameFQDN [2022-03-11T18:22:29.234Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestBuildNoIP [2022-03-11T18:22:29.234Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestUpdate [2022-03-11T18:22:29.234Z] --- PASS: TestUpdate (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-11T18:22:29.234Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-11T18:22:29.234Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestAddEmpty [2022-03-11T18:22:29.234Z] --- PASS: TestAddEmpty (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestAdd [2022-03-11T18:22:29.234Z] --- PASS: TestAdd (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestDeleteEmpty [2022-03-11T18:22:29.234Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestDeleteNewline [2022-03-11T18:22:29.234Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestDelete [2022-03-11T18:22:29.234Z] --- PASS: TestDelete (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestConcurrentWrites [2022-03-11T18:22:29.234Z] === RUN TestNew [2022-03-11T18:22:29.234Z] --- PASS: TestNew (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestAddDriver [2022-03-11T18:22:29.234Z] --- PASS: TestAddDriver (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestAddDuplicateDriver [2022-03-11T18:22:29.234Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-11T18:22:29.234Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestDriver [2022-03-11T18:22:29.234Z] --- PASS: TestDriver (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestIPAM [2022-03-11T18:22:29.234Z] --- PASS: TestIPAM (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestWalkIPAMs [2022-03-11T18:22:29.234Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-11T18:22:29.234Z] === RUN TestWalkDrivers [2022-03-11T18:22:29.234Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-11T18:22:29.234Z] PASS [2022-03-11T18:22:29.234Z] coverage: 82.4% of statements [2022-03-11T18:22:29.234Z] ok github.com/docker/docker/libnetwork/drvregistry 0.096s coverage: 82.4% of statements [2022-03-11T18:22:29.701Z] --- PASS: TestAllocateRandomDeallocate (1.14s) [2022-03-11T18:22:29.701Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-11T18:22:29.701Z] --- PASS: TestConcurrentWrites (0.28s) [2022-03-11T18:22:29.702Z] PASS [2022-03-11T18:22:29.702Z] coverage: 81.2% of statements [2022-03-11T18:22:29.702Z] ok github.com/docker/docker/libnetwork/etchosts 0.360s coverage: 81.2% of statements [2022-03-11T18:22:29.702Z] === RUN TestNew [2022-03-11T18:22:29.702Z] --- PASS: TestNew (0.00s) [2022-03-11T18:22:29.702Z] === RUN TestAllocate [2022-03-11T18:22:29.702Z] --- PASS: TestAllocate (0.00s) [2022-03-11T18:22:29.702Z] === RUN TestUninitialized [2022-03-11T18:22:29.702Z] --- PASS: TestUninitialized (0.00s) [2022-03-11T18:22:29.702Z] === RUN TestAllocateInRange [2022-03-11T18:22:29.702Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-11T18:22:29.702Z] === RUN TestAllocateSerial [2022-03-11T18:22:29.702Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-11T18:22:29.702Z] PASS [2022-03-11T18:22:29.702Z] coverage: 87.5% of statements [2022-03-11T18:22:29.702Z] ok github.com/docker/docker/libnetwork/idm 0.052s coverage: 87.5% of statements [2022-03-11T18:22:30.170Z] === RUN TestCaller [2022-03-11T18:22:30.170Z] --- PASS: TestCaller (0.00s) [2022-03-11T18:22:30.170Z] PASS [2022-03-11T18:22:30.170Z] coverage: 100.0% of statements [2022-03-11T18:22:30.170Z] ok github.com/docker/docker/libnetwork/internal/caller 0.063s coverage: 100.0% of statements [2022-03-11T18:22:30.338Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-11T18:22:30.638Z] === RUN TestSetSerialInsertDelete [2022-03-11T18:22:30.638Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-11T18:22:30.638Z] === RUN TestSetParallelInsertDelete [2022-03-11T18:22:30.638Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.22s) [2022-03-11T18:22:30.638Z] === RUN TestRetrieveFromStore [2022-03-11T18:22:31.106Z] --- PASS: TestRetrieveFromStore (0.45s) [2022-03-11T18:22:31.106Z] === RUN TestIsCorrupted [2022-03-11T18:22:31.106Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-11T18:22:31.106Z] === RUN TestSetRollover [2022-03-11T18:22:31.574Z] === RUN TestInt2IP2IntConversion [2022-03-11T18:22:31.706Z] --- PASS: TestDockerNetworkMacvlan (13.99s) [2022-03-11T18:22:31.706Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-03-11T18:22:31.706Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-03-11T18:22:31.706Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.22s) [2022-03-11T18:22:31.706Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.46s) [2022-03-11T18:22:31.706Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.83s) [2022-03-11T18:22:31.706Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.85s) [2022-03-11T18:22:31.706Z] PASS [2022-03-11T18:22:31.706Z] [2022-03-11T18:22:31.706Z] DONE 8 tests in 15.508s [2022-03-11T18:22:31.706Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-11T18:22:31.706Z] ++ 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 [2022-03-11T18:22:31.706Z] ++ set -e [2022-03-11T18:22:31.706Z] ++ '[' -n 0 ']' [2022-03-11T18:22:31.706Z] ++ set -x [2022-03-11T18:22:31.706Z] ++ 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 [2022-03-11T18:22:31.706Z] testing: warning: no tests to run [2022-03-11T18:22:31.706Z] PASS [2022-03-11T18:22:31.706Z] [2022-03-11T18:22:31.706Z] DONE 0 tests in 0.039s [2022-03-11T18:22:31.706Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-11T18:22:31.707Z] ++ 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 [2022-03-11T18:22:31.707Z] ++ set -e [2022-03-11T18:22:31.707Z] ++ '[' -n 0 ']' [2022-03-11T18:22:31.707Z] ++ set -x [2022-03-11T18:22:31.707Z] ++ 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 [2022-03-11T18:22:31.707Z] INFO: Testing against a local daemon [2022-03-11T18:22:31.707Z] === RUN TestAuthZPluginAllowRequest [2022-03-11T18:22:32.043Z] --- PASS: TestInt2IP2IntConversion (0.55s) [2022-03-11T18:22:32.043Z] === RUN TestGetAddressVersion [2022-03-11T18:22:32.043Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-11T18:22:32.043Z] === RUN TestKeyString [2022-03-11T18:22:32.043Z] --- PASS: TestKeyString (0.00s) [2022-03-11T18:22:32.043Z] === RUN TestPoolDataMarshal [2022-03-11T18:22:32.043Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-11T18:22:32.043Z] === RUN TestSubnetsMarshal [2022-03-11T18:22:32.511Z] --- PASS: TestSubnetsMarshal (0.04s) [2022-03-11T18:22:32.511Z] === RUN TestAddSubnets [2022-03-11T18:22:32.511Z] --- PASS: TestAddSubnets (0.06s) [2022-03-11T18:22:32.511Z] === RUN TestDoublePoolRelease [2022-03-11T18:22:32.511Z] === RUN TestPoolRequest [2022-03-11T18:22:32.511Z] --- PASS: TestPoolRequest (0.00s) [2022-03-11T18:22:32.511Z] === RUN TestOtherRequests [2022-03-11T18:22:32.511Z] --- PASS: TestOtherRequests (0.00s) [2022-03-11T18:22:32.511Z] PASS [2022-03-11T18:22:32.511Z] coverage: 57.1% of statements [2022-03-11T18:22:32.511Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-03-11T18:22:32.511Z] === RUN TestAddReleasePoolID [2022-03-11T18:22:32.511Z] ok github.com/docker/docker/libnetwork/ipams/null 0.054s coverage: 57.1% of statements [2022-03-11T18:22:32.511Z] --- PASS: TestAddReleasePoolID (0.06s) [2022-03-11T18:22:32.511Z] === RUN TestPredefinedPool [2022-03-11T18:22:32.511Z] --- PASS: TestPredefinedPool (0.03s) [2022-03-11T18:22:32.511Z] === RUN TestRemoveSubnet [2022-03-11T18:22:32.511Z] --- PASS: TestSetRollover (1.48s) [2022-03-11T18:22:32.511Z] === RUN TestSetRolloverSerial [2022-03-11T18:22:32.511Z] --- PASS: TestRemoveSubnet (0.21s) [2022-03-11T18:22:32.511Z] === RUN TestGetSameAddress [2022-03-11T18:22:32.511Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-11T18:22:32.511Z] === RUN TestPoolAllocationReuse [2022-03-11T18:22:33.075Z] --- PASS: TestAuthZPluginAllowRequest (1.37s) [2022-03-11T18:22:33.075Z] === RUN TestAuthZPluginTLS [2022-03-11T18:22:33.500Z] === RUN TestGetCapabilities [2022-03-11T18:22:33.500Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-11T18:22:33.500Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-11T18:22:33.500Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-11T18:22:33.500Z] === RUN TestGetDefaultAddressSpaces [2022-03-11T18:22:33.500Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-11T18:22:33.500Z] === RUN TestRemoteDriver [2022-03-11T18:22:33.500Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-11T18:22:33.500Z] PASS [2022-03-11T18:22:33.500Z] coverage: 47.4% of statements [2022-03-11T18:22:33.500Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.081s coverage: 47.4% of statements [2022-03-11T18:22:33.638Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-11T18:22:33.638Z] === RUN TestAuthZPluginDenyRequest [2022-03-11T18:22:33.969Z] --- PASS: TestSetRolloverSerial (1.39s) [2022-03-11T18:22:33.969Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-11T18:22:33.969Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-11T18:22:33.969Z] PASS [2022-03-11T18:22:33.969Z] coverage: 84.4% of statements [2022-03-11T18:22:33.969Z] ok github.com/docker/docker/libnetwork/bitseq 11.776s coverage: 84.4% of statements [2022-03-11T18:22:34.200Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2022-03-11T18:22:34.200Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-11T18:22:34.437Z] --- PASS: TestPoolAllocationReuse (1.49s) [2022-03-11T18:22:34.437Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-11T18:22:34.437Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-03-11T18:22:34.437Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-11T18:22:34.437Z] === RUN TestWindowsIPAM [2022-03-11T18:22:34.437Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-11T18:22:34.437Z] PASS [2022-03-11T18:22:34.437Z] coverage: 71.4% of statements [2022-03-11T18:22:34.437Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.047s coverage: 71.4% of statements [2022-03-11T18:22:34.761Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-03-11T18:22:34.761Z] === RUN TestAuthZPluginDenyResponse [2022-03-11T18:22:35.325Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-11T18:22:35.325Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-03-11T18:22:35.325Z] === RUN TestAuthZPluginAllowEventStream [2022-03-11T18:22:35.424Z] === RUN TestDefaultNetwork [2022-03-11T18:22:35.892Z] --- PASS: TestDefaultNetwork (0.29s) [2022-03-11T18:22:35.892Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-11T18:22:35.892Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.29s) [2022-03-11T18:22:35.892Z] === RUN TestInitAddressPools [2022-03-11T18:22:35.892Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-11T18:22:35.892Z] PASS [2022-03-11T18:22:35.892Z] coverage: 74.0% of statements [2022-03-11T18:22:35.892Z] ok github.com/docker/docker/libnetwork/ipamutils 0.666s coverage: 74.0% of statements [2022-03-11T18:22:36.360Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.16s) [2022-03-11T18:22:36.360Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-11T18:22:36.693Z] --- PASS: TestAuthZPluginAllowEventStream (1.35s) [2022-03-11T18:22:36.693Z] === RUN TestAuthZPluginErrorResponse [2022-03-11T18:22:36.830Z] === RUN TestKeyValue [2022-03-11T18:22:36.830Z] --- PASS: TestKeyValue (0.00s) [2022-03-11T18:22:36.830Z] PASS [2022-03-11T18:22:36.830Z] coverage: 60.0% of statements [2022-03-11T18:22:36.830Z] ok github.com/docker/docker/libnetwork/netlabel 0.044s coverage: 60.0% of statements [2022-03-11T18:22:37.257Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2022-03-11T18:22:37.257Z] === RUN TestAuthZPluginErrorRequest [2022-03-11T18:22:37.820Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2022-03-11T18:22:37.820Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-11T18:22:38.383Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-03-11T18:22:38.384Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-11T18:22:38.641Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-03-11T18:22:38.641Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-03-11T18:22:39.047Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.46s) [2022-03-11T18:22:39.047Z] === RUN TestGetAddress [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-11T18:22:39.515Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-11T18:22:39.985Z] === RUN TestNetworkDBSimple [2022-03-11T18:22:40.010Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.68s) [2022-03-11T18:22:40.010Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-11T18:22:40.453Z] === RUN TestGenerate [2022-03-11T18:22:40.453Z] --- PASS: TestGenerate (0.00s) [2022-03-11T18:22:40.453Z] === RUN TestGeneratePtr [2022-03-11T18:22:40.453Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-11T18:22:40.453Z] === RUN TestGenerateMissingField [2022-03-11T18:22:40.453Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-11T18:22:40.453Z] === RUN TestFieldCannotBeSet [2022-03-11T18:22:40.453Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-11T18:22:40.453Z] === RUN TestTypeMismatchError [2022-03-11T18:22:40.453Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-11T18:22:40.453Z] PASS [2022-03-11T18:22:40.453Z] coverage: 100.0% of statements [2022-03-11T18:22:40.453Z] ok github.com/docker/docker/libnetwork/options 0.042s coverage: 100.0% of statements [2022-03-11T18:22:40.453Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-11T18:22:40.453Z] PASS [2022-03-11T18:22:40.453Z] coverage: 100.0% of statements [2022-03-11T18:22:40.572Z] === RUN TestDockerSuite/TestBuildRm [2022-03-11T18:22:40.921Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.060s coverage: 100.0% of statements [2022-03-11T18:22:41.389Z] testing: warning: no tests to run [2022-03-11T18:22:41.389Z] PASS [2022-03-11T18:22:41.389Z] coverage: 0.0% of statements [2022-03-11T18:22:41.389Z] ok github.com/docker/docker/libnetwork/osl 0.042s coverage: 0.0% of statements [no tests to run] [2022-03-11T18:22:41.389Z] 2022/03/11 18:22:40 Closing DB instances... [2022-03-11T18:22:41.857Z] === RUN TestRequestNewPort [2022-03-11T18:22:41.857Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-11T18:22:41.857Z] === RUN TestRequestSpecificPort [2022-03-11T18:22:41.857Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-11T18:22:41.857Z] === RUN TestReleasePort [2022-03-11T18:22:41.857Z] --- PASS: TestReleasePort (0.00s) [2022-03-11T18:22:41.857Z] === RUN TestReuseReleasedPort [2022-03-11T18:22:41.857Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-11T18:22:41.857Z] === RUN TestReleaseUnreadledPort [2022-03-11T18:22:41.857Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-11T18:22:41.857Z] === RUN TestUnknowProtocol [2022-03-11T18:22:41.857Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-11T18:22:41.857Z] === RUN TestAllocateAllPorts [2022-03-11T18:22:41.857Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-11T18:22:41.857Z] === RUN TestPortAllocation [2022-03-11T18:22:41.857Z] --- PASS: TestPortAllocation (0.00s) [2022-03-11T18:22:41.857Z] === RUN TestPortAllocationWithCustomRange [2022-03-11T18:22:41.857Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-11T18:22:41.857Z] === RUN TestNoDuplicateBPR [2022-03-11T18:22:41.857Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-11T18:22:41.857Z] === RUN TestChangePortRange [2022-03-11T18:22:41.857Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-11T18:22:41.857Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-11T18:22:41.857Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-11T18:22:41.857Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-11T18:22:41.857Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-11T18:22:41.857Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-11T18:22:41.857Z] --- PASS: TestChangePortRange (0.00s) [2022-03-11T18:22:41.857Z] PASS [2022-03-11T18:22:41.857Z] coverage: 88.6% of statements [2022-03-11T18:22:41.857Z] ok github.com/docker/docker/libnetwork/portallocator 0.050s coverage: 88.6% of statements [2022-03-11T18:22:41.857Z] testing: warning: no tests to run [2022-03-11T18:22:41.857Z] PASS [2022-03-11T18:22:41.857Z] coverage: 0.0% of statements [2022-03-11T18:22:41.946Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.79s) [2022-03-11T18:22:41.946Z] === RUN TestAuthZPluginHeader [2022-03-11T18:22:42.325Z] ok github.com/docker/docker/libnetwork/portmapper 0.053s coverage: 0.0% of statements [no tests to run] [2022-03-11T18:22:42.325Z] === RUN TestHashData [2022-03-11T18:22:42.325Z] --- PASS: TestHashData (0.00s) [2022-03-11T18:22:42.325Z] PASS [2022-03-11T18:22:42.325Z] coverage: 2.8% of statements [2022-03-11T18:22:42.325Z] ok github.com/docker/docker/libnetwork/resolvconf 0.049s coverage: 2.8% of statements [2022-03-11T18:22:42.509Z] --- PASS: TestAuthZPluginHeader (0.83s) [2022-03-11T18:22:42.509Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-11T18:22:42.794Z] --- PASS: TestNetworkDBSimple (2.65s) [2022-03-11T18:22:42.794Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-11T18:22:42.794Z] === RUN TestErrorConstructors [2022-03-11T18:22:42.794Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-11T18:22:42.794Z] === RUN TestCompareIPMask [2022-03-11T18:22:42.794Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-11T18:22:42.794Z] === RUN TestUtilGetHostPartIP [2022-03-11T18:22:42.794Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-11T18:22:42.794Z] === RUN TestUtilGetBroadcastIP [2022-03-11T18:22:42.794Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-11T18:22:42.794Z] === RUN TestParseCIDR [2022-03-11T18:22:42.794Z] --- PASS: TestParseCIDR (0.00s) [2022-03-11T18:22:42.794Z] PASS [2022-03-11T18:22:42.794Z] coverage: 37.3% of statements [2022-03-11T18:22:42.794Z] ok github.com/docker/docker/libnetwork/types 0.050s coverage: 37.3% of statements [2022-03-11T18:22:43.072Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-11T18:22:43.634Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-11T18:22:43.780Z] 2022/03/11 18:22:43 Closing DB instances... [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-11T18:22:43.780Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-11T18:22:43.780Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-11T18:22:43.780Z] PASS [2022-03-11T18:22:43.780Z] coverage: 50.0% of statements [2022-03-11T18:22:43.780Z] ok github.com/docker/docker/oci 0.059s coverage: 50.0% of statements [2022-03-11T18:22:44.566Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-11T18:22:44.766Z] === RUN TestAddressPoolOpt [2022-03-11T18:22:44.766Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/a [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/something [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/_=a [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/env1=value1 [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/_env1=value1 [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/PATH [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/=a [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/PATH= [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/PATH=something [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/asd!qwe [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/1asd [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/123 [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/some_space [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/__some_space_before [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/some_space_after__ [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/= [2022-03-11T18:22:44.766Z] === RUN TestValidateEnv/PaTh [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestParseHost [2022-03-11T18:22:44.766Z] --- PASS: TestParseHost (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestParseDockerDaemonHost [2022-03-11T18:22:44.766Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestParseTCP [2022-03-11T18:22:44.766Z] --- PASS: TestParseTCP (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-11T18:22:44.766Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestValidateExtraHosts [2022-03-11T18:22:44.766Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestIpOptString [2022-03-11T18:22:44.766Z] --- PASS: TestIpOptString (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-11T18:22:44.766Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestNewIpOptValidDefaultVal [2022-03-11T18:22:44.766Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestIpOptSetInvalidVal [2022-03-11T18:22:44.766Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestValidateIPAddress [2022-03-11T18:22:44.766Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestMapOpts [2022-03-11T18:22:44.766Z] --- PASS: TestMapOpts (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestListOptsWithoutValidator [2022-03-11T18:22:44.766Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestListOptsWithValidator [2022-03-11T18:22:44.766Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestValidateDNSSearch [2022-03-11T18:22:44.766Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestValidateLabel [2022-03-11T18:22:44.766Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-11T18:22:44.766Z] === RUN TestValidateLabel/label_with_general_format [2022-03-11T18:22:44.766Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-11T18:22:44.766Z] === RUN TestValidateLabel/label_with_one_more [2022-03-11T18:22:44.766Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-11T18:22:44.766Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-11T18:22:44.766Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-11T18:22:44.766Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-11T18:22:44.766Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-11T18:22:44.766Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-11T18:22:44.766Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-11T18:22:44.766Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-11T18:22:44.766Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-11T18:22:44.766Z] --- PASS: TestValidateLabel (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-11T18:22:44.766Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestNamedListOpts [2022-03-11T18:22:44.766Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestNamedMapOpts [2022-03-11T18:22:44.766Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestParseLink [2022-03-11T18:22:44.766Z] --- PASS: TestParseLink (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestQuotedStringSetWithQuotes [2022-03-11T18:22:44.766Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-11T18:22:44.766Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-11T18:22:44.766Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-11T18:22:44.766Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-11T18:22:44.766Z] === RUN TestUlimitOpt [2022-03-11T18:22:44.766Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-11T18:22:44.766Z] PASS [2022-03-11T18:22:44.766Z] coverage: 67.4% of statements [2022-03-11T18:22:44.766Z] ok github.com/docker/docker/opts 0.085s coverage: 67.4% of statements [2022-03-11T18:22:44.766Z] === RUN TestParseVersion [2022-03-11T18:22:44.766Z] --- PASS: TestParseVersion (0.00s) [2022-03-11T18:22:44.766Z] PASS [2022-03-11T18:22:44.766Z] coverage: 52.9% of statements [2022-03-11T18:22:44.766Z] ok github.com/docker/docker/pkg/aaparser 0.043s coverage: 52.9% of statements [2022-03-11T18:22:44.822Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-11T18:22:45.234Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.63s) [2022-03-11T18:22:45.234Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-11T18:22:45.386Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-11T18:22:46.316Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-11T18:22:46.799Z] 2022/03/11 18:22:46 Closing DB instances... [2022-03-11T18:22:46.799Z] === RUN TestPeerCertificateMarshalJSON [2022-03-11T18:22:46.799Z] === RUN TestIsArchivePathDir [2022-03-11T18:22:46.879Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.36s) [2022-03-11T18:22:46.879Z] === RUN TestAuthZPluginV2Disable [2022-03-11T18:22:47.136Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-11T18:22:47.267Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-03-11T18:22:47.267Z] === RUN TestIsArchivePathInvalidFile [2022-03-11T18:22:47.267Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2022-03-11T18:22:47.267Z] === RUN TestIsArchivePathTar [2022-03-11T18:22:47.267Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-11T18:22:47.267Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-11T18:22:47.267Z] --- PASS: TestPeerCertificateMarshalJSON (0.73s) [2022-03-11T18:22:47.267Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-11T18:22:47.267Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-11T18:22:47.267Z] === RUN TestMiddleware [2022-03-11T18:22:47.267Z] --- PASS: TestMiddleware (0.00s) [2022-03-11T18:22:47.267Z] === RUN TestNewResponseModifier [2022-03-11T18:22:47.267Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-11T18:22:47.267Z] PASS [2022-03-11T18:22:47.267Z] coverage: 26.8% of statements [2022-03-11T18:22:47.267Z] ok github.com/docker/docker/pkg/authorization 0.791s coverage: 26.8% of statements [2022-03-11T18:22:47.267Z] --- PASS: TestIsArchivePathTar (0.21s) [2022-03-11T18:22:47.267Z] === RUN TestDecompressStreamGzip [2022-03-11T18:22:47.735Z] --- PASS: TestDecompressStreamGzip (0.17s) [2022-03-11T18:22:47.735Z] === RUN TestDecompressStreamBzip2 [2022-03-11T18:22:47.735Z] --- PASS: TestDecompressStreamBzip2 (0.15s) [2022-03-11T18:22:47.735Z] === RUN TestDecompressStreamXz [2022-03-11T18:22:47.735Z] archive_test.go:133: Xz not present in msys2 [2022-03-11T18:22:47.735Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-11T18:22:47.735Z] === RUN TestDecompressStreamZstd [2022-03-11T18:22:47.735Z] archive_test.go:140: zstd not installed [2022-03-11T18:22:47.735Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-11T18:22:47.735Z] === RUN TestCompressStreamXzUnsupported [2022-03-11T18:22:47.735Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-11T18:22:47.735Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-11T18:22:47.735Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-11T18:22:47.735Z] === RUN TestCompressStreamInvalid [2022-03-11T18:22:47.735Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-11T18:22:47.735Z] === RUN TestExtensionInvalid [2022-03-11T18:22:47.735Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-11T18:22:47.735Z] === RUN TestExtensionUncompressed [2022-03-11T18:22:47.735Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-11T18:22:47.735Z] === RUN TestExtensionBzip2 [2022-03-11T18:22:47.735Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-11T18:22:47.735Z] === RUN TestExtensionGzip [2022-03-11T18:22:47.735Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-11T18:22:47.735Z] === RUN TestExtensionXz [2022-03-11T18:22:47.735Z] --- PASS: TestExtensionXz (0.00s) [2022-03-11T18:22:47.735Z] === RUN TestExtensionZstd [2022-03-11T18:22:47.735Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-11T18:22:47.735Z] === RUN TestCmdStreamLargeStderr [2022-03-11T18:22:47.735Z] --- PASS: TestCmdStreamLargeStderr (0.10s) [2022-03-11T18:22:47.735Z] === RUN TestCmdStreamBad [2022-03-11T18:22:47.735Z] archive_test.go:252: Failing on Windows CI machines [2022-03-11T18:22:47.735Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-11T18:22:47.735Z] === RUN TestCmdStreamGood [2022-03-11T18:22:48.067Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-11T18:22:48.203Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.64s) [2022-03-11T18:22:48.203Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-11T18:22:48.203Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-11T18:22:48.203Z] === RUN TestUntarPathWithInvalidDest [2022-03-11T18:22:48.203Z] --- PASS: TestUntarPathWithInvalidDest (0.09s) [2022-03-11T18:22:48.203Z] === RUN TestUntarPathWithInvalidSrc [2022-03-11T18:22:48.203Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-11T18:22:48.203Z] === RUN TestUntarPath [2022-03-11T18:22:48.203Z] === RUN TestUnbuffered [2022-03-11T18:22:48.203Z] --- PASS: TestUnbuffered (0.00s) [2022-03-11T18:22:48.203Z] === RUN TestRaceUnbuffered [2022-03-11T18:22:48.203Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-11T18:22:48.203Z] PASS [2022-03-11T18:22:48.203Z] coverage: 100.0% of statements [2022-03-11T18:22:48.203Z] ok github.com/docker/docker/pkg/broadcaster 0.040s coverage: 100.0% of statements [2022-03-11T18:22:48.203Z] --- PASS: TestUntarPath (0.19s) [2022-03-11T18:22:48.203Z] === RUN TestUntarPathWithDestinationFile [2022-03-11T18:22:48.203Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-03-11T18:22:48.203Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-11T18:22:48.670Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s) [2022-03-11T18:22:48.670Z] === RUN TestCopyWithTarInvalidSrc [2022-03-11T18:22:48.670Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-11T18:22:48.670Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-11T18:22:48.670Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-11T18:22:48.670Z] === RUN TestCopyWithTarSrcFile [2022-03-11T18:22:48.670Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-11T18:22:48.670Z] === RUN TestCopyWithTarSrcFolder [2022-03-11T18:22:48.670Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-11T18:22:48.670Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-11T18:22:48.670Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-11T18:22:48.670Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-11T18:22:48.670Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-11T18:22:48.670Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-11T18:22:48.670Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-11T18:22:48.670Z] === RUN TestCopyFileWithTarSrcFile [2022-03-11T18:22:48.670Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-11T18:22:48.670Z] === RUN TestTarFiles [2022-03-11T18:22:48.670Z] === RUN TestMatch [2022-03-11T18:22:48.670Z] === RUN TestMatch/[[]] [2022-03-11T18:22:48.670Z] === RUN TestMatch/[[foo]] [2022-03-11T18:22:48.670Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-11T18:22:48.670Z] === RUN TestMatch/[[foo_bar]] [2022-03-11T18:22:48.670Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-11T18:22:48.670Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-11T18:22:48.670Z] === RUN TestMatch/[] [2022-03-11T18:22:48.670Z] === RUN TestMatch/[]#01 [2022-03-11T18:22:48.670Z] === RUN TestMatch/[[qux]] [2022-03-11T18:22:48.670Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-11T18:22:48.670Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-11T18:22:48.670Z] === RUN TestMatch/[[foo_baz]] [2022-03-11T18:22:48.670Z] --- PASS: TestMatch (0.00s) [2022-03-11T18:22:48.670Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-11T18:22:48.670Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-11T18:22:48.670Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-11T18:22:48.670Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-11T18:22:48.670Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-11T18:22:48.670Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-11T18:22:48.670Z] --- PASS: TestMatch/[] (0.00s) [2022-03-11T18:22:48.670Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-11T18:22:48.670Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-11T18:22:48.670Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-11T18:22:48.670Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-11T18:22:48.670Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-11T18:22:48.670Z] PASS [2022-03-11T18:22:48.670Z] coverage: 87.5% of statements [2022-03-11T18:22:48.670Z] ok github.com/docker/docker/pkg/capabilities 0.050s coverage: 87.5% of statements [2022-03-11T18:22:50.229Z] 2022/03/11 18:22:49 Closing DB instances... [2022-03-11T18:22:50.229Z] === RUN TestChrootTarUntar [2022-03-11T18:22:50.229Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:22:50.229Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-11T18:22:50.229Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-11T18:22:50.229Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:22:50.229Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-11T18:22:50.229Z] === RUN TestChrootUntarEmptyArchive [2022-03-11T18:22:50.229Z] --- PASS: TestChrootUntarEmptyArchive (0.01s) [2022-03-11T18:22:50.230Z] === RUN TestChrootTarUntarWithSymlink [2022-03-11T18:22:50.230Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:22:50.230Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-11T18:22:50.230Z] === RUN TestChrootCopyWithTar [2022-03-11T18:22:50.230Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:22:50.230Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-11T18:22:50.230Z] === RUN TestChrootCopyFileWithTar [2022-03-11T18:22:50.230Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:22:50.230Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-11T18:22:50.230Z] === RUN TestChrootUntarPath [2022-03-11T18:22:50.230Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:22:50.230Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-11T18:22:50.230Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-11T18:22:50.230Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:22:50.230Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-11T18:22:50.230Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-11T18:22:50.230Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:22:50.230Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-11T18:22:50.230Z] === RUN TestChrootApplyDotDotFile [2022-03-11T18:22:50.230Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:22:50.230Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-11T18:22:50.230Z] PASS [2022-03-11T18:22:50.230Z] coverage: 15.1% of statements [2022-03-11T18:22:50.230Z] ok github.com/docker/docker/pkg/chrootarchive 0.110s coverage: 15.1% of statements [2022-03-11T18:22:51.198Z] === RUN TestEnsureRemoveAllNotExist [2022-03-11T18:22:51.198Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-11T18:22:51.198Z] === RUN TestEnsureRemoveAllWithDir [2022-03-11T18:22:51.198Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-11T18:22:51.198Z] === RUN TestEnsureRemoveAllWithFile [2022-03-11T18:22:51.198Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-11T18:22:51.198Z] PASS [2022-03-11T18:22:51.198Z] coverage: 0.0% of statements [2022-03-11T18:22:51.198Z] ok github.com/docker/docker/pkg/containerfs 0.047s coverage: 0.0% of statements [2022-03-11T18:22:51.342Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-11T18:22:51.342Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-11T18:22:51.342Z] --- PASS: TestAuthZPluginV2Disable (4.15s) [2022-03-11T18:22:51.342Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-11T18:22:51.342Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-11T18:22:51.342Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-11T18:22:51.342Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-11T18:22:51.598Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-11T18:22:52.162Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-11T18:22:52.162Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-11T18:22:52.165Z] === RUN TestSizeEmpty [2022-03-11T18:22:52.166Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-11T18:22:52.166Z] === RUN TestSizeEmptyFile [2022-03-11T18:22:52.166Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-11T18:22:52.166Z] === RUN TestSizeNonemptyFile [2022-03-11T18:22:52.166Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-11T18:22:52.166Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-11T18:22:52.166Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-11T18:22:52.166Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-11T18:22:52.166Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-11T18:22:52.166Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-11T18:22:52.166Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-11T18:22:52.166Z] === RUN TestMoveToSubdir [2022-03-11T18:22:52.166Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-11T18:22:52.166Z] === RUN TestSizeNonExistingDirectory [2022-03-11T18:22:52.166Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-11T18:22:52.166Z] PASS [2022-03-11T18:22:52.166Z] coverage: 80.0% of statements [2022-03-11T18:22:52.166Z] ok github.com/docker/docker/pkg/directory 0.062s coverage: 80.0% of statements [2022-03-11T18:22:52.166Z] --- PASS: TestNetworkDBCRUDTableEntry (4.29s) [2022-03-11T18:22:52.166Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-11T18:22:53.091Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-11T18:22:53.133Z] === RUN TestPollerAddRemove [2022-03-11T18:22:53.134Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-11T18:22:53.134Z] === RUN TestPollerEvent [2022-03-11T18:22:53.134Z] poller_test.go:40: No chmod on Windows [2022-03-11T18:22:53.134Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-11T18:22:53.134Z] === RUN TestPollerClose [2022-03-11T18:22:53.134Z] --- PASS: TestPollerClose (0.00s) [2022-03-11T18:22:53.134Z] PASS [2022-03-11T18:22:53.134Z] coverage: 36.2% of statements [2022-03-11T18:22:53.134Z] ok github.com/docker/docker/pkg/filenotify 0.051s coverage: 36.2% of statements [2022-03-11T18:22:54.020Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-03-11T18:22:54.103Z] === RUN TestCopyFileWithInvalidSrc [2022-03-11T18:22:54.103Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestCopyFileWithInvalidDest [2022-03-11T18:22:54.103Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-11T18:22:54.103Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-11T18:22:54.103Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestCopyFile [2022-03-11T18:22:54.103Z] --- PASS: TestCopyFile (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-11T18:22:54.103Z] fileutils_test.go:133: Needs porting to Windows [2022-03-11T18:22:54.103Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-11T18:22:54.103Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-11T18:22:54.103Z] fileutils_test.go:179: Needs porting to Windows [2022-03-11T18:22:54.103Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestWildcardMatches [2022-03-11T18:22:54.103Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestPatternMatches [2022-03-11T18:22:54.103Z] --- PASS: TestPatternMatches (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-11T18:22:54.103Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestPatternMatchesFolderExclusions [2022-03-11T18:22:54.103Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-11T18:22:54.103Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-11T18:22:54.103Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-11T18:22:54.103Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-11T18:22:54.103Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestSingleExclamationError [2022-03-11T18:22:54.103Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestMatchesWithNoPatterns [2022-03-11T18:22:54.103Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestMatchesWithMalformedPatterns [2022-03-11T18:22:54.103Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestMatches [2022-03-11T18:22:54.103Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-11T18:22:54.103Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-11T18:22:54.103Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-11T18:22:54.103Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-11T18:22:54.103Z] --- PASS: TestMatches (0.01s) [2022-03-11T18:22:54.103Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-11T18:22:54.103Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-11T18:22:54.103Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-11T18:22:54.103Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestCleanPatterns [2022-03-11T18:22:54.103Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-11T18:22:54.103Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestCleanPatternsExceptionFlag [2022-03-11T18:22:54.103Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-11T18:22:54.103Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-11T18:22:54.103Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestCleanPatternsErrorSingleException [2022-03-11T18:22:54.103Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestCreateIfNotExistsDir [2022-03-11T18:22:54.103Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestCreateIfNotExistsFile [2022-03-11T18:22:54.103Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-11T18:22:54.103Z] === RUN TestMatch [2022-03-11T18:22:54.103Z] --- PASS: TestMatch (0.00s) [2022-03-11T18:22:54.103Z] === RUN TestCompile [2022-03-11T18:22:54.103Z] === RUN TestCompile/slash [2022-03-11T18:22:54.103Z] === RUN TestCompile/backslash [2022-03-11T18:22:54.103Z] --- PASS: TestCompile (0.00s) [2022-03-11T18:22:54.103Z] --- PASS: TestCompile/slash (0.00s) [2022-03-11T18:22:54.103Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-11T18:22:54.103Z] PASS [2022-03-11T18:22:54.103Z] coverage: 84.7% of statements [2022-03-11T18:22:54.103Z] ok github.com/docker/docker/pkg/fileutils 0.089s coverage: 84.7% of statements [2022-03-11T18:22:54.562Z] 2022/03/11 18:22:54 Closing DB instances... [2022-03-11T18:22:54.588Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.64s) [2022-03-11T18:22:54.588Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-11T18:22:55.021Z] === RUN TestGet [2022-03-11T18:22:55.021Z] --- PASS: TestGet (0.00s) [2022-03-11T18:22:55.021Z] === RUN TestGetShortcutString [2022-03-11T18:22:55.021Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-11T18:22:55.021Z] PASS [2022-03-11T18:22:55.021Z] coverage: 42.9% of statements [2022-03-11T18:22:55.021Z] ok github.com/docker/docker/pkg/homedir 0.041s coverage: 42.9% of statements [2022-03-11T18:22:55.021Z] --- PASS: TestTarFiles (6.64s) [2022-03-11T18:22:55.021Z] === RUN TestDetectCompressionZstd [2022-03-11T18:22:55.021Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-11T18:22:55.021Z] === RUN TestTarUntar [2022-03-11T18:22:55.021Z] --- PASS: TestTarUntar (0.05s) [2022-03-11T18:22:55.021Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-11T18:22:55.021Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-03-11T18:22:55.021Z] === RUN TestTarWithOptions [2022-03-11T18:22:55.021Z] --- PASS: TestTarWithOptions (0.04s) [2022-03-11T18:22:55.021Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-11T18:22:55.021Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-11T18:22:55.021Z] === RUN TestUntarUstarGnuConflict [2022-03-11T18:22:55.021Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-11T18:22:55.021Z] === RUN TestUntarInvalidFilenames [2022-03-11T18:22:55.482Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames852365536\\dest" [2022-03-11T18:22:55.482Z] --- PASS: TestUntarInvalidFilenames (0.22s) [2022-03-11T18:22:55.482Z] === RUN TestUntarHardlinkToSymlink [2022-03-11T18:22:55.482Z] --- PASS: TestUntarHardlinkToSymlink (0.02s) [2022-03-11T18:22:55.482Z] === RUN TestUntarInvalidHardlink [2022-03-11T18:22:55.482Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink313850539\\victim\\hello" -> "../victim/hello" [2022-03-11T18:22:55.482Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1034434578\\victim\\hello" -> "/../victim/hello" [2022-03-11T18:22:55.482Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink57459469\\victim" -> "../victim" [2022-03-11T18:22:55.482Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3086281945\\victim" -> "../victim" [2022-03-11T18:22:55.482Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink882494220\\victim" -> "../victim" [2022-03-11T18:22:55.482Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3520987638\\victim" -> "../victim" [2022-03-11T18:22:55.482Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-11T18:22:55.482Z] === RUN TestUntarInvalidSymlink [2022-03-11T18:22:55.482Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2813432565\\dest\\dotdot" -> "../victim/hello" [2022-03-11T18:22:55.482Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4082661813\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-11T18:22:55.482Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2281770272\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:22:55.482Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1558756414\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:22:55.482Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2104404716\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:22:55.482Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1655184787\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:22:55.482Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1143378973\\dest\\dir\\loophole" -> "../../victim" [2022-03-11T18:22:55.482Z] --- PASS: TestUntarInvalidSymlink (0.06s) [2022-03-11T18:22:55.482Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-11T18:22:55.482Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-11T18:22:55.482Z] === RUN TestXGlobalNoParent [2022-03-11T18:22:55.482Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-11T18:22:55.482Z] === RUN TestReplaceFileTarWrapper [2022-03-11T18:22:55.941Z] --- PASS: TestNetworkDBCRUDTableEntries (3.43s) [2022-03-11T18:22:55.941Z] === RUN TestNetworkDBNodeLeave [2022-03-11T18:22:55.941Z] --- PASS: TestReplaceFileTarWrapper (0.25s) [2022-03-11T18:22:55.941Z] === RUN TestPrefixHeaderReadable [2022-03-11T18:22:55.941Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-03-11T18:22:55.941Z] === RUN TestDisablePigz [2022-03-11T18:22:55.941Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-11T18:22:55.941Z] --- PASS: TestDisablePigz (0.18s) [2022-03-11T18:22:55.941Z] === RUN TestPigz [2022-03-11T18:22:55.941Z] === RUN TestCreateIDMapOrder [2022-03-11T18:22:55.941Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-11T18:22:55.941Z] PASS [2022-03-11T18:22:55.941Z] coverage: 7.2% of statements [2022-03-11T18:22:55.941Z] ok github.com/docker/docker/pkg/idtools 0.059s coverage: 7.2% of statements [2022-03-11T18:22:56.401Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-11T18:22:56.401Z] --- PASS: TestPigz (0.20s) [2022-03-11T18:22:56.401Z] === RUN TestNosysFileInfo [2022-03-11T18:22:56.401Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-11T18:22:56.401Z] === RUN TestCopyFileWithInvalidDest [2022-03-11T18:22:56.401Z] archive_windows_test.go:16: Currently fails [2022-03-11T18:22:56.401Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-11T18:22:56.401Z] === RUN TestCanonicalTarNameForPath [2022-03-11T18:22:56.401Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-11T18:22:56.401Z] === RUN TestCanonicalTarName [2022-03-11T18:22:56.401Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-11T18:22:56.401Z] === RUN TestChmodTarEntry [2022-03-11T18:22:56.401Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-11T18:22:56.401Z] === RUN TestHardLinkOrder [2022-03-11T18:22:56.401Z] --- PASS: TestHardLinkOrder (0.10s) [2022-03-11T18:22:56.401Z] === RUN TestChangeString [2022-03-11T18:22:56.401Z] --- PASS: TestChangeString (0.00s) [2022-03-11T18:22:56.401Z] === RUN TestChangesWithNoChanges [2022-03-11T18:22:56.401Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-03-11T18:22:56.401Z] === RUN TestChangesWithChanges [2022-03-11T18:22:56.401Z] --- PASS: TestChangesWithChanges (0.05s) [2022-03-11T18:22:56.401Z] === RUN TestChangesWithChangesGH13590 [2022-03-11T18:22:56.401Z] changes_test.go:195: needs more investigation [2022-03-11T18:22:56.401Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-11T18:22:56.401Z] === RUN TestChangesDirsEmpty [2022-03-11T18:22:56.401Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-11T18:22:56.401Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-11T18:22:56.401Z] === RUN TestChangesDirsMutated [2022-03-11T18:22:56.401Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-11T18:22:56.401Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-11T18:22:56.401Z] === RUN TestApplyLayer [2022-03-11T18:22:56.401Z] changes_test.go:432: needs further investigation [2022-03-11T18:22:56.401Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-11T18:22:56.401Z] === RUN TestChangesSizeWithHardlinks [2022-03-11T18:22:56.401Z] changes_test.go:468: needs further investigation [2022-03-11T18:22:56.401Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-11T18:22:56.401Z] === RUN TestChangesSizeWithNoChanges [2022-03-11T18:22:56.401Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-11T18:22:56.401Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-11T18:22:56.401Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-11T18:22:56.401Z] === RUN TestChangesSize [2022-03-11T18:22:56.401Z] --- PASS: TestChangesSize (0.02s) [2022-03-11T18:22:56.401Z] === RUN TestApplyLayerInvalidFilenames [2022-03-11T18:22:56.401Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames325751713\\dest" [2022-03-11T18:22:56.401Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-11T18:22:56.401Z] === RUN TestApplyLayerInvalidHardlink [2022-03-11T18:22:56.401Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2375718864\\victim\\hello" -> "../victim/hello" [2022-03-11T18:22:56.401Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1904496475\\victim\\hello" -> "/../victim/hello" [2022-03-11T18:22:56.401Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2754161107\\victim" -> "../victim" [2022-03-11T18:22:56.401Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1630378281\\victim" -> "../victim" [2022-03-11T18:22:56.401Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink802686669\\victim" -> "../victim" [2022-03-11T18:22:56.401Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink400131092\\victim" -> "../victim" [2022-03-11T18:22:56.401Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-11T18:22:56.401Z] === RUN TestApplyLayerInvalidSymlink [2022-03-11T18:22:56.401Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2185940\\dest\\dotdot" -> "../victim/hello" [2022-03-11T18:22:56.401Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1023193389\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-11T18:22:56.401Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink160451678\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:22:56.401Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2899918601\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:22:56.401Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1716346002\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:22:56.401Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1327149336\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:22:56.401Z] --- PASS: TestApplyLayerInvalidSymlink (0.05s) [2022-03-11T18:22:56.401Z] === RUN TestApplyLayerWhiteouts [2022-03-11T18:22:56.482Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-11T18:22:56.483Z] docker_api_swarm_test.go:272: [da3c3eddb3858] joining swarm manager [dbda50e5e7227]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:22:56.861Z] --- PASS: TestApplyLayerWhiteouts (0.11s) [2022-03-11T18:22:56.861Z] === RUN TestGenerateEmptyFile [2022-03-11T18:22:56.861Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-11T18:22:56.861Z] === RUN TestGenerateWithContent [2022-03-11T18:22:56.861Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-11T18:22:56.861Z] PASS [2022-03-11T18:22:56.861Z] coverage: 62.0% of statements [2022-03-11T18:22:56.861Z] ok github.com/docker/docker/pkg/archive 9.670s coverage: 62.0% of statements [2022-03-11T18:22:57.319Z] === RUN TestFixedBufferCap [2022-03-11T18:22:57.319Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-11T18:22:57.319Z] === RUN TestFixedBufferLen [2022-03-11T18:22:57.319Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-11T18:22:57.319Z] === RUN TestFixedBufferString [2022-03-11T18:22:57.319Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-11T18:22:57.319Z] === RUN TestFixedBufferWrite [2022-03-11T18:22:57.320Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-11T18:22:57.320Z] === RUN TestFixedBufferRead [2022-03-11T18:22:57.320Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-11T18:22:57.320Z] === RUN TestBytesPipeRead [2022-03-11T18:22:57.320Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-11T18:22:57.320Z] === RUN TestBytesPipeWrite [2022-03-11T18:22:57.320Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-11T18:22:57.320Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-11T18:22:57.413Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-11T18:22:57.778Z] --- PASS: TestBytesPipeWriteRandomChunks (0.51s) [2022-03-11T18:22:57.778Z] === RUN TestAtomicWriteToFile [2022-03-11T18:22:57.778Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-11T18:22:57.778Z] === RUN TestAtomicWriteSetCommit [2022-03-11T18:22:57.778Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-11T18:22:57.778Z] === RUN TestAtomicWriteSetCancel [2022-03-11T18:22:57.778Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-11T18:22:57.778Z] === RUN TestReadCloserWrapperClose [2022-03-11T18:22:57.778Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-11T18:22:57.778Z] === RUN TestReaderErrWrapperReadOnError [2022-03-11T18:22:57.778Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-11T18:22:57.778Z] === RUN TestReaderErrWrapperRead [2022-03-11T18:22:57.778Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-11T18:22:57.778Z] === RUN TestCancelReadCloser [2022-03-11T18:22:57.979Z] docker_api_swarm_test.go:273: [da98bfa253eff] joining swarm manager [dbda50e5e7227]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:22:58.236Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-11T18:22:58.236Z] === RUN TestWriteCloserWrapperClose [2022-03-11T18:22:58.236Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-11T18:22:58.236Z] === RUN TestNopWriteCloser [2022-03-11T18:22:58.237Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-11T18:22:58.237Z] === RUN TestNopWriter [2022-03-11T18:22:58.237Z] --- PASS: TestNopWriter (0.00s) [2022-03-11T18:22:58.237Z] === RUN TestWriteCounter [2022-03-11T18:22:58.237Z] --- PASS: TestWriteCounter (0.00s) [2022-03-11T18:22:58.237Z] PASS [2022-03-11T18:22:58.237Z] coverage: 70.1% of statements [2022-03-11T18:22:58.237Z] ok github.com/docker/docker/pkg/ioutils 0.695s coverage: 70.1% of statements [2022-03-11T18:22:58.543Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-11T18:22:58.696Z] --- PASS: TestNetworkDBNodeLeave (2.92s) [2022-03-11T18:22:58.696Z] === RUN TestNetworkDBWatch [2022-03-11T18:22:59.107Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-11T18:22:59.156Z] === RUN TestError [2022-03-11T18:22:59.156Z] --- PASS: TestError (0.00s) [2022-03-11T18:22:59.156Z] === RUN TestProgressString [2022-03-11T18:22:59.156Z] === RUN TestProgressString/no_progress [2022-03-11T18:22:59.156Z] === RUN TestProgressString/progress_1 [2022-03-11T18:22:59.156Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-11T18:22:59.156Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-11T18:22:59.156Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-11T18:22:59.156Z] === RUN TestProgressString/with_units [2022-03-11T18:22:59.156Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-11T18:22:59.156Z] === RUN TestProgressString/hide_counts [2022-03-11T18:22:59.156Z] --- PASS: TestProgressString (0.00s) [2022-03-11T18:22:59.156Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-11T18:22:59.156Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-11T18:22:59.156Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-11T18:22:59.156Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-11T18:22:59.156Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-11T18:22:59.156Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-11T18:22:59.156Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-11T18:22:59.156Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-11T18:22:59.156Z] === RUN TestJSONMessageDisplay [2022-03-11T18:22:59.156Z] --- PASS: TestJSONMessageDisplay (0.22s) [2022-03-11T18:22:59.156Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-11T18:22:59.156Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-11T18:22:59.156Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-11T18:22:59.156Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-11T18:22:59.156Z] === RUN TestDisplayJSONMessagesStream [2022-03-11T18:22:59.156Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-11T18:22:59.156Z] PASS [2022-03-11T18:22:59.156Z] coverage: 91.7% of statements [2022-03-11T18:22:59.156Z] ok github.com/docker/docker/pkg/jsonmessage 0.268s coverage: 91.7% of statements [2022-03-11T18:23:00.125Z] === RUN TestStandardLongPath [2022-03-11T18:23:00.125Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-11T18:23:00.125Z] === RUN TestUNCLongPath [2022-03-11T18:23:00.125Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-11T18:23:00.125Z] PASS [2022-03-11T18:23:00.125Z] coverage: 100.0% of statements [2022-03-11T18:23:00.125Z] ok github.com/docker/docker/pkg/longpath 0.046s coverage: 100.0% of statements [2022-03-11T18:23:00.125Z] 2022/03/11 18:23:00 Closing DB instances... [2022-03-11T18:23:00.334Z] 0a6173b79e25: Pull complete [2022-03-11T18:23:00.334Z] Digest: sha256:33d7abef52e917a19145873e9ed487055cb55ce3ccf3056ea189b0eb5e4e3683 [2022-03-11T18:23:00.334Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:23:00.334Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-03-11T18:23:00.334Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-03-11T18:23:00.334Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2686' [2022-03-11T18:23:00.334Z] WARN: Skipping validation tests [2022-03-11T18:23:00.334Z] INFO: Running unit tests at 03/11/2022 18:22:54... [2022-03-11T18:23:00.603Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-11T18:23:00.732Z] === RUN TestNameFormat [2022-03-11T18:23:00.732Z] --- PASS: TestNameFormat (0.00s) [2022-03-11T18:23:00.732Z] === RUN TestNameRetries [2022-03-11T18:23:00.732Z] --- PASS: TestNameRetries (0.00s) [2022-03-11T18:23:00.732Z] PASS [2022-03-11T18:23:00.732Z] coverage: 85.7% of statements [2022-03-11T18:23:00.732Z] ok github.com/docker/docker/pkg/namesgenerator 0.046s coverage: 85.7% of statements [2022-03-11T18:23:01.192Z] === RUN TestParseKeyValueOpt [2022-03-11T18:23:01.192Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-11T18:23:01.192Z] === RUN TestParseUintList [2022-03-11T18:23:01.192Z] --- PASS: TestParseUintList (0.00s) [2022-03-11T18:23:01.192Z] === RUN TestParseUintListMaximumLimits [2022-03-11T18:23:01.192Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-11T18:23:01.192Z] PASS [2022-03-11T18:23:01.192Z] coverage: 97.0% of statements [2022-03-11T18:23:01.192Z] ok github.com/docker/docker/pkg/parsers 0.058s coverage: 97.0% of statements [2022-03-11T18:23:01.305Z] INFO: make.ps1 starting at 03/11/2022 18:23:01 [2022-03-11T18:23:01.651Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-03-11T18:23:01.651Z] === RUN TestNetworkDBBulkSync [2022-03-11T18:23:01.766Z] INFO: Git commit (6fa0331d95) assumed from DOCKER_GITCOMMIT environment variable [2022-03-11T18:23:01.766Z] INFO: Invoking autogen... [2022-03-11T18:23:01.970Z] === RUN TestDockerSuite/TestBuildUser [2022-03-11T18:23:02.229Z] INFO: Running unit tests... [2022-03-11T18:23:02.623Z] === RUN TestNewAndRemove [2022-03-11T18:23:02.623Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-11T18:23:02.623Z] === RUN TestRemoveInvalidPath [2022-03-11T18:23:02.623Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-11T18:23:02.623Z] PASS [2022-03-11T18:23:02.623Z] coverage: 82.6% of statements [2022-03-11T18:23:02.623Z] ok github.com/docker/docker/pkg/pidfile 0.053s coverage: 82.6% of statements [2022-03-11T18:23:03.083Z] 2022/03/11 18:23:02 Closing DB instances... [2022-03-11T18:23:03.862Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-11T18:23:04.635Z] === RUN TestFailedConnection [2022-03-11T18:23:04.635Z] --- PASS: TestGetAddress (25.79s) [2022-03-11T18:23:04.635Z] === RUN TestRequestSyntaxCheck [2022-03-11T18:23:04.635Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-03-11T18:23:04.635Z] === RUN TestRequest [2022-03-11T18:23:04.635Z] --- PASS: TestNetworkDBBulkSync (3.03s) [2022-03-11T18:23:04.635Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-11T18:23:06.382Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.35s) [2022-03-11T18:23:06.382Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-11T18:23:06.382Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-11T18:23:06.850Z] --- PASS: TestFailedConnection (2.23s) [2022-03-11T18:23:06.850Z] === RUN TestFailOnce [2022-03-11T18:23:06.850Z] 2022/03/11 18:23:06 http: panic serving 127.0.0.1:49298: Plugin not ready [2022-03-11T18:23:06.850Z] goroutine 34 [running]: [2022-03-11T18:23:06.850Z] net/http.(*conn).serve.func1() [2022-03-11T18:23:06.850Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-11T18:23:06.850Z] panic({0xd2ca00, 0xe409d0}) [2022-03-11T18:23:06.850Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-11T18:23:06.850Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x602aef46b5a65aba}, 0xc000215a98) [2022-03-11T18:23:06.850Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-11T18:23:06.850Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xe4d900, 0xc000236000}, 0xc61d26) [2022-03-11T18:23:06.850Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-11T18:23:06.850Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xe4d900, 0xc000236000}, 0xc000198300) [2022-03-11T18:23:06.850Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-11T18:23:06.850Z] net/http.serverHandler.ServeHTTP({0xe4bff0}, {0xe4d900, 0xc000236000}, 0xc000198300) [2022-03-11T18:23:06.850Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-11T18:23:06.850Z] net/http.(*conn).serve(0xc0000a8000, {0xe4f900, 0xc00008a0c0}) [2022-03-11T18:23:06.850Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-11T18:23:06.850Z] created by net/http.(*Server).Serve [2022-03-11T18:23:06.850Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-11T18:23:06.850Z] time="2022-03-11T18:23:06Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49297/Test.FailOnce: Post \"http://127.0.0.1:49297/Test.FailOnce\": EOF, retrying in 1s" [2022-03-11T18:23:07.849Z] --- PASS: TestFailOnce (1.24s) [2022-03-11T18:23:07.849Z] === RUN TestEchoInputOutput [2022-03-11T18:23:07.849Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-11T18:23:07.849Z] === RUN TestBackoff [2022-03-11T18:23:07.849Z] --- PASS: TestBackoff (0.00s) [2022-03-11T18:23:07.849Z] === RUN TestAbortRetry [2022-03-11T18:23:07.849Z] --- PASS: TestAbortRetry (0.00s) [2022-03-11T18:23:07.849Z] === RUN TestClientScheme [2022-03-11T18:23:07.849Z] --- PASS: TestClientScheme (0.00s) [2022-03-11T18:23:07.849Z] === RUN TestNewClientWithTimeout [2022-03-11T18:23:08.318Z] time="2022-03-11T18:23:08Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-11T18:23:09.881Z] time="2022-03-11T18:23:09Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-11T18:23:12.095Z] time="2022-03-11T18:23:12Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-11T18:23:12.643Z] 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/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/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/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/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/longpath github.com/docker/docker/pkg/namesgenerator 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/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum 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 [2022-03-11T18:23:13.081Z] --- PASS: TestRequest (8.29s) [2022-03-11T18:23:13.081Z] === RUN TestOverlappingRequests [2022-03-11T18:23:13.549Z] --- PASS: TestOverlappingRequests (0.48s) [2022-03-11T18:23:13.549Z] === RUN TestRelease [2022-03-11T18:23:15.112Z] --- PASS: TestRelease (1.55s) [2022-03-11T18:23:15.113Z] === RUN TestAllocateRandomDeallocate [2022-03-11T18:23:16.328Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-11T18:23:16.583Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-11T18:23:16.583Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-11T18:23:16.674Z] time="2022-03-11T18:23:16Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49302/Test.Echo: Post \"http://127.0.0.1:49302/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-11T18:23:17.513Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-11T18:23:18.075Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-11T18:23:19.008Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-11T18:23:19.008Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-11T18:23:19.008Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-11T18:23:19.008Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-11T18:23:19.008Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-11T18:23:19.008Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-11T18:23:19.008Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-11T18:23:19.008Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-11T18:23:19.008Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-11T18:23:19.008Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-03-11T18:23:19.627Z] --- PASS: TestAllocateRandomDeallocate (4.55s) [2022-03-11T18:23:19.627Z] === RUN TestRetrieveFromStore [2022-03-11T18:23:19.938Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-11T18:23:20.195Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-11T18:23:20.757Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-11T18:23:21.191Z] --- PASS: TestRetrieveFromStore (1.50s) [2022-03-11T18:23:21.191Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-11T18:23:21.191Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-11T18:23:21.191Z] === RUN TestParallelPredefinedRequest1 [2022-03-11T18:23:21.191Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-11T18:23:21.191Z] === RUN TestParallelPredefinedRequest2 [2022-03-11T18:23:21.191Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-11T18:23:21.191Z] === RUN TestParallelPredefinedRequest3 [2022-03-11T18:23:21.191Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-11T18:23:21.191Z] === RUN TestParallelPredefinedRequest4 [2022-03-11T18:23:21.191Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-11T18:23:21.191Z] === RUN TestParallelPredefinedRequest5 [2022-03-11T18:23:21.191Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-11T18:23:21.191Z] === RUN TestDebug [2022-03-11T18:23:21.191Z] --- PASS: TestDebug (0.00s) [2022-03-11T18:23:21.191Z] === RUN TestRequestPoolParallel [2022-03-11T18:23:21.191Z] --- PASS: TestRequestPoolParallel (0.27s) [2022-03-11T18:23:21.191Z] === RUN TestFullAllocateRelease [2022-03-11T18:23:21.687Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-11T18:23:22.176Z] --- PASS: TestFullAllocateRelease (0.61s) [2022-03-11T18:23:22.176Z] === RUN TestOddAllocateRelease [2022-03-11T18:23:22.176Z] --- PASS: TestOddAllocateRelease (0.31s) [2022-03-11T18:23:22.176Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-11T18:23:22.176Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.11s) [2022-03-11T18:23:22.176Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-11T18:23:22.176Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-03-11T18:23:22.251Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-11T18:23:22.508Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-11T18:23:22.645Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-11T18:23:22.645Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-03-11T18:23:22.645Z] === CONT TestParallelPredefinedRequest1 [2022-03-11T18:23:22.645Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:23:22.645Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-11T18:23:22.645Z] === CONT TestParallelPredefinedRequest5 [2022-03-11T18:23:22.645Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:23:22.645Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-11T18:23:22.645Z] === CONT TestParallelPredefinedRequest4 [2022-03-11T18:23:22.645Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:23:22.645Z] === CONT TestParallelPredefinedRequest3 [2022-03-11T18:23:22.645Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-11T18:23:22.645Z] === CONT TestParallelPredefinedRequest2 [2022-03-11T18:23:22.645Z] === CONT TestParallelPredefinedRequest3 [2022-03-11T18:23:22.645Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:23:22.645Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-11T18:23:22.645Z] === CONT TestParallelPredefinedRequest2 [2022-03-11T18:23:22.645Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:23:22.645Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-11T18:23:22.645Z] PASS [2022-03-11T18:23:22.645Z] coverage: 85.3% of statements [2022-03-11T18:23:22.645Z] ok github.com/docker/docker/libnetwork/ipam 50.870s coverage: 85.3% of statements [2022-03-11T18:23:22.765Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2022-03-11T18:23:22.765Z] PASS [2022-03-11T18:23:22.765Z] [2022-03-11T18:23:22.765Z] DONE 17 tests in 51.114s [2022-03-11T18:23:22.765Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-11T18:23:22.765Z] ++ 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 [2022-03-11T18:23:22.765Z] ++ set -e [2022-03-11T18:23:22.765Z] ++ '[' -n 0 ']' [2022-03-11T18:23:22.765Z] ++ set -x [2022-03-11T18:23:22.765Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2022-03-11T18:23:22.765Z] INFO: Testing against a local daemon [2022-03-11T18:23:22.765Z] === RUN TestPluginInvalidJSON [2022-03-11T18:23:22.765Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:23:22.765Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:23:22.765Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:23:22.765Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-11T18:23:22.765Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-11T18:23:22.765Z] === RUN TestPluginInstall [2022-03-11T18:23:22.765Z] === RUN TestPluginInstall/no_auth [2022-03-11T18:23:24.257Z] time="2022-03-11T18:23:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:23:24.257Z] time="2022-03-11T18:23:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad9058006c80ee8caa6f54786a18fde1a7211221613be2f54a78266870b553eb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:23:24.257Z] time="2022-03-11T18:23:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:23:24.257Z] time="2022-03-11T18:23:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad9058006c80ee8caa6f54786a18fde1a7211221613be2f54a78266870b553eb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:23:24.257Z] === RUN TestPluginInstall/with_htpasswd [2022-03-11T18:23:24.829Z] time="2022-03-11T18:23:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:23:24.829Z] time="2022-03-11T18:23:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1f86d00a63863797f97e22c2eddb2d53e89d5c7920dd9b6b5f66c5cc34b0d21b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:23:24.829Z] time="2022-03-11T18:23:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:23:24.829Z] time="2022-03-11T18:23:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1f86d00a63863797f97e22c2eddb2d53e89d5c7920dd9b6b5f66c5cc34b0d21b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:23:25.091Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-11T18:23:25.166Z] ? github.com/docker/docker/api [no test files] [2022-03-11T18:23:25.355Z] === RUN TestPluginInstall/with_insecure [2022-03-11T18:23:25.592Z] --- PASS: TestNewClientWithTimeout (17.60s) [2022-03-11T18:23:25.592Z] === RUN TestClientStream [2022-03-11T18:23:25.592Z] --- PASS: TestClientStream (0.00s) [2022-03-11T18:23:25.592Z] === RUN TestClientSendFile [2022-03-11T18:23:25.592Z] --- PASS: TestClientSendFile (0.00s) [2022-03-11T18:23:25.592Z] === RUN TestClientWithRequestTimeout [2022-03-11T18:23:25.592Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-03-11T18:23:25.592Z] === RUN TestFileSpecPlugin [2022-03-11T18:23:25.592Z] --- PASS: TestFileSpecPlugin (0.02s) [2022-03-11T18:23:25.592Z] === RUN TestFileJSONSpecPlugin [2022-03-11T18:23:25.592Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-03-11T18:23:25.592Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-11T18:23:25.592Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-11T18:23:25.592Z] === RUN TestPluginAddHandler [2022-03-11T18:23:25.592Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-11T18:23:25.592Z] === RUN TestPluginWaitBadPlugin [2022-03-11T18:23:25.592Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-11T18:23:25.592Z] === RUN TestGet [2022-03-11T18:23:25.592Z] time="2022-03-11T18:23:25Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-11T18:23:26.287Z] time="2022-03-11T18:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:23:26.287Z] time="2022-03-11T18:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:df06b4adbad2cf0b3cd3cf66546bfaa325d543acd046f8d3b2d782a2095fa0f4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:23:26.287Z] time="2022-03-11T18:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-11T18:23:26.287Z] time="2022-03-11T18:23:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:df06b4adbad2cf0b3cd3cf66546bfaa325d543acd046f8d3b2d782a2095fa0f4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-11T18:23:26.544Z] plugin_test.go:165: [db5fc8cfc17ac] daemon is not started [2022-03-11T18:23:26.544Z] --- PASS: TestPluginInstall (3.74s) [2022-03-11T18:23:26.544Z] --- PASS: TestPluginInstall/no_auth (1.54s) [2022-03-11T18:23:26.544Z] --- PASS: TestPluginInstall/with_htpasswd (0.90s) [2022-03-11T18:23:26.544Z] --- PASS: TestPluginInstall/with_insecure (1.30s) [2022-03-11T18:23:26.544Z] === RUN TestPluginsWithRuntimes [2022-03-11T18:23:26.544Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-11T18:23:26.578Z] time="2022-03-11T18:23:26Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-11T18:23:27.473Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-11T18:23:27.730Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-11T18:23:28.141Z] === RUN TestParseEmptyInterface [2022-03-11T18:23:28.294Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-11T18:23:28.294Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-11T18:23:28.294Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-11T18:23:28.294Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-11T18:23:28.609Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-11T18:23:28.609Z] === RUN TestParseNonInterfaceType [2022-03-11T18:23:28.609Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-11T18:23:28.609Z] === RUN TestParseWithOneFunction [2022-03-11T18:23:28.609Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-11T18:23:28.609Z] === RUN TestParseWithMultipleFuncs [2022-03-11T18:23:28.609Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-11T18:23:28.609Z] === RUN TestParseWithUnnamedReturn [2022-03-11T18:23:28.609Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-11T18:23:28.609Z] === RUN TestEmbeddedInterface [2022-03-11T18:23:28.609Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-11T18:23:28.609Z] === RUN TestParsedImports [2022-03-11T18:23:28.609Z] --- PASS: TestParsedImports (0.00s) [2022-03-11T18:23:28.609Z] === RUN TestAliasedImports [2022-03-11T18:23:28.609Z] --- PASS: TestAliasedImports (0.00s) [2022-03-11T18:23:28.609Z] PASS [2022-03-11T18:23:28.609Z] coverage: 56.8% of statements [2022-03-11T18:23:28.609Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.065s coverage: 56.8% of statements [2022-03-11T18:23:28.609Z] time="2022-03-11T18:23:28Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-11T18:23:28.858Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-11T18:23:29.425Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-11T18:23:29.595Z] === RUN TestHTTPTransport [2022-03-11T18:23:29.595Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-11T18:23:29.595Z] PASS [2022-03-11T18:23:29.595Z] coverage: 85.7% of statements [2022-03-11T18:23:29.595Z] ok github.com/docker/docker/pkg/plugins/transport 0.059s coverage: 85.7% of statements [2022-03-11T18:23:30.355Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-11T18:23:30.355Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-11T18:23:30.355Z] docker_cli_sni_test.go:18: Flakey test [2022-03-11T18:23:30.355Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-11T18:23:30.355Z] --- PASS: TestPluginsWithRuntimes (3.92s) [2022-03-11T18:23:30.355Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.07s) [2022-03-11T18:23:30.355Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.05s) [2022-03-11T18:23:30.355Z] === RUN TestPluginBackCompatMediaTypes [2022-03-11T18:23:30.581Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-11T18:23:30.581Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-11T18:23:30.581Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-11T18:23:30.581Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-11T18:23:30.581Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-11T18:23:30.581Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-11T18:23:30.581Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-11T18:23:30.581Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-11T18:23:30.581Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-11T18:23:30.581Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-11T18:23:30.581Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-11T18:23:30.581Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-11T18:23:30.581Z] === RUN TestBufferPoolPutAndGet [2022-03-11T18:23:30.581Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-11T18:23:30.581Z] PASS [2022-03-11T18:23:30.581Z] coverage: 88.2% of statements [2022-03-11T18:23:30.581Z] ok github.com/docker/docker/pkg/pools 0.048s coverage: 88.2% of statements [2022-03-11T18:23:31.284Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-11T18:23:31.284Z] --- PASS: TestPluginBackCompatMediaTypes (0.74s) [2022-03-11T18:23:31.284Z] PASS [2022-03-11T18:23:31.284Z] [2022-03-11T18:23:31.284Z] DONE 10 tests in 8.521s [2022-03-11T18:23:31.284Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-11T18:23:31.284Z] ++ 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 [2022-03-11T18:23:31.284Z] ++ set -e [2022-03-11T18:23:31.284Z] ++ '[' -n 0 ']' [2022-03-11T18:23:31.284Z] ++ set -x [2022-03-11T18:23:31.284Z] ++ 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 [2022-03-11T18:23:31.284Z] INFO: Testing against a local daemon [2022-03-11T18:23:31.284Z] === RUN TestExternalGraphDriver [2022-03-11T18:23:31.284Z] === RUN TestExternalGraphDriver/json [2022-03-11T18:23:31.567Z] === RUN TestOutputOnPrematureClose [2022-03-11T18:23:31.567Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-11T18:23:31.567Z] === RUN TestCompleteSilently [2022-03-11T18:23:31.567Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-11T18:23:31.567Z] PASS [2022-03-11T18:23:31.567Z] coverage: 75.9% of statements [2022-03-11T18:23:31.567Z] ok github.com/docker/docker/pkg/progress 0.052s coverage: 75.9% of statements [2022-03-11T18:23:31.847Z] === RUN TestDockerSuite/TestCommitChange [2022-03-11T18:23:32.034Z] === RUN TestSendToOneSub [2022-03-11T18:23:32.034Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-11T18:23:32.034Z] === RUN TestSendToMultipleSubs [2022-03-11T18:23:32.034Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-11T18:23:32.034Z] === RUN TestEvictOneSub [2022-03-11T18:23:32.034Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-11T18:23:32.034Z] === RUN TestClosePublisher [2022-03-11T18:23:32.034Z] --- PASS: TestClosePublisher (0.00s) [2022-03-11T18:23:32.034Z] === RUN TestPubSubRace [2022-03-11T18:23:32.502Z] time="2022-03-11T18:23:32Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-11T18:23:32.776Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-11T18:23:32.973Z] --- PASS: TestPubSubRace (1.07s) [2022-03-11T18:23:32.973Z] PASS [2022-03-11T18:23:32.973Z] coverage: 75.0% of statements [2022-03-11T18:23:32.973Z] ok github.com/docker/docker/pkg/pubsub 1.117s coverage: 75.0% of statements [2022-03-11T18:23:33.337Z] === RUN TestExternalGraphDriver/spec [2022-03-11T18:23:33.337Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-11T18:23:33.959Z] === RUN TestRegister [2022-03-11T18:23:33.959Z] --- PASS: TestRegister (0.00s) [2022-03-11T18:23:33.959Z] === RUN TestCommand [2022-03-11T18:23:33.959Z] --- PASS: TestCommand (0.03s) [2022-03-11T18:23:33.959Z] === RUN TestNaiveSelf [2022-03-11T18:23:33.959Z] --- PASS: TestNaiveSelf (0.04s) [2022-03-11T18:23:33.959Z] PASS [2022-03-11T18:23:33.959Z] coverage: 82.4% of statements [2022-03-11T18:23:33.959Z] ok github.com/docker/docker/pkg/reexec 0.111s coverage: 82.4% of statements [2022-03-11T18:23:34.706Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-11T18:23:34.945Z] === RUN TestDump [2022-03-11T18:23:34.945Z] goroutine 6 [running]: [2022-03-11T18:23:34.945Z] github.com/docker/docker/pkg/stack.dump(0xe4b9d7) [2022-03-11T18:23:34.945Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-11T18:23:34.945Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-11T18:23:34.945Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-11T18:23:34.945Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-11T18:23:34.945Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-11T18:23:34.945Z] testing.tRunner(0xc000156340, 0xfba190) [2022-03-11T18:23:34.945Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-11T18:23:34.945Z] created by testing.(*T).Run [2022-03-11T18:23:34.945Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-11T18:23:34.945Z] [2022-03-11T18:23:34.945Z] goroutine 1 [chan receive]: [2022-03-11T18:23:34.945Z] testing.(*T).Run(0xc0001561a0, {0xfab7b1, 0xe2a733}, 0xfba190) [2022-03-11T18:23:34.945Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-11T18:23:34.945Z] testing.runTests.func1(0xc000068840) [2022-03-11T18:23:34.945Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-11T18:23:34.945Z] testing.tRunner(0xc0001561a0, 0xc000071ce0) [2022-03-11T18:23:34.945Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-11T18:23:34.945Z] testing.runTests(0xc000076080, {0x111ec20, 0x3, 0x3}, {0xe4ac2d, 0xfad4ab, 0x11236e0}) [2022-03-11T18:23:34.945Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-11T18:23:34.945Z] testing.(*M).Run(0xc000076080) [2022-03-11T18:23:34.945Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-11T18:23:34.945Z] main.main() [2022-03-11T18:23:34.945Z] _testmain.go:95 +0x1f5 [2022-03-11T18:23:34.945Z] --- PASS: TestDump (0.00s) [2022-03-11T18:23:34.945Z] === RUN TestDumpToFile [2022-03-11T18:23:34.945Z] --- PASS: TestDumpToFile (0.19s) [2022-03-11T18:23:34.945Z] === RUN TestDumpToFileWithEmptyInput [2022-03-11T18:23:34.945Z] goroutine 8 [running]: [2022-03-11T18:23:34.945Z] github.com/docker/docker/pkg/stack.dump(0xeb8bb4) [2022-03-11T18:23:34.945Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-11T18:23:34.945Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xeb8f60}) [2022-03-11T18:23:34.945Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-11T18:23:34.945Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000156340) [2022-03-11T18:23:34.945Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-11T18:23:34.945Z] testing.tRunner(0xc000156820, 0xfba180) [2022-03-11T18:23:34.945Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-11T18:23:34.945Z] created by testing.(*T).Run [2022-03-11T18:23:34.945Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-11T18:23:34.945Z] [2022-03-11T18:23:34.945Z] goroutine 1 [chan receive]: [2022-03-11T18:23:34.945Z] testing.(*T).Run(0xc0001561a0, {0xfb2596, 0xe2a733}, 0xfba180) [2022-03-11T18:23:34.945Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-11T18:23:34.945Z] testing.runTests.func1(0xc000068840) [2022-03-11T18:23:34.945Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-11T18:23:34.945Z] testing.tRunner(0xc0001561a0, 0xc000071ce0) [2022-03-11T18:23:34.945Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-11T18:23:34.945Z] testing.runTests(0xc000076080, {0x111ec20, 0x3, 0x3}, {0xe4ac2d, 0xfad4ab, 0x11236e0}) [2022-03-11T18:23:34.945Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-11T18:23:34.945Z] testing.(*M).Run(0xc000076080) [2022-03-11T18:23:34.945Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-11T18:23:34.945Z] main.main() [2022-03-11T18:23:34.945Z] _testmain.go:95 +0x1f5 [2022-03-11T18:23:34.945Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-11T18:23:34.945Z] PASS [2022-03-11T18:23:34.945Z] coverage: 90.9% of statements [2022-03-11T18:23:34.945Z] ok github.com/docker/docker/pkg/stack 0.231s coverage: 90.9% of statements [2022-03-11T18:23:34.962Z] === RUN TestExternalGraphDriver/pull [2022-03-11T18:23:35.892Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-11T18:23:35.930Z] === RUN TestNewStdWriter [2022-03-11T18:23:35.931Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-11T18:23:35.931Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-11T18:23:35.931Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-11T18:23:35.931Z] === RUN TestWriteWithNilBytes [2022-03-11T18:23:35.931Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-11T18:23:35.931Z] === RUN TestWrite [2022-03-11T18:23:35.931Z] --- PASS: TestWrite (0.00s) [2022-03-11T18:23:35.931Z] === RUN TestWriteWithWriterError [2022-03-11T18:23:35.931Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-11T18:23:35.931Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-11T18:23:35.931Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-11T18:23:35.931Z] === RUN TestStdCopyWriteAndRead [2022-03-11T18:23:35.931Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-11T18:23:35.931Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-11T18:23:35.931Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-11T18:23:35.931Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-11T18:23:35.931Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-11T18:23:35.931Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-11T18:23:35.931Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-11T18:23:35.931Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-11T18:23:35.931Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-11T18:23:35.931Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-11T18:23:35.931Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-11T18:23:35.931Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-11T18:23:35.931Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-11T18:23:35.931Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-11T18:23:35.931Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-11T18:23:35.931Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-11T18:23:35.931Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-11T18:23:35.931Z] PASS [2022-03-11T18:23:35.931Z] coverage: 100.0% of statements [2022-03-11T18:23:35.931Z] ok github.com/docker/docker/pkg/stdcopy 0.047s coverage: 100.0% of statements [2022-03-11T18:23:36.402Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-11T18:23:36.402Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-11T18:23:36.402Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-11T18:23:36.402Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-11T18:23:36.402Z] === RUN TestFormatStatus [2022-03-11T18:23:36.402Z] --- PASS: TestFormatStatus (0.00s) [2022-03-11T18:23:36.402Z] === RUN TestFormatError [2022-03-11T18:23:36.402Z] --- PASS: TestFormatError (0.00s) [2022-03-11T18:23:36.402Z] === RUN TestFormatJSONError [2022-03-11T18:23:36.402Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-11T18:23:36.402Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-11T18:23:36.402Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-11T18:23:36.402Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-11T18:23:36.402Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-11T18:23:36.402Z] === RUN TestNewJSONProgressOutput [2022-03-11T18:23:36.402Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-11T18:23:36.402Z] === RUN TestAuxFormatterEmit [2022-03-11T18:23:36.402Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-11T18:23:36.402Z] === RUN TestStreamWriterStdout [2022-03-11T18:23:36.402Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-11T18:23:36.402Z] === RUN TestStreamWriterStderr [2022-03-11T18:23:36.402Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-11T18:23:36.402Z] PASS [2022-03-11T18:23:36.402Z] coverage: 66.2% of statements [2022-03-11T18:23:36.402Z] ok github.com/docker/docker/pkg/streamformatter 0.043s coverage: 66.2% of statements [2022-03-11T18:23:36.455Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-11T18:23:36.871Z] === RUN TestGenerateRandomID [2022-03-11T18:23:36.871Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-11T18:23:36.871Z] === RUN TestShortenId [2022-03-11T18:23:36.871Z] --- PASS: TestShortenId (0.00s) [2022-03-11T18:23:36.871Z] === RUN TestShortenSha256Id [2022-03-11T18:23:36.871Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-11T18:23:36.871Z] === RUN TestShortenIdEmpty [2022-03-11T18:23:36.871Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-11T18:23:36.871Z] === RUN TestShortenIdInvalid [2022-03-11T18:23:36.871Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-11T18:23:36.871Z] === RUN TestIsShortIDNonHex [2022-03-11T18:23:36.871Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-11T18:23:36.871Z] === RUN TestIsShortIDNotCorrectSize [2022-03-11T18:23:36.871Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-11T18:23:36.871Z] PASS [2022-03-11T18:23:36.871Z] coverage: 70.6% of statements [2022-03-11T18:23:36.871Z] ok github.com/docker/docker/pkg/stringid 0.043s coverage: 70.6% of statements [2022-03-11T18:23:37.021Z] --- PASS: TestExternalGraphDriver (5.62s) [2022-03-11T18:23:37.021Z] --- PASS: TestExternalGraphDriver/json (1.86s) [2022-03-11T18:23:37.021Z] --- PASS: TestExternalGraphDriver/spec (1.83s) [2022-03-11T18:23:37.021Z] --- PASS: TestExternalGraphDriver/pull (1.88s) [2022-03-11T18:23:37.021Z] === RUN TestGraphdriverPluginV2 [2022-03-11T18:23:37.400Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-11T18:23:37.400Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-11T18:23:37.400Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-11T18:23:37.400Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-11T18:23:37.400Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-11T18:23:37.400Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-11T18:23:37.400Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-11T18:23:37.400Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-11T18:23:37.400Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-11T18:23:37.400Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-11T18:23:37.400Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-11T18:23:37.400Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-11T18:23:37.400Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-11T18:23:37.400Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-11T18:23:37.400Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-11T18:23:37.400Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T18:23:37.400Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-11T18:23:37.400Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-11T18:23:37.400Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-11T18:23:37.400Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-11T18:23:37.584Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-11T18:23:37.856Z] === RUN TestIsCpusetListAvailable [2022-03-11T18:23:37.856Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-11T18:23:37.856Z] PASS [2022-03-11T18:23:37.856Z] coverage: 39.4% of statements [2022-03-11T18:23:37.856Z] ok github.com/docker/docker/pkg/sysinfo 0.038s coverage: 39.4% of statements [2022-03-11T18:23:38.146Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-11T18:23:38.842Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-11T18:23:38.842Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-11T18:23:38.842Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-11T18:23:38.842Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-11T18:23:39.310Z] === RUN TestChtimes [2022-03-11T18:23:39.310Z] --- PASS: TestChtimes (0.00s) [2022-03-11T18:23:39.310Z] === RUN TestChtimesWindows [2022-03-11T18:23:39.310Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-11T18:23:39.310Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-11T18:23:39.310Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-11T18:23:39.310Z] PASS [2022-03-11T18:23:39.310Z] coverage: 12.9% of statements [2022-03-11T18:23:39.310Z] ok github.com/docker/docker/pkg/system 0.048s coverage: 12.9% of statements [2022-03-11T18:23:39.515Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-11T18:23:39.779Z] === RUN TestTailFile [2022-03-11T18:23:39.779Z] --- PASS: TestTailFile (0.00s) [2022-03-11T18:23:39.779Z] === RUN TestTailFileManyLines [2022-03-11T18:23:39.779Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-11T18:23:39.779Z] === RUN TestTailEmptyFile [2022-03-11T18:23:39.779Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-11T18:23:39.779Z] === RUN TestTailNegativeN [2022-03-11T18:23:39.779Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader [2022-03-11T18:23:39.779Z] === CONT TestNewTailReader [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/no_delimiter [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/truncated_last_line [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-11T18:23:39.779Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-11T18:23:39.779Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.779Z] === CONT TestNewTailReader/no_delimiter [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-11T18:23:39.779Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.779Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.779Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.779Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:39.779Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-11T18:23:39.779Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.779Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.779Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:39.780Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-11T18:23:39.780Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-11T18:23:39.780Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.781Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:39.781Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:39.781Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:39.782Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:39.782Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:39.782Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:39.782Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:39.782Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:39.782Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:39.782Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.782Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:39.782Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:39.782Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:39.782Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:39.782Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.077Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-11T18:23:40.077Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-11T18:23:40.077Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-11T18:23:40.077Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-11T18:23:40.077Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-11T18:23:40.077Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-11T18:23:40.077Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-11T18:23:40.308Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:40.308Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:40.308Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:40.308Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:23:40.308Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:40.308Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:40.308Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:40.308Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:40.308Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-11T18:23:40.308Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:23:40.309Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:40.309Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:23:40.310Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:23:40.311Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:23:40.311Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.01s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.01s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.03s) [2022-03-11T18:23:40.312Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.01s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.04s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.04s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:23:40.313Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.02s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.02s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:23:40.768Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.02s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:23:40.769Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:23:40.769Z] PASS [2022-03-11T18:23:40.769Z] coverage: 88.6% of statements [2022-03-11T18:23:40.769Z] ok github.com/docker/docker/pkg/tailfile 0.361s coverage: 88.6% of statements [2022-03-11T18:23:40.769Z] --- PASS: TestGet (15.01s) [2022-03-11T18:23:40.769Z] === RUN TestPluginWithNoManifest [2022-03-11T18:23:40.769Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-11T18:23:40.769Z] === RUN TestGetAll [2022-03-11T18:23:40.769Z] --- PASS: TestGetAll (0.01s) [2022-03-11T18:23:40.769Z] PASS [2022-03-11T18:23:40.769Z] coverage: 73.2% of statements [2022-03-11T18:23:40.769Z] ok github.com/docker/docker/pkg/plugins 36.190s coverage: 73.2% of statements [2022-03-11T18:23:40.769Z] === RUN TestTarSumRemoveNonExistent [2022-03-11T18:23:40.769Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-03-11T18:23:40.769Z] === RUN TestTarSumRemove [2022-03-11T18:23:40.769Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-11T18:23:40.769Z] === RUN TestSortFileInfoSums [2022-03-11T18:23:40.769Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-11T18:23:40.769Z] === RUN TestNewTarSumForLabelInvalid [2022-03-11T18:23:40.769Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-11T18:23:40.769Z] === RUN TestNewTarSumForLabel [2022-03-11T18:23:40.769Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-11T18:23:40.769Z] === RUN TestEmptyTar [2022-03-11T18:23:40.769Z] --- PASS: TestEmptyTar (0.01s) [2022-03-11T18:23:40.769Z] === RUN TestTarSumsReadSize [2022-03-11T18:23:40.769Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-11T18:23:40.769Z] === RUN TestTarSums [2022-03-11T18:23:40.769Z] --- PASS: TestTarSums (0.08s) [2022-03-11T18:23:40.769Z] === RUN TestIteration [2022-03-11T18:23:40.769Z] --- PASS: TestIteration (0.00s) [2022-03-11T18:23:40.770Z] === RUN TestVersionLabelForChecksum [2022-03-11T18:23:40.770Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-11T18:23:40.770Z] === RUN TestVersion [2022-03-11T18:23:40.770Z] --- PASS: TestVersion (0.00s) [2022-03-11T18:23:40.770Z] === RUN TestGetVersion [2022-03-11T18:23:40.770Z] --- PASS: TestGetVersion (0.00s) [2022-03-11T18:23:40.770Z] === RUN TestGetVersions [2022-03-11T18:23:40.770Z] --- PASS: TestGetVersions (0.00s) [2022-03-11T18:23:40.770Z] PASS [2022-03-11T18:23:40.770Z] coverage: 89.3% of statements [2022-03-11T18:23:40.770Z] ok github.com/docker/docker/pkg/tarsum 0.160s coverage: 89.3% of statements [2022-03-11T18:23:40.770Z] === RUN TestTruncIndex [2022-03-11T18:23:40.770Z] --- PASS: TestTruncIndex (0.10s) [2022-03-11T18:23:40.770Z] PASS [2022-03-11T18:23:40.770Z] coverage: 91.5% of statements [2022-03-11T18:23:40.770Z] ok github.com/docker/docker/pkg/truncindex 0.143s coverage: 91.5% of statements [2022-03-11T18:23:41.226Z] === RUN TestIsGIT [2022-03-11T18:23:41.226Z] --- PASS: TestIsGIT (0.00s) [2022-03-11T18:23:41.226Z] === RUN TestIsTransport [2022-03-11T18:23:41.226Z] --- PASS: TestIsTransport (0.00s) [2022-03-11T18:23:41.226Z] PASS [2022-03-11T18:23:41.226Z] coverage: 100.0% of statements [2022-03-11T18:23:41.226Z] ok github.com/docker/docker/pkg/urlutil 0.045s coverage: 100.0% of statements [2022-03-11T18:23:41.226Z] === RUN TestVersionInfo [2022-03-11T18:23:41.226Z] --- PASS: TestVersionInfo (0.00s) [2022-03-11T18:23:41.226Z] === RUN TestAppendVersions [2022-03-11T18:23:41.226Z] --- PASS: TestAppendVersions (0.00s) [2022-03-11T18:23:41.226Z] PASS [2022-03-11T18:23:41.226Z] coverage: 88.9% of statements [2022-03-11T18:23:41.226Z] ok github.com/docker/docker/pkg/useragent 0.046s coverage: 88.9% of statements [2022-03-11T18:23:41.452Z] --- PASS: TestGraphdriverPluginV2 (4.32s) [2022-03-11T18:23:41.453Z] PASS [2022-03-11T18:23:41.453Z] [2022-03-11T18:23:41.453Z] DONE 5 tests in 10.064s [2022-03-11T18:23:41.453Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-11T18:23:41.453Z] ++ 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 [2022-03-11T18:23:41.453Z] ++ set -e [2022-03-11T18:23:41.453Z] ++ '[' -n 0 ']' [2022-03-11T18:23:41.453Z] ++ set -x [2022-03-11T18:23:41.453Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2022-03-11T18:23:41.453Z] INFO: Testing against a local daemon [2022-03-11T18:23:41.453Z] === RUN TestContinueAfterPluginCrash [2022-03-11T18:23:41.453Z] === PAUSE TestContinueAfterPluginCrash [2022-03-11T18:23:41.453Z] === RUN TestReadPluginNoRead [2022-03-11T18:23:41.453Z] === PAUSE TestReadPluginNoRead [2022-03-11T18:23:41.453Z] === RUN TestDaemonStartWithLogOpt [2022-03-11T18:23:41.453Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-11T18:23:41.453Z] === CONT TestContinueAfterPluginCrash [2022-03-11T18:23:41.453Z] === CONT TestDaemonStartWithLogOpt [2022-03-11T18:23:41.453Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-11T18:23:42.171Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-11T18:23:42.171Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-11T18:23:42.171Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-11T18:23:42.171Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-11T18:23:42.171Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-11T18:23:42.190Z] === RUN TestNewSettable [2022-03-11T18:23:42.190Z] --- PASS: TestNewSettable (0.00s) [2022-03-11T18:23:42.190Z] === RUN TestIsSettable [2022-03-11T18:23:42.190Z] --- PASS: TestIsSettable (0.00s) [2022-03-11T18:23:42.190Z] === RUN TestUpdateSettingsEnv [2022-03-11T18:23:42.190Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-11T18:23:42.190Z] PASS [2022-03-11T18:23:42.190Z] coverage: 20.0% of statements [2022-03-11T18:23:42.190Z] ok github.com/docker/docker/plugin/v2 0.048s coverage: 20.0% of statements [2022-03-11T18:23:42.650Z] === RUN TestLoad [2022-03-11T18:23:42.650Z] --- PASS: TestLoad (0.00s) [2022-03-11T18:23:42.650Z] === RUN TestSave [2022-03-11T18:23:42.650Z] --- PASS: TestSave (0.03s) [2022-03-11T18:23:42.650Z] === RUN TestAddDeleteGet [2022-03-11T18:23:42.650Z] --- PASS: TestAddDeleteGet (0.04s) [2022-03-11T18:23:42.650Z] === RUN TestInvalidTags [2022-03-11T18:23:42.650Z] --- PASS: TestInvalidTags (0.01s) [2022-03-11T18:23:42.650Z] PASS [2022-03-11T18:23:42.650Z] coverage: 84.4% of statements [2022-03-11T18:23:42.650Z] ok github.com/docker/docker/reference 0.144s coverage: 84.4% of statements [2022-03-11T18:23:42.823Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-03-11T18:23:43.105Z] === RUN TestValidatePrivileges [2022-03-11T18:23:43.105Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-11T18:23:43.105Z] === RUN TestFilterByCapNeg [2022-03-11T18:23:43.105Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-11T18:23:43.105Z] === RUN TestFilterByCapPos [2022-03-11T18:23:43.105Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-11T18:23:43.105Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-11T18:23:43.105Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-11T18:23:43.105Z] PASS [2022-03-11T18:23:43.105Z] coverage: 12.0% of statements [2022-03-11T18:23:43.105Z] ok github.com/docker/docker/plugin 0.072s coverage: 12.0% of statements [2022-03-11T18:23:43.387Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-11T18:23:43.387Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-11T18:23:43.950Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-11T18:23:44.070Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-11T18:23:44.070Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-11T18:23:44.070Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-11T18:23:44.070Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-11T18:23:44.070Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-11T18:23:44.070Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-11T18:23:44.070Z] === RUN TestResumableRequestReaderWithReadError [2022-03-11T18:23:44.070Z] === RUN TestRestartManagerTimeout [2022-03-11T18:23:44.070Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-11T18:23:44.071Z] === RUN TestRestartManagerTimeoutReset [2022-03-11T18:23:44.071Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-11T18:23:44.071Z] PASS [2022-03-11T18:23:44.071Z] coverage: 45.3% of statements [2022-03-11T18:23:44.071Z] ok github.com/docker/docker/restartmanager 0.043s coverage: 45.3% of statements [2022-03-11T18:23:44.527Z] time="2022-03-11T18:23:43Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-11T18:23:44.527Z] --- PASS: TestResumableRequestReaderWithReadError (0.23s) [2022-03-11T18:23:44.527Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-11T18:23:44.527Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-11T18:23:44.527Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-11T18:23:44.527Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-11T18:23:44.527Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-11T18:23:44.527Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-11T18:23:44.527Z] === RUN TestResumableRequestReader [2022-03-11T18:23:44.527Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-11T18:23:44.527Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-11T18:23:44.527Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-11T18:23:44.527Z] PASS [2022-03-11T18:23:44.527Z] coverage: 100.0% of statements [2022-03-11T18:23:44.527Z] ok github.com/docker/docker/registry/resumable 0.307s coverage: 100.0% of statements [2022-03-11T18:23:44.982Z] === RUN TestResolveAuthConfigIndexServer [2022-03-11T18:23:44.982Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestResolveAuthConfigFullURL [2022-03-11T18:23:44.982Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-11T18:23:44.982Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestValidateMirror [2022-03-11T18:23:44.982Z] --- PASS: TestValidateMirror (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestLoadInsecureRegistries [2022-03-11T18:23:44.982Z] === RUN TestDecodeContainerConfig [2022-03-11T18:23:44.982Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestDecodeContainerConfigIsolation [2022-03-11T18:23:44.982Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestValidatePrivileged [2022-03-11T18:23:44.982Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-11T18:23:44.982Z] PASS [2022-03-11T18:23:44.982Z] coverage: 52.6% of statements [2022-03-11T18:23:44.982Z] ok github.com/docker/docker/runconfig 0.052s coverage: 52.6% of statements [2022-03-11T18:23:44.982Z] time="2022-03-11T18:23:44Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-11T18:23:44.982Z] time="2022-03-11T18:23:44Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-11T18:23:44.982Z] time="2022-03-11T18:23:44Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-11T18:23:44.982Z] --- PASS: TestLoadInsecureRegistries (0.22s) [2022-03-11T18:23:44.982Z] === RUN TestNewServiceConfig [2022-03-11T18:23:44.982Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestValidateIndexName [2022-03-11T18:23:44.982Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestValidateIndexNameWithError [2022-03-11T18:23:44.982Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestEndpointParse [2022-03-11T18:23:44.982Z] --- PASS: TestEndpointParse (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestEndpointParseInvalid [2022-03-11T18:23:44.982Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestValidateEndpoint [2022-03-11T18:23:44.982Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-11T18:23:44.982Z] === RUN TestPing [2022-03-11T18:23:44.982Z] --- PASS: TestPing (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestPingRegistryEndpoint [2022-03-11T18:23:44.982Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:23:44.982Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-11T18:23:44.982Z] === RUN TestEndpoint [2022-03-11T18:23:44.982Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:23:44.982Z] --- SKIP: TestEndpoint (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestParseRepositoryInfo [2022-03-11T18:23:44.982Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestNewIndexInfo [2022-03-11T18:23:44.982Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestMirrorEndpointLookup [2022-03-11T18:23:44.982Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:23:44.982Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestSearchRepositories [2022-03-11T18:23:44.982Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-11T18:23:44.982Z] Host: 127.0.0.1:49337 [2022-03-11T18:23:44.982Z] User-Agent: docker test client [2022-03-11T18:23:44.982Z] Authorization: Token fake-token [2022-03-11T18:23:44.982Z] X-Docker-Token: true [2022-03-11T18:23:44.982Z] Accept-Encoding: gzip [2022-03-11T18:23:44.982Z] [2022-03-11T18:23:44.982Z] [2022-03-11T18:23:44.982Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-11T18:23:44.982Z] Connection: close [2022-03-11T18:23:44.982Z] Content-Length: 144 [2022-03-11T18:23:44.982Z] Cache-Control: no-cache [2022-03-11T18:23:44.982Z] Content-Type: application/json [2022-03-11T18:23:44.982Z] Date: Fri, 11 Mar 2022 18:23:44 GMT [2022-03-11T18:23:44.982Z] Expires: -1 [2022-03-11T18:23:44.982Z] Pragma: no-cache [2022-03-11T18:23:44.982Z] Server: docker-tests/mock [2022-03-11T18:23:44.982Z] X-Docker-Registry-Config: mock [2022-03-11T18:23:44.982Z] X-Docker-Registry-Version: 0.0.0 [2022-03-11T18:23:44.982Z] [2022-03-11T18:23:44.982Z] [2022-03-11T18:23:44.982Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-11T18:23:44.982Z] === RUN TestTrustedLocation [2022-03-11T18:23:44.982Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-11T18:23:44.982Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestAllowNondistributableArtifacts [2022-03-11T18:23:44.982Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-11T18:23:44.982Z] === RUN TestIsSecureIndex [2022-03-11T18:23:44.982Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-11T18:23:44.982Z] PASS [2022-03-11T18:23:44.982Z] coverage: 51.2% of statements [2022-03-11T18:23:44.983Z] ok github.com/docker/docker/registry 0.332s coverage: 51.2% of statements [2022-03-11T18:23:45.323Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-11T18:23:45.439Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-11T18:23:45.439Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-11T18:23:45.439Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-11T18:23:45.439Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-11T18:23:45.439Z] PASS [2022-03-11T18:23:45.439Z] coverage: 62.5% of statements [2022-03-11T18:23:45.439Z] ok github.com/docker/docker/testutil 0.049s coverage: 62.5% of statements [2022-03-11T18:23:45.964Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-11T18:23:46.256Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-11T18:23:46.441Z] === RUN TestMiddlewares [2022-03-11T18:23:46.441Z] --- PASS: TestMiddlewares (0.00s) [2022-03-11T18:23:46.441Z] PASS [2022-03-11T18:23:46.441Z] coverage: 9.0% of statements [2022-03-11T18:23:46.441Z] ok github.com/docker/docker/api/server 0.055s coverage: 9.0% of statements [2022-03-11T18:23:47.185Z] --- PASS: TestDaemonStartWithLogOpt (5.60s) [2022-03-11T18:23:47.185Z] === CONT TestReadPluginNoRead [2022-03-11T18:23:47.185Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-11T18:23:47.605Z] === RUN TestGetDriver [2022-03-11T18:23:47.605Z] --- PASS: TestGetDriver (0.00s) [2022-03-11T18:23:47.605Z] === RUN TestVolumeRequestError [2022-03-11T18:23:47.605Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-11T18:23:47.605Z] PASS [2022-03-11T18:23:47.605Z] coverage: 36.1% of statements [2022-03-11T18:23:47.605Z] ok github.com/docker/docker/volume/drivers 0.068s coverage: 36.1% of statements [2022-03-11T18:23:47.749Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-03-11T18:23:48.005Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-11T18:23:48.005Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-11T18:23:48.005Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-11T18:23:48.176Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-11T18:23:48.176Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-11T18:23:48.176Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-11T18:23:48.176Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-11T18:23:48.176Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-11T18:23:48.177Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-11T18:23:48.177Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-11T18:23:48.177Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-11T18:23:48.177Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-11T18:23:48.935Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-11T18:23:48.935Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-11T18:23:48.935Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-11T18:23:48.935Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-11T18:23:48.935Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-11T18:23:49.135Z] === RUN TestGetAddress [2022-03-11T18:23:49.135Z] --- PASS: TestGetAddress (0.00s) [2022-03-11T18:23:49.135Z] === RUN TestRemove [2022-03-11T18:23:49.135Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-11T18:23:49.135Z] --- SKIP: TestRemove (0.00s) [2022-03-11T18:23:49.135Z] === RUN TestInitializeWithVolumes [2022-03-11T18:23:49.135Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-11T18:23:49.135Z] === RUN TestCreate [2022-03-11T18:23:49.135Z] --- PASS: TestCreate (0.01s) [2022-03-11T18:23:49.135Z] === RUN TestValidateName [2022-03-11T18:23:49.135Z] --- PASS: TestValidateName (0.00s) [2022-03-11T18:23:49.135Z] === RUN TestCreateWithOpts [2022-03-11T18:23:49.135Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-11T18:23:49.135Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-11T18:23:49.135Z] === RUN TestRelaodNoOpts [2022-03-11T18:23:49.135Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-11T18:23:49.135Z] PASS [2022-03-11T18:23:49.135Z] coverage: 41.5% of statements [2022-03-11T18:23:49.135Z] ok github.com/docker/docker/volume/local 0.099s coverage: 41.5% of statements [2022-03-11T18:23:49.591Z] === RUN TestLCOWParseMountRaw [2022-03-11T18:23:49.591Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-11T18:23:49.591Z] === RUN TestLCOWParseMountRawSplit [2022-03-11T18:23:49.591Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-11T18:23:49.591Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-11T18:23:49.591Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-11T18:23:49.591Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-11T18:23:49.591Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-11T18:23:49.591Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-11T18:23:49.591Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-11T18:23:49.591Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-11T18:23:49.591Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-11T18:23:49.591Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-11T18:23:49.591Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-11T18:23:49.591Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-11T18:23:49.591Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-11T18:23:49.591Z] === RUN TestLinuxParseMountRaw [2022-03-11T18:23:49.591Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-11T18:23:49.591Z] === RUN TestLinuxParseMountRawSplit [2022-03-11T18:23:49.591Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-11T18:23:49.591Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-11T18:23:49.591Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-11T18:23:49.591Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-11T18:23:49.591Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-11T18:23:49.591Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-11T18:23:49.591Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-11T18:23:49.591Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-11T18:23:49.591Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-11T18:23:49.591Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-11T18:23:49.591Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-11T18:23:49.591Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-11T18:23:49.591Z] === RUN TestConvertTmpfsOptions [2022-03-11T18:23:49.591Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-11T18:23:49.591Z] linux_parser_test.go:209: data="ro" [2022-03-11T18:23:49.591Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-11T18:23:49.591Z] === RUN TestParseMountSpec [2022-03-11T18:23:49.591Z] parser_test.go:62: case 0 [2022-03-11T18:23:49.591Z] parser_test.go:62: case 1 [2022-03-11T18:23:49.591Z] parser_test.go:62: case 2 [2022-03-11T18:23:49.591Z] parser_test.go:62: case 3 [2022-03-11T18:23:49.591Z] parser_test.go:62: case 4 [2022-03-11T18:23:49.591Z] parser_test.go:62: case 5 [2022-03-11T18:23:49.591Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-11T18:23:49.591Z] === RUN TestValidateMount [2022-03-11T18:23:49.591Z] --- PASS: TestValidateMount (0.00s) [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountRaw [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountRawSplit [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-11T18:23:49.591Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-11T18:23:49.591Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-11T18:23:49.591Z] PASS [2022-03-11T18:23:49.591Z] coverage: 67.6% of statements [2022-03-11T18:23:49.591Z] ok github.com/docker/docker/volume/mounts 0.054s coverage: 67.6% of statements [2022-03-11T18:23:49.865Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-11T18:23:50.047Z] === RUN TestSetGetMeta [2022-03-11T18:23:50.047Z] === PAUSE TestSetGetMeta [2022-03-11T18:23:50.047Z] === RUN TestRestore [2022-03-11T18:23:50.047Z] === PAUSE TestRestore [2022-03-11T18:23:50.047Z] === RUN TestServiceCreate [2022-03-11T18:23:50.047Z] === PAUSE TestServiceCreate [2022-03-11T18:23:50.047Z] === RUN TestServiceList [2022-03-11T18:23:50.047Z] === PAUSE TestServiceList [2022-03-11T18:23:50.047Z] === RUN TestServiceRemove [2022-03-11T18:23:50.047Z] === PAUSE TestServiceRemove [2022-03-11T18:23:50.047Z] === RUN TestServiceGet [2022-03-11T18:23:50.047Z] === PAUSE TestServiceGet [2022-03-11T18:23:50.047Z] === RUN TestServicePrune [2022-03-11T18:23:50.047Z] === PAUSE TestServicePrune [2022-03-11T18:23:50.047Z] === RUN TestCreate [2022-03-11T18:23:50.047Z] === PAUSE TestCreate [2022-03-11T18:23:50.047Z] === RUN TestRemove [2022-03-11T18:23:50.047Z] === PAUSE TestRemove [2022-03-11T18:23:50.047Z] === RUN TestList [2022-03-11T18:23:50.047Z] === PAUSE TestList [2022-03-11T18:23:50.047Z] === RUN TestFindByDriver [2022-03-11T18:23:50.047Z] === PAUSE TestFindByDriver [2022-03-11T18:23:50.047Z] === RUN TestFindByReferenced [2022-03-11T18:23:50.047Z] === PAUSE TestFindByReferenced [2022-03-11T18:23:50.047Z] === RUN TestDerefMultipleOfSameRef [2022-03-11T18:23:50.047Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-11T18:23:50.047Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-11T18:23:50.047Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-11T18:23:50.047Z] === RUN TestDefererencePluginOnCreateError [2022-03-11T18:23:50.047Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-11T18:23:50.047Z] === RUN TestRefDerefRemove [2022-03-11T18:23:50.047Z] === PAUSE TestRefDerefRemove [2022-03-11T18:23:50.047Z] === RUN TestGet [2022-03-11T18:23:50.047Z] === PAUSE TestGet [2022-03-11T18:23:50.047Z] === RUN TestGetWithReference [2022-03-11T18:23:50.047Z] === PAUSE TestGetWithReference [2022-03-11T18:23:50.047Z] === RUN TestFilterFunc [2022-03-11T18:23:50.047Z] === RUN TestFilterFunc/test_nil_list [2022-03-11T18:23:50.047Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-11T18:23:50.047Z] === RUN TestFilterFunc/test_empty_list [2022-03-11T18:23:50.047Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-11T18:23:50.047Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-11T18:23:50.047Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-11T18:23:50.047Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-11T18:23:50.047Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-11T18:23:50.047Z] === RUN TestFilterFunc/test_filter_some [2022-03-11T18:23:50.047Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-11T18:23:50.047Z] === RUN TestFilterFunc/test_filter_middle [2022-03-11T18:23:50.047Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-11T18:23:50.047Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-11T18:23:50.047Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-11T18:23:50.047Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-11T18:23:50.047Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-11T18:23:50.047Z] === CONT TestFilterFunc/test_nil_list [2022-03-11T18:23:50.047Z] === CONT TestFilterFunc/test_filter_some [2022-03-11T18:23:50.047Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-11T18:23:50.047Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-11T18:23:50.047Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-11T18:23:50.047Z] === CONT TestFilterFunc/test_empty_list [2022-03-11T18:23:50.047Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-11T18:23:50.122Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-11T18:23:50.378Z] docker_api_swarm_node_test.go:20: [d7ab2e8f23777] joining swarm manager [d0cefd06f9580]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:23:50.503Z] === CONT TestFilterFunc/test_filter_middle [2022-03-11T18:23:50.503Z] --- PASS: TestFilterFunc (0.00s) [2022-03-11T18:23:50.503Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-11T18:23:50.503Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-11T18:23:50.503Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-11T18:23:50.503Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-11T18:23:50.503Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-11T18:23:50.503Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-11T18:23:50.503Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-11T18:23:50.503Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-11T18:23:50.503Z] === CONT TestSetGetMeta [2022-03-11T18:23:50.503Z] === CONT TestDefererencePluginOnCreateError [2022-03-11T18:23:50.503Z] === CONT TestList [2022-03-11T18:23:50.503Z] === CONT TestDerefMultipleOfSameRef [2022-03-11T18:23:50.503Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-11T18:23:50.503Z] === CONT TestGetWithReference [2022-03-11T18:23:50.503Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-03-11T18:23:50.503Z] === CONT TestGet [2022-03-11T18:23:50.503Z] --- PASS: TestDerefMultipleOfSameRef (0.04s) [2022-03-11T18:23:50.503Z] === CONT TestRefDerefRemove [2022-03-11T18:23:50.503Z] --- PASS: TestList (0.04s) [2022-03-11T18:23:50.503Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-11T18:23:50.503Z] --- PASS: TestGetWithReference (0.03s) [2022-03-11T18:23:50.503Z] === CONT TestRemove [2022-03-11T18:23:50.503Z] --- PASS: TestGet (0.02s) [2022-03-11T18:23:50.503Z] === CONT TestCreate [2022-03-11T18:23:50.503Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-11T18:23:50.503Z] === CONT TestServicePrune [2022-03-11T18:23:50.503Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-11T18:23:50.503Z] === CONT TestServiceGet [2022-03-11T18:23:50.503Z] --- PASS: TestCreate (0.02s) [2022-03-11T18:23:50.503Z] === CONT TestServiceRemove [2022-03-11T18:23:50.503Z] --- PASS: TestRemove (0.03s) [2022-03-11T18:23:50.503Z] === CONT TestServiceList [2022-03-11T18:23:50.503Z] --- PASS: TestServiceGet (0.20s) [2022-03-11T18:23:50.503Z] === CONT TestServiceCreate [2022-03-11T18:23:50.503Z] time="2022-03-11T18:23:50Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-11T18:23:50.503Z] --- PASS: TestServiceRemove (0.20s) [2022-03-11T18:23:50.503Z] === CONT TestRestore [2022-03-11T18:23:50.503Z] time="2022-03-11T18:23:50Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-11T18:23:50.503Z] --- PASS: TestServiceList (0.19s) [2022-03-11T18:23:50.503Z] === CONT TestFindByReferenced [2022-03-11T18:23:50.503Z] time="2022-03-11T18:23:50Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-11T18:23:50.503Z] time="2022-03-11T18:23:50Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-11T18:23:50.503Z] --- PASS: TestServiceCreate (0.03s) [2022-03-11T18:23:50.503Z] === CONT TestFindByDriver [2022-03-11T18:23:50.503Z] time="2022-03-11T18:23:50Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-11T18:23:50.503Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-11T18:23:50.503Z] --- PASS: TestRestore (0.03s) [2022-03-11T18:23:50.503Z] --- PASS: TestServicePrune (0.24s) [2022-03-11T18:23:50.503Z] --- PASS: TestFindByDriver (0.02s) [2022-03-11T18:23:50.503Z] PASS [2022-03-11T18:23:50.503Z] coverage: 69.0% of statements [2022-03-11T18:23:50.503Z] ok github.com/docker/docker/volume/service 0.365s coverage: 69.0% of statements [2022-03-11T18:23:50.636Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-11T18:23:51.201Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-11T18:23:51.201Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-11T18:23:51.201Z] docker_api_swarm_node_test.go:21: [d83297a56fd10] joining swarm manager [d0cefd06f9580]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:23:51.988Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-11T18:23:51.988Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-11T18:23:51.988Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-11T18:23:51.988Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-11T18:23:51.988Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-11T18:23:52.030Z] 2022/03/11 18:23:51 Closing DB instances... [2022-03-11T18:23:52.132Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-11T18:23:52.388Z] --- PASS: TestContinueAfterPluginCrash (10.95s) [2022-03-11T18:23:52.647Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-11T18:23:52.992Z] time="2022-03-11T18:23:52Z" level=error msg="node: 0c85cb5072ae is unknown to memberlist" [2022-03-11T18:23:53.592Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-11T18:23:53.592Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-11T18:23:53.592Z] === RUN TestReadPluginNoRead/default [2022-03-11T18:23:54.154Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-11T18:23:54.411Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-11T18:23:55.154Z] --- PASS: TestNetworkDBCRUDMediumCluster (50.32s) [2022-03-11T18:23:55.154Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-11T18:23:55.342Z] === CONT TestReadPluginNoRead [2022-03-11T18:23:55.342Z] read_test.go:92: [de32be6db7f9d] daemon is not started [2022-03-11T18:23:55.342Z] --- PASS: TestReadPluginNoRead (8.11s) [2022-03-11T18:23:55.342Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.84s) [2022-03-11T18:23:55.342Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.52s) [2022-03-11T18:23:55.342Z] --- PASS: TestReadPluginNoRead/default (1.60s) [2022-03-11T18:23:55.342Z] PASS [2022-03-11T18:23:55.342Z] [2022-03-11T18:23:55.342Z] DONE 6 tests in 13.826s [2022-03-11T18:23:55.342Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-11T18:23:55.342Z] ++ 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 [2022-03-11T18:23:55.342Z] ++ set -e [2022-03-11T18:23:55.342Z] ++ '[' -n 0 ']' [2022-03-11T18:23:55.342Z] ++ set -x [2022-03-11T18:23:55.343Z] ++ 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 [2022-03-11T18:23:55.343Z] testing: warning: no tests to run [2022-03-11T18:23:55.343Z] PASS [2022-03-11T18:23:55.343Z] [2022-03-11T18:23:55.343Z] DONE 0 tests in 0.037s [2022-03-11T18:23:55.343Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-11T18:23:55.343Z] ++ 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 [2022-03-11T18:23:55.343Z] ++ set -e [2022-03-11T18:23:55.343Z] ++ '[' -n 0 ']' [2022-03-11T18:23:55.343Z] ++ set -x [2022-03-11T18:23:55.343Z] ++ 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 [2022-03-11T18:23:55.343Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-11T18:23:55.343Z] INFO: Testing against a local daemon [2022-03-11T18:23:55.343Z] === RUN TestPluginWithDevMounts [2022-03-11T18:23:55.343Z] === PAUSE TestPluginWithDevMounts [2022-03-11T18:23:55.343Z] === CONT TestPluginWithDevMounts [2022-03-11T18:23:55.905Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-11T18:23:55.905Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-11T18:23:56.114Z] 2022/03/11 18:23:55 Closing DB instances... [2022-03-11T18:23:56.470Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-11T18:23:57.031Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-11T18:23:57.031Z] --- PASS: TestPluginWithDevMounts (1.76s) [2022-03-11T18:23:57.031Z] PASS [2022-03-11T18:23:57.031Z] [2022-03-11T18:23:57.031Z] DONE 1 tests in 1.871s [2022-03-11T18:23:57.031Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-11T18:23:57.031Z] ++ 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 [2022-03-11T18:23:57.031Z] ++ set -e [2022-03-11T18:23:57.031Z] ++ '[' -n 0 ']' [2022-03-11T18:23:57.031Z] ++ set -x [2022-03-11T18:23:57.031Z] ++ 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 [2022-03-11T18:23:57.289Z] INFO: Testing against a local daemon [2022-03-11T18:23:57.289Z] === RUN TestSecretInspect [2022-03-11T18:23:57.546Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-11T18:23:57.546Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-11T18:23:57.649Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-03-11T18:23:57.649Z] === RUN TestNetworkDBGarbageCollection [2022-03-11T18:23:58.109Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-11T18:23:59.037Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-11T18:23:59.163Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-11T18:23:59.968Z] --- PASS: TestSecretInspect (2.62s) [2022-03-11T18:23:59.968Z] === RUN TestSecretList [2022-03-11T18:24:00.531Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-11T18:24:00.532Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-11T18:24:00.532Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-11T18:24:00.532Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-11T18:24:00.532Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-11T18:24:01.095Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-11T18:24:02.023Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-03-11T18:24:02.282Z] --- PASS: TestSecretList (2.34s) [2022-03-11T18:24:02.282Z] === RUN TestSecretsCreateAndDelete [2022-03-11T18:24:04.801Z] --- PASS: TestSecretsCreateAndDelete (2.60s) [2022-03-11T18:24:04.801Z] === RUN TestSecretsUpdate [2022-03-11T18:24:05.364Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-11T18:24:06.295Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-11T18:24:06.295Z] docker_api_swarm_test.go:502: [dd43192bdfce1] joining swarm manager [dbc697e05dca1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:24:07.226Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-11T18:24:07.226Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-11T18:24:07.226Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-11T18:24:07.226Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-11T18:24:07.788Z] --- PASS: TestSecretsUpdate (2.86s) [2022-03-11T18:24:07.788Z] === RUN TestTemplatedSecret [2022-03-11T18:24:09.717Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-11T18:24:10.645Z] --- PASS: TestTemplatedSecret (2.77s) [2022-03-11T18:24:10.645Z] === RUN TestSecretCreateResolve [2022-03-11T18:24:10.645Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-11T18:24:11.207Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-11T18:24:13.100Z] --- PASS: TestSecretCreateResolve (2.71s) [2022-03-11T18:24:13.100Z] PASS [2022-03-11T18:24:13.100Z] [2022-03-11T18:24:13.100Z] DONE 6 tests in 16.008s [2022-03-11T18:24:13.100Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-11T18:24:13.100Z] ++ 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 [2022-03-11T18:24:13.100Z] ++ set -e [2022-03-11T18:24:13.100Z] ++ '[' -n 0 ']' [2022-03-11T18:24:13.100Z] ++ set -x [2022-03-11T18:24:13.100Z] ++ 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 [2022-03-11T18:24:13.357Z] INFO: Testing against a local daemon [2022-03-11T18:24:13.357Z] === RUN TestServiceCreateInit [2022-03-11T18:24:13.357Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-11T18:24:14.726Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-11T18:24:15.290Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-11T18:24:16.222Z] docker_api_swarm_test.go:507: [d04818659fe73] joining swarm manager [dbc697e05dca1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:24:17.152Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-11T18:24:17.715Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-11T18:24:17.972Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-11T18:24:18.903Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-03-11T18:24:20.270Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-03-11T18:24:21.637Z] --- PASS: TestServiceCreateInit (8.17s) [2022-03-11T18:24:21.637Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.41s) [2022-03-11T18:24:21.637Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.74s) [2022-03-11T18:24:21.637Z] === RUN TestCreateServiceMultipleTimes [2022-03-11T18:24:21.637Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-03-11T18:24:23.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-03-11T18:24:24.898Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00000f818_} [2022-03-11T18:24:26.266Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12087808997_/foo_false____} [2022-03-11T18:24:28.159Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12087808997_/foo_true____} [2022-03-11T18:24:29.525Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31095207926_/foo_false____} [2022-03-11T18:24:31.114Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31095207926_/foo_true____} [2022-03-11T18:24:32.481Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31095207926_/foo_true__0xc00000f848__} [2022-03-11T18:24:33.849Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00000f860_} [2022-03-11T18:24:35.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00000f878_} [2022-03-11T18:24:36.580Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00000f8c0_} [2022-03-11T18:24:37.945Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00000f920_} [2022-03-11T18:24:38.201Z] --- PASS: TestCreateServiceMultipleTimes (16.68s) [2022-03-11T18:24:38.201Z] === RUN TestCreateServiceConflict [2022-03-11T18:24:39.128Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-03-11T18:24:40.497Z] --- PASS: TestCreateServiceConflict (2.43s) [2022-03-11T18:24:40.497Z] === RUN TestCreateServiceMaxReplicas [2022-03-11T18:24:40.497Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-11T18:24:43.016Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-11T18:24:43.946Z] --- PASS: TestCreateServiceMaxReplicas (3.42s) [2022-03-11T18:24:43.946Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-11T18:24:44.508Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-11T18:24:47.028Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-11T18:24:47.133Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-11T18:24:47.133Z] === RUN TestBoolValue [2022-03-11T18:24:47.133Z] --- PASS: TestBoolValue (0.00s) [2022-03-11T18:24:47.133Z] === RUN TestBoolValueOrDefault [2022-03-11T18:24:47.133Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-11T18:24:47.133Z] === RUN TestInt64ValueOrZero [2022-03-11T18:24:47.133Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-11T18:24:47.133Z] === RUN TestInt64ValueOrDefault [2022-03-11T18:24:47.133Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-11T18:24:47.133Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-11T18:24:47.133Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-11T18:24:47.133Z] === RUN TestJsonContentType [2022-03-11T18:24:47.133Z] --- PASS: TestJsonContentType (0.00s) [2022-03-11T18:24:47.133Z] PASS [2022-03-11T18:24:47.133Z] coverage: 14.7% of statements [2022-03-11T18:24:47.133Z] ok github.com/docker/docker/api/server/httputils 0.158s coverage: 14.7% of statements [2022-03-11T18:24:47.133Z] === RUN TestMaskSecretKeys [2022-03-11T18:24:47.133Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-11T18:24:47.133Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-11T18:24:47.133Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-11T18:24:47.133Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-11T18:24:47.133Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-11T18:24:47.133Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-11T18:24:47.133Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-11T18:24:47.133Z] === RUN TestVersionMiddlewareVersion [2022-03-11T18:24:47.133Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-11T18:24:47.133Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-11T18:24:47.133Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-11T18:24:47.133Z] PASS [2022-03-11T18:24:47.133Z] coverage: 37.7% of statements [2022-03-11T18:24:47.133Z] ok github.com/docker/docker/api/server/middleware 0.125s coverage: 37.7% of statements [2022-03-11T18:24:47.133Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-11T18:24:47.133Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-11T18:24:47.133Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-11T18:24:47.133Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-11T18:24:47.133Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-11T18:24:47.133Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-11T18:24:47.133Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-11T18:24:47.134Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-11T18:24:47.134Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-11T18:24:47.134Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-11T18:24:47.134Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-11T18:24:47.958Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-11T18:24:47.958Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-11T18:24:48.123Z] === RUN TestStrSliceMarshalJSON [2022-03-11T18:24:48.123Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-11T18:24:48.123Z] === RUN TestStrSliceUnmarshalJSON [2022-03-11T18:24:48.123Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-11T18:24:48.123Z] === RUN TestStrSliceUnmarshalString [2022-03-11T18:24:48.123Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-11T18:24:48.123Z] === RUN TestStrSliceUnmarshalSlice [2022-03-11T18:24:48.123Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-11T18:24:48.123Z] PASS [2022-03-11T18:24:48.123Z] coverage: 90.0% of statements [2022-03-11T18:24:48.123Z] ok github.com/docker/docker/api/types/strslice 0.042s coverage: 90.0% of statements [2022-03-11T18:24:48.521Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-11T18:24:48.521Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-03-11T18:24:48.595Z] === RUN TestAdjustForAPIVersion [2022-03-11T18:24:48.595Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-11T18:24:48.595Z] PASS [2022-03-11T18:24:48.595Z] coverage: 5.7% of statements [2022-03-11T18:24:48.595Z] ok github.com/docker/docker/api/server/router/swarm 0.057s coverage: 5.7% of statements [2022-03-11T18:24:48.595Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-11T18:24:48.595Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-11T18:24:48.595Z] ? github.com/docker/docker/api/types [no test files] [2022-03-11T18:24:48.595Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-11T18:24:48.595Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-11T18:24:48.595Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-11T18:24:48.595Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-11T18:24:48.595Z] === RUN TestToJSON [2022-03-11T18:24:48.595Z] --- PASS: TestToJSON (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestToParamWithVersion [2022-03-11T18:24:48.595Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestFromJSON [2022-03-11T18:24:48.595Z] --- PASS: TestFromJSON (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestEmpty [2022-03-11T18:24:48.595Z] --- PASS: TestEmpty (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestArgsMatchKVListEmptySources [2022-03-11T18:24:48.595Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestArgsMatchKVList [2022-03-11T18:24:48.595Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestArgsMatch [2022-03-11T18:24:48.595Z] --- PASS: TestArgsMatch (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestAdd [2022-03-11T18:24:48.595Z] --- PASS: TestAdd (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestDel [2022-03-11T18:24:48.595Z] --- PASS: TestDel (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestLen [2022-03-11T18:24:48.595Z] --- PASS: TestLen (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestExactMatch [2022-03-11T18:24:48.595Z] --- PASS: TestExactMatch (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestOnlyOneExactMatch [2022-03-11T18:24:48.595Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestContains [2022-03-11T18:24:48.595Z] --- PASS: TestContains (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestValidate [2022-03-11T18:24:48.595Z] --- PASS: TestValidate (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestWalkValues [2022-03-11T18:24:48.595Z] --- PASS: TestWalkValues (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestFuzzyMatch [2022-03-11T18:24:48.595Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestClone [2022-03-11T18:24:48.595Z] --- PASS: TestClone (0.00s) [2022-03-11T18:24:48.595Z] PASS [2022-03-11T18:24:48.595Z] coverage: 92.2% of statements [2022-03-11T18:24:48.595Z] ok github.com/docker/docker/api/types/filters 0.054s coverage: 92.2% of statements [2022-03-11T18:24:48.595Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-11T18:24:48.595Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-11T18:24:48.595Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-11T18:24:48.595Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-11T18:24:48.595Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-11T18:24:48.595Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-11T18:24:48.595Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-11T18:24:48.595Z] === RUN TestDurationToSecondsString [2022-03-11T18:24:48.595Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-11T18:24:48.595Z] === RUN TestGetTimestamp [2022-03-11T18:24:48.595Z] --- PASS: TestGetTimestamp (0.20s) [2022-03-11T18:24:48.595Z] === RUN TestParseTimestamps [2022-03-11T18:24:48.595Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-11T18:24:48.595Z] PASS [2022-03-11T18:24:48.595Z] coverage: 100.0% of statements [2022-03-11T18:24:48.595Z] ok github.com/docker/docker/api/types/time 0.250s coverage: 100.0% of statements [2022-03-11T18:24:49.065Z] === RUN TestCompareVersion [2022-03-11T18:24:49.065Z] --- PASS: TestCompareVersion (0.00s) [2022-03-11T18:24:49.065Z] PASS [2022-03-11T18:24:49.065Z] coverage: 77.3% of statements [2022-03-11T18:24:49.065Z] ok github.com/docker/docker/api/types/versions 0.047s coverage: 77.3% of statements [2022-03-11T18:24:49.065Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-11T18:24:49.065Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-11T18:24:49.065Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-11T18:24:49.065Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-11T18:24:49.065Z] ? github.com/docker/docker/builder [no test files] [2022-03-11T18:24:49.065Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-11T18:24:49.065Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-11T18:24:49.065Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-11T18:24:49.065Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-11T18:24:49.065Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-11T18:24:49.065Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-11T18:24:49.065Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-11T18:24:49.084Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-03-11T18:24:49.646Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-11T18:24:50.054Z] === RUN TestParseRemoteURL [2022-03-11T18:24:50.055Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-11T18:24:50.055Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-11T18:24:50.055Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-11T18:24:50.055Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-11T18:24:50.055Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-11T18:24:50.055Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-11T18:24:50.055Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-11T18:24:50.055Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-11T18:24:50.055Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-11T18:24:50.055Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-11T18:24:50.055Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-11T18:24:50.055Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-11T18:24:50.055Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-11T18:24:50.055Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-11T18:24:50.055Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-11T18:24:50.055Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-11T18:24:50.055Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-11T18:24:50.055Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-11T18:24:50.055Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-11T18:24:50.055Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-11T18:24:50.055Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-11T18:24:50.055Z] === RUN TestCloneArgsSmartHttp [2022-03-11T18:24:50.055Z] --- PASS: TestCloneArgsSmartHttp (0.02s) [2022-03-11T18:24:50.055Z] === RUN TestCloneArgsDumbHttp [2022-03-11T18:24:50.055Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-11T18:24:50.055Z] === RUN TestCloneArgsGit [2022-03-11T18:24:50.055Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-11T18:24:50.055Z] === RUN TestCheckoutGit [2022-03-11T18:24:50.209Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-11T18:24:51.164Z] docker_api_swarm_node_test.go:81: [db58209cafc82] joining swarm manager [d9bba7d33a124]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:24:51.164Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-11T18:24:51.726Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-11T18:24:52.289Z] === RUN TestEnable [2022-03-11T18:24:52.289Z] --- PASS: TestEnable (0.00s) [2022-03-11T18:24:52.289Z] === RUN TestDisable [2022-03-11T18:24:52.289Z] --- PASS: TestDisable (0.00s) [2022-03-11T18:24:52.289Z] === RUN TestEnabled [2022-03-11T18:24:52.289Z] --- PASS: TestEnabled (0.00s) [2022-03-11T18:24:52.289Z] PASS [2022-03-11T18:24:52.289Z] coverage: 100.0% of statements [2022-03-11T18:24:52.289Z] ok github.com/docker/docker/cli/debug 0.055s coverage: 100.0% of statements [2022-03-11T18:24:52.658Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-11T18:24:52.764Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-11T18:24:52.764Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-03-11T18:24:52.764Z] === RUN TestProcessNoDockerignore [2022-03-11T18:24:52.765Z] --- PASS: TestProcessNoDockerignore (0.01s) [2022-03-11T18:24:52.765Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-11T18:24:52.765Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-11T18:24:52.765Z] === RUN TestDetectContentType [2022-03-11T18:24:52.765Z] --- PASS: TestDetectContentType (0.00s) [2022-03-11T18:24:52.765Z] === RUN TestSelectAcceptableMIME [2022-03-11T18:24:52.765Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-11T18:24:52.765Z] === RUN TestInspectEmptyResponse [2022-03-11T18:24:52.765Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-11T18:24:52.765Z] === RUN TestInspectResponseBinary [2022-03-11T18:24:52.765Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-11T18:24:52.765Z] === RUN TestResponseUnsupportedContentType [2022-03-11T18:24:52.765Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-11T18:24:52.765Z] === RUN TestInspectResponseTextSimple [2022-03-11T18:24:52.765Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-11T18:24:52.765Z] === RUN TestInspectResponseEmptyContentType [2022-03-11T18:24:52.765Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-11T18:24:52.765Z] === RUN TestUnknownContentLength [2022-03-11T18:24:52.765Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-11T18:24:52.765Z] === RUN TestDownloadRemote [2022-03-11T18:24:52.765Z] --- PASS: TestDownloadRemote (0.10s) [2022-03-11T18:24:52.765Z] === RUN TestGetWithStatusError [2022-03-11T18:24:52.765Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-11T18:24:52.765Z] === RUN TestCloseRootDirectory [2022-03-11T18:24:52.765Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:24:52.765Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-11T18:24:52.765Z] === RUN TestHashFile [2022-03-11T18:24:52.765Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:24:52.765Z] --- SKIP: TestHashFile (0.00s) [2022-03-11T18:24:52.765Z] === RUN TestHashSubdir [2022-03-11T18:24:52.765Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:24:52.765Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-11T18:24:52.765Z] === RUN TestRemoveDirectory [2022-03-11T18:24:52.765Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:24:52.765Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-11T18:24:52.765Z] PASS [2022-03-11T18:24:52.765Z] coverage: 9.3% of statements [2022-03-11T18:24:52.765Z] ok github.com/docker/docker/builder/remotecontext 0.333s coverage: 9.3% of statements [2022-03-11T18:24:53.220Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-11T18:24:53.259Z] === RUN TestGetAllAllowed [2022-03-11T18:24:53.259Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestGetAllMeta [2022-03-11T18:24:53.259Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-11T18:24:53.259Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestIsUnreferencedBuiltin [2022-03-11T18:24:53.259Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestIsExistingDirectory [2022-03-11T18:24:53.259Z] --- PASS: TestIsExistingDirectory (0.02s) [2022-03-11T18:24:53.259Z] === RUN TestGetFilenameForDownload [2022-03-11T18:24:53.259Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestEnv2Variables [2022-03-11T18:24:53.259Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-11T18:24:53.259Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestMaintainer [2022-03-11T18:24:53.259Z] --- PASS: TestMaintainer (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestLabel [2022-03-11T18:24:53.259Z] --- PASS: TestLabel (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestFromScratch [2022-03-11T18:24:53.259Z] --- PASS: TestFromScratch (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestFromWithArg [2022-03-11T18:24:53.259Z] --- PASS: TestFromWithArg (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-11T18:24:53.259Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestFromWithUndefinedArg [2022-03-11T18:24:53.259Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestFromMultiStageWithNamedStage [2022-03-11T18:24:53.259Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestOnbuild [2022-03-11T18:24:53.259Z] --- PASS: TestOnbuild (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestWorkdir [2022-03-11T18:24:53.259Z] --- PASS: TestWorkdir (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestCmd [2022-03-11T18:24:53.259Z] --- PASS: TestCmd (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestHealthcheckNone [2022-03-11T18:24:53.259Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestHealthcheckCmd [2022-03-11T18:24:53.259Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestEntrypoint [2022-03-11T18:24:53.259Z] --- PASS: TestEntrypoint (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestExpose [2022-03-11T18:24:53.259Z] --- PASS: TestExpose (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestUser [2022-03-11T18:24:53.259Z] --- PASS: TestUser (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestVolume [2022-03-11T18:24:53.259Z] --- PASS: TestVolume (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestStopSignal [2022-03-11T18:24:53.259Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-11T18:24:53.259Z] --- SKIP: TestStopSignal (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestArg [2022-03-11T18:24:53.259Z] --- PASS: TestArg (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestShell [2022-03-11T18:24:53.259Z] --- PASS: TestShell (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestPrependEnvOnCmd [2022-03-11T18:24:53.259Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestRunWithBuildArgs [2022-03-11T18:24:53.259Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestRunIgnoresHealthcheck [2022-03-11T18:24:53.259Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestDispatchUnsupportedOptions [2022-03-11T18:24:53.259Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-11T18:24:53.259Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-11T18:24:53.259Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-11T18:24:53.259Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-11T18:24:53.259Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-11T18:24:53.259Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-11T18:24:53.259Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestNormalizeWorkdir [2022-03-11T18:24:53.259Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestDispatch [2022-03-11T18:24:53.259Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-11T18:24:53.259Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-11T18:24:53.259Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-11T18:24:53.259Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-11T18:24:53.259Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-11T18:24:53.259Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-11T18:24:53.259Z] === RUN TestDispatch/COPY_url [2022-03-11T18:24:53.259Z] --- PASS: TestDispatch (0.07s) [2022-03-11T18:24:53.259Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-03-11T18:24:53.259Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-11T18:24:53.259Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-11T18:24:53.259Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-11T18:24:53.259Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-11T18:24:53.259Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-11T18:24:53.259Z] --- PASS: TestDispatch/COPY_url (0.01s) [2022-03-11T18:24:53.259Z] === RUN TestAddScratchImageAddsToMounts [2022-03-11T18:24:53.259Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-11T18:24:53.259Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-11T18:24:53.259Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-11T18:24:53.259Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestImageSourceGetAddsToMounts [2022-03-11T18:24:53.259Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestEmptyDockerfile [2022-03-11T18:24:53.259Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-11T18:24:53.259Z] === RUN TestSymlinkDockerfile [2022-03-11T18:24:53.259Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-11T18:24:53.259Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-11T18:24:53.259Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestNonExistingDockerfile [2022-03-11T18:24:53.259Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestCopyRunConfig [2022-03-11T18:24:53.259Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestDeepCopyRunConfig [2022-03-11T18:24:53.259Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestExportImage [2022-03-11T18:24:53.259Z] --- PASS: TestExportImage (0.00s) [2022-03-11T18:24:53.259Z] === RUN TestNormalizeDest [2022-03-11T18:24:53.259Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-11T18:24:53.259Z] PASS [2022-03-11T18:24:53.259Z] coverage: 46.7% of statements [2022-03-11T18:24:53.259Z] ok github.com/docker/docker/builder/dockerfile 0.323s coverage: 46.7% of statements [2022-03-11T18:24:53.782Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-11T18:24:54.249Z] === RUN TestTCP4Proxy [2022-03-11T18:24:54.249Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-11T18:24:54.249Z] === RUN TestTCP4ProxyHalfClose [2022-03-11T18:24:54.249Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-11T18:24:54.249Z] === RUN TestTCP6Proxy [2022-03-11T18:24:54.249Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-11T18:24:54.249Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-11T18:24:54.249Z] === RUN TestTCPDualStackProxy [2022-03-11T18:24:54.249Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-11T18:24:54.250Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-11T18:24:54.250Z] === RUN TestUDP4Proxy [2022-03-11T18:24:54.250Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-11T18:24:54.250Z] === RUN TestUDP6Proxy [2022-03-11T18:24:54.250Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-11T18:24:54.250Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-11T18:24:54.250Z] === RUN TestUDPWriteError [2022-03-11T18:24:54.250Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-11T18:24:54.250Z] === RUN TestSCTP4Proxy [2022-03-11T18:24:54.250Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-11T18:24:54.250Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-11T18:24:54.250Z] === RUN TestSCTP6Proxy [2022-03-11T18:24:54.250Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-11T18:24:54.250Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-11T18:24:54.250Z] PASS [2022-03-11T18:24:54.250Z] coverage: 49.4% of statements [2022-03-11T18:24:54.250Z] ok github.com/docker/docker/cmd/docker-proxy 0.079s coverage: 49.4% of statements [2022-03-11T18:24:54.712Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-11T18:24:55.277Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-11T18:24:55.843Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-11T18:24:56.409Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-11T18:24:57.777Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-11T18:24:58.001Z] 2022/03/11 18:24:49 Closing DB instances... [2022-03-11T18:24:58.001Z] --- PASS: TestNetworkDBGarbageCollection (54.24s) [2022-03-11T18:24:58.001Z] === RUN TestFindNode [2022-03-11T18:24:58.001Z] 2022/03/11 18:24:51 Closing DB instances... [2022-03-11T18:24:58.001Z] --- PASS: TestFindNode (0.02s) [2022-03-11T18:24:58.001Z] === RUN TestChangeNodeState [2022-03-11T18:24:58.001Z] 2022/03/11 18:24:51 Closing DB instances... [2022-03-11T18:24:58.001Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-11T18:24:58.001Z] === RUN TestNodeReincarnation [2022-03-11T18:24:58.001Z] 2022/03/11 18:24:51 Closing DB instances... [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-11T18:24:58.001Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-11T18:24:58.001Z] === RUN TestParallelCreate [2022-03-11T18:24:58.001Z] 2022/03/11 18:24:56 Closing DB instances... [2022-03-11T18:24:58.001Z] --- PASS: TestParallelCreate (0.02s) [2022-03-11T18:24:58.001Z] === RUN TestParallelDelete [2022-03-11T18:24:58.001Z] 2022/03/11 18:24:56 Closing DB instances... [2022-03-11T18:24:58.001Z] --- PASS: TestParallelDelete (0.02s) [2022-03-11T18:24:58.001Z] === RUN TestNetworkDBIslands [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:6f653ede9889 with config:&{NodeID:6f653ede9889 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}" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=info msg="Node 6f653ede9889/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=info msg="Node 6f653ede9889/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:54c07d7d191b with config:&{NodeID:54c07d7d191b 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}" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=info msg="Node 54c07d7d191b/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=info msg="Node 54c07d7d191b/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=debug msg="memberlist: Stream connection from=[::1]:49375" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=info msg="Node 54c07d7d191b/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=info msg="Node 54c07d7d191b/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=info msg="Node 6f653ede9889/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=info msg="Node 6f653ede9889/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:56Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49376" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:4e29daa99237 with config:&{NodeID:4e29daa99237 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}" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=info msg="Node 4e29daa99237/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=info msg="Node 4e29daa99237/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=debug msg="memberlist: Stream connection from=[::1]:49377" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=info msg="Node 4e29daa99237/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=info msg="Node 4e29daa99237/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=info msg="Node 6f653ede9889/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=info msg="Node 6f653ede9889/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=info msg="Node 54c07d7d191b/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=info msg="Node 54c07d7d191b/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49378" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=info msg="Node 4e29daa99237/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.001Z] time="2022-03-11T18:24:57Z" level=info msg="Node 4e29daa99237/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.034Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.15s) [2022-03-11T18:24:58.034Z] === RUN TestCreateServiceSecretFileMode [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:57Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:ee67f2fed328 with config:&{NodeID:ee67f2fed328 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}" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="Node ee67f2fed328/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="Node ee67f2fed328/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Stream connection from=[::1]:49379" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="Node ee67f2fed328/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="Node ee67f2fed328/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="Node 6f653ede9889/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="Node 6f653ede9889/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="Node 54c07d7d191b/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="Node 54c07d7d191b/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="Node 4e29daa99237/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="Node 4e29daa99237/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49380" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="Node ee67f2fed328/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="Node ee67f2fed328/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="Node ee67f2fed328/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="Node ee67f2fed328/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.456Z] time="2022-03-11T18:24:58Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:5e5234f45b96 with config:&{NodeID:5e5234f45b96 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}" [2022-03-11T18:24:58.599Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 5e5234f45b96/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 5e5234f45b96/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Stream connection from=[::1]:49381" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 5e5234f45b96/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 5e5234f45b96/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 54c07d7d191b/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 54c07d7d191b/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 4e29daa99237/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 4e29daa99237/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 6f653ede9889/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 6f653ede9889/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node ee67f2fed328/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node ee67f2fed328/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49382" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 5e5234f45b96/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 5e5234f45b96/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 5e5234f45b96/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 5e5234f45b96/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 5e5234f45b96/172.30.209.223, joined gossip cluster" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="Node 5e5234f45b96/172.30.209.223, added to nodes list" [2022-03-11T18:24:58.912Z] networkdb_test.go:835: Re-joining: 3 [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="The new bootstrap node list is:[172.30.209.223:10033 172.30.209.223:10034 172.30.209.223:10035]" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.209.223:10033" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Stream connection from=172.30.209.223:49383" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.209.223:10034" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Stream connection from=172.30.209.223:49384" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.209.223:10035" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Stream connection from=172.30.209.223:49385" [2022-03-11T18:24:58.912Z] networkdb_test.go:835: Re-joining: 4 [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=info msg="The new bootstrap node list is:[172.30.209.223:10033 172.30.209.223:10034 172.30.209.223:10035]" [2022-03-11T18:24:58.912Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.209.223:10033" [2022-03-11T18:24:58.913Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Stream connection from=172.30.209.223:49386" [2022-03-11T18:24:58.913Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Stream connection from=172.30.209.223:49387" [2022-03-11T18:24:58.913Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.209.223:10034" [2022-03-11T18:24:58.913Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.209.223:10035" [2022-03-11T18:24:58.913Z] time="2022-03-11T18:24:58Z" level=debug msg="memberlist: Stream connection from=172.30.209.223:49388" [2022-03-11T18:24:59.368Z] time="2022-03-11T18:24:59Z" level=info msg="node 0 leaving" [2022-03-11T18:24:59.368Z] time="2022-03-11T18:24:59Z" level=info msg="Node 6f653ede9889 change state NodeActive --> NodeLeft" [2022-03-11T18:24:59.368Z] time="2022-03-11T18:24:59Z" level=info msg="node3(4e29daa99237): Node leave event for 6f653ede9889/172.30.209.223" [2022-03-11T18:24:59.368Z] time="2022-03-11T18:24:59Z" level=info msg="Node 6f653ede9889 change state NodeActive --> NodeLeft" [2022-03-11T18:24:59.368Z] time="2022-03-11T18:24:59Z" level=info msg="node4(ee67f2fed328): Node leave event for 6f653ede9889/172.30.209.223" [2022-03-11T18:24:59.368Z] time="2022-03-11T18:24:59Z" level=info msg="Node 6f653ede9889 change state NodeActive --> NodeLeft" [2022-03-11T18:24:59.368Z] time="2022-03-11T18:24:59Z" level=info msg="node5(5e5234f45b96): Node leave event for 6f653ede9889/172.30.209.223" [2022-03-11T18:24:59.368Z] time="2022-03-11T18:24:59Z" level=info msg="Node 6f653ede9889 change state NodeActive --> NodeLeft" [2022-03-11T18:24:59.368Z] time="2022-03-11T18:24:59Z" level=info msg="node2(54c07d7d191b): Node leave event for 6f653ede9889/172.30.209.223" [2022-03-11T18:24:59.368Z] time="2022-03-11T18:24:59Z" level=info msg="Node 6f653ede9889 change state NodeActive --> NodeLeft" [2022-03-11T18:24:59.368Z] time="2022-03-11T18:24:59Z" level=info msg="node1(6f653ede9889): Node leave event for 6f653ede9889/172.30.209.223" [2022-03-11T18:24:59.529Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-11T18:24:59.530Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-11T18:24:59.823Z] time="2022-03-11T18:24:59Z" level=info msg="Node 6f653ede9889/172.30.209.223, left gossip cluster" [2022-03-11T18:24:59.823Z] time="2022-03-11T18:24:59Z" level=info msg="Node 6f653ede9889/172.30.209.223, left gossip cluster" [2022-03-11T18:24:59.823Z] time="2022-03-11T18:24:59Z" level=info msg="Node 6f653ede9889/172.30.209.223, left gossip cluster" [2022-03-11T18:24:59.823Z] time="2022-03-11T18:24:59Z" level=info msg="Node 6f653ede9889/172.30.209.223, left gossip cluster" [2022-03-11T18:24:59.823Z] time="2022-03-11T18:24:59Z" level=info msg="Node 6f653ede9889/172.30.209.223, left gossip cluster" [2022-03-11T18:24:59.823Z] time="2022-03-11T18:24:59Z" level=info msg="node 1 leaving" [2022-03-11T18:24:59.823Z] time="2022-03-11T18:24:59Z" level=info msg="Node 54c07d7d191b change state NodeActive --> NodeLeft" [2022-03-11T18:24:59.823Z] time="2022-03-11T18:24:59Z" level=info msg="node5(5e5234f45b96): Node leave event for 54c07d7d191b/172.30.209.223" [2022-03-11T18:24:59.823Z] time="2022-03-11T18:24:59Z" level=info msg="Node 54c07d7d191b change state NodeActive --> NodeLeft" [2022-03-11T18:24:59.823Z] time="2022-03-11T18:24:59Z" level=info msg="node3(4e29daa99237): Node leave event for 54c07d7d191b/172.30.209.223" [2022-03-11T18:24:59.823Z] time="2022-03-11T18:24:59Z" level=info msg="Node 54c07d7d191b change state NodeActive --> NodeLeft" [2022-03-11T18:24:59.823Z] time="2022-03-11T18:24:59Z" level=info msg="node4(ee67f2fed328): Node leave event for 54c07d7d191b/172.30.209.223" [2022-03-11T18:24:59.823Z] time="2022-03-11T18:24:59Z" level=info msg="Node 54c07d7d191b change state NodeActive --> NodeLeft" [2022-03-11T18:24:59.824Z] time="2022-03-11T18:24:59Z" level=info msg="node2(54c07d7d191b): Node leave event for 54c07d7d191b/172.30.209.223" [2022-03-11T18:24:59.824Z] time="2022-03-11T18:24:59Z" level=info msg="Node 54c07d7d191b/172.30.209.223, left gossip cluster" [2022-03-11T18:24:59.824Z] time="2022-03-11T18:24:59Z" level=info msg="Node 54c07d7d191b/172.30.209.223, left gossip cluster" [2022-03-11T18:24:59.824Z] time="2022-03-11T18:24:59Z" level=info msg="Node 54c07d7d191b/172.30.209.223, left gossip cluster" [2022-03-11T18:24:59.824Z] time="2022-03-11T18:24:59Z" level=info msg="node 2 leaving" [2022-03-11T18:24:59.824Z] time="2022-03-11T18:24:59Z" level=info msg="Node 54c07d7d191b/172.30.209.223, left gossip cluster" [2022-03-11T18:25:00.278Z] time="2022-03-11T18:24:59Z" level=info msg="Node 4e29daa99237 change state NodeActive --> NodeLeft" [2022-03-11T18:25:00.278Z] time="2022-03-11T18:24:59Z" level=info msg="node5(5e5234f45b96): Node leave event for 4e29daa99237/172.30.209.223" [2022-03-11T18:25:00.278Z] time="2022-03-11T18:24:59Z" level=info msg="Node 4e29daa99237 change state NodeActive --> NodeLeft" [2022-03-11T18:25:00.278Z] time="2022-03-11T18:24:59Z" level=info msg="node4(ee67f2fed328): Node leave event for 4e29daa99237/172.30.209.223" [2022-03-11T18:25:00.278Z] time="2022-03-11T18:24:59Z" level=info msg="Node 4e29daa99237 change state NodeActive --> NodeLeft" [2022-03-11T18:25:00.279Z] time="2022-03-11T18:24:59Z" level=info msg="node3(4e29daa99237): Node leave event for 4e29daa99237/172.30.209.223" [2022-03-11T18:25:00.279Z] time="2022-03-11T18:24:59Z" level=info msg="Node 4e29daa99237/172.30.209.223, left gossip cluster" [2022-03-11T18:25:00.279Z] time="2022-03-11T18:25:00Z" level=info msg="Node 4e29daa99237/172.30.209.223, left gossip cluster" [2022-03-11T18:25:00.279Z] time="2022-03-11T18:25:00Z" level=info msg="Node 4e29daa99237/172.30.209.223, left gossip cluster" [2022-03-11T18:25:00.461Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=debug msg="memberlist: Failed ping: 5e5234f45b96 (timeout reached)" [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.30.209.223:10036: use of closed network connection" [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.30.209.223:10035: use of closed network connection" [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=debug msg="memberlist: Stream connection from=172.30.209.223:49389" [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=warning msg="memberlist: Failed to send gossip to 172.30.209.223:10036: write udp [::]:10035->172.30.209.223:10036: use of closed network connection" [2022-03-11T18:25:00.733Z] networkdb_test.go:867: node4: OK [2022-03-11T18:25:00.733Z] networkdb_test.go:867: node5: OK [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=info msg="node 0 coming back" [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:1c704f0a4dc2 with config:&{NodeID:1c704f0a4dc2 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}" [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, added to nodes list" [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=info msg="node 1 coming back" [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:d30e81299541 with config:&{NodeID:d30e81299541 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}" [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=info msg="Node d30e81299541/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=info msg="Node d30e81299541/172.30.209.223, added to nodes list" [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=info msg="node 2 coming back" [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:538a73e475e9 with config:&{NodeID:538a73e475e9 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}" [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=info msg="Node 538a73e475e9/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:00.733Z] time="2022-03-11T18:25:00Z" level=info msg="Node 538a73e475e9/172.30.209.223, added to nodes list" [2022-03-11T18:25:01.023Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-11T18:25:01.189Z] time="2022-03-11T18:25:00Z" level=warning msg="memberlist: Was able to connect to 5e5234f45b96 but other probes failed, network may be misconfigured" [2022-03-11T18:25:01.585Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-11T18:25:02.147Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-11T18:25:02.710Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-11T18:25:03.640Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-11T18:25:04.074Z] time="2022-03-11T18:25:04Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.30.209.223:10033 172.30.209.223:10034 172.30.209.223:10035]" [2022-03-11T18:25:04.202Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-11T18:25:04.461Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-03-11T18:25:04.530Z] time="2022-03-11T18:25:04Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.30.209.223:10033 172.30.209.223:10034 172.30.209.223:10035]" [2022-03-11T18:25:04.692Z] === RUN TestCheckpointCreateError [2022-03-11T18:25:04.692Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-11T18:25:04.692Z] === RUN TestCheckpointCreate [2022-03-11T18:25:04.692Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-11T18:25:04.692Z] === RUN TestCheckpointDeleteError [2022-03-11T18:25:04.692Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-11T18:25:04.692Z] === RUN TestCheckpointDelete [2022-03-11T18:25:04.692Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-11T18:25:04.692Z] === RUN TestCheckpointListError [2022-03-11T18:25:04.692Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-11T18:25:04.692Z] === RUN TestCheckpointList [2022-03-11T18:25:04.692Z] --- PASS: TestCheckpointList (0.00s) [2022-03-11T18:25:04.692Z] === RUN TestCheckpointListContainerNotFound [2022-03-11T18:25:04.692Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-11T18:25:04.692Z] === RUN TestNewClientWithOpsFromEnv [2022-03-11T18:25:04.692Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-11T18:25:04.692Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-11T18:25:04.692Z] === RUN TestGetAPIPath [2022-03-11T18:25:04.692Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-11T18:25:04.692Z] === RUN TestParseHostURL [2022-03-11T18:25:04.692Z] --- PASS: TestParseHostURL (0.00s) [2022-03-11T18:25:04.692Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-11T18:25:04.692Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-11T18:25:04.692Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-11T18:25:04.692Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-11T18:25:04.692Z] === RUN TestNegotiateAPIVersion [2022-03-11T18:25:04.692Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-11T18:25:04.692Z] === RUN TestNegotiateAPVersionOverride [2022-03-11T18:25:05.211Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-11T18:25:05.211Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-11T18:25:05.211Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-11T18:25:05.211Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestClientRedirect [2022-03-11T18:25:05.211Z] --- PASS: TestClientRedirect (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigCreateUnsupported [2022-03-11T18:25:05.211Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigCreateError [2022-03-11T18:25:05.211Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigCreate [2022-03-11T18:25:05.211Z] --- PASS: TestConfigCreate (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigInspectNotFound [2022-03-11T18:25:05.211Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigInspectWithEmptyID [2022-03-11T18:25:05.211Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigInspectUnsupported [2022-03-11T18:25:05.211Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigInspectError [2022-03-11T18:25:05.211Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigInspectConfigNotFound [2022-03-11T18:25:05.211Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigInspect [2022-03-11T18:25:05.211Z] --- PASS: TestConfigInspect (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigListUnsupported [2022-03-11T18:25:05.211Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigListError [2022-03-11T18:25:05.211Z] --- PASS: TestConfigListError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigList [2022-03-11T18:25:05.211Z] --- PASS: TestConfigList (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigRemoveUnsupported [2022-03-11T18:25:05.211Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigRemoveError [2022-03-11T18:25:05.211Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigRemove [2022-03-11T18:25:05.211Z] --- PASS: TestConfigRemove (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigUpdateUnsupported [2022-03-11T18:25:05.211Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigUpdateError [2022-03-11T18:25:05.211Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestConfigUpdate [2022-03-11T18:25:05.211Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestContainerCommitError [2022-03-11T18:25:05.211Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestContainerCommit [2022-03-11T18:25:05.211Z] --- PASS: TestContainerCommit (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestContainerStatPathError [2022-03-11T18:25:05.211Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestContainerStatPathNotFoundError [2022-03-11T18:25:05.211Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestContainerStatPathNoHeaderError [2022-03-11T18:25:05.211Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestContainerStatPath [2022-03-11T18:25:05.211Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestCopyToContainerError [2022-03-11T18:25:05.211Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestCopyToContainerNotFoundError [2022-03-11T18:25:05.211Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-11T18:25:05.211Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestCopyToContainer [2022-03-11T18:25:05.211Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestCopyFromContainerError [2022-03-11T18:25:05.211Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestCopyFromContainerNotFoundError [2022-03-11T18:25:05.211Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-11T18:25:05.211Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-11T18:25:05.211Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestCopyFromContainer [2022-03-11T18:25:05.211Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestContainerCreateError [2022-03-11T18:25:05.211Z] --- PASS: TestContainerCreateError (0.01s) [2022-03-11T18:25:05.211Z] === RUN TestContainerCreateImageNotFound [2022-03-11T18:25:05.211Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestContainerCreateWithName [2022-03-11T18:25:05.211Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestContainerCreateAutoRemove [2022-03-11T18:25:05.211Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestContainerDiffError [2022-03-11T18:25:05.211Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestContainerDiff [2022-03-11T18:25:05.211Z] --- PASS: TestContainerDiff (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestContainerExecCreateError [2022-03-11T18:25:05.211Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestContainerExecCreate [2022-03-11T18:25:05.211Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestContainerExecStartError [2022-03-11T18:25:05.211Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-11T18:25:05.211Z] === RUN TestContainerExecStart [2022-03-11T18:25:05.212Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerExecInspectError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerExecInspect [2022-03-11T18:25:05.212Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerExportError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerExportError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerExport [2022-03-11T18:25:05.212Z] --- PASS: TestContainerExport (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerInspectError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerInspectContainerNotFound [2022-03-11T18:25:05.212Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerInspectWithEmptyID [2022-03-11T18:25:05.212Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerInspect [2022-03-11T18:25:05.212Z] --- PASS: TestContainerInspect (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerInspectNode [2022-03-11T18:25:05.212Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerKillError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerKillError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerKill [2022-03-11T18:25:05.212Z] --- PASS: TestContainerKill (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerListError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerListError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerList [2022-03-11T18:25:05.212Z] --- PASS: TestContainerList (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerLogsNotFoundError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerLogsError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerLogs [2022-03-11T18:25:05.212Z] --- PASS: TestContainerLogs (0.23s) [2022-03-11T18:25:05.212Z] === RUN TestContainerPauseError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerPause [2022-03-11T18:25:05.212Z] --- PASS: TestContainerPause (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainersPruneError [2022-03-11T18:25:05.212Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainersPrune [2022-03-11T18:25:05.212Z] --- PASS: TestContainersPrune (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerRemoveError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerRemoveNotFoundError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerRemove [2022-03-11T18:25:05.212Z] --- PASS: TestContainerRemove (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerRenameError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerRename [2022-03-11T18:25:05.212Z] --- PASS: TestContainerRename (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerResizeError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerExecResizeError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerResize [2022-03-11T18:25:05.212Z] --- PASS: TestContainerResize (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerExecResize [2022-03-11T18:25:05.212Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerRestartError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerRestart [2022-03-11T18:25:05.212Z] --- PASS: TestContainerRestart (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerStartError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerStartError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerStart [2022-03-11T18:25:05.212Z] --- PASS: TestContainerStart (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerStatsError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerStats [2022-03-11T18:25:05.212Z] --- PASS: TestContainerStats (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerStopError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerStopError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerStop [2022-03-11T18:25:05.212Z] --- PASS: TestContainerStop (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerTopError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerTopError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerTop [2022-03-11T18:25:05.212Z] --- PASS: TestContainerTop (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerUnpauseError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerUnpause [2022-03-11T18:25:05.212Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerUpdateError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerUpdate [2022-03-11T18:25:05.212Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerWaitError [2022-03-11T18:25:05.212Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestContainerWait [2022-03-11T18:25:05.212Z] --- PASS: TestContainerWait (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestDiskUsageError [2022-03-11T18:25:05.212Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestDiskUsage [2022-03-11T18:25:05.212Z] --- PASS: TestDiskUsage (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestDistributionInspectUnsupported [2022-03-11T18:25:05.212Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestDistributionInspectWithEmptyID [2022-03-11T18:25:05.212Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestEventsErrorInOptions [2022-03-11T18:25:05.212Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestEventsErrorFromServer [2022-03-11T18:25:05.212Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestEvents [2022-03-11T18:25:05.212Z] --- PASS: TestEvents (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestTLSCloseWriter [2022-03-11T18:25:05.212Z] === PAUSE TestTLSCloseWriter [2022-03-11T18:25:05.212Z] === RUN TestImageBuildError [2022-03-11T18:25:05.212Z] --- PASS: TestImageBuildError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageBuild [2022-03-11T18:25:05.212Z] --- PASS: TestImageBuild (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestGetDockerOS [2022-03-11T18:25:05.212Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageCreateError [2022-03-11T18:25:05.212Z] --- PASS: TestImageCreateError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageCreate [2022-03-11T18:25:05.212Z] --- PASS: TestImageCreate (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageHistoryError [2022-03-11T18:25:05.212Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageHistory [2022-03-11T18:25:05.212Z] --- PASS: TestImageHistory (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageImportError [2022-03-11T18:25:05.212Z] --- PASS: TestImageImportError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageImport [2022-03-11T18:25:05.212Z] --- PASS: TestImageImport (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageInspectError [2022-03-11T18:25:05.212Z] --- PASS: TestImageInspectError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageInspectImageNotFound [2022-03-11T18:25:05.212Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageInspectWithEmptyID [2022-03-11T18:25:05.212Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageInspect [2022-03-11T18:25:05.212Z] --- PASS: TestImageInspect (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageListError [2022-03-11T18:25:05.212Z] --- PASS: TestImageListError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageList [2022-03-11T18:25:05.212Z] --- PASS: TestImageList (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageListApiBefore125 [2022-03-11T18:25:05.212Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageLoadError [2022-03-11T18:25:05.212Z] --- PASS: TestImageLoadError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageLoad [2022-03-11T18:25:05.212Z] --- PASS: TestImageLoad (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagesPruneError [2022-03-11T18:25:05.212Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagesPrune [2022-03-11T18:25:05.212Z] --- PASS: TestImagesPrune (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagePullReferenceParseError [2022-03-11T18:25:05.212Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagePullAnyError [2022-03-11T18:25:05.212Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-11T18:25:05.212Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-11T18:25:05.212Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-11T18:25:05.212Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-11T18:25:05.212Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagePullWithoutErrors [2022-03-11T18:25:05.212Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagePushReferenceError [2022-03-11T18:25:05.212Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagePushAnyError [2022-03-11T18:25:05.212Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-11T18:25:05.212Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-11T18:25:05.212Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-11T18:25:05.212Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-11T18:25:05.212Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImagePushWithoutErrors [2022-03-11T18:25:05.212Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-11T18:25:05.212Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-11T18:25:05.212Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-11T18:25:05.212Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-11T18:25:05.212Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-11T18:25:05.212Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-11T18:25:05.212Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-11T18:25:05.212Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-11T18:25:05.212Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageRemoveError [2022-03-11T18:25:05.212Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageRemoveImageNotFound [2022-03-11T18:25:05.212Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageRemove [2022-03-11T18:25:05.212Z] --- PASS: TestImageRemove (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageSaveError [2022-03-11T18:25:05.212Z] --- PASS: TestImageSaveError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageSave [2022-03-11T18:25:05.212Z] --- PASS: TestImageSave (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageSearchAnyError [2022-03-11T18:25:05.212Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-11T18:25:05.212Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-11T18:25:05.212Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-11T18:25:05.212Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-11T18:25:05.212Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageSearchWithoutErrors [2022-03-11T18:25:05.212Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageTagError [2022-03-11T18:25:05.212Z] --- PASS: TestImageTagError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageTagInvalidReference [2022-03-11T18:25:05.212Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageTagInvalidSourceImageName [2022-03-11T18:25:05.212Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageTagHexSource [2022-03-11T18:25:05.212Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestImageTag [2022-03-11T18:25:05.212Z] --- PASS: TestImageTag (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestInfoServerError [2022-03-11T18:25:05.212Z] --- PASS: TestInfoServerError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestInfoInvalidResponseJSONError [2022-03-11T18:25:05.212Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestInfo [2022-03-11T18:25:05.212Z] --- PASS: TestInfo (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNetworkConnectError [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNetworkConnect [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNetworkCreateError [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNetworkCreate [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNetworkDisconnectError [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNetworkDisconnect [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNetworkInspect [2022-03-11T18:25:05.212Z] === RUN TestNetworkInspect/empty_ID [2022-03-11T18:25:05.212Z] === RUN TestNetworkInspect/no_options [2022-03-11T18:25:05.212Z] === RUN TestNetworkInspect/verbose [2022-03-11T18:25:05.212Z] === RUN TestNetworkInspect/global_scope [2022-03-11T18:25:05.212Z] === RUN TestNetworkInspect/unknown_network [2022-03-11T18:25:05.212Z] === RUN TestNetworkInspect/server_error [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNetworkListError [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkListError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNetworkList [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkList (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNetworksPruneError [2022-03-11T18:25:05.212Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNetworksPrune [2022-03-11T18:25:05.212Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNetworkRemoveError [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNetworkRemove [2022-03-11T18:25:05.212Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNodeInspectError [2022-03-11T18:25:05.212Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNodeInspectNodeNotFound [2022-03-11T18:25:05.212Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNodeInspectWithEmptyID [2022-03-11T18:25:05.212Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNodeInspect [2022-03-11T18:25:05.212Z] --- PASS: TestNodeInspect (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNodeListError [2022-03-11T18:25:05.212Z] --- PASS: TestNodeListError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNodeList [2022-03-11T18:25:05.212Z] --- PASS: TestNodeList (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNodeRemoveError [2022-03-11T18:25:05.212Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNodeRemove [2022-03-11T18:25:05.212Z] --- PASS: TestNodeRemove (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNodeUpdateError [2022-03-11T18:25:05.212Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestNodeUpdate [2022-03-11T18:25:05.212Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestOptionWithHostFromEnv [2022-03-11T18:25:05.212Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestOptionWithTimeout [2022-03-11T18:25:05.212Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestOptionWithVersionFromEnv [2022-03-11T18:25:05.212Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestPingFail [2022-03-11T18:25:05.212Z] --- PASS: TestPingFail (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestPingWithError [2022-03-11T18:25:05.212Z] 2022/03/11 18:25:04 RoundTripper returned a response & error; ignoring response [2022-03-11T18:25:05.212Z] 2022/03/11 18:25:04 RoundTripper returned a response & error; ignoring response [2022-03-11T18:25:05.212Z] --- PASS: TestPingWithError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestPingSuccess [2022-03-11T18:25:05.212Z] --- PASS: TestPingSuccess (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestPingHeadFallback [2022-03-11T18:25:05.212Z] === RUN TestPingHeadFallback/OK [2022-03-11T18:25:05.212Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-11T18:25:05.212Z] === RUN TestPingHeadFallback/Not_Found [2022-03-11T18:25:05.212Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-11T18:25:05.212Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-11T18:25:05.212Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-11T18:25:05.212Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-11T18:25:05.212Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-11T18:25:05.212Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestPluginDisableError [2022-03-11T18:25:05.212Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestPluginDisable [2022-03-11T18:25:05.212Z] --- PASS: TestPluginDisable (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestPluginEnableError [2022-03-11T18:25:05.212Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestPluginEnable [2022-03-11T18:25:05.212Z] --- PASS: TestPluginEnable (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestPluginInspectError [2022-03-11T18:25:05.212Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestPluginInspectWithEmptyID [2022-03-11T18:25:05.212Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestPluginInspect [2022-03-11T18:25:05.212Z] --- PASS: TestPluginInspect (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestPluginListError [2022-03-11T18:25:05.212Z] --- PASS: TestPluginListError (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestPluginList [2022-03-11T18:25:05.212Z] --- PASS: TestPluginList (0.00s) [2022-03-11T18:25:05.212Z] === RUN TestPluginPushError [2022-03-11T18:25:05.213Z] --- PASS: TestPluginPushError (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestPluginPush [2022-03-11T18:25:05.213Z] --- PASS: TestPluginPush (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestPluginRemoveError [2022-03-11T18:25:05.213Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestPluginRemove [2022-03-11T18:25:05.213Z] --- PASS: TestPluginRemove (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestPluginSetError [2022-03-11T18:25:05.213Z] --- PASS: TestPluginSetError (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestPluginSet [2022-03-11T18:25:05.213Z] --- PASS: TestPluginSet (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestSetHostHeader [2022-03-11T18:25:05.213Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestPlainTextError [2022-03-11T18:25:05.213Z] --- PASS: TestPlainTextError (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestInfiniteError [2022-03-11T18:25:05.213Z] --- PASS: TestInfiniteError (0.07s) [2022-03-11T18:25:05.213Z] === RUN TestCanceledContext [2022-03-11T18:25:05.213Z] 2022/03/11 18:25:04 RoundTripper returned a response & error; ignoring response [2022-03-11T18:25:05.213Z] --- PASS: TestCanceledContext (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestDeadlineExceededContext [2022-03-11T18:25:05.213Z] 2022/03/11 18:25:04 RoundTripper returned a response & error; ignoring response [2022-03-11T18:25:05.213Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestSecretCreateUnsupported [2022-03-11T18:25:05.213Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestSecretCreateError [2022-03-11T18:25:05.213Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestSecretCreate [2022-03-11T18:25:05.213Z] --- PASS: TestSecretCreate (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestSecretInspectUnsupported [2022-03-11T18:25:05.213Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestSecretInspectError [2022-03-11T18:25:05.213Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestSecretInspectSecretNotFound [2022-03-11T18:25:05.213Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-11T18:25:05.213Z] === RUN TestSecretInspectWithEmptyID [2022-03-11T18:25:05.213Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.209.223:10033" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=debug msg="memberlist: Stream connection from=172.30.209.223:49390" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 5e5234f45b96/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 5e5234f45b96/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node ee67f2fed328/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node ee67f2fed328/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, is the new incarnation of the shutdown node 6f653ede9889/172.30.209.223" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.209.223:10034" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=debug msg="memberlist: Stream connection from=172.30.209.223:49391" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 5e5234f45b96/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 5e5234f45b96/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node ee67f2fed328/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node ee67f2fed328/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node d30e81299541/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node d30e81299541/172.30.209.223, is the new incarnation of the shutdown node 54c07d7d191b/172.30.209.223" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node d30e81299541/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=debug msg="memberlist: Stream connection from=172.30.209.223:49392" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.209.223:10035" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 5e5234f45b96/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 5e5234f45b96/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node ee67f2fed328/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node ee67f2fed328/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node d30e81299541/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node d30e81299541/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 538a73e475e9/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 538a73e475e9/172.30.209.223, is the new incarnation of the shutdown node 4e29daa99237/172.30.209.223" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 538a73e475e9/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node d30e81299541/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node d30e81299541/172.30.209.223, is the new incarnation of the shutdown node 54c07d7d191b/172.30.209.223" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node d30e81299541/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, is the new incarnation of the shutdown node 6f653ede9889/172.30.209.223" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node d30e81299541/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node d30e81299541/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 538a73e475e9/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 538a73e475e9/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 538a73e475e9/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 538a73e475e9/172.30.209.223, is the new incarnation of the shutdown node 4e29daa99237/172.30.209.223" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 538a73e475e9/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 538a73e475e9/172.30.209.223, joined gossip cluster" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=info msg="Node 538a73e475e9/172.30.209.223, added to nodes list" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.209.223:10033" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=debug msg="memberlist: Stream connection from=172.30.209.223:49393" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.209.223:10034" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=debug msg="memberlist: Stream connection from=172.30.209.223:49394" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.209.223:10035" [2022-03-11T18:25:05.492Z] time="2022-03-11T18:25:05Z" level=debug msg="memberlist: Stream connection from=172.30.209.223:49395" [2022-03-11T18:25:05.683Z] === RUN TestSecretInspect [2022-03-11T18:25:05.683Z] --- PASS: TestSecretInspect (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSecretListUnsupported [2022-03-11T18:25:05.683Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSecretListError [2022-03-11T18:25:05.683Z] --- PASS: TestSecretListError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSecretList [2022-03-11T18:25:05.683Z] --- PASS: TestSecretList (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSecretRemoveUnsupported [2022-03-11T18:25:05.683Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSecretRemoveError [2022-03-11T18:25:05.683Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSecretRemove [2022-03-11T18:25:05.683Z] --- PASS: TestSecretRemove (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSecretUpdateUnsupported [2022-03-11T18:25:05.683Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSecretUpdateError [2022-03-11T18:25:05.683Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSecretUpdate [2022-03-11T18:25:05.683Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceCreateError [2022-03-11T18:25:05.683Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceCreate [2022-03-11T18:25:05.683Z] --- PASS: TestServiceCreate (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-11T18:25:05.683Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.02s) [2022-03-11T18:25:05.683Z] === RUN TestServiceCreateDigestPinning [2022-03-11T18:25:05.683Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceInspectError [2022-03-11T18:25:05.683Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceInspectServiceNotFound [2022-03-11T18:25:05.683Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceInspectWithEmptyID [2022-03-11T18:25:05.683Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceInspect [2022-03-11T18:25:05.683Z] --- PASS: TestServiceInspect (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceListError [2022-03-11T18:25:05.683Z] --- PASS: TestServiceListError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceList [2022-03-11T18:25:05.683Z] --- PASS: TestServiceList (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceLogsError [2022-03-11T18:25:05.683Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceLogs [2022-03-11T18:25:05.683Z] --- PASS: TestServiceLogs (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceRemoveError [2022-03-11T18:25:05.683Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceRemoveNotFoundError [2022-03-11T18:25:05.683Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceRemove [2022-03-11T18:25:05.683Z] --- PASS: TestServiceRemove (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceUpdateError [2022-03-11T18:25:05.683Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestServiceUpdate [2022-03-11T18:25:05.683Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSwarmGetUnlockKeyError [2022-03-11T18:25:05.683Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSwarmGetUnlockKey [2022-03-11T18:25:05.683Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSwarmInitError [2022-03-11T18:25:05.683Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSwarmInit [2022-03-11T18:25:05.683Z] --- PASS: TestSwarmInit (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSwarmInspectError [2022-03-11T18:25:05.683Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSwarmInspect [2022-03-11T18:25:05.683Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSwarmJoinError [2022-03-11T18:25:05.683Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSwarmJoin [2022-03-11T18:25:05.683Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSwarmLeaveError [2022-03-11T18:25:05.683Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSwarmLeave [2022-03-11T18:25:05.683Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSwarmUnlockError [2022-03-11T18:25:05.683Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSwarmUnlock [2022-03-11T18:25:05.683Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSwarmUpdateError [2022-03-11T18:25:05.683Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestSwarmUpdate [2022-03-11T18:25:05.683Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestTaskInspectError [2022-03-11T18:25:05.683Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestTaskInspectWithEmptyID [2022-03-11T18:25:05.683Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestTaskInspect [2022-03-11T18:25:05.683Z] --- PASS: TestTaskInspect (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestTaskListError [2022-03-11T18:25:05.683Z] --- PASS: TestTaskListError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestTaskList [2022-03-11T18:25:05.683Z] --- PASS: TestTaskList (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestVolumeCreateError [2022-03-11T18:25:05.683Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestVolumeCreate [2022-03-11T18:25:05.683Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestVolumeInspectError [2022-03-11T18:25:05.683Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestVolumeInspectNotFound [2022-03-11T18:25:05.683Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestVolumeInspectWithEmptyID [2022-03-11T18:25:05.683Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestVolumeInspect [2022-03-11T18:25:05.683Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestVolumeListError [2022-03-11T18:25:05.683Z] --- PASS: TestVolumeListError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestVolumeList [2022-03-11T18:25:05.683Z] --- PASS: TestVolumeList (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestVolumeRemoveError [2022-03-11T18:25:05.683Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-11T18:25:05.683Z] === RUN TestVolumeRemove [2022-03-11T18:25:05.683Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-11T18:25:05.683Z] === CONT TestTLSCloseWriter [2022-03-11T18:25:05.683Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-03-11T18:25:05.683Z] PASS [2022-03-11T18:25:05.683Z] coverage: 75.2% of statements [2022-03-11T18:25:05.683Z] ok github.com/docker/docker/client 0.534s coverage: 75.2% of statements [2022-03-11T18:25:05.830Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-11T18:25:05.947Z] 2022/03/11 18:25:05 Closing DB instances... [2022-03-11T18:25:05.947Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2 change state NodeActive --> NodeLeft" [2022-03-11T18:25:05.947Z] time="2022-03-11T18:25:05Z" level=info msg="node4(ee67f2fed328): Node leave event for 1c704f0a4dc2/172.30.209.223" [2022-03-11T18:25:05.947Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2 change state NodeActive --> NodeLeft" [2022-03-11T18:25:05.947Z] time="2022-03-11T18:25:05Z" level=info msg="node2(d30e81299541): Node leave event for 1c704f0a4dc2/172.30.209.223" [2022-03-11T18:25:05.947Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2 change state NodeActive --> NodeLeft" [2022-03-11T18:25:05.947Z] time="2022-03-11T18:25:05Z" level=info msg="node3(538a73e475e9): Node leave event for 1c704f0a4dc2/172.30.209.223" [2022-03-11T18:25:05.947Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2 change state NodeActive --> NodeLeft" [2022-03-11T18:25:05.947Z] time="2022-03-11T18:25:05Z" level=info msg="node1(1c704f0a4dc2): Node leave event for 1c704f0a4dc2/172.30.209.223" [2022-03-11T18:25:05.947Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2 change state NodeActive --> NodeLeft" [2022-03-11T18:25:05.947Z] time="2022-03-11T18:25:05Z" level=info msg="node5(5e5234f45b96): Node leave event for 1c704f0a4dc2/172.30.209.223" [2022-03-11T18:25:05.947Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, left gossip cluster" [2022-03-11T18:25:05.947Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, left gossip cluster" [2022-03-11T18:25:05.947Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, left gossip cluster" [2022-03-11T18:25:05.947Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, left gossip cluster" [2022-03-11T18:25:05.947Z] time="2022-03-11T18:25:05Z" level=info msg="Node 1c704f0a4dc2/172.30.209.223, left gossip cluster" [2022-03-11T18:25:06.402Z] time="2022-03-11T18:25:06Z" level=info msg="Node d30e81299541 change state NodeActive --> NodeLeft" [2022-03-11T18:25:06.402Z] time="2022-03-11T18:25:06Z" level=info msg="node3(538a73e475e9): Node leave event for d30e81299541/172.30.209.223" [2022-03-11T18:25:06.402Z] time="2022-03-11T18:25:06Z" level=info msg="Node d30e81299541 change state NodeActive --> NodeLeft" [2022-03-11T18:25:06.402Z] time="2022-03-11T18:25:06Z" level=info msg="node4(ee67f2fed328): Node leave event for d30e81299541/172.30.209.223" [2022-03-11T18:25:06.402Z] time="2022-03-11T18:25:06Z" level=info msg="Node d30e81299541 change state NodeActive --> NodeLeft" [2022-03-11T18:25:06.402Z] time="2022-03-11T18:25:06Z" level=info msg="node5(5e5234f45b96): Node leave event for d30e81299541/172.30.209.223" [2022-03-11T18:25:06.402Z] time="2022-03-11T18:25:06Z" level=info msg="Node d30e81299541 change state NodeActive --> NodeLeft" [2022-03-11T18:25:06.402Z] time="2022-03-11T18:25:06Z" level=info msg="node2(d30e81299541): Node leave event for d30e81299541/172.30.209.223" [2022-03-11T18:25:06.402Z] time="2022-03-11T18:25:06Z" level=info msg="Node d30e81299541/172.30.209.223, left gossip cluster" [2022-03-11T18:25:06.402Z] time="2022-03-11T18:25:06Z" level=info msg="Node d30e81299541/172.30.209.223, left gossip cluster" [2022-03-11T18:25:06.762Z] docker_api_swarm_node_test.go:53: [dfacba9ab8887] joining swarm manager [dafe2d18042fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:25:06.858Z] time="2022-03-11T18:25:06Z" level=info msg="Node d30e81299541/172.30.209.223, left gossip cluster" [2022-03-11T18:25:06.858Z] time="2022-03-11T18:25:06Z" level=info msg="Node d30e81299541/172.30.209.223, left gossip cluster" [2022-03-11T18:25:06.858Z] time="2022-03-11T18:25:06Z" level=info msg="Node 538a73e475e9/172.30.209.223, left gossip cluster" [2022-03-11T18:25:06.858Z] time="2022-03-11T18:25:06Z" level=info msg="Node 538a73e475e9 change state NodeActive --> NodeFailed" [2022-03-11T18:25:06.858Z] time="2022-03-11T18:25:06Z" level=info msg="Node 538a73e475e9/172.30.209.223, added to failed nodes list" [2022-03-11T18:25:06.858Z] time="2022-03-11T18:25:06Z" level=info msg="Node 538a73e475e9 change state NodeActive --> NodeLeft" [2022-03-11T18:25:06.858Z] time="2022-03-11T18:25:06Z" level=info msg="node4(ee67f2fed328): Node leave event for 538a73e475e9/172.30.209.223" [2022-03-11T18:25:06.858Z] time="2022-03-11T18:25:06Z" level=info msg="Node 538a73e475e9 change state NodeActive --> NodeLeft" [2022-03-11T18:25:06.858Z] time="2022-03-11T18:25:06Z" level=info msg="node5(5e5234f45b96): Node leave event for 538a73e475e9/172.30.209.223" [2022-03-11T18:25:06.858Z] time="2022-03-11T18:25:06Z" level=error msg="node: 538a73e475e9 is unknown to memberlist" [2022-03-11T18:25:06.858Z] time="2022-03-11T18:25:06Z" level=info msg="Node 538a73e475e9/172.30.209.223, left gossip cluster" [2022-03-11T18:25:06.858Z] time="2022-03-11T18:25:06Z" level=info msg="Node 538a73e475e9/172.30.209.223, left gossip cluster" [2022-03-11T18:25:07.312Z] time="2022-03-11T18:25:06Z" level=debug msg="memberlist: Failed ping: 538a73e475e9 (timeout reached)" [2022-03-11T18:25:07.312Z] time="2022-03-11T18:25:06Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.30.209.223:10037: use of closed network connection" [2022-03-11T18:25:07.312Z] time="2022-03-11T18:25:06Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.30.209.223:10036: use of closed network connection" [2022-03-11T18:25:07.312Z] time="2022-03-11T18:25:07Z" level=info msg="Node ee67f2fed328 change state NodeActive --> NodeLeft" [2022-03-11T18:25:07.313Z] time="2022-03-11T18:25:07Z" level=info msg="node5(5e5234f45b96): Node leave event for ee67f2fed328/172.30.209.223" [2022-03-11T18:25:07.313Z] time="2022-03-11T18:25:07Z" level=info msg="Node ee67f2fed328 change state NodeActive --> NodeLeft" [2022-03-11T18:25:07.313Z] time="2022-03-11T18:25:07Z" level=info msg="node4(ee67f2fed328): Node leave event for ee67f2fed328/172.30.209.223" [2022-03-11T18:25:07.691Z] docker_api_swarm_node_test.go:54: [da8b31aced846] joining swarm manager [dafe2d18042fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:25:07.768Z] time="2022-03-11T18:25:07Z" level=info msg="Node ee67f2fed328/172.30.209.223, left gossip cluster" [2022-03-11T18:25:07.769Z] time="2022-03-11T18:25:07Z" level=info msg="memberlist: Suspect 538a73e475e9 has failed, no acks received" [2022-03-11T18:25:07.769Z] time="2022-03-11T18:25:07Z" level=info msg="Node ee67f2fed328/172.30.209.223, left gossip cluster" [2022-03-11T18:25:08.729Z] time="2022-03-11T18:25:08Z" level=info msg="Node 5e5234f45b96/172.30.209.223, left gossip cluster" [2022-03-11T18:25:08.729Z] time="2022-03-11T18:25:08Z" level=info msg="Node 5e5234f45b96 change state NodeActive --> NodeFailed" [2022-03-11T18:25:08.729Z] time="2022-03-11T18:25:08Z" level=info msg="Node 5e5234f45b96/172.30.209.223, added to failed nodes list" [2022-03-11T18:25:08.729Z] --- PASS: TestNetworkDBIslands (11.48s) [2022-03-11T18:25:08.729Z] PASS [2022-03-11T18:25:08.729Z] coverage: 60.0% of statements [2022-03-11T18:25:08.729Z] ok github.com/docker/docker/libnetwork/networkdb 148.498s coverage: 60.0% of statements [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/quota [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/rootless [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/volume [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-11T18:25:08.729Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-11T18:25:09.059Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-11T18:25:10.960Z] --- PASS: TestCreateServiceSecretFileMode (12.87s) [2022-03-11T18:25:10.960Z] === RUN TestCreateServiceConfigFileMode [2022-03-11T18:25:10.960Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-11T18:25:11.522Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === Skipped [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-11T18:25:11.616Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-11T18:25:11.616Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-03-11T18:25:11.616Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-11T18:25:11.616Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-03-11T18:25:11.616Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-11T18:25:11.616Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-11T18:25:11.616Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-11T18:25:11.616Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-11T18:25:11.616Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-11T18:25:11.616Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-11T18:25:11.616Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-11T18:25:11.616Z] daemon_test.go:145: root required [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-11T18:25:11.616Z] reload_test.go:342: root required [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-11T18:25:11.616Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-11T18:25:11.616Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-11T18:25:11.616Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-11T18:25:11.616Z] download_test.go:267: Needs fixing on Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-11T18:25:11.616Z] layer_test.go:291: Failing on Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-11T18:25:11.616Z] layer_test.go:340: Failing on Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-11T18:25:11.616Z] layer_test.go:455: Failing on Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-11T18:25:11.616Z] layer_test.go:684: Failing on Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-11T18:25:11.616Z] migration_test.go:45: Failing on Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-11T18:25:11.616Z] migration_test.go:181: Failing on Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-11T18:25:11.616Z] mount_test.go:17: Failing on Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-11T18:25:11.616Z] mount_test.go:76: Failing on Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-11T18:25:11.616Z] mount_test.go:125: Failing on Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-11T18:25:11.616Z] mount_test.go:212: Failing on Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-11T18:25:11.616Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-11T18:25:11.616Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-11T18:25:11.616Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-11T18:25:11.616Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-11T18:25:11.616Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-11T18:25:11.616Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-11T18:25:11.616Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-11T18:25:11.616Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-11T18:25:11.616Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-11T18:25:11.616Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-11T18:25:11.616Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-11T18:25:11.616Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-11T18:25:11.616Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-11T18:25:11.616Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-11T18:25:11.616Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-11T18:25:11.616Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-11T18:25:11.616Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-11T18:25:11.616Z] archive_test.go:133: Xz not present in msys2 [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-11T18:25:11.616Z] archive_test.go:140: zstd not installed [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-11T18:25:11.616Z] archive_test.go:252: Failing on Windows CI machines [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-11T18:25:11.616Z] archive_windows_test.go:16: Currently fails [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-11T18:25:11.616Z] changes_test.go:195: needs more investigation [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-11T18:25:11.616Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-11T18:25:11.616Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-11T18:25:11.616Z] changes_test.go:432: needs further investigation [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-11T18:25:11.616Z] changes_test.go:468: needs further investigation [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-11T18:25:11.616Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-11T18:25:11.616Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-11T18:25:11.616Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-11T18:25:11.616Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-11T18:25:11.616Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-11T18:25:11.616Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-11T18:25:11.616Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-11T18:25:11.616Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-11T18:25:11.616Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-11T18:25:11.616Z] poller_test.go:40: No chmod on Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-11T18:25:11.616Z] fileutils_test.go:133: Needs porting to Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-11T18:25:11.616Z] fileutils_test.go:179: Needs porting to Windows [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-11T18:25:11.616Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-11T18:25:11.616Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-11T18:25:11.616Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-11T18:25:11.616Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-11T18:25:11.616Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-11T18:25:11.616Z] [2022-03-11T18:25:11.616Z] DONE 2077 tests, 70 skipped in 348.366s [2022-03-11T18:25:12.071Z] INFO: make.ps1 ended at 03/11/2022 18:25:11 [2022-03-11T18:25:14.241Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-11T18:25:14.241Z] INFO: Unit tests ended at 03/11/2022 18:25:13. Duration:00:06:04.7701215 [2022-03-11T18:25:14.241Z] INFO: Building busybox [2022-03-11T18:25:14.241Z] Sending build context to Docker daemon 5.12kB [2022-03-11T18:25:14.241Z] [2022-03-11T18:25:14.241Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-11T18:25:14.241Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-11T18:25:14.241Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-11T18:25:14.241Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-11T18:25:14.241Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-11T18:25:14.241Z] ---> 02f938cacc3b [2022-03-11T18:25:14.241Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-11T18:25:14.241Z] ---> Running in 2c315c4f2869 [2022-03-11T18:25:14.793Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-11T18:25:16.688Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-11T18:25:17.250Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-11T18:25:19.766Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-03-11T18:25:20.331Z] === RUN TestDockerSuite/TestCpToDot [2022-03-11T18:25:20.892Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-11T18:25:21.396Z] Removing intermediate container 2c315c4f2869 [2022-03-11T18:25:21.396Z] ---> b989aa783434 [2022-03-11T18:25:21.396Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-11T18:25:21.396Z] ---> Running in 179e3f9477c4 [2022-03-11T18:25:21.396Z] Removing intermediate container 179e3f9477c4 [2022-03-11T18:25:21.396Z] ---> ca6a8de3f167 [2022-03-11T18:25:21.396Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-11T18:25:21.396Z] ---> Running in e7e524fb7fdc [2022-03-11T18:25:21.820Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-11T18:25:21.864Z] Removing intermediate container e7e524fb7fdc [2022-03-11T18:25:21.864Z] ---> 7a4aaeb6525f [2022-03-11T18:25:21.864Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-11T18:25:22.748Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-11T18:25:22.851Z] [2022-03-11T18:25:23.311Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-11T18:25:23.318Z] ---> 342e768731ad [2022-03-11T18:25:23.318Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-11T18:25:23.787Z] ---> Running in 5a7101ad5924 [2022-03-11T18:25:23.874Z] --- PASS: TestCreateServiceConfigFileMode (12.97s) [2022-03-11T18:25:23.874Z] === RUN TestCreateServiceSysctls [2022-03-11T18:25:24.131Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-11T18:25:24.387Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-11T18:25:24.951Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-11T18:25:26.322Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-11T18:25:26.322Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-11T18:25:26.322Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-11T18:25:26.884Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-11T18:25:27.447Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-11T18:25:27.447Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-11T18:25:27.447Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-11T18:25:27.447Z] --- PASS: TestCreateServiceSysctls (3.36s) [2022-03-11T18:25:27.447Z] === RUN TestCreateServiceCapabilities [2022-03-11T18:25:27.447Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-11T18:25:28.010Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-11T18:25:28.266Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-11T18:25:28.523Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-11T18:25:28.523Z] === RUN TestDockerSuite/TestCreateRM [2022-03-11T18:25:28.523Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-11T18:25:28.523Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-11T18:25:28.523Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-11T18:25:28.781Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-11T18:25:28.781Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-11T18:25:30.695Z] --- PASS: TestCreateServiceCapabilities (2.99s) [2022-03-11T18:25:30.695Z] === RUN TestInspect [2022-03-11T18:25:30.695Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-11T18:25:30.695Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-11T18:25:30.695Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-11T18:25:30.936Z] --- PASS: TestCheckoutGit (37.27s) [2022-03-11T18:25:30.936Z] === RUN TestValidGitTransport [2022-03-11T18:25:30.936Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-11T18:25:30.936Z] === RUN TestGitInvalidRef [2022-03-11T18:25:30.936Z] --- PASS: TestGitInvalidRef (0.36s) [2022-03-11T18:25:30.936Z] PASS [2022-03-11T18:25:30.936Z] coverage: 86.3% of statements [2022-03-11T18:25:30.936Z] ok github.com/docker/docker/builder/remotecontext/git 37.718s coverage: 86.3% of statements [2022-03-11T18:25:30.936Z] ? github.com/docker/docker/cli [no test files] [2022-03-11T18:25:30.936Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-11T18:25:33.967Z] --- PASS: TestInspect (3.68s) [2022-03-11T18:25:33.967Z] === RUN TestCreateJob [2022-03-11T18:25:34.212Z] Removing intermediate container 5a7101ad5924 [2022-03-11T18:25:34.212Z] ---> 4d2c551e6c03 [2022-03-11T18:25:34.212Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-11T18:25:34.212Z] ---> Running in 84d37d901054 [2022-03-11T18:25:34.530Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-11T18:25:34.786Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-11T18:25:34.786Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-11T18:25:34.786Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-11T18:25:35.043Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-11T18:25:35.043Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-11T18:25:35.605Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-11T18:25:36.426Z] [2022-03-11T18:25:36.426Z] SUCCESS: Specified value was saved. [2022-03-11T18:25:36.823Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-11T18:25:36.823Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-11T18:25:36.823Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-11T18:25:36.823Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-11T18:25:36.823Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-11T18:25:36.823Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-11T18:25:36.823Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-11T18:25:36.823Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-11T18:25:36.823Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-11T18:25:36.823Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-11T18:25:36.823Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-11T18:25:36.974Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-11T18:25:37.298Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-11T18:25:37.298Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-11T18:25:37.298Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-11T18:25:37.298Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-11T18:25:37.298Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-11T18:25:37.298Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-11T18:25:37.298Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-11T18:25:37.298Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-11T18:25:37.298Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-11T18:25:37.298Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-11T18:25:37.298Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-11T18:25:37.298Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-11T18:25:37.298Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-11T18:25:37.298Z] === RUN TestConfigureDaemonLogs [2022-03-11T18:25:37.298Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-11T18:25:37.298Z] === RUN TestCommonOptionsInstallFlags [2022-03-11T18:25:37.298Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-11T18:25:37.298Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-11T18:25:37.298Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-11T18:25:37.298Z] PASS [2022-03-11T18:25:37.298Z] coverage: 19.0% of statements [2022-03-11T18:25:37.298Z] ok github.com/docker/docker/cmd/dockerd 0.223s coverage: 19.0% of statements [2022-03-11T18:25:37.298Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-11T18:25:37.298Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-11T18:25:37.536Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-11T18:25:37.536Z] --- PASS: TestCreateJob (3.51s) [2022-03-11T18:25:37.536Z] === RUN TestReplicatedJob [2022-03-11T18:25:38.322Z] === RUN TestContainerStopSignal [2022-03-11T18:25:38.322Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-11T18:25:38.322Z] === RUN TestContainerStopTimeout [2022-03-11T18:25:38.322Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-11T18:25:38.322Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-11T18:25:38.322Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-11T18:25:38.322Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-11T18:25:38.322Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-03-11T18:25:38.322Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-11T18:25:38.322Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-11T18:25:38.322Z] === RUN TestReplaceAndAppendEnvVars [2022-03-11T18:25:38.322Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-11T18:25:38.322Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-11T18:25:38.322Z] === RUN TestNewMemoryStore [2022-03-11T18:25:38.322Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-11T18:25:38.322Z] === RUN TestAddContainers [2022-03-11T18:25:38.322Z] --- PASS: TestAddContainers (0.00s) [2022-03-11T18:25:38.322Z] === RUN TestGetContainer [2022-03-11T18:25:38.322Z] --- PASS: TestGetContainer (0.00s) [2022-03-11T18:25:38.322Z] === RUN TestDeleteContainer [2022-03-11T18:25:38.322Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-11T18:25:38.322Z] === RUN TestListContainers [2022-03-11T18:25:38.322Z] --- PASS: TestListContainers (0.00s) [2022-03-11T18:25:38.322Z] === RUN TestFirstContainer [2022-03-11T18:25:38.322Z] --- PASS: TestFirstContainer (0.00s) [2022-03-11T18:25:38.322Z] === RUN TestApplyAllContainer [2022-03-11T18:25:38.322Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-11T18:25:38.322Z] === RUN TestIsValidHealthString [2022-03-11T18:25:38.322Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-11T18:25:38.322Z] === RUN TestStateRunStop [2022-03-11T18:25:38.322Z] --- PASS: TestStateRunStop (0.00s) [2022-03-11T18:25:38.322Z] === RUN TestStateTimeoutWait [2022-03-11T18:25:38.465Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-11T18:25:38.795Z] state_test.go:141: Stop callback fired [2022-03-11T18:25:38.795Z] state_test.go:165: Stop callback fired [2022-03-11T18:25:38.795Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-11T18:25:38.795Z] === RUN TestIsValidStateString [2022-03-11T18:25:38.795Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-11T18:25:38.795Z] === RUN TestViewSaveDelete [2022-03-11T18:25:38.795Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-11T18:25:38.795Z] === RUN TestViewAll [2022-03-11T18:25:38.795Z] --- PASS: TestViewAll (0.05s) [2022-03-11T18:25:38.795Z] === RUN TestViewGet [2022-03-11T18:25:38.795Z] --- PASS: TestViewGet (0.01s) [2022-03-11T18:25:38.795Z] === RUN TestNames [2022-03-11T18:25:38.795Z] --- PASS: TestNames (0.00s) [2022-03-11T18:25:38.795Z] === RUN TestViewWithHealthCheck [2022-03-11T18:25:38.795Z] --- PASS: TestViewWithHealthCheck (0.02s) [2022-03-11T18:25:38.795Z] PASS [2022-03-11T18:25:38.795Z] coverage: 41.7% of statements [2022-03-11T18:25:38.795Z] ok github.com/docker/docker/container 0.340s coverage: 41.7% of statements [2022-03-11T18:25:38.795Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-11T18:25:38.795Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-11T18:25:38.795Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-11T18:25:38.795Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-11T18:25:39.836Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-03-11T18:25:39.836Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-11T18:25:40.224Z] Removing intermediate container 84d37d901054 [2022-03-11T18:25:40.224Z] ---> ef2e610b9a86 [2022-03-11T18:25:40.224Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-11T18:25:40.224Z] ---> Running in 739fbdd8690b [2022-03-11T18:25:40.371Z] === RUN TestPrepare [2022-03-11T18:25:40.371Z] --- PASS: TestPrepare (0.00s) [2022-03-11T18:25:40.371Z] === RUN TestStart [2022-03-11T18:25:40.371Z] --- PASS: TestStart (0.00s) [2022-03-11T18:25:40.371Z] === RUN TestWaitCancel [2022-03-11T18:25:40.371Z] --- PASS: TestWaitCancel (0.00s) [2022-03-11T18:25:40.371Z] === RUN TestWaitDisabled [2022-03-11T18:25:40.371Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-11T18:25:40.371Z] === RUN TestWaitEnabled [2022-03-11T18:25:40.371Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-11T18:25:40.371Z] === RUN TestRemove [2022-03-11T18:25:40.371Z] --- PASS: TestRemove (0.00s) [2022-03-11T18:25:40.371Z] PASS [2022-03-11T18:25:40.371Z] coverage: 65.3% of statements [2022-03-11T18:25:40.371Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.071s coverage: 65.3% of statements [2022-03-11T18:25:40.710Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-11T18:25:40.710Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-11T18:25:40.710Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-11T18:25:40.767Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-11T18:25:41.330Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-11T18:25:41.330Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-11T18:25:42.236Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-11T18:25:42.260Z] === RUN TestDockerSuite/TestDockerFails [2022-03-11T18:25:42.260Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-03-11T18:25:42.260Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-03-11T18:25:42.260Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-03-11T18:25:42.596Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-11T18:25:42.596Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.20s) [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-11T18:25:42.596Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-11T18:25:42.596Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-11T18:25:42.596Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-11T18:25:42.596Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-11T18:25:42.596Z] PASS [2022-03-11T18:25:42.596Z] coverage: 35.9% of statements [2022-03-11T18:25:42.596Z] ok github.com/docker/docker/daemon/cluster/convert 0.809s coverage: 35.9% of statements [2022-03-11T18:25:42.596Z] === RUN TestNewListSecretsFilters [2022-03-11T18:25:42.596Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-11T18:25:42.596Z] === RUN TestNewListConfigsFilters [2022-03-11T18:25:42.596Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-11T18:25:42.596Z] PASS [2022-03-11T18:25:42.596Z] coverage: 0.5% of statements [2022-03-11T18:25:42.596Z] ok github.com/docker/docker/daemon/cluster 1.102s coverage: 0.5% of statements [2022-03-11T18:25:42.691Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-11T18:25:43.626Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-03-11T18:25:43.882Z] --- PASS: TestReplicatedJob (6.48s) [2022-03-11T18:25:43.882Z] === RUN TestUpdateReplicatedJob [2022-03-11T18:25:44.139Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-03-11T18:25:44.978Z] Cannot create a file when that file already exists. [2022-03-11T18:25:45.069Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-03-11T18:25:45.326Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-03-11T18:25:45.326Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-03-11T18:25:45.326Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-03-11T18:25:46.258Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-03-11T18:25:46.426Z] === RUN TestBuilderGC [2022-03-11T18:25:46.426Z] --- PASS: TestBuilderGC (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestDaemonConfigurationNotFound [2022-03-11T18:25:46.426Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestDaemonBrokenConfiguration [2022-03-11T18:25:46.426Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestFindConfigurationConflicts [2022-03-11T18:25:46.426Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-11T18:25:46.426Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-11T18:25:46.426Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-11T18:25:46.426Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-11T18:25:46.426Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-11T18:25:46.426Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-11T18:25:46.426Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-11T18:25:46.426Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-11T18:25:46.426Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-11T18:25:46.426Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-11T18:25:46.426Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-11T18:25:46.426Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestValidateConfigurationErrors [2022-03-11T18:25:46.426Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-11T18:25:46.426Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-11T18:25:46.426Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-11T18:25:46.426Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-11T18:25:46.426Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-11T18:25:46.426Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-11T18:25:46.426Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-11T18:25:46.426Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-11T18:25:46.426Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-11T18:25:46.426Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-11T18:25:46.426Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-11T18:25:46.426Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestValidateConfiguration [2022-03-11T18:25:46.426Z] === RUN TestValidateConfiguration/with_label [2022-03-11T18:25:46.426Z] === RUN TestValidateConfiguration/with_dns [2022-03-11T18:25:46.426Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-11T18:25:46.426Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-11T18:25:46.426Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-11T18:25:46.426Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-11T18:25:46.426Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-11T18:25:46.426Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-11T18:25:46.426Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestReloadSetConfigFileNotExist [2022-03-11T18:25:46.426Z] time="2022-03-11T18:25:45Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-11T18:25:46.426Z] --- PASS: TestReloadSetConfigFileNotExist (0.19s) [2022-03-11T18:25:46.426Z] === RUN TestReloadDefaultConfigNotExist [2022-03-11T18:25:46.426Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:25:46.426Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestReloadBadDefaultConfig [2022-03-11T18:25:46.426Z] time="2022-03-11T18:25:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-962672650" [2022-03-11T18:25:46.426Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestReloadWithConflictingLabels [2022-03-11T18:25:46.426Z] time="2022-03-11T18:25:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1884616179" [2022-03-11T18:25:46.426Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestReloadWithDuplicateLabels [2022-03-11T18:25:46.426Z] time="2022-03-11T18:25:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3131137612" [2022-03-11T18:25:46.426Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestMaskURLCredentials [2022-03-11T18:25:46.426Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestDaemonConfigurationMerge [2022-03-11T18:25:46.426Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-11T18:25:46.426Z] PASS [2022-03-11T18:25:46.426Z] coverage: 79.2% of statements [2022-03-11T18:25:46.426Z] ok github.com/docker/docker/daemon/config 0.591s coverage: 79.2% of statements [2022-03-11T18:25:46.426Z] === RUN TestEventsLog [2022-03-11T18:25:46.426Z] --- PASS: TestEventsLog (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestEventsLogTimeout [2022-03-11T18:25:46.426Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-11T18:25:46.426Z] === RUN TestLogEvents [2022-03-11T18:25:46.896Z] --- PASS: TestLogEvents (0.06s) [2022-03-11T18:25:46.896Z] === RUN TestLoadBufferedEvents [2022-03-11T18:25:46.896Z] --- PASS: TestLoadBufferedEvents (0.18s) [2022-03-11T18:25:46.896Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-11T18:25:46.896Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-11T18:25:46.896Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-11T18:25:46.896Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-11T18:25:46.896Z] PASS [2022-03-11T18:25:46.896Z] coverage: 50.0% of statements [2022-03-11T18:25:46.896Z] ok github.com/docker/docker/daemon/events 0.318s coverage: 50.0% of statements [2022-03-11T18:25:47.364Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-11T18:25:47.367Z] === RUN TestWaitNodeAttachment [2022-03-11T18:25:47.839Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-03-11T18:25:47.839Z] === RUN TestIsolationConversion [2022-03-11T18:25:47.839Z] === RUN TestIsolationConversion/default [2022-03-11T18:25:47.839Z] === RUN TestIsolationConversion/process [2022-03-11T18:25:47.839Z] === RUN TestIsolationConversion/hyperv [2022-03-11T18:25:47.839Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-11T18:25:47.839Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-11T18:25:47.839Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-11T18:25:47.839Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-11T18:25:47.839Z] === RUN TestContainerLabels [2022-03-11T18:25:47.839Z] --- PASS: TestContainerLabels (0.00s) [2022-03-11T18:25:47.839Z] === RUN TestCredentialSpecConversion [2022-03-11T18:25:47.839Z] === RUN TestCredentialSpecConversion/none [2022-03-11T18:25:47.839Z] === RUN TestCredentialSpecConversion/config [2022-03-11T18:25:47.839Z] === RUN TestCredentialSpecConversion/file [2022-03-11T18:25:47.839Z] === RUN TestCredentialSpecConversion/registry [2022-03-11T18:25:47.839Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-11T18:25:47.839Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-11T18:25:47.839Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-11T18:25:47.839Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-11T18:25:47.839Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-11T18:25:47.839Z] === RUN TestControllerValidateMountBind [2022-03-11T18:25:47.839Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-11T18:25:47.839Z] === RUN TestControllerValidateMountVolume [2022-03-11T18:25:47.839Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-11T18:25:47.839Z] === RUN TestControllerValidateMountTarget [2022-03-11T18:25:47.839Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-11T18:25:47.839Z] === RUN TestControllerValidateMountTmpfs [2022-03-11T18:25:47.839Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-11T18:25:47.839Z] === RUN TestControllerValidateMountInvalidType [2022-03-11T18:25:47.839Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-11T18:25:47.839Z] === RUN TestControllerValidateMountNamedPipe [2022-03-11T18:25:47.839Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-11T18:25:47.839Z] PASS [2022-03-11T18:25:47.839Z] coverage: 11.0% of statements [2022-03-11T18:25:47.839Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.596s coverage: 11.0% of statements [2022-03-11T18:25:48.155Z] --- PASS: TestUpdateReplicatedJob (3.93s) [2022-03-11T18:25:48.155Z] === RUN TestServiceListWithStatuses [2022-03-11T18:25:48.155Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-11T18:25:48.155Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-11T18:25:48.155Z] === RUN TestDockerNetworkConnectAlias [2022-03-11T18:25:48.312Z] === RUN TestIsEmptyDir [2022-03-11T18:25:48.312Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-11T18:25:48.312Z] PASS [2022-03-11T18:25:48.326Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-11T18:25:48.326Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-11T18:25:48.326Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-11T18:25:48.326Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-11T18:25:48.326Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-11T18:25:48.326Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-11T18:25:48.326Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-11T18:25:48.326Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-11T18:25:48.718Z] docker_api_swarm_test.go:202: [dac811794b99f] joining swarm manager [dddf96a5b03de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:25:49.574Z] coverage: 2.3% of statements [2022-03-11T18:25:49.574Z] ok github.com/docker/docker/daemon/graphdriver 0.087s coverage: 2.3% of statements [2022-03-11T18:25:49.574Z] === RUN TestLinkNaming [2022-03-11T18:25:49.574Z] --- PASS: TestLinkNaming (0.00s) [2022-03-11T18:25:49.574Z] === RUN TestLinkNew [2022-03-11T18:25:49.574Z] --- PASS: TestLinkNew (0.00s) [2022-03-11T18:25:49.574Z] === RUN TestLinkEnv [2022-03-11T18:25:49.574Z] --- PASS: TestLinkEnv (0.00s) [2022-03-11T18:25:49.574Z] === RUN TestLinkMultipleEnv [2022-03-11T18:25:49.574Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-11T18:25:49.574Z] === RUN TestLinkPortRangeEnv [2022-03-11T18:25:49.574Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-11T18:25:49.574Z] PASS [2022-03-11T18:25:49.574Z] coverage: 93.0% of statements [2022-03-11T18:25:49.574Z] ok github.com/docker/docker/daemon/links 0.041s coverage: 93.0% of statements [2022-03-11T18:25:49.574Z] === RUN TestVerifyNetworkingConfig [2022-03-11T18:25:49.574Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-11T18:25:49.574Z] === RUN TestGetContainer [2022-03-11T18:25:49.574Z] --- PASS: TestGetContainer (0.00s) [2022-03-11T18:25:49.574Z] === RUN TestValidContainerNames [2022-03-11T18:25:49.574Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-11T18:25:49.574Z] === RUN TestContainerInitDNS [2022-03-11T18:25:49.574Z] daemon_test.go:145: root required [2022-03-11T18:25:49.574Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-11T18:25:49.574Z] === RUN TestMerge [2022-03-11T18:25:49.574Z] --- PASS: TestMerge (0.00s) [2022-03-11T18:25:49.574Z] === RUN TestValidateContainerIsolation [2022-03-11T18:25:49.574Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-11T18:25:49.574Z] === RUN TestFindNetworkErrorType [2022-03-11T18:25:49.574Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-11T18:25:49.574Z] === RUN TestEnsureServicesExist [2022-03-11T18:25:49.574Z] --- PASS: TestEnsureServicesExist (0.01s) [2022-03-11T18:25:49.574Z] === RUN TestEnsureServicesExistErrors [2022-03-11T18:25:49.574Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-11T18:25:49.574Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-11T18:25:49.574Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-11T18:25:49.574Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-11T18:25:49.574Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-11T18:25:49.574Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-11T18:25:49.574Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-11T18:25:49.574Z] === RUN TestContainerDelete [2022-03-11T18:25:49.574Z] --- PASS: TestContainerDelete (0.01s) [2022-03-11T18:25:49.574Z] === RUN TestContainerDoubleDelete [2022-03-11T18:25:49.574Z] --- PASS: TestContainerDoubleDelete (0.01s) [2022-03-11T18:25:49.574Z] === RUN TestLogContainerEventCopyLabels [2022-03-11T18:25:49.574Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-11T18:25:49.574Z] === RUN TestLogContainerEventWithAttributes [2022-03-11T18:25:49.574Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-11T18:25:49.574Z] === RUN TestNoneHealthcheck [2022-03-11T18:25:49.574Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-11T18:25:49.574Z] === RUN TestHealthStates [2022-03-11T18:25:49.574Z] time="2022-03-11T18:25:48Z" 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" [2022-03-11T18:25:49.574Z] time="2022-03-11T18:25:49Z" 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" [2022-03-11T18:25:49.574Z] time="2022-03-11T18:25:49Z" 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" [2022-03-11T18:25:49.574Z] time="2022-03-11T18:25:49Z" 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" [2022-03-11T18:25:49.574Z] time="2022-03-11T18:25:49Z" 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" [2022-03-11T18:25:49.574Z] time="2022-03-11T18:25:49Z" 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" [2022-03-11T18:25:49.574Z] time="2022-03-11T18:25:49Z" 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" [2022-03-11T18:25:49.574Z] time="2022-03-11T18:25:49Z" 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" [2022-03-11T18:25:49.575Z] time="2022-03-11T18:25:49Z" 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" [2022-03-11T18:25:49.575Z] time="2022-03-11T18:25:49Z" 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" [2022-03-11T18:25:49.575Z] --- PASS: TestHealthStates (0.20s) [2022-03-11T18:25:49.575Z] === RUN TestGetInspectData [2022-03-11T18:25:49.575Z] --- PASS: TestGetInspectData (0.00s) [2022-03-11T18:25:49.575Z] === RUN TestFillLicense [2022-03-11T18:25:49.575Z] --- PASS: TestFillLicense (0.00s) [2022-03-11T18:25:49.575Z] === RUN TestListInvalidFilter [2022-03-11T18:25:49.575Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-11T18:25:49.575Z] === RUN TestNameFilter [2022-03-11T18:25:49.575Z] --- PASS: TestNameFilter (0.00s) [2022-03-11T18:25:49.575Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-11T18:25:49.575Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-11T18:25:49.575Z] === 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 [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-11T18:25:49.575Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.02s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-11T18:25:49.575Z] --- 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) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-11T18:25:49.575Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-11T18:25:49.575Z] === RUN TestDaemonReloadLabels [2022-03-11T18:25:49.575Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-11T18:25:49.575Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-11T18:25:49.575Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-11T18:25:49.575Z] === RUN TestDaemonReloadMirrors [2022-03-11T18:25:49.575Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-11T18:25:49.575Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-11T18:25:49.575Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-11T18:25:49.575Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-11T18:25:49.575Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-11T18:25:49.575Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-11T18:25:49.575Z] reload_test.go:342: root required [2022-03-11T18:25:49.575Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-11T18:25:49.575Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-11T18:25:49.575Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-11T18:25:49.575Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-11T18:25:49.853Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-11T18:25:50.045Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.04s) [2022-03-11T18:25:50.045Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-11T18:25:50.045Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2022-03-11T18:25:50.046Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-11T18:25:50.046Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.07s) [2022-03-11T18:25:50.046Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-11T18:25:50.046Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.01s) [2022-03-11T18:25:50.046Z] === RUN TestParseVolumesFrom [2022-03-11T18:25:50.046Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-11T18:25:50.046Z] PASS [2022-03-11T18:25:50.046Z] coverage: 8.6% of statements [2022-03-11T18:25:50.046Z] ok github.com/docker/docker/daemon 0.630s coverage: 8.6% of statements [2022-03-11T18:25:50.046Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-11T18:25:50.046Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-11T18:25:50.046Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-11T18:25:50.046Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-11T18:25:50.046Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-11T18:25:50.046Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-11T18:25:50.046Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-11T18:25:50.046Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-11T18:25:50.046Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-11T18:25:50.046Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-11T18:25:50.046Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-11T18:25:50.046Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-11T18:25:50.046Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-11T18:25:50.046Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-11T18:25:51.616Z] === RUN TestNewStreamConfig [2022-03-11T18:25:51.616Z] === RUN TestNewStreamConfig/defaults [2022-03-11T18:25:51.616Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-11T18:25:51.616Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-11T18:25:51.616Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-11T18:25:51.616Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-11T18:25:51.616Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-11T18:25:51.616Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-11T18:25:51.616Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-11T18:25:51.616Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-11T18:25:51.616Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-11T18:25:51.616Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-11T18:25:51.616Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-11T18:25:51.616Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-11T18:25:51.616Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-11T18:25:51.616Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-11T18:25:51.616Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-11T18:25:51.616Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-11T18:25:51.616Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-11T18:25:51.616Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-11T18:25:51.616Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-11T18:25:51.616Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-11T18:25:51.616Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-11T18:25:51.616Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-11T18:25:51.616Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-11T18:25:51.616Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-11T18:25:51.616Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-11T18:25:51.616Z] time="2022-03-11T18:25:50Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-11T18:25:51.616Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.17s) [2022-03-11T18:25:51.616Z] === RUN TestCreateSuccess [2022-03-11T18:25:51.616Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-11T18:25:51.616Z] === RUN TestCreateStreamSkipped [2022-03-11T18:25:51.616Z] time="2022-03-11T18:25:51Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-11T18:25:51.616Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-11T18:25:51.616Z] === RUN TestCreateLogGroupSuccess [2022-03-11T18:25:51.616Z] time="2022-03-11T18:25:51Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-11T18:25:51.616Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-11T18:25:51.616Z] === RUN TestCreateError [2022-03-11T18:25:51.616Z] --- PASS: TestCreateError (0.00s) [2022-03-11T18:25:51.616Z] === RUN TestCreateAlreadyExists [2022-03-11T18:25:51.616Z] time="2022-03-11T18:25:51Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-11T18:25:51.616Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-11T18:25:51.616Z] === RUN TestLogClosed [2022-03-11T18:25:51.616Z] --- PASS: TestLogClosed (0.00s) [2022-03-11T18:25:51.616Z] === RUN TestLogBlocking [2022-03-11T18:25:51.616Z] --- PASS: TestLogBlocking (0.00s) [2022-03-11T18:25:51.616Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-11T18:25:51.616Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-11T18:25:51.616Z] === RUN TestLogNonBlockingBufferFull [2022-03-11T18:25:51.616Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-11T18:25:51.616Z] === RUN TestPublishBatchSuccess [2022-03-11T18:25:51.617Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestPublishBatchError [2022-03-11T18:25:51.617Z] time="2022-03-11T18:25:51Z" level=error msg=error [2022-03-11T18:25:51.617Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-11T18:25:51.617Z] time="2022-03-11T18:25:51Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-11T18:25:51.617Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-11T18:25:51.617Z] time="2022-03-11T18:25:51Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-11T18:25:51.617Z] time="2022-03-11T18:25:51Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-11T18:25:51.617Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestCollectBatchSimple [2022-03-11T18:25:51.617Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestCollectBatchTicker [2022-03-11T18:25:51.617Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestCollectBatchMultilinePattern [2022-03-11T18:25:51.617Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-11T18:25:51.617Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-11T18:25:51.617Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-11T18:25:51.617Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.06s) [2022-03-11T18:25:51.617Z] === RUN TestCollectBatchClose [2022-03-11T18:25:51.617Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestEffectiveLen [2022-03-11T18:25:51.617Z] === RUN TestEffectiveLen/0/Hello [2022-03-11T18:25:51.617Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-11T18:25:51.617Z] === RUN TestEffectiveLen/2/🙃 [2022-03-11T18:25:51.617Z] === RUN TestEffectiveLen/3/���� [2022-03-11T18:25:51.617Z] === RUN TestEffectiveLen/4/He��o [2022-03-11T18:25:51.617Z] === RUN TestEffectiveLen/5/ [2022-03-11T18:25:51.617Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestFindValidSplit [2022-03-11T18:25:51.617Z] === RUN TestFindValidSplit/0/ [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1076: [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1077: [2022-03-11T18:25:51.617Z] === RUN TestFindValidSplit/1/Hello [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1076: Hello [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1077: [2022-03-11T18:25:51.617Z] === RUN TestFindValidSplit/2/Hello [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1076: He [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1077: llo [2022-03-11T18:25:51.617Z] === RUN TestFindValidSplit/3/Hello [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1076: [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1077: Hello [2022-03-11T18:25:51.617Z] === RUN TestFindValidSplit/4/🙃 [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1076: [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-11T18:25:51.617Z] === RUN TestFindValidSplit/5/🙃 [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1077: [2022-03-11T18:25:51.617Z] === RUN TestFindValidSplit/6/a� [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1076: a [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1077: � [2022-03-11T18:25:51.617Z] === RUN TestFindValidSplit/7/a� [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1076: a� [2022-03-11T18:25:51.617Z] cloudwatchlogs_test.go:1077: [2022-03-11T18:25:51.617Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestProcessEventEmoji [2022-03-11T18:25:51.617Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestCollectBatchLineSplit [2022-03-11T18:25:51.617Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-03-11T18:25:51.617Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-11T18:25:51.617Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestCollectBatchMaxEvents [2022-03-11T18:25:51.617Z] --- PASS: TestCollectBatchMaxEvents (0.08s) [2022-03-11T18:25:51.617Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-11T18:25:51.617Z] --- PASS: TestCollectBatchMaxTotalBytes (0.13s) [2022-03-11T18:25:51.617Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-11T18:25:51.617Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-11T18:25:51.617Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-11T18:25:51.617Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-03-11T18:25:51.617Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-11T18:25:51.617Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-11T18:25:51.617Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-11T18:25:51.617Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-11T18:25:51.617Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-11T18:25:51.617Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-11T18:25:51.617Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-11T18:25:51.617Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-11T18:25:51.617Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-11T18:25:51.617Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsFormat [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-11T18:25:51.617Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-11T18:25:51.617Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-11T18:25:51.617Z] === RUN TestCreateTagSuccess [2022-03-11T18:25:51.617Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-11T18:25:52.012Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-11T18:25:52.089Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-11T18:25:52.089Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-11T18:25:52.089Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-11T18:25:52.089Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-11T18:25:52.089Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-11T18:25:52.089Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-11T18:25:52.089Z] PASS [2022-03-11T18:25:52.089Z] coverage: 80.2% of statements [2022-03-11T18:25:52.089Z] ok github.com/docker/docker/daemon/logger/awslogs 0.636s coverage: 80.2% of statements [2022-03-11T18:25:52.089Z] === RUN TestAdapterReadLogs [2022-03-11T18:25:52.089Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-11T18:25:52.089Z] === RUN TestCopier [2022-03-11T18:25:52.089Z] --- PASS: TestCopier (0.00s) [2022-03-11T18:25:52.089Z] === RUN TestCopierLongLines [2022-03-11T18:25:52.089Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-11T18:25:52.089Z] === RUN TestCopierSlow [2022-03-11T18:25:52.089Z] --- PASS: TestCopierSlow (0.21s) [2022-03-11T18:25:52.089Z] === RUN TestCopierWithSized [2022-03-11T18:25:52.089Z] === RUN TestCopierWithSized/as_is [2022-03-11T18:25:52.089Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-11T18:25:52.089Z] --- PASS: TestCopierWithSized (0.05s) [2022-03-11T18:25:52.089Z] --- PASS: TestCopierWithSized/as_is (0.02s) [2022-03-11T18:25:52.089Z] --- PASS: TestCopierWithSized/With_RingLogger (0.03s) [2022-03-11T18:25:52.089Z] === RUN TestCopierWithPartial [2022-03-11T18:25:52.089Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-11T18:25:52.089Z] === RUN TestRingLogger [2022-03-11T18:25:52.089Z] --- PASS: TestRingLogger (0.00s) [2022-03-11T18:25:52.089Z] === RUN TestRingCap [2022-03-11T18:25:52.089Z] --- PASS: TestRingCap (0.00s) [2022-03-11T18:25:52.089Z] === RUN TestRingClose [2022-03-11T18:25:52.089Z] --- PASS: TestRingClose (0.00s) [2022-03-11T18:25:52.089Z] === RUN TestRingDrain [2022-03-11T18:25:52.089Z] --- PASS: TestRingDrain (0.00s) [2022-03-11T18:25:52.089Z] PASS [2022-03-11T18:25:52.089Z] coverage: 43.2% of statements [2022-03-11T18:25:52.089Z] ok github.com/docker/docker/daemon/logger 0.328s coverage: 43.2% of statements [2022-03-11T18:25:52.089Z] === RUN TestSearchRegistryForImagesErrors [2022-03-11T18:25:52.089Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-11T18:25:52.089Z] === RUN TestSearchRegistryForImages [2022-03-11T18:25:52.089Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-11T18:25:52.089Z] === RUN TestOnlyPlatformWithFallback [2022-03-11T18:25:52.089Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-11T18:25:52.089Z] === RUN TestImageDelete [2022-03-11T18:25:52.089Z] === RUN TestImageDelete/no_lease [2022-03-11T18:25:52.089Z] === RUN TestImageDelete/lease_exists [2022-03-11T18:25:52.089Z] --- PASS: TestImageDelete (0.06s) [2022-03-11T18:25:52.089Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-11T18:25:52.089Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-11T18:25:52.089Z] === RUN TestContentStoreForPull [2022-03-11T18:25:52.132Z] Removing intermediate container 739fbdd8690b [2022-03-11T18:25:52.132Z] ---> 441ad2ed402d [2022-03-11T18:25:52.132Z] Step 13/13 : CMD ["sh"] [2022-03-11T18:25:52.132Z] ---> Running in 38c5b613145c [2022-03-11T18:25:52.132Z] Removing intermediate container 38c5b613145c [2022-03-11T18:25:52.132Z] ---> b15d0ab6192d [2022-03-11T18:25:52.132Z] Successfully built b15d0ab6192d [2022-03-11T18:25:52.132Z] Successfully tagged busybox:latest [2022-03-11T18:25:52.132Z] INFO: Docker images of the daemon under test [2022-03-11T18:25:52.132Z] [2022-03-11T18:25:52.132Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-11T18:25:52.132Z] busybox latest b15d0ab6192d Less than a second ago 5.01GB [2022-03-11T18:25:52.132Z] microsoft/windowsservercore latest 02f938cacc3b 8 days ago 4.96GB [2022-03-11T18:25:52.132Z] mcr.microsoft.com/windows/servercore ltsc2022 02f938cacc3b 8 days ago 4.96GB [2022-03-11T18:25:52.132Z] [2022-03-11T18:25:52.132Z] INFO: Running integration tests at 03/11/2022 18:25:51... [2022-03-11T18:25:52.132Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-11T18:25:52.132Z] INFO: Integration API tests being run from the host: [2022-03-11T18:25:52.132Z] INFO: make.ps1 starting at 03/11/2022 18:25:51 [2022-03-11T18:25:52.560Z] === RUN TestValidateLogOptReconnectInterval [2022-03-11T18:25:52.560Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-11T18:25:52.560Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-11T18:25:52.560Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-11T18:25:52.560Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-11T18:25:52.560Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-11T18:25:52.560Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-11T18:25:52.560Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-11T18:25:52.560Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-11T18:25:52.560Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-11T18:25:52.560Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-11T18:25:52.560Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-11T18:25:52.560Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-11T18:25:52.560Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-11T18:25:52.560Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-11T18:25:52.560Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-11T18:25:52.560Z] PASS [2022-03-11T18:25:52.560Z] coverage: 33.6% of statements [2022-03-11T18:25:52.560Z] ok github.com/docker/docker/daemon/logger/fluentd 0.101s coverage: 33.6% of statements [2022-03-11T18:25:52.560Z] --- PASS: TestContentStoreForPull (0.23s) [2022-03-11T18:25:52.560Z] PASS [2022-03-11T18:25:52.560Z] coverage: 6.8% of statements [2022-03-11T18:25:52.560Z] ok github.com/docker/docker/daemon/images 0.458s coverage: 6.8% of statements [2022-03-11T18:25:52.560Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-11T18:25:52.560Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-11T18:25:52.560Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-11T18:25:52.560Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-11T18:25:52.560Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-11T18:25:52.560Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-11T18:25:52.575Z] --- PASS: TestDockerNetworkConnectAlias (4.63s) [2022-03-11T18:25:52.575Z] === RUN TestDockerNetworkReConnect [2022-03-11T18:25:53.030Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-11T18:25:53.030Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-11T18:25:53.030Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-11T18:25:53.503Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-11T18:25:53.503Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2022-03-11T18:25:53.503Z] === RUN TestFastTimeMarshalJSON [2022-03-11T18:25:53.503Z] --- PASS: TestFastTimeMarshalJSON (0.04s) [2022-03-11T18:25:53.503Z] PASS [2022-03-11T18:25:53.503Z] coverage: 87.2% of statements [2022-03-11T18:25:53.503Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.313s coverage: 87.2% of statements [2022-03-11T18:25:53.580Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-11T18:25:53.716Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-11T18:25:53.976Z] === RUN TestJSONFileLogger [2022-03-11T18:25:53.976Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-11T18:25:53.976Z] === RUN TestJSONFileLoggerWithTags [2022-03-11T18:25:53.976Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-11T18:25:53.976Z] === RUN TestJSONFileLoggerWithOpts [2022-03-11T18:25:53.976Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-11T18:25:53.976Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-11T18:25:53.976Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-11T18:25:53.976Z] === RUN TestEncodeDecode [2022-03-11T18:25:53.976Z] === PAUSE TestEncodeDecode [2022-03-11T18:25:53.976Z] === RUN TestUnexpectedEOF [2022-03-11T18:25:53.976Z] time="2022-03-11T18:25:53Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-11T18:25:53.976Z] time="2022-03-11T18:25:53Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-11T18:25:53.976Z] --- PASS: TestUnexpectedEOF (0.17s) [2022-03-11T18:25:53.976Z] === CONT TestEncodeDecode [2022-03-11T18:25:53.976Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-11T18:25:53.976Z] PASS [2022-03-11T18:25:53.976Z] coverage: 69.9% of statements [2022-03-11T18:25:53.976Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.257s coverage: 69.9% of statements [2022-03-11T18:25:54.447Z] === RUN TestWriteLog [2022-03-11T18:25:54.447Z] === PAUSE TestWriteLog [2022-03-11T18:25:54.447Z] === RUN TestReadLog [2022-03-11T18:25:54.917Z] === PAUSE TestReadLog [2022-03-11T18:25:54.917Z] === RUN TestDecode [2022-03-11T18:25:54.917Z] --- PASS: TestDecode (0.03s) [2022-03-11T18:25:54.917Z] === CONT TestWriteLog [2022-03-11T18:25:54.917Z] === CONT TestReadLog [2022-03-11T18:25:54.917Z] --- PASS: TestWriteLog (0.05s) [2022-03-11T18:25:54.917Z] === RUN TestReadLog/tail_exact [2022-03-11T18:25:54.917Z] === RUN TestOpenFileDelete [2022-03-11T18:25:54.917Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-11T18:25:54.917Z] === RUN TestOpenFileRename [2022-03-11T18:25:54.917Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-11T18:25:54.917Z] === RUN TestHandleDecoderErr [2022-03-11T18:25:54.917Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-11T18:25:54.917Z] === RUN TestParseLogTagDefaultTag [2022-03-11T18:25:54.917Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-11T18:25:54.917Z] === RUN TestParseLogTag [2022-03-11T18:25:54.917Z] --- PASS: TestParseLogTag (0.00s) [2022-03-11T18:25:54.917Z] === RUN TestParseLogTagEmptyTag [2022-03-11T18:25:54.917Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-11T18:25:54.917Z] === RUN TestTailFiles [2022-03-11T18:25:54.917Z] --- PASS: TestTailFiles (0.00s) [2022-03-11T18:25:54.917Z] === RUN TestFollowLogsConsumerGone [2022-03-11T18:25:54.917Z] --- PASS: TestFollowLogsConsumerGone (0.01s) [2022-03-11T18:25:54.917Z] === RUN TestFollowLogsProducerGone [2022-03-11T18:25:54.917Z] logfile_test.go:180: logDecode() closed after sending 2541 messages [2022-03-11T18:25:54.917Z] logfile_test.go:233: messages sent: 2541, received: 2541 [2022-03-11T18:25:54.917Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-11T18:25:54.917Z] === RUN TestCheckCapacityAndRotate [2022-03-11T18:25:54.917Z] === RUN TestReadLog/tail_less_than_available [2022-03-11T18:25:54.917Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-11T18:25:54.917Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-11T18:25:54.917Z] === RUN TestReadLog/tail_more_than_available [2022-03-11T18:25:54.917Z] --- PASS: TestReadLog (0.31s) [2022-03-11T18:25:54.917Z] --- PASS: TestReadLog/tail_exact (0.22s) [2022-03-11T18:25:54.917Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-11T18:25:54.917Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-03-11T18:25:54.917Z] PASS [2022-03-11T18:25:54.917Z] coverage: 78.7% of statements [2022-03-11T18:25:54.917Z] ok github.com/docker/docker/daemon/logger/local 0.512s coverage: 78.7% of statements [2022-03-11T18:25:54.917Z] --- PASS: TestCheckCapacityAndRotate (0.15s) [2022-03-11T18:25:54.917Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-11T18:25:54.917Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2022-03-11T18:25:54.917Z] PASS [2022-03-11T18:25:54.917Z] coverage: 55.1% of statements [2022-03-11T18:25:54.917Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.230s coverage: 55.1% of statements [2022-03-11T18:25:54.917Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-11T18:25:55.222Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-11T18:25:55.222Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-11T18:25:55.222Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-11T18:25:55.222Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-11T18:25:55.222Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-11T18:25:55.222Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-11T18:25:55.909Z] === RUN TestLog [2022-03-11T18:25:55.909Z] --- PASS: TestLog (0.03s) [2022-03-11T18:25:55.909Z] PASS [2022-03-11T18:25:55.909Z] coverage: 31.5% of statements [2022-03-11T18:25:55.909Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.170s coverage: 31.5% of statements [2022-03-11T18:25:56.023Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-11T18:25:56.383Z] === RUN TestValidateLogOpt [2022-03-11T18:25:56.383Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-11T18:25:56.383Z] === RUN TestNewMissedConfig [2022-03-11T18:25:56.383Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-11T18:25:56.383Z] === RUN TestNewMissedUrl [2022-03-11T18:25:56.383Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-11T18:25:56.383Z] === RUN TestNewMissedToken [2022-03-11T18:25:56.383Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-11T18:25:56.383Z] === RUN TestNewWithProxy [2022-03-11T18:25:56.383Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-11T18:25:56.383Z] === RUN TestDefault [2022-03-11T18:25:56.383Z] --- PASS: TestDefault (0.02s) [2022-03-11T18:25:56.383Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-11T18:25:56.383Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-11T18:25:56.383Z] === RUN TestJsonFormat [2022-03-11T18:25:56.383Z] === RUN TestNewParse [2022-03-11T18:25:56.383Z] --- PASS: TestJsonFormat (0.01s) [2022-03-11T18:25:56.383Z] === RUN TestRawFormat [2022-03-11T18:25:56.383Z] --- PASS: TestRawFormat (0.00s) [2022-03-11T18:25:56.383Z] === RUN TestRawFormatWithLabels [2022-03-11T18:25:56.383Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-11T18:25:56.383Z] === RUN TestRawFormatWithoutTag [2022-03-11T18:25:56.383Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-11T18:25:56.383Z] === RUN TestBatching [2022-03-11T18:25:56.383Z] --- PASS: TestNewParse (0.01s) [2022-03-11T18:25:56.383Z] PASS [2022-03-11T18:25:56.383Z] coverage: 8.3% of statements [2022-03-11T18:25:56.383Z] ok github.com/docker/docker/daemon/logger/templates 0.157s coverage: 8.3% of statements [2022-03-11T18:25:56.383Z] === RUN TestParseLogFormat [2022-03-11T18:25:56.383Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-11T18:25:56.383Z] === RUN TestValidateLogOptEmpty [2022-03-11T18:25:56.383Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-11T18:25:56.383Z] === RUN TestValidateSyslogAddress [2022-03-11T18:25:56.383Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-11T18:25:56.383Z] === RUN TestParseAddressDefaultPort [2022-03-11T18:25:56.383Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-11T18:25:56.383Z] === RUN TestValidateSyslogFacility [2022-03-11T18:25:56.383Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-11T18:25:56.383Z] === RUN TestValidateLogOptSyslogFormat [2022-03-11T18:25:56.383Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-11T18:25:56.383Z] === RUN TestValidateLogOpt [2022-03-11T18:25:56.383Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-11T18:25:56.383Z] PASS [2022-03-11T18:25:56.383Z] coverage: 46.8% of statements [2022-03-11T18:25:56.383Z] ok github.com/docker/docker/daemon/logger/syslog 0.056s coverage: 46.8% of statements [2022-03-11T18:25:56.383Z] --- PASS: TestBatching (0.27s) [2022-03-11T18:25:56.383Z] === RUN TestFrequency [2022-03-11T18:25:56.852Z] --- PASS: TestFrequency (0.17s) [2022-03-11T18:25:56.852Z] === RUN TestOneMessagePerRequest [2022-03-11T18:25:56.852Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-11T18:25:56.852Z] === RUN TestVerify [2022-03-11T18:25:56.852Z] --- PASS: TestVerify (0.00s) [2022-03-11T18:25:56.852Z] === RUN TestSkipVerify [2022-03-11T18:25:56.852Z] time="2022-03-11T18:25:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:25:56.852Z] time="2022-03-11T18:25:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:25:56.852Z] time="2022-03-11T18:25:56Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:25:56.951Z] --- PASS: TestDockerNetworkReConnect (4.18s) [2022-03-11T18:25:56.951Z] === RUN TestServicePlugin [2022-03-11T18:25:57.323Z] --- PASS: TestSkipVerify (0.59s) [2022-03-11T18:25:57.323Z] === RUN TestBufferMaximum [2022-03-11T18:25:57.323Z] time="2022-03-11T18:25:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:25:57.323Z] time="2022-03-11T18:25:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:25:57.323Z] time="2022-03-11T18:25:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:25:57.323Z] time="2022-03-11T18:25:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:25:57.323Z] time="2022-03-11T18:25:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:25:57.323Z] time="2022-03-11T18:25:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647023157.049363\",\"host\":\"35d3be90553d\"}'" [2022-03-11T18:25:57.323Z] time="2022-03-11T18:25:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647023157.049363\",\"host\":\"35d3be90553d\"}'" [2022-03-11T18:25:57.323Z] --- PASS: TestBufferMaximum (0.04s) [2022-03-11T18:25:57.323Z] === RUN TestServerAlwaysDown [2022-03-11T18:25:57.323Z] time="2022-03-11T18:25:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:25:57.323Z] time="2022-03-11T18:25:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:25:57.323Z] time="2022-03-11T18:25:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647023157.089960\",\"host\":\"35d3be90553d\"}'" [2022-03-11T18:25:57.323Z] time="2022-03-11T18:25:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647023157.089960\",\"host\":\"35d3be90553d\"}'" [2022-03-11T18:25:57.323Z] time="2022-03-11T18:25:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-11T18:25:57.514Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-03-11T18:25:57.795Z] time="2022-03-11T18:25:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647023157.089960\",\"host\":\"35d3be90553d\"}'" [2022-03-11T18:25:57.795Z] time="2022-03-11T18:25:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647023157.090980\",\"host\":\"35d3be90553d\"}'" [2022-03-11T18:25:57.795Z] time="2022-03-11T18:25:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1647023157.090980\",\"host\":\"35d3be90553d\"}'" [2022-03-11T18:25:57.795Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-11T18:25:57.795Z] === RUN TestCannotSendAfterClose [2022-03-11T18:25:57.795Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-11T18:25:57.795Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-11T18:25:57.795Z] === RUN TestV1IDService [2022-03-11T18:25:57.795Z] --- PASS: TestV1IDService (0.03s) [2022-03-11T18:25:57.795Z] === RUN TestV2MetadataService [2022-03-11T18:25:58.271Z] time="2022-03-11T18:25:58Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49209/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-11T18:25:58.271Z] time="2022-03-11T18:25:58Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"35d3be90553d\"}'" [2022-03-11T18:25:58.271Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-11T18:25:58.271Z] PASS [2022-03-11T18:25:58.271Z] coverage: 82.5% of statements [2022-03-11T18:25:58.271Z] ok github.com/docker/docker/daemon/logger/splunk 2.233s coverage: 82.5% of statements [2022-03-11T18:25:58.271Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-11T18:25:58.271Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-11T18:25:58.271Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-11T18:25:58.445Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-11T18:25:58.939Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-11T18:25:59.009Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-11T18:25:59.260Z] === RUN TestSuccessfulDownload [2022-03-11T18:25:59.260Z] download_test.go:267: Needs fixing on Windows [2022-03-11T18:25:59.260Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-11T18:25:59.260Z] === RUN TestCancelledDownload [2022-03-11T18:25:59.260Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-11T18:25:59.260Z] === RUN TestMaxDownloadAttempts [2022-03-11T18:25:59.260Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-11T18:25:59.260Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-11T18:25:59.260Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-11T18:25:59.260Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-11T18:25:59.260Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-11T18:25:59.260Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-11T18:25:59.260Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-11T18:25:59.260Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-11T18:25:59.260Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-11T18:25:59.260Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-11T18:25:59.260Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-11T18:25:59.260Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-11T18:25:59.260Z] --- PASS: TestV2MetadataService (1.20s) [2022-03-11T18:25:59.260Z] PASS [2022-03-11T18:25:59.260Z] coverage: 48.2% of statements [2022-03-11T18:25:59.260Z] ok github.com/docker/docker/distribution/metadata 1.361s coverage: 48.2% of statements [2022-03-11T18:25:59.731Z] time="2022-03-11T18:25:59Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-11T18:25:59.731Z] time="2022-03-11T18:25:59Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-11T18:25:59.731Z] time="2022-03-11T18:25:59Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-11T18:25:59.731Z] time="2022-03-11T18:25:59Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-11T18:25:59.731Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.51s) [2022-03-11T18:25:59.731Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.51s) [2022-03-11T18:25:59.731Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.51s) [2022-03-11T18:25:59.731Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.51s) [2022-03-11T18:25:59.731Z] === RUN TestTransfer [2022-03-11T18:25:59.731Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-11T18:25:59.731Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-11T18:25:59.731Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-11T18:25:59.731Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-11T18:25:59.731Z] === RUN TestContinueOnError_NeverContinue [2022-03-11T18:25:59.731Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-11T18:25:59.731Z] === RUN TestManifestStore [2022-03-11T18:25:59.731Z] === RUN TestManifestStore/no_remote_or_local [2022-03-11T18:25:59.731Z] --- PASS: TestTransfer (0.12s) [2022-03-11T18:25:59.731Z] === RUN TestConcurrencyLimit [2022-03-11T18:25:59.731Z] time="2022-03-11T18:25:59Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2250245504\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-11T18:25:59.731Z] === RUN TestManifestStore/no_local_cache [2022-03-11T18:25:59.731Z] === RUN TestManifestStore/with_local_cache [2022-03-11T18:25:59.731Z] === RUN TestManifestStore/unknown_media_type [2022-03-11T18:25:59.731Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-11T18:25:59.731Z] time="2022-03-11T18:25:59Z" level=warning msg="reference for unknown type: " [2022-03-11T18:25:59.731Z] time="2022-03-11T18:25:59Z" level=warning msg="reference for unknown type: " [2022-03-11T18:25:59.731Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-11T18:25:59.731Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-11T18:25:59.731Z] time="2022-03-11T18:25:59Z" level=warning msg="reference for unknown type: " [2022-03-11T18:25:59.731Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-11T18:25:59.731Z] time="2022-03-11T18:25:59Z" level=warning msg="reference for unknown type: " [2022-03-11T18:25:59.731Z] time="2022-03-11T18:25:59Z" level=warning msg="reference for unknown type: " [2022-03-11T18:25:59.731Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-11T18:25:59.731Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-11T18:25:59.731Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-11T18:25:59.731Z] time="2022-03-11T18:25:59Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-11T18:25:59.731Z] --- PASS: TestManifestStore (0.33s) [2022-03-11T18:25:59.731Z] --- PASS: TestManifestStore/no_remote_or_local (0.21s) [2022-03-11T18:25:59.731Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-11T18:25:59.731Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-11T18:25:59.731Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-03-11T18:25:59.731Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-11T18:25:59.731Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-03-11T18:25:59.731Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-11T18:25:59.731Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-11T18:25:59.731Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-11T18:25:59.731Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaType [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-11T18:25:59.731Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-11T18:25:59.731Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-11T18:25:59.731Z] === RUN TestFixManifestLayers [2022-03-11T18:25:59.731Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-11T18:25:59.731Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-11T18:25:59.731Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-11T18:25:59.731Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-11T18:25:59.731Z] === RUN TestFixManifestLayersBadParent [2022-03-11T18:25:59.731Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-11T18:25:59.731Z] === RUN TestValidateManifest [2022-03-11T18:25:59.731Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-11T18:25:59.731Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-11T18:25:59.731Z] === RUN TestFormatPlatform [2022-03-11T18:25:59.731Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-11T18:25:59.731Z] === RUN TestPullSchema2Config [2022-03-11T18:25:59.731Z] === RUN TestPullSchema2Config/success_first_time [2022-03-11T18:25:59.731Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-11T18:25:59.731Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:25:59.731Z] === RUN TestPullSchema2Config/500_status [2022-03-11T18:25:59.731Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-11T18:25:59.731Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:25:59.937Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-11T18:26:00.221Z] --- PASS: TestConcurrencyLimit (0.37s) [2022-03-11T18:26:00.221Z] === RUN TestInactiveJobs [2022-03-11T18:26:00.221Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:26:00.221Z] === RUN TestPullSchema2Config/EOF [2022-03-11T18:26:00.221Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-11T18:26:00.221Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:26:00.221Z] 2022/03/11 18:25:59 http: panic serving 127.0.0.1:49220: intentional panic [2022-03-11T18:26:00.221Z] goroutine 91 [running]: [2022-03-11T18:26:00.221Z] net/http.(*conn).serve.func1() [2022-03-11T18:26:00.221Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-11T18:26:00.221Z] panic({0x926940, 0xad1f60}) [2022-03-11T18:26:00.221Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-11T18:26:00.221Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0004e6004, {0xae4ae8, 0xc0004d2000}) [2022-03-11T18:26:00.221Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-11T18:26:00.221Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0xae4ae8, 0xc0004d2000}, 0xc00051e000) [2022-03-11T18:26:00.221Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-11T18:26:00.221Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xae4ae8, 0xc0004d2000}, 0x3b8e35) [2022-03-11T18:26:00.221Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-11T18:26:00.221Z] net/http.serverHandler.ServeHTTP({0xc0004a0030}, {0xae4ae8, 0xc0004d2000}, 0xc00051e000) [2022-03-11T18:26:00.221Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-11T18:26:00.221Z] net/http.(*conn).serve(0xc0001f4000, {0xae9918, 0xc0005684b0}) [2022-03-11T18:26:00.221Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-11T18:26:00.221Z] created by net/http.(*Server).Serve [2022-03-11T18:26:00.221Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-11T18:26:00.221Z] === RUN TestNotFound [2022-03-11T18:26:00.221Z] --- PASS: TestNotFound (0.00s) [2022-03-11T18:26:00.221Z] === RUN TestConflict [2022-03-11T18:26:00.221Z] --- PASS: TestConflict (0.00s) [2022-03-11T18:26:00.221Z] === RUN TestForbidden [2022-03-11T18:26:00.221Z] --- PASS: TestForbidden (0.00s) [2022-03-11T18:26:00.221Z] === RUN TestInvalidParameter [2022-03-11T18:26:00.221Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-11T18:26:00.221Z] === RUN TestNotImplemented [2022-03-11T18:26:00.221Z] --- PASS: TestNotImplemented (0.00s) [2022-03-11T18:26:00.221Z] === RUN TestNotModified [2022-03-11T18:26:00.221Z] --- PASS: TestNotModified (0.00s) [2022-03-11T18:26:00.221Z] === RUN TestUnauthorized [2022-03-11T18:26:00.221Z] --- PASS: TestUnauthorized (0.00s) [2022-03-11T18:26:00.221Z] === RUN TestUnknown [2022-03-11T18:26:00.221Z] --- PASS: TestUnknown (0.00s) [2022-03-11T18:26:00.221Z] === RUN TestCancelled [2022-03-11T18:26:00.221Z] --- PASS: TestCancelled (0.00s) [2022-03-11T18:26:00.221Z] === RUN TestDeadline [2022-03-11T18:26:00.221Z] --- PASS: TestDeadline (0.00s) [2022-03-11T18:26:00.221Z] === RUN TestDataLoss [2022-03-11T18:26:00.221Z] --- PASS: TestDataLoss (0.00s) [2022-03-11T18:26:00.221Z] === RUN TestUnavailable [2022-03-11T18:26:00.221Z] --- PASS: TestUnavailable (0.00s) [2022-03-11T18:26:00.221Z] === RUN TestSystem [2022-03-11T18:26:00.221Z] --- PASS: TestSystem (0.00s) [2022-03-11T18:26:00.221Z] === RUN TestFromStatusCode [2022-03-11T18:26:00.221Z] === RUN TestFromStatusCode/Not_Found [2022-03-11T18:26:00.221Z] === RUN TestFromStatusCode/Bad_Request [2022-03-11T18:26:00.221Z] === RUN TestFromStatusCode/Conflict [2022-03-11T18:26:00.221Z] === RUN TestFromStatusCode/Unauthorized [2022-03-11T18:26:00.221Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-11T18:26:00.221Z] === RUN TestFromStatusCode/Forbidden [2022-03-11T18:26:00.221Z] === RUN TestFromStatusCode/Not_Modified [2022-03-11T18:26:00.221Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-11T18:26:00.221Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-11T18:26:00.221Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-11T18:26:00.221Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-11T18:26:00.221Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-11T18:26:00.221Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-11T18:26:00.221Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-11T18:26:00.221Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-11T18:26:00.221Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-11T18:26:00.221Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-11T18:26:00.221Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-11T18:26:00.221Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-11T18:26:00.221Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-11T18:26:00.221Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-11T18:26:00.221Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-11T18:26:00.221Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-11T18:26:00.221Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-11T18:26:00.221Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-11T18:26:00.221Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-11T18:26:00.221Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-11T18:26:00.221Z] PASS [2022-03-11T18:26:00.221Z] coverage: 53.1% of statements [2022-03-11T18:26:00.221Z] ok github.com/docker/docker/errdefs 0.059s coverage: 53.1% of statements [2022-03-11T18:26:00.221Z] --- PASS: TestInactiveJobs (0.42s) [2022-03-11T18:26:00.221Z] === RUN TestWatchRelease [2022-03-11T18:26:00.691Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:26:00.691Z] === RUN TestPullSchema2Config/unauthorized [2022-03-11T18:26:00.691Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-11T18:26:00.691Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-11T18:26:00.691Z] --- PASS: TestPullSchema2Config (0.55s) [2022-03-11T18:26:00.691Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-11T18:26:00.691Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-11T18:26:00.691Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-11T18:26:00.691Z] --- PASS: TestPullSchema2Config/unauthorized (0.02s) [2022-03-11T18:26:00.691Z] === RUN TestGetRepositoryMountCandidates [2022-03-11T18:26:00.691Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-11T18:26:00.691Z] === RUN TestLayerAlreadyExists [2022-03-11T18:26:00.691Z] 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} [2022-03-11T18:26:00.691Z] 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} [2022-03-11T18:26:00.691Z] 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} [2022-03-11T18:26:00.691Z] 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} [2022-03-11T18:26:00.691Z] 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} [2022-03-11T18:26:00.691Z] 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} [2022-03-11T18:26:00.691Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-11T18:26:00.691Z] === RUN TestWhenEmptyAuthConfig [2022-03-11T18:26:00.691Z] --- PASS: TestWatchRelease (0.05s) [2022-03-11T18:26:00.691Z] === RUN TestWatchFinishedTransfer [2022-03-11T18:26:00.691Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-11T18:26:00.691Z] === RUN TestDuplicateTransfer [2022-03-11T18:26:00.691Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-11T18:26:00.691Z] === RUN TestSuccessfulUpload [2022-03-11T18:26:00.691Z] time="2022-03-11T18:26:00Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-11T18:26:00.691Z] --- PASS: TestSuccessfulUpload (0.37s) [2022-03-11T18:26:00.691Z] === RUN TestCancelledUpload [2022-03-11T18:26:00.691Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-11T18:26:00.691Z] PASS [2022-03-11T18:26:00.691Z] coverage: 76.8% of statements [2022-03-11T18:26:00.691Z] ok github.com/docker/docker/distribution/xfer 1.965s coverage: 76.8% of statements [2022-03-11T18:26:00.869Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-11T18:26:00.869Z] plugin_test.go:61: [dd9c1161a07ea] joining swarm manager [da4949c5b5dd1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:26:01.125Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-11T18:26:01.163Z] === RUN TestFSGetInvalidData [2022-03-11T18:26:01.636Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-11T18:26:01.636Z] === RUN TestFSInvalidSet [2022-03-11T18:26:01.636Z] --- PASS: TestFSInvalidSet (0.02s) [2022-03-11T18:26:01.636Z] === RUN TestFSInvalidRoot [2022-03-11T18:26:01.636Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-11T18:26:01.636Z] === RUN TestFSMetadataGetSet [2022-03-11T18:26:01.636Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-03-11T18:26:01.636Z] === RUN TestFSInvalidWalker [2022-03-11T18:26:01.636Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-11T18:26:01.636Z] === RUN TestFSGetSet [2022-03-11T18:26:01.636Z] --- PASS: TestFSGetSet (0.07s) [2022-03-11T18:26:01.636Z] === RUN TestFSGetUnsetKey [2022-03-11T18:26:01.636Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-11T18:26:01.636Z] === RUN TestFSGetEmptyData [2022-03-11T18:26:01.636Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-03-11T18:26:01.636Z] === RUN TestFSDelete [2022-03-11T18:26:01.636Z] --- PASS: TestFSDelete (0.02s) [2022-03-11T18:26:01.636Z] === RUN TestFSWalker [2022-03-11T18:26:01.636Z] --- PASS: TestFSWalker (0.02s) [2022-03-11T18:26:01.636Z] === RUN TestFSWalkerStopOnError [2022-03-11T18:26:01.636Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-11T18:26:01.636Z] === RUN TestNewFromJSON [2022-03-11T18:26:01.636Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-11T18:26:01.636Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-11T18:26:01.636Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-11T18:26:01.636Z] === RUN TestMarshalKeyOrder [2022-03-11T18:26:01.636Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-11T18:26:01.636Z] === RUN TestHistoryEqual [2022-03-11T18:26:01.636Z] --- PASS: TestWhenEmptyAuthConfig (1.18s) [2022-03-11T18:26:01.636Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-11T18:26:01.636Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-11T18:26:01.636Z] === RUN TestTokenPassThru [2022-03-11T18:26:01.636Z] --- PASS: TestTokenPassThru (0.00s) [2022-03-11T18:26:01.636Z] === RUN TestTokenPassThruDifferentHost [2022-03-11T18:26:01.636Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-11T18:26:01.636Z] PASS [2022-03-11T18:26:01.636Z] coverage: 26.7% of statements [2022-03-11T18:26:01.636Z] ok github.com/docker/docker/distribution 2.187s coverage: 26.7% of statements [2022-03-11T18:26:01.636Z] === RUN TestCompare [2022-03-11T18:26:01.636Z] --- PASS: TestCompare (0.00s) [2022-03-11T18:26:01.636Z] PASS [2022-03-11T18:26:01.636Z] coverage: 19.2% of statements [2022-03-11T18:26:01.636Z] ok github.com/docker/docker/image/cache 0.094s coverage: 19.2% of statements [2022-03-11T18:26:01.636Z] --- PASS: TestHistoryEqual (0.20s) [2022-03-11T18:26:01.636Z] === RUN TestImage [2022-03-11T18:26:01.636Z] --- PASS: TestImage (0.00s) [2022-03-11T18:26:01.636Z] === RUN TestImageOSNotEmpty [2022-03-11T18:26:01.636Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-11T18:26:01.636Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-11T18:26:01.636Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-11T18:26:01.636Z] === RUN TestCreate [2022-03-11T18:26:01.636Z] --- PASS: TestCreate (0.01s) [2022-03-11T18:26:01.636Z] === RUN TestRestore [2022-03-11T18:26:01.689Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-03-11T18:26:01.946Z] plugin_test.go:64: [d620002fbb693] joining swarm manager [da4949c5b5dd1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:26:02.107Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-11T18:26:02.107Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-11T18:26:02.107Z] time="2022-03-11T18:26:01Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-11T18:26:02.107Z] --- PASS: TestRestore (0.06s) [2022-03-11T18:26:02.107Z] === RUN TestAddDelete [2022-03-11T18:26:02.107Z] --- PASS: TestAddDelete (0.03s) [2022-03-11T18:26:02.107Z] === RUN TestSearchAfterDelete [2022-03-11T18:26:02.107Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-03-11T18:26:02.107Z] === RUN TestParentReset [2022-03-11T18:26:02.107Z] --- PASS: TestParentReset (0.05s) [2022-03-11T18:26:02.107Z] === RUN TestGetAndSetLastUpdated [2022-03-11T18:26:02.107Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-03-11T18:26:02.107Z] === RUN TestStoreLen [2022-03-11T18:26:02.107Z] --- PASS: TestStoreLen (0.08s) [2022-03-11T18:26:02.107Z] PASS [2022-03-11T18:26:02.107Z] coverage: 86.9% of statements [2022-03-11T18:26:02.107Z] ok github.com/docker/docker/image 0.811s coverage: 86.9% of statements [2022-03-11T18:26:02.578Z] === RUN TestValidateManifest [2022-03-11T18:26:02.578Z] === RUN TestValidateManifest/nil [2022-03-11T18:26:02.578Z] === RUN TestValidateManifest/non-nil [2022-03-11T18:26:02.578Z] --- PASS: TestValidateManifest (0.00s) [2022-03-11T18:26:02.578Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-11T18:26:02.578Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-11T18:26:02.578Z] PASS [2022-03-11T18:26:02.578Z] coverage: 0.7% of statements [2022-03-11T18:26:02.578Z] ok github.com/docker/docker/image/tarexport 0.077s coverage: 0.7% of statements [2022-03-11T18:26:03.048Z] === RUN TestMakeV1ConfigFromConfig [2022-03-11T18:26:03.048Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-11T18:26:03.048Z] PASS [2022-03-11T18:26:03.048Z] coverage: 25.0% of statements [2022-03-11T18:26:03.048Z] ok github.com/docker/docker/image/v1 0.086s coverage: 25.0% of statements [2022-03-11T18:26:03.048Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-11T18:26:03.315Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-03-11T18:26:03.518Z] === RUN TestSerialization [2022-03-11T18:26:03.519Z] --- PASS: TestSerialization (0.02s) [2022-03-11T18:26:03.519Z] PASS [2022-03-11T18:26:03.519Z] coverage: 100.0% of statements [2022-03-11T18:26:03.519Z] ok github.com/docker/docker/libcontainerd/queue 0.072s coverage: 100.0% of statements [2022-03-11T18:26:04.685Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-11T18:26:05.098Z] === RUN TestEnvironmentParsing [2022-03-11T18:26:05.098Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-11T18:26:05.098Z] PASS [2022-03-11T18:26:05.098Z] coverage: 1.2% of statements [2022-03-11T18:26:05.098Z] ok github.com/docker/docker/libcontainerd/local 0.068s coverage: 1.2% of statements [2022-03-11T18:26:05.098Z] === RUN TestEmptyLayer [2022-03-11T18:26:05.098Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-11T18:26:05.098Z] === RUN TestCommitFailure [2022-03-11T18:26:05.098Z] --- PASS: TestCommitFailure (0.01s) [2022-03-11T18:26:05.098Z] === RUN TestStartTransactionFailure [2022-03-11T18:26:05.098Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-11T18:26:05.098Z] === RUN TestGetOrphan [2022-03-11T18:26:05.098Z] --- PASS: TestGetOrphan (0.01s) [2022-03-11T18:26:05.098Z] === RUN TestMountAndRegister [2022-03-11T18:26:05.098Z] layer_test.go:258: Layer size: 14 [2022-03-11T18:26:05.098Z] --- PASS: TestMountAndRegister (0.05s) [2022-03-11T18:26:05.098Z] === RUN TestLayerRelease [2022-03-11T18:26:05.098Z] layer_test.go:291: Failing on Windows [2022-03-11T18:26:05.098Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-11T18:26:05.098Z] === RUN TestStoreRestore [2022-03-11T18:26:05.098Z] layer_test.go:340: Failing on Windows [2022-03-11T18:26:05.098Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-11T18:26:05.098Z] === RUN TestTarStreamStability [2022-03-11T18:26:05.098Z] layer_test.go:455: Failing on Windows [2022-03-11T18:26:05.098Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-11T18:26:05.098Z] === RUN TestRegisterExistingLayer [2022-03-11T18:26:05.098Z] --- PASS: TestRegisterExistingLayer (0.16s) [2022-03-11T18:26:05.098Z] === RUN TestTarStreamVerification [2022-03-11T18:26:05.098Z] layer_test.go:684: Failing on Windows [2022-03-11T18:26:05.098Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-11T18:26:05.098Z] === RUN TestLayerMigration [2022-03-11T18:26:05.098Z] migration_test.go:45: Failing on Windows [2022-03-11T18:26:05.098Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-11T18:26:05.098Z] === RUN TestLayerMigrationNoTarsplit [2022-03-11T18:26:05.098Z] migration_test.go:181: Failing on Windows [2022-03-11T18:26:05.098Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-11T18:26:05.098Z] === RUN TestMountInit [2022-03-11T18:26:05.098Z] mount_test.go:17: Failing on Windows [2022-03-11T18:26:05.098Z] --- SKIP: TestMountInit (0.00s) [2022-03-11T18:26:05.098Z] === RUN TestMountSize [2022-03-11T18:26:05.098Z] mount_test.go:76: Failing on Windows [2022-03-11T18:26:05.098Z] --- SKIP: TestMountSize (0.00s) [2022-03-11T18:26:05.098Z] === RUN TestMountChanges [2022-03-11T18:26:05.098Z] mount_test.go:125: Failing on Windows [2022-03-11T18:26:05.098Z] --- SKIP: TestMountChanges (0.00s) [2022-03-11T18:26:05.098Z] === RUN TestMountApply [2022-03-11T18:26:05.098Z] mount_test.go:212: Failing on Windows [2022-03-11T18:26:05.098Z] --- SKIP: TestMountApply (0.00s) [2022-03-11T18:26:05.098Z] PASS [2022-03-11T18:26:05.098Z] coverage: 30.2% of statements [2022-03-11T18:26:05.098Z] ok github.com/docker/docker/layer 0.350s coverage: 30.2% of statements [2022-03-11T18:26:05.570Z] === RUN TestSequenceGetAvailableBit [2022-03-11T18:26:05.570Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-11T18:26:05.570Z] === RUN TestSequenceEqual [2022-03-11T18:26:05.570Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-11T18:26:05.570Z] === RUN TestSequenceCopy [2022-03-11T18:26:05.570Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-11T18:26:05.570Z] === RUN TestGetFirstAvailable [2022-03-11T18:26:05.570Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-11T18:26:05.570Z] === RUN TestFindSequence [2022-03-11T18:26:05.570Z] --- PASS: TestFindSequence (0.00s) [2022-03-11T18:26:05.570Z] === RUN TestCheckIfAvailable [2022-03-11T18:26:05.570Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-11T18:26:05.570Z] === RUN TestMergeSequences [2022-03-11T18:26:05.570Z] --- PASS: TestMergeSequences (0.00s) [2022-03-11T18:26:05.570Z] === RUN TestPushReservation [2022-03-11T18:26:05.570Z] --- PASS: TestPushReservation (0.00s) [2022-03-11T18:26:05.570Z] === RUN TestSerializeDeserialize [2022-03-11T18:26:05.570Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-11T18:26:05.570Z] === RUN TestSet [2022-03-11T18:26:05.570Z] --- PASS: TestSet (0.00s) [2022-03-11T18:26:05.570Z] === RUN TestSetUnset [2022-03-11T18:26:05.570Z] --- PASS: TestSetUnset (0.00s) [2022-03-11T18:26:05.570Z] === RUN TestOffsetSetUnset [2022-03-11T18:26:05.570Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-11T18:26:05.570Z] === RUN TestSetInRange [2022-03-11T18:26:05.570Z] --- PASS: TestSetInRange (0.00s) [2022-03-11T18:26:05.570Z] === RUN TestSetAnyInRange [2022-03-11T18:26:05.570Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-11T18:26:05.570Z] === RUN TestMethods [2022-03-11T18:26:05.570Z] --- PASS: TestMethods (0.00s) [2022-03-11T18:26:05.570Z] === RUN TestRandomAllocateDeallocate [2022-03-11T18:26:05.570Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-11T18:26:05.570Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-11T18:26:05.570Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-11T18:26:05.570Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-11T18:26:06.577Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-03-11T18:26:07.801Z] === RUN TestInvalidConfig [2022-03-11T18:26:07.801Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-11T18:26:07.801Z] === RUN TestConfig [2022-03-11T18:26:07.801Z] --- PASS: TestConfig (0.02s) [2022-03-11T18:26:07.801Z] === RUN TestOptionsLabels [2022-03-11T18:26:07.801Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-11T18:26:07.801Z] === RUN TestValidName [2022-03-11T18:26:07.801Z] --- PASS: TestValidName (0.00s) [2022-03-11T18:26:07.801Z] PASS [2022-03-11T18:26:07.801Z] coverage: 19.7% of statements [2022-03-11T18:26:07.801Z] ok github.com/docker/docker/libnetwork/config 0.109s coverage: 19.7% of statements [2022-03-11T18:26:08.791Z] === RUN TestKey [2022-03-11T18:26:08.791Z] --- PASS: TestKey (0.00s) [2022-03-11T18:26:08.791Z] === RUN TestParseKey [2022-03-11T18:26:08.791Z] --- PASS: TestParseKey (0.00s) [2022-03-11T18:26:08.791Z] === RUN TestInvalidDataStore [2022-03-11T18:26:08.791Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-11T18:26:08.791Z] === RUN TestKVObjectFlatKey [2022-03-11T18:26:08.791Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-11T18:26:08.791Z] === RUN TestAtomicKVObjectFlatKey [2022-03-11T18:26:08.791Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-11T18:26:08.791Z] PASS [2022-03-11T18:26:08.791Z] coverage: 21.9% of statements [2022-03-11T18:26:08.791Z] ok github.com/docker/docker/libnetwork/datastore 0.048s coverage: 21.9% of statements [2022-03-11T18:26:09.094Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-11T18:26:09.261Z] === RUN TestErrorInterfaces [2022-03-11T18:26:09.261Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-11T18:26:09.261Z] === RUN TestNetworkMarshalling [2022-03-11T18:26:09.261Z] --- PASS: TestNetworkMarshalling (0.20s) [2022-03-11T18:26:09.261Z] === RUN TestEndpointMarshalling [2022-03-11T18:26:09.261Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-11T18:26:09.261Z] === RUN TestAuxAddresses [2022-03-11T18:26:09.261Z] time="2022-03-11T18:26:09Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-11T18:26:09.261Z] --- PASS: TestAuxAddresses (0.03s) [2022-03-11T18:26:09.261Z] === RUN TestSRVServiceQuery [2022-03-11T18:26:09.261Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:26:09.261Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-03-11T18:26:09.261Z] === RUN TestServiceVIPReuse [2022-03-11T18:26:09.261Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:26:09.261Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-11T18:26:09.261Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-11T18:26:09.261Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:26:09.261Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-11T18:26:09.261Z] === RUN TestDNSIPQuery [2022-03-11T18:26:09.261Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:26:09.261Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-11T18:26:09.262Z] === RUN TestDNSProxyServFail [2022-03-11T18:26:09.262Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:26:09.262Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-11T18:26:09.262Z] === RUN TestSandboxAddEmpty [2022-03-11T18:26:09.262Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:26:09.262Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-11T18:26:09.262Z] === RUN TestSandboxAddMultiPrio [2022-03-11T18:26:09.262Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:26:09.262Z] --- SKIP: TestSandboxAddMultiPrio (0.01s) [2022-03-11T18:26:09.262Z] === RUN TestSandboxAddSamePrio [2022-03-11T18:26:09.262Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:26:09.262Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-11T18:26:09.262Z] === RUN TestCleanupServiceDiscovery [2022-03-11T18:26:09.262Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:26:09.262Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-11T18:26:09.262Z] === RUN TestDNSOptions [2022-03-11T18:26:09.262Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:26:09.262Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-11T18:26:09.262Z] === RUN TestMultipleControllersWithSameStore [2022-03-11T18:26:09.262Z] time="2022-03-11T18:26:09Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-11T18:26:09.262Z] time="2022-03-11T18:26:09Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-11T18:26:09.262Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-03-11T18:26:09.262Z] PASS [2022-03-11T18:26:09.262Z] coverage: 8.5% of statements [2022-03-11T18:26:09.262Z] ok github.com/docker/docker/libnetwork 0.383s coverage: 8.5% of statements [2022-03-11T18:26:09.657Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-11T18:26:09.657Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-03-11T18:26:09.733Z] === RUN TestIPDataMarshalling [2022-03-11T18:26:09.733Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-11T18:26:09.733Z] === RUN TestValidateAndIsV6 [2022-03-11T18:26:09.733Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-11T18:26:09.733Z] PASS [2022-03-11T18:26:09.733Z] coverage: 68.9% of statements [2022-03-11T18:26:09.733Z] ok github.com/docker/docker/libnetwork/driverapi 0.052s coverage: 68.9% of statements [2022-03-11T18:26:10.204Z] === RUN TestDriver [2022-03-11T18:26:10.205Z] --- PASS: TestDriver (0.00s) [2022-03-11T18:26:10.205Z] PASS [2022-03-11T18:26:10.205Z] coverage: 34.8% of statements [2022-03-11T18:26:10.205Z] ok github.com/docker/docker/libnetwork/drivers/host 0.062s coverage: 34.8% of statements [2022-03-11T18:26:10.677Z] === RUN TestDriver [2022-03-11T18:26:10.677Z] --- PASS: TestDriver (0.00s) [2022-03-11T18:26:10.677Z] PASS [2022-03-11T18:26:10.677Z] coverage: 34.8% of statements [2022-03-11T18:26:10.677Z] ok github.com/docker/docker/libnetwork/drivers/null 0.057s coverage: 34.8% of statements [2022-03-11T18:26:11.024Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-11T18:26:11.158Z] === RUN TestNetworkAllocateFree [2022-03-11T18:26:11.158Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-11T18:26:11.158Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-11T18:26:11.158Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-11T18:26:11.158Z] PASS [2022-03-11T18:26:11.158Z] coverage: 63.6% of statements [2022-03-11T18:26:11.158Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.051s coverage: 63.6% of statements [2022-03-11T18:26:11.304Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-11T18:26:11.628Z] === RUN TestGetEmptyCapabilities [2022-03-11T18:26:11.628Z] --- PASS: TestGetEmptyCapabilities (0.02s) [2022-03-11T18:26:11.628Z] === RUN TestGetExtraCapabilities [2022-03-11T18:26:11.628Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-11T18:26:11.628Z] === RUN TestGetInvalidCapabilities [2022-03-11T18:26:11.628Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-03-11T18:26:11.628Z] === RUN TestRemoteDriver [2022-03-11T18:26:11.628Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-11T18:26:11.628Z] === RUN TestDriverError [2022-03-11T18:26:11.628Z] --- PASS: TestDriverError (0.01s) [2022-03-11T18:26:11.628Z] === RUN TestMissingValues [2022-03-11T18:26:11.628Z] --- PASS: TestMissingValues (0.01s) [2022-03-11T18:26:11.628Z] === RUN TestRollback [2022-03-11T18:26:11.628Z] --- PASS: TestRollback (0.01s) [2022-03-11T18:26:11.628Z] PASS [2022-03-11T18:26:11.628Z] coverage: 57.4% of statements [2022-03-11T18:26:11.628Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.158s coverage: 57.4% of statements [2022-03-11T18:26:12.404Z] docker_api_swarm_test.go:384: [d641171a95527] joining swarm manager [d013b1b90d2c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:26:12.618Z] === RUN TestNew [2022-03-11T18:26:12.618Z] --- PASS: TestNew (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestAddDriver [2022-03-11T18:26:12.618Z] --- PASS: TestAddDriver (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestAddDuplicateDriver [2022-03-11T18:26:12.618Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-11T18:26:12.618Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestDriver [2022-03-11T18:26:12.618Z] --- PASS: TestDriver (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestIPAM [2022-03-11T18:26:12.618Z] --- PASS: TestIPAM (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestWalkIPAMs [2022-03-11T18:26:12.618Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestWalkDrivers [2022-03-11T18:26:12.618Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-11T18:26:12.618Z] PASS [2022-03-11T18:26:12.618Z] coverage: 82.4% of statements [2022-03-11T18:26:12.618Z] ok github.com/docker/docker/libnetwork/drvregistry 0.081s coverage: 82.4% of statements [2022-03-11T18:26:12.618Z] === RUN TestNAT [2022-03-11T18:26:12.618Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-11T18:26:12.618Z] --- SKIP: TestNAT (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestTransparent [2022-03-11T18:26:12.618Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-11T18:26:12.618Z] --- SKIP: TestTransparent (0.00s) [2022-03-11T18:26:12.618Z] PASS [2022-03-11T18:26:12.618Z] coverage: 0.0% of statements [2022-03-11T18:26:12.618Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.069s coverage: 0.0% of statements [2022-03-11T18:26:12.618Z] === RUN TestBuildDefault [2022-03-11T18:26:12.618Z] --- PASS: TestBuildDefault (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestBuildHostnameDomainname [2022-03-11T18:26:12.618Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestBuildHostname [2022-03-11T18:26:12.618Z] --- PASS: TestBuildHostname (0.01s) [2022-03-11T18:26:12.618Z] === RUN TestBuildHostnameFQDN [2022-03-11T18:26:12.618Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestBuildNoIP [2022-03-11T18:26:12.618Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestUpdate [2022-03-11T18:26:12.618Z] --- PASS: TestUpdate (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-11T18:26:12.618Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-11T18:26:12.618Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestAddEmpty [2022-03-11T18:26:12.618Z] --- PASS: TestAddEmpty (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestAdd [2022-03-11T18:26:12.618Z] --- PASS: TestAdd (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestDeleteEmpty [2022-03-11T18:26:12.618Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestDeleteNewline [2022-03-11T18:26:12.618Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestDelete [2022-03-11T18:26:12.618Z] --- PASS: TestDelete (0.00s) [2022-03-11T18:26:12.618Z] === RUN TestConcurrentWrites [2022-03-11T18:26:13.089Z] --- PASS: TestRandomAllocateDeallocate (7.46s) [2022-03-11T18:26:13.089Z] === RUN TestAllocateRandomDeallocate [2022-03-11T18:26:13.089Z] --- PASS: TestConcurrentWrites (0.38s) [2022-03-11T18:26:13.089Z] PASS [2022-03-11T18:26:13.089Z] coverage: 81.2% of statements [2022-03-11T18:26:13.089Z] ok github.com/docker/docker/libnetwork/etchosts 0.473s coverage: 81.2% of statements [2022-03-11T18:26:13.334Z] docker_api_swarm_test.go:385: [d2cee74c268bd] joining swarm manager [d013b1b90d2c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:26:13.559Z] === RUN TestNew [2022-03-11T18:26:13.559Z] --- PASS: TestNew (0.00s) [2022-03-11T18:26:13.559Z] === RUN TestAllocate [2022-03-11T18:26:13.559Z] --- PASS: TestAllocate (0.00s) [2022-03-11T18:26:13.559Z] === RUN TestUninitialized [2022-03-11T18:26:13.559Z] --- PASS: TestUninitialized (0.00s) [2022-03-11T18:26:13.559Z] === RUN TestAllocateInRange [2022-03-11T18:26:13.559Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-11T18:26:13.559Z] === RUN TestAllocateSerial [2022-03-11T18:26:13.559Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-11T18:26:13.559Z] PASS [2022-03-11T18:26:13.559Z] coverage: 87.5% of statements [2022-03-11T18:26:13.559Z] ok github.com/docker/docker/libnetwork/idm 0.043s coverage: 87.5% of statements [2022-03-11T18:26:13.559Z] === RUN TestCaller [2022-03-11T18:26:13.559Z] --- PASS: TestCaller (0.00s) [2022-03-11T18:26:13.559Z] PASS [2022-03-11T18:26:13.559Z] coverage: 100.0% of statements [2022-03-11T18:26:13.559Z] ok github.com/docker/docker/libnetwork/internal/caller 0.046s coverage: 100.0% of statements [2022-03-11T18:26:14.549Z] === RUN TestSetSerialInsertDelete [2022-03-11T18:26:14.549Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-11T18:26:14.549Z] === RUN TestSetParallelInsertDelete [2022-03-11T18:26:14.549Z] --- PASS: TestAllocateRandomDeallocate (1.68s) [2022-03-11T18:26:14.549Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-11T18:26:15.541Z] === RUN TestInt2IP2IntConversion [2022-03-11T18:26:16.011Z] --- PASS: TestInt2IP2IntConversion (0.54s) [2022-03-11T18:26:16.011Z] === RUN TestGetAddressVersion [2022-03-11T18:26:16.011Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-11T18:26:16.011Z] === RUN TestKeyString [2022-03-11T18:26:16.011Z] --- PASS: TestKeyString (0.00s) [2022-03-11T18:26:16.011Z] === RUN TestPoolDataMarshal [2022-03-11T18:26:16.011Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-11T18:26:16.011Z] === RUN TestSubnetsMarshal [2022-03-11T18:26:16.011Z] --- PASS: TestSubnetsMarshal (0.07s) [2022-03-11T18:26:16.011Z] === RUN TestAddSubnets [2022-03-11T18:26:16.011Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.41s) [2022-03-11T18:26:16.011Z] === RUN TestRetrieveFromStore [2022-03-11T18:26:16.011Z] --- PASS: TestAddSubnets (0.07s) [2022-03-11T18:26:16.011Z] === RUN TestDoublePoolRelease [2022-03-11T18:26:16.011Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-03-11T18:26:16.011Z] === RUN TestAddReleasePoolID [2022-03-11T18:26:16.011Z] --- PASS: TestAddReleasePoolID (0.12s) [2022-03-11T18:26:16.011Z] === RUN TestPredefinedPool [2022-03-11T18:26:16.011Z] --- PASS: TestPredefinedPool (0.04s) [2022-03-11T18:26:16.011Z] === RUN TestRemoveSubnet [2022-03-11T18:26:16.481Z] === RUN TestPoolRequest [2022-03-11T18:26:16.481Z] --- PASS: TestPoolRequest (0.00s) [2022-03-11T18:26:16.481Z] === RUN TestOtherRequests [2022-03-11T18:26:16.481Z] --- PASS: TestOtherRequests (0.00s) [2022-03-11T18:26:16.481Z] PASS [2022-03-11T18:26:16.481Z] coverage: 57.1% of statements [2022-03-11T18:26:16.481Z] ok github.com/docker/docker/libnetwork/ipams/null 0.060s coverage: 57.1% of statements [2022-03-11T18:26:16.481Z] --- PASS: TestRemoveSubnet (0.27s) [2022-03-11T18:26:16.481Z] === RUN TestGetSameAddress [2022-03-11T18:26:16.481Z] --- PASS: TestGetSameAddress (0.06s) [2022-03-11T18:26:16.481Z] === RUN TestPoolAllocationReuse [2022-03-11T18:26:16.481Z] --- PASS: TestRetrieveFromStore (0.74s) [2022-03-11T18:26:16.481Z] === RUN TestIsCorrupted [2022-03-11T18:26:16.605Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-11T18:26:16.605Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-11T18:26:16.952Z] --- PASS: TestIsCorrupted (0.05s) [2022-03-11T18:26:16.952Z] === RUN TestSetRollover [2022-03-11T18:26:17.072Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-11T18:26:17.422Z] === RUN TestGetCapabilities [2022-03-11T18:26:17.422Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-11T18:26:17.422Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-11T18:26:17.422Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-11T18:26:17.422Z] === RUN TestGetDefaultAddressSpaces [2022-03-11T18:26:17.422Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-11T18:26:17.422Z] === RUN TestRemoteDriver [2022-03-11T18:26:17.422Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-11T18:26:17.422Z] PASS [2022-03-11T18:26:17.422Z] coverage: 47.4% of statements [2022-03-11T18:26:17.422Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.086s coverage: 47.4% of statements [2022-03-11T18:26:17.533Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-11T18:26:18.095Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-03-11T18:26:18.351Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-11T18:26:18.412Z] === RUN TestWindowsIPAM [2022-03-11T18:26:18.412Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-11T18:26:18.412Z] PASS [2022-03-11T18:26:18.412Z] coverage: 71.4% of statements [2022-03-11T18:26:18.412Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.045s coverage: 71.4% of statements [2022-03-11T18:26:18.412Z] --- PASS: TestPoolAllocationReuse (2.12s) [2022-03-11T18:26:18.412Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-11T18:26:18.600Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-11T18:26:18.600Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-11T18:26:18.600Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-11T18:26:18.607Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-03-11T18:26:18.607Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-03-11T18:26:18.607Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-11T18:26:18.884Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-03-11T18:26:18.884Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-11T18:26:18.884Z] --- PASS: TestSetRollover (1.96s) [2022-03-11T18:26:18.884Z] === RUN TestSetRolloverSerial [2022-03-11T18:26:19.355Z] === RUN TestDefaultNetwork [2022-03-11T18:26:19.825Z] --- PASS: TestDefaultNetwork (0.30s) [2022-03-11T18:26:19.825Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-11T18:26:19.825Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.28s) [2022-03-11T18:26:19.825Z] === RUN TestInitAddressPools [2022-03-11T18:26:19.825Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-11T18:26:19.825Z] PASS [2022-03-11T18:26:19.825Z] coverage: 74.0% of statements [2022-03-11T18:26:19.825Z] ok github.com/docker/docker/libnetwork/ipamutils 0.660s coverage: 74.0% of statements [2022-03-11T18:26:19.975Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-11T18:26:20.539Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-11T18:26:20.539Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-11T18:26:20.795Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-11T18:26:20.814Z] === RUN TestKeyValue [2022-03-11T18:26:20.814Z] --- PASS: TestKeyValue (0.00s) [2022-03-11T18:26:20.814Z] PASS [2022-03-11T18:26:20.814Z] coverage: 60.0% of statements [2022-03-11T18:26:20.814Z] ok github.com/docker/docker/libnetwork/netlabel 0.045s coverage: 60.0% of statements [2022-03-11T18:26:20.814Z] --- PASS: TestSetRolloverSerial (2.03s) [2022-03-11T18:26:20.814Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-11T18:26:20.814Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-11T18:26:20.814Z] PASS [2022-03-11T18:26:20.814Z] coverage: 84.4% of statements [2022-03-11T18:26:20.814Z] ok github.com/docker/docker/libnetwork/bitseq 15.392s coverage: 84.4% of statements [2022-03-11T18:26:21.359Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-11T18:26:21.615Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-11T18:26:21.805Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.92s) [2022-03-11T18:26:21.805Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-11T18:26:22.176Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-11T18:26:22.314Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-11T18:26:23.546Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-03-11T18:26:23.546Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-03-11T18:26:23.546Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-11T18:26:23.546Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-03-11T18:26:23.546Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-11T18:26:23.546Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-11T18:26:23.842Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-11T18:26:24.026Z] === RUN TestNetworkDBSimple [2022-03-11T18:26:24.497Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-11T18:26:24.497Z] PASS [2022-03-11T18:26:24.497Z] coverage: 100.0% of statements [2022-03-11T18:26:24.497Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.054s coverage: 100.0% of statements [2022-03-11T18:26:24.966Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.38s) [2022-03-11T18:26:24.966Z] === RUN TestGetAddress [2022-03-11T18:26:24.966Z] 2022/03/11 18:26:24 Closing DB instances... [2022-03-11T18:26:24.966Z] === RUN TestGenerate [2022-03-11T18:26:24.966Z] --- PASS: TestGenerate (0.00s) [2022-03-11T18:26:24.966Z] === RUN TestGeneratePtr [2022-03-11T18:26:24.966Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-11T18:26:24.966Z] === RUN TestGenerateMissingField [2022-03-11T18:26:24.966Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-11T18:26:24.966Z] === RUN TestFieldCannotBeSet [2022-03-11T18:26:24.966Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-11T18:26:24.966Z] === RUN TestTypeMismatchError [2022-03-11T18:26:24.966Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-11T18:26:24.966Z] PASS [2022-03-11T18:26:24.966Z] coverage: 100.0% of statements [2022-03-11T18:26:24.966Z] ok github.com/docker/docker/libnetwork/options 0.046s coverage: 100.0% of statements [2022-03-11T18:26:25.436Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-03-11T18:26:25.961Z] testing: warning: no tests to run [2022-03-11T18:26:25.961Z] PASS [2022-03-11T18:26:25.961Z] coverage: 0.0% of statements [2022-03-11T18:26:25.961Z] ok github.com/docker/docker/libnetwork/osl 0.050s coverage: 0.0% of statements [no tests to run] [2022-03-11T18:26:25.999Z] === RUN TestDockerSuite/TestEventsRename [2022-03-11T18:26:26.258Z] === RUN TestDockerSuite/TestEventsResize [2022-03-11T18:26:26.434Z] --- PASS: TestNetworkDBSimple (2.44s) [2022-03-11T18:26:26.434Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-11T18:26:26.821Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-11T18:26:26.904Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-11T18:26:26.904Z] === RUN TestRequestNewPort [2022-03-11T18:26:26.904Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-11T18:26:26.904Z] === RUN TestRequestSpecificPort [2022-03-11T18:26:26.904Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-11T18:26:26.904Z] === RUN TestReleasePort [2022-03-11T18:26:26.904Z] --- PASS: TestReleasePort (0.00s) [2022-03-11T18:26:26.904Z] === RUN TestReuseReleasedPort [2022-03-11T18:26:26.904Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-11T18:26:26.904Z] === RUN TestReleaseUnreadledPort [2022-03-11T18:26:26.904Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-11T18:26:26.904Z] === RUN TestUnknowProtocol [2022-03-11T18:26:26.904Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-11T18:26:26.904Z] === RUN TestAllocateAllPorts [2022-03-11T18:26:26.904Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-11T18:26:26.904Z] === RUN TestPortAllocation [2022-03-11T18:26:26.905Z] --- PASS: TestPortAllocation (0.00s) [2022-03-11T18:26:26.905Z] === RUN TestPortAllocationWithCustomRange [2022-03-11T18:26:26.905Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-11T18:26:26.905Z] === RUN TestNoDuplicateBPR [2022-03-11T18:26:26.905Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-11T18:26:26.905Z] === RUN TestChangePortRange [2022-03-11T18:26:26.905Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-11T18:26:26.905Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-11T18:26:26.905Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-11T18:26:26.905Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-11T18:26:26.905Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-11T18:26:26.905Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-11T18:26:26.905Z] --- PASS: TestChangePortRange (0.00s) [2022-03-11T18:26:26.905Z] PASS [2022-03-11T18:26:26.905Z] coverage: 88.6% of statements [2022-03-11T18:26:26.905Z] ok github.com/docker/docker/libnetwork/portallocator 0.053s coverage: 88.6% of statements [2022-03-11T18:26:27.898Z] 2022/03/11 18:26:27 Closing DB instances... [2022-03-11T18:26:27.898Z] testing: warning: no tests to run [2022-03-11T18:26:27.898Z] PASS [2022-03-11T18:26:27.898Z] coverage: 0.0% of statements [2022-03-11T18:26:27.898Z] ok github.com/docker/docker/libnetwork/portmapper 0.065s coverage: 0.0% of statements [no tests to run] [2022-03-11T18:26:27.898Z] === RUN TestHashData [2022-03-11T18:26:27.898Z] --- PASS: TestHashData (0.00s) [2022-03-11T18:26:27.898Z] PASS [2022-03-11T18:26:27.898Z] coverage: 2.8% of statements [2022-03-11T18:26:27.898Z] ok github.com/docker/docker/libnetwork/resolvconf 0.040s coverage: 2.8% of statements [2022-03-11T18:26:28.187Z] --- PASS: TestServicePlugin (31.18s) [2022-03-11T18:26:28.187Z] === RUN TestServiceUpdateLabel [2022-03-11T18:26:28.368Z] === RUN TestErrorConstructors [2022-03-11T18:26:28.368Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-11T18:26:28.368Z] === RUN TestCompareIPMask [2022-03-11T18:26:28.368Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-11T18:26:28.368Z] === RUN TestUtilGetHostPartIP [2022-03-11T18:26:28.368Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-11T18:26:28.368Z] === RUN TestUtilGetBroadcastIP [2022-03-11T18:26:28.368Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-11T18:26:28.368Z] === RUN TestParseCIDR [2022-03-11T18:26:28.368Z] --- PASS: TestParseCIDR (0.00s) [2022-03-11T18:26:28.368Z] PASS [2022-03-11T18:26:28.368Z] coverage: 37.3% of statements [2022-03-11T18:26:28.368Z] ok github.com/docker/docker/libnetwork/types 0.043s coverage: 37.3% of statements [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-11T18:26:29.359Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-11T18:26:29.359Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-11T18:26:29.359Z] PASS [2022-03-11T18:26:29.359Z] coverage: 50.0% of statements [2022-03-11T18:26:29.359Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.86s) [2022-03-11T18:26:29.359Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-11T18:26:29.359Z] ok github.com/docker/docker/oci 0.123s coverage: 50.0% of statements [2022-03-11T18:26:29.635Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-11T18:26:29.635Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-11T18:26:29.635Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-11T18:26:29.635Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-11T18:26:29.635Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-11T18:26:29.635Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-11T18:26:29.635Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-11T18:26:29.635Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-11T18:26:29.635Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-11T18:26:29.830Z] === RUN TestAddressPoolOpt [2022-03-11T18:26:29.831Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-11T18:26:29.831Z] === RUN TestValidateEnv [2022-03-11T18:26:29.831Z] === RUN TestValidateEnv/a [2022-03-11T18:26:30.078Z] --- PASS: TestServiceUpdateLabel (2.23s) [2022-03-11T18:26:30.078Z] === RUN TestServiceUpdateSecrets [2022-03-11T18:26:30.090Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/something [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/_=a [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/env1=value1 [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/_env1=value1 [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/PATH [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/=a [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/PATH= [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/PATH=something [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/asd!qwe [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/1asd [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/123 [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/some_space [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/__some_space_before [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/some_space_after__ [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/= [2022-03-11T18:26:30.301Z] === RUN TestValidateEnv/PaTh [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestParseHost [2022-03-11T18:26:30.301Z] --- PASS: TestParseHost (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestParseDockerDaemonHost [2022-03-11T18:26:30.301Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestParseTCP [2022-03-11T18:26:30.301Z] --- PASS: TestParseTCP (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-11T18:26:30.301Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestValidateExtraHosts [2022-03-11T18:26:30.301Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestIpOptString [2022-03-11T18:26:30.301Z] --- PASS: TestIpOptString (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-11T18:26:30.301Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestNewIpOptValidDefaultVal [2022-03-11T18:26:30.301Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestIpOptSetInvalidVal [2022-03-11T18:26:30.301Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestValidateIPAddress [2022-03-11T18:26:30.301Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestMapOpts [2022-03-11T18:26:30.301Z] --- PASS: TestMapOpts (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestListOptsWithoutValidator [2022-03-11T18:26:30.301Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestListOptsWithValidator [2022-03-11T18:26:30.301Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestValidateDNSSearch [2022-03-11T18:26:30.301Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestParseVersion [2022-03-11T18:26:30.301Z] --- PASS: TestParseVersion (0.00s) [2022-03-11T18:26:30.301Z] PASS [2022-03-11T18:26:30.301Z] coverage: 52.9% of statements [2022-03-11T18:26:30.301Z] === RUN TestValidateLabel [2022-03-11T18:26:30.301Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-11T18:26:30.301Z] === RUN TestValidateLabel/label_with_general_format [2022-03-11T18:26:30.301Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-11T18:26:30.301Z] === RUN TestValidateLabel/label_with_one_more [2022-03-11T18:26:30.301Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-11T18:26:30.301Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-11T18:26:30.301Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-11T18:26:30.301Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-11T18:26:30.301Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-11T18:26:30.301Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-11T18:26:30.301Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-11T18:26:30.301Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-11T18:26:30.301Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-11T18:26:30.301Z] --- PASS: TestValidateLabel (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-11T18:26:30.301Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestNamedListOpts [2022-03-11T18:26:30.301Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestNamedMapOpts [2022-03-11T18:26:30.301Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestParseLink [2022-03-11T18:26:30.301Z] --- PASS: TestParseLink (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestQuotedStringSetWithQuotes [2022-03-11T18:26:30.301Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-11T18:26:30.301Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-11T18:26:30.301Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-11T18:26:30.301Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-11T18:26:30.301Z] === RUN TestUlimitOpt [2022-03-11T18:26:30.301Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-11T18:26:30.301Z] PASS [2022-03-11T18:26:30.301Z] coverage: 67.4% of statements [2022-03-11T18:26:30.301Z] ok github.com/docker/docker/opts 0.110s coverage: 67.4% of statements [2022-03-11T18:26:30.301Z] ok github.com/docker/docker/pkg/aaparser 0.060s coverage: 52.9% of statements [2022-03-11T18:26:30.301Z] 2022/03/11 18:26:30 Closing DB instances... [2022-03-11T18:26:31.872Z] === RUN TestPeerCertificateMarshalJSON [2022-03-11T18:26:31.872Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.88s) [2022-03-11T18:26:31.872Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-11T18:26:32.343Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-11T18:26:32.343Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-11T18:26:32.343Z] --- PASS: TestPeerCertificateMarshalJSON (0.46s) [2022-03-11T18:26:32.343Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-11T18:26:32.343Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-11T18:26:32.343Z] === RUN TestMiddleware [2022-03-11T18:26:32.343Z] --- PASS: TestMiddleware (0.00s) [2022-03-11T18:26:32.343Z] === RUN TestNewResponseModifier [2022-03-11T18:26:32.343Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-11T18:26:32.343Z] PASS [2022-03-11T18:26:32.343Z] coverage: 26.8% of statements [2022-03-11T18:26:32.343Z] ok github.com/docker/docker/pkg/authorization 0.521s coverage: 26.8% of statements [2022-03-11T18:26:32.343Z] === RUN TestIsArchivePathDir [2022-03-11T18:26:32.343Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-03-11T18:26:32.343Z] === RUN TestIsArchivePathInvalidFile [2022-03-11T18:26:32.613Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-11T18:26:32.813Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2022-03-11T18:26:32.813Z] === RUN TestIsArchivePathTar [2022-03-11T18:26:32.813Z] --- PASS: TestIsArchivePathTar (0.18s) [2022-03-11T18:26:32.813Z] === RUN TestDecompressStreamGzip [2022-03-11T18:26:32.813Z] === RUN TestUnbuffered [2022-03-11T18:26:32.813Z] --- PASS: TestUnbuffered (0.00s) [2022-03-11T18:26:32.813Z] === RUN TestRaceUnbuffered [2022-03-11T18:26:32.813Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-11T18:26:32.813Z] PASS [2022-03-11T18:26:32.813Z] coverage: 100.0% of statements [2022-03-11T18:26:32.813Z] ok github.com/docker/docker/pkg/broadcaster 0.046s coverage: 100.0% of statements [2022-03-11T18:26:32.813Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-03-11T18:26:32.813Z] === RUN TestDecompressStreamBzip2 [2022-03-11T18:26:32.881Z] === RUN TestDockerSuite/TestEventsStreaming [2022-03-11T18:26:33.285Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2022-03-11T18:26:33.285Z] === RUN TestDecompressStreamXz [2022-03-11T18:26:33.285Z] archive_test.go:133: Xz not present in msys2 [2022-03-11T18:26:33.285Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-11T18:26:33.285Z] === RUN TestDecompressStreamZstd [2022-03-11T18:26:33.285Z] archive_test.go:140: zstd not installed [2022-03-11T18:26:33.285Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-11T18:26:33.285Z] === RUN TestCompressStreamXzUnsupported [2022-03-11T18:26:33.285Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-11T18:26:33.285Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-11T18:26:33.285Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-11T18:26:33.285Z] === RUN TestCompressStreamInvalid [2022-03-11T18:26:33.285Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-11T18:26:33.285Z] === RUN TestExtensionInvalid [2022-03-11T18:26:33.285Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-11T18:26:33.285Z] === RUN TestExtensionUncompressed [2022-03-11T18:26:33.285Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-11T18:26:33.285Z] === RUN TestExtensionBzip2 [2022-03-11T18:26:33.285Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-11T18:26:33.285Z] === RUN TestExtensionGzip [2022-03-11T18:26:33.285Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-11T18:26:33.285Z] === RUN TestExtensionXz [2022-03-11T18:26:33.285Z] --- PASS: TestExtensionXz (0.00s) [2022-03-11T18:26:33.285Z] === RUN TestExtensionZstd [2022-03-11T18:26:33.285Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-11T18:26:33.285Z] === RUN TestCmdStreamLargeStderr [2022-03-11T18:26:33.285Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-03-11T18:26:33.285Z] === RUN TestCmdStreamBad [2022-03-11T18:26:33.285Z] archive_test.go:252: Failing on Windows CI machines [2022-03-11T18:26:33.285Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-11T18:26:33.285Z] === RUN TestCmdStreamGood [2022-03-11T18:26:33.285Z] --- PASS: TestCmdStreamGood (0.04s) [2022-03-11T18:26:33.285Z] === RUN TestUntarPathWithInvalidDest [2022-03-11T18:26:33.285Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2022-03-11T18:26:33.285Z] === RUN TestUntarPathWithInvalidSrc [2022-03-11T18:26:33.285Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-11T18:26:33.285Z] === RUN TestUntarPath [2022-03-11T18:26:33.285Z] --- PASS: TestUntarPath (0.07s) [2022-03-11T18:26:33.285Z] === RUN TestUntarPathWithDestinationFile [2022-03-11T18:26:33.443Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-11T18:26:33.756Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-03-11T18:26:33.756Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-11T18:26:33.756Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-03-11T18:26:33.756Z] === RUN TestCopyWithTarInvalidSrc [2022-03-11T18:26:33.756Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-11T18:26:33.756Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-11T18:26:33.756Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-11T18:26:33.756Z] === RUN TestCopyWithTarSrcFile [2022-03-11T18:26:33.756Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-11T18:26:33.756Z] === RUN TestCopyWithTarSrcFolder [2022-03-11T18:26:33.756Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-11T18:26:33.756Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-11T18:26:33.756Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-11T18:26:33.756Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-11T18:26:33.756Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-11T18:26:33.756Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-11T18:26:33.756Z] === RUN TestMatch [2022-03-11T18:26:33.756Z] === RUN TestMatch/[[]] [2022-03-11T18:26:33.756Z] === RUN TestMatch/[[foo]] [2022-03-11T18:26:33.756Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-11T18:26:33.756Z] === RUN TestMatch/[[foo_bar]] [2022-03-11T18:26:33.756Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-11T18:26:33.756Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-11T18:26:33.756Z] === RUN TestMatch/[] [2022-03-11T18:26:33.756Z] === RUN TestMatch/[]#01 [2022-03-11T18:26:33.756Z] === RUN TestMatch/[[qux]] [2022-03-11T18:26:33.756Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-11T18:26:33.756Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-11T18:26:33.756Z] === RUN TestMatch/[[foo_baz]] [2022-03-11T18:26:33.756Z] --- PASS: TestMatch (0.00s) [2022-03-11T18:26:33.756Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-11T18:26:33.756Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-11T18:26:33.756Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-11T18:26:33.756Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-11T18:26:33.756Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-11T18:26:33.756Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-11T18:26:33.756Z] --- PASS: TestMatch/[] (0.00s) [2022-03-11T18:26:33.756Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-11T18:26:33.756Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-11T18:26:33.756Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-11T18:26:33.756Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-11T18:26:33.756Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-11T18:26:33.756Z] PASS [2022-03-11T18:26:33.756Z] coverage: 87.5% of statements [2022-03-11T18:26:33.756Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-11T18:26:33.756Z] === RUN TestCopyFileWithTarSrcFile [2022-03-11T18:26:33.756Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-11T18:26:33.756Z] === RUN TestTarFiles [2022-03-11T18:26:33.756Z] ok github.com/docker/docker/pkg/capabilities 0.044s coverage: 87.5% of statements [2022-03-11T18:26:34.226Z] 2022/03/11 18:26:33 Closing DB instances... [2022-03-11T18:26:35.219Z] === RUN TestChrootTarUntar [2022-03-11T18:26:35.219Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:26:35.219Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-11T18:26:35.219Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-11T18:26:35.219Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:26:35.219Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-11T18:26:35.219Z] === RUN TestChrootUntarEmptyArchive [2022-03-11T18:26:35.219Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-11T18:26:35.219Z] === RUN TestChrootTarUntarWithSymlink [2022-03-11T18:26:35.219Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:26:35.219Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-11T18:26:35.219Z] === RUN TestChrootCopyWithTar [2022-03-11T18:26:35.219Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:26:35.219Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-11T18:26:35.219Z] === RUN TestChrootCopyFileWithTar [2022-03-11T18:26:35.219Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:26:35.219Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-11T18:26:35.219Z] === RUN TestChrootUntarPath [2022-03-11T18:26:35.219Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:26:35.219Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-11T18:26:35.219Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-11T18:26:35.219Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:26:35.219Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-11T18:26:35.219Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-11T18:26:35.219Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:26:35.219Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-11T18:26:35.219Z] === RUN TestChrootApplyDotDotFile [2022-03-11T18:26:35.219Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:26:35.219Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-11T18:26:35.219Z] PASS [2022-03-11T18:26:35.219Z] coverage: 15.1% of statements [2022-03-11T18:26:35.219Z] ok github.com/docker/docker/pkg/chrootarchive 0.122s coverage: 15.1% of statements [2022-03-11T18:26:35.961Z] === RUN TestDockerSuite/TestEventsTop [2022-03-11T18:26:36.209Z] --- PASS: TestNetworkDBCRUDTableEntry (3.86s) [2022-03-11T18:26:36.209Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-11T18:26:36.209Z] === RUN TestEnsureRemoveAllNotExist [2022-03-11T18:26:36.209Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-11T18:26:36.209Z] === RUN TestEnsureRemoveAllWithDir [2022-03-11T18:26:36.209Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-11T18:26:36.209Z] === RUN TestEnsureRemoveAllWithFile [2022-03-11T18:26:36.209Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-11T18:26:36.209Z] PASS [2022-03-11T18:26:36.209Z] coverage: 0.0% of statements [2022-03-11T18:26:36.209Z] ok github.com/docker/docker/pkg/containerfs 0.051s coverage: 0.0% of statements [2022-03-11T18:26:36.476Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:26:36.476Z] INFO: Testing against a local daemon [2022-03-11T18:26:36.476Z] === RUN TestBuildWithSession [2022-03-11T18:26:36.476Z] build_session_test.go:25: TODO: BuildKit [2022-03-11T18:26:36.476Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-11T18:26:36.476Z] === RUN TestBuildSquashParent [2022-03-11T18:26:36.476Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:26:36.476Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-11T18:26:36.476Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-11T18:26:36.476Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:26:36.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:26:36.476Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:26:36.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:26:36.476Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:26:36.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:26:36.476Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:26:36.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:26:36.476Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:26:36.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:26:36.476Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:26:36.476Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:26:36.476Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:26:36.476Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:26:36.476Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:26:36.476Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:26:36.523Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-11T18:26:37.347Z] === RUN TestSizeEmpty [2022-03-11T18:26:37.347Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-11T18:26:37.347Z] === RUN TestSizeEmptyFile [2022-03-11T18:26:37.347Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-11T18:26:37.347Z] === RUN TestSizeNonemptyFile [2022-03-11T18:26:37.347Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-11T18:26:37.347Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-11T18:26:37.347Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-11T18:26:37.347Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-11T18:26:37.347Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-11T18:26:37.347Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-11T18:26:37.347Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-11T18:26:37.347Z] === RUN TestMoveToSubdir [2022-03-11T18:26:37.347Z] --- PASS: TestMoveToSubdir (0.01s) [2022-03-11T18:26:37.347Z] === RUN TestSizeNonExistingDirectory [2022-03-11T18:26:37.347Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-11T18:26:37.347Z] PASS [2022-03-11T18:26:37.347Z] coverage: 80.0% of statements [2022-03-11T18:26:37.347Z] ok github.com/docker/docker/pkg/directory 0.061s coverage: 80.0% of statements [2022-03-11T18:26:37.817Z] 2022/03/11 18:26:37 Closing DB instances... [2022-03-11T18:26:37.817Z] === RUN TestPollerAddRemove [2022-03-11T18:26:37.817Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-11T18:26:37.817Z] === RUN TestPollerEvent [2022-03-11T18:26:37.817Z] poller_test.go:40: No chmod on Windows [2022-03-11T18:26:37.817Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-11T18:26:37.817Z] === RUN TestPollerClose [2022-03-11T18:26:37.817Z] --- PASS: TestPollerClose (0.00s) [2022-03-11T18:26:37.817Z] PASS [2022-03-11T18:26:37.817Z] coverage: 45.7% of statements [2022-03-11T18:26:37.817Z] ok github.com/docker/docker/pkg/filenotify 0.049s coverage: 45.7% of statements [2022-03-11T18:26:39.166Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-11T18:26:39.389Z] === RUN TestCopyFileWithInvalidSrc [2022-03-11T18:26:39.390Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestCopyFileWithInvalidDest [2022-03-11T18:26:39.390Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-11T18:26:39.390Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-11T18:26:39.390Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestCopyFile [2022-03-11T18:26:39.390Z] --- PASS: TestCopyFile (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-11T18:26:39.390Z] fileutils_test.go:133: Needs porting to Windows [2022-03-11T18:26:39.390Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-11T18:26:39.390Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-11T18:26:39.390Z] fileutils_test.go:179: Needs porting to Windows [2022-03-11T18:26:39.390Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestWildcardMatches [2022-03-11T18:26:39.390Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestPatternMatches [2022-03-11T18:26:39.390Z] --- PASS: TestPatternMatches (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-11T18:26:39.390Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestPatternMatchesFolderExclusions [2022-03-11T18:26:39.390Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-11T18:26:39.390Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-11T18:26:39.390Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-11T18:26:39.390Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-11T18:26:39.390Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestSingleExclamationError [2022-03-11T18:26:39.390Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestMatchesWithNoPatterns [2022-03-11T18:26:39.390Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestMatchesWithMalformedPatterns [2022-03-11T18:26:39.390Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestMatches [2022-03-11T18:26:39.390Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-11T18:26:39.390Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-11T18:26:39.390Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-11T18:26:39.390Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-11T18:26:39.390Z] --- PASS: TestMatches (0.01s) [2022-03-11T18:26:39.390Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-11T18:26:39.390Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-11T18:26:39.390Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-11T18:26:39.390Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestCleanPatterns [2022-03-11T18:26:39.390Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-11T18:26:39.390Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestCleanPatternsExceptionFlag [2022-03-11T18:26:39.390Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-11T18:26:39.390Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-11T18:26:39.390Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestCleanPatternsErrorSingleException [2022-03-11T18:26:39.390Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestCreateIfNotExistsDir [2022-03-11T18:26:39.390Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestCreateIfNotExistsFile [2022-03-11T18:26:39.390Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestMatch [2022-03-11T18:26:39.390Z] --- PASS: TestMatch (0.00s) [2022-03-11T18:26:39.390Z] === RUN TestCompile [2022-03-11T18:26:39.390Z] === RUN TestCompile/slash [2022-03-11T18:26:39.390Z] === RUN TestCompile/backslash [2022-03-11T18:26:39.390Z] --- PASS: TestCompile (0.00s) [2022-03-11T18:26:39.390Z] --- PASS: TestCompile/slash (0.00s) [2022-03-11T18:26:39.390Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-11T18:26:39.390Z] PASS [2022-03-11T18:26:39.390Z] coverage: 84.7% of statements [2022-03-11T18:26:39.390Z] ok github.com/docker/docker/pkg/fileutils 0.083s coverage: 84.7% of statements [2022-03-11T18:26:39.390Z] --- PASS: TestNetworkDBCRUDTableEntries (3.24s) [2022-03-11T18:26:39.390Z] === RUN TestNetworkDBNodeLeave [2022-03-11T18:26:39.860Z] === RUN TestGet [2022-03-11T18:26:39.860Z] --- PASS: TestGet (0.00s) [2022-03-11T18:26:39.860Z] === RUN TestGetShortcutString [2022-03-11T18:26:39.860Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-11T18:26:39.860Z] PASS [2022-03-11T18:26:39.860Z] coverage: 42.9% of statements [2022-03-11T18:26:39.860Z] ok github.com/docker/docker/pkg/homedir 0.044s coverage: 42.9% of statements [2022-03-11T18:26:41.148Z] --- PASS: TestTarFiles (6.90s) [2022-03-11T18:26:41.148Z] === RUN TestDetectCompressionZstd [2022-03-11T18:26:41.148Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-11T18:26:41.148Z] === RUN TestTarUntar [2022-03-11T18:26:41.148Z] --- PASS: TestTarUntar (0.04s) [2022-03-11T18:26:41.148Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-11T18:26:41.148Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-03-11T18:26:41.148Z] === RUN TestTarWithOptions [2022-03-11T18:26:41.148Z] --- PASS: TestTarWithOptions (0.04s) [2022-03-11T18:26:41.148Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-11T18:26:41.148Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-11T18:26:41.148Z] === RUN TestUntarUstarGnuConflict [2022-03-11T18:26:41.148Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-11T18:26:41.148Z] === RUN TestUntarInvalidFilenames [2022-03-11T18:26:41.148Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames287296028\\dest" [2022-03-11T18:26:41.148Z] --- PASS: TestUntarInvalidFilenames (0.20s) [2022-03-11T18:26:41.148Z] === RUN TestUntarHardlinkToSymlink [2022-03-11T18:26:41.148Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-11T18:26:41.148Z] === RUN TestUntarInvalidHardlink [2022-03-11T18:26:41.148Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink456646454\\victim\\hello" -> "../victim/hello" [2022-03-11T18:26:41.148Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink762657893\\victim\\hello" -> "/../victim/hello" [2022-03-11T18:26:41.148Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2464443060\\victim" -> "../victim" [2022-03-11T18:26:41.148Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1366025444\\victim" -> "../victim" [2022-03-11T18:26:41.148Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1804737434\\victim" -> "../victim" [2022-03-11T18:26:41.148Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3245054073\\victim" -> "../victim" [2022-03-11T18:26:41.148Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-03-11T18:26:41.148Z] === RUN TestUntarInvalidSymlink [2022-03-11T18:26:41.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink31304658\\dest\\dotdot" -> "../victim/hello" [2022-03-11T18:26:41.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1310922468\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-11T18:26:41.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4091425578\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:26:41.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink271506953\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:26:41.148Z] === RUN TestCreateIDMapOrder [2022-03-11T18:26:41.148Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-11T18:26:41.148Z] PASS [2022-03-11T18:26:41.148Z] coverage: 7.2% of statements [2022-03-11T18:26:41.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1651880909\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:26:41.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3846693345\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:26:41.148Z] ok github.com/docker/docker/pkg/idtools 0.054s coverage: 7.2% of statements [2022-03-11T18:26:41.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3224507030\\dest\\dir\\loophole" -> "../../victim" [2022-03-11T18:26:41.148Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-03-11T18:26:41.148Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-11T18:26:41.148Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-11T18:26:41.148Z] === RUN TestXGlobalNoParent [2022-03-11T18:26:41.148Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-11T18:26:41.148Z] === RUN TestReplaceFileTarWrapper [2022-03-11T18:26:41.148Z] --- PASS: TestReplaceFileTarWrapper (0.21s) [2022-03-11T18:26:41.148Z] === RUN TestPrefixHeaderReadable [2022-03-11T18:26:41.148Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-03-11T18:26:41.148Z] === RUN TestDisablePigz [2022-03-11T18:26:41.148Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-11T18:26:41.148Z] --- PASS: TestDisablePigz (0.15s) [2022-03-11T18:26:41.148Z] === RUN TestPigz [2022-03-11T18:26:41.618Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-11T18:26:41.618Z] --- PASS: TestPigz (0.24s) [2022-03-11T18:26:41.618Z] === RUN TestNosysFileInfo [2022-03-11T18:26:41.618Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-11T18:26:41.618Z] === RUN TestCopyFileWithInvalidDest [2022-03-11T18:26:41.618Z] archive_windows_test.go:16: Currently fails [2022-03-11T18:26:41.618Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-11T18:26:41.618Z] === RUN TestCanonicalTarNameForPath [2022-03-11T18:26:41.618Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-11T18:26:41.618Z] === RUN TestCanonicalTarName [2022-03-11T18:26:41.618Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-11T18:26:41.618Z] === RUN TestChmodTarEntry [2022-03-11T18:26:41.618Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-11T18:26:41.618Z] === RUN TestHardLinkOrder [2022-03-11T18:26:41.618Z] --- PASS: TestHardLinkOrder (0.11s) [2022-03-11T18:26:41.618Z] === RUN TestChangeString [2022-03-11T18:26:41.618Z] --- PASS: TestChangeString (0.00s) [2022-03-11T18:26:41.618Z] === RUN TestChangesWithNoChanges [2022-03-11T18:26:41.618Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-03-11T18:26:41.618Z] === RUN TestChangesWithChanges [2022-03-11T18:26:41.618Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-11T18:26:41.618Z] === RUN TestChangesWithChangesGH13590 [2022-03-11T18:26:41.618Z] changes_test.go:195: needs more investigation [2022-03-11T18:26:41.618Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-11T18:26:41.618Z] === RUN TestChangesDirsEmpty [2022-03-11T18:26:42.088Z] --- PASS: TestChangesDirsEmpty (0.15s) [2022-03-11T18:26:42.088Z] === RUN TestChangesDirsMutated [2022-03-11T18:26:42.088Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-03-11T18:26:42.088Z] === RUN TestNetworkDBWatch [2022-03-11T18:26:42.088Z] --- PASS: TestChangesDirsMutated (0.17s) [2022-03-11T18:26:42.088Z] === RUN TestApplyLayer [2022-03-11T18:26:42.088Z] changes_test.go:432: needs further investigation [2022-03-11T18:26:42.088Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-11T18:26:42.088Z] === RUN TestChangesSizeWithHardlinks [2022-03-11T18:26:42.088Z] changes_test.go:468: needs further investigation [2022-03-11T18:26:42.088Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-11T18:26:42.088Z] === RUN TestChangesSizeWithNoChanges [2022-03-11T18:26:42.088Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-11T18:26:42.088Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-11T18:26:42.088Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-11T18:26:42.088Z] === RUN TestChangesSize [2022-03-11T18:26:42.088Z] --- PASS: TestChangesSize (0.00s) [2022-03-11T18:26:42.088Z] === RUN TestApplyLayerInvalidFilenames [2022-03-11T18:26:42.088Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3380900251\\dest" [2022-03-11T18:26:42.088Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-11T18:26:42.088Z] === RUN TestApplyLayerInvalidHardlink [2022-03-11T18:26:42.088Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2327221957\\victim\\hello" -> "../victim/hello" [2022-03-11T18:26:42.088Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3924756158\\victim\\hello" -> "/../victim/hello" [2022-03-11T18:26:42.088Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3695373105\\victim" -> "../victim" [2022-03-11T18:26:42.088Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3170576791\\victim" -> "../victim" [2022-03-11T18:26:42.088Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink116042507\\victim" -> "../victim" [2022-03-11T18:26:42.088Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4189963900\\victim" -> "../victim" [2022-03-11T18:26:42.088Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-03-11T18:26:42.088Z] === RUN TestApplyLayerInvalidSymlink [2022-03-11T18:26:42.088Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3633100864\\dest\\dotdot" -> "../victim/hello" [2022-03-11T18:26:42.088Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1816115872\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-11T18:26:42.088Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1219392658\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:26:42.088Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2032577955\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:26:42.088Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4106854597\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:26:42.088Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3470168917\\dest\\loophole-victim" -> "../victim" [2022-03-11T18:26:42.089Z] --- PASS: TestApplyLayerInvalidSymlink (0.07s) [2022-03-11T18:26:42.089Z] === RUN TestApplyLayerWhiteouts [2022-03-11T18:26:42.089Z] === RUN TestFixedBufferCap [2022-03-11T18:26:42.089Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-11T18:26:42.089Z] === RUN TestFixedBufferLen [2022-03-11T18:26:42.089Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-11T18:26:42.089Z] === RUN TestFixedBufferString [2022-03-11T18:26:42.089Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-11T18:26:42.089Z] === RUN TestFixedBufferWrite [2022-03-11T18:26:42.089Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-11T18:26:42.089Z] === RUN TestFixedBufferRead [2022-03-11T18:26:42.089Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-11T18:26:42.089Z] === RUN TestBytesPipeRead [2022-03-11T18:26:42.089Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-11T18:26:42.089Z] === RUN TestBytesPipeWrite [2022-03-11T18:26:42.089Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-11T18:26:42.089Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-11T18:26:42.089Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2022-03-11T18:26:42.089Z] === RUN TestGenerateEmptyFile [2022-03-11T18:26:42.089Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-11T18:26:42.089Z] === RUN TestGenerateWithContent [2022-03-11T18:26:42.089Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-11T18:26:42.089Z] PASS [2022-03-11T18:26:42.089Z] coverage: 63.0% of statements [2022-03-11T18:26:42.089Z] ok github.com/docker/docker/pkg/archive 9.903s coverage: 63.0% of statements [2022-03-11T18:26:42.558Z] --- PASS: TestBytesPipeWriteRandomChunks (0.48s) [2022-03-11T18:26:42.558Z] === RUN TestAtomicWriteToFile [2022-03-11T18:26:42.558Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-11T18:26:42.558Z] === RUN TestAtomicWriteSetCommit [2022-03-11T18:26:42.558Z] --- PASS: TestAtomicWriteSetCommit (0.02s) [2022-03-11T18:26:42.558Z] === RUN TestAtomicWriteSetCancel [2022-03-11T18:26:43.029Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-11T18:26:43.029Z] === RUN TestReadCloserWrapperClose [2022-03-11T18:26:43.029Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-11T18:26:43.029Z] === RUN TestReaderErrWrapperReadOnError [2022-03-11T18:26:43.029Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-11T18:26:43.029Z] === RUN TestReaderErrWrapperRead [2022-03-11T18:26:43.029Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-11T18:26:43.029Z] === RUN TestCancelReadCloser [2022-03-11T18:26:43.029Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-11T18:26:43.029Z] === RUN TestWriteCloserWrapperClose [2022-03-11T18:26:43.029Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-11T18:26:43.029Z] === RUN TestNopWriteCloser [2022-03-11T18:26:43.029Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-11T18:26:43.029Z] === RUN TestNopWriter [2022-03-11T18:26:43.029Z] --- PASS: TestNopWriter (0.00s) [2022-03-11T18:26:43.029Z] === RUN TestWriteCounter [2022-03-11T18:26:43.029Z] --- PASS: TestWriteCounter (0.00s) [2022-03-11T18:26:43.029Z] PASS [2022-03-11T18:26:43.029Z] coverage: 69.2% of statements [2022-03-11T18:26:43.029Z] ok github.com/docker/docker/pkg/ioutils 0.684s coverage: 69.2% of statements [2022-03-11T18:26:43.500Z] 2022/03/11 18:26:43 Closing DB instances... [2022-03-11T18:26:43.975Z] === RUN TestError [2022-03-11T18:26:43.975Z] --- PASS: TestError (0.00s) [2022-03-11T18:26:43.975Z] === RUN TestProgressString [2022-03-11T18:26:43.975Z] === RUN TestProgressString/no_progress [2022-03-11T18:26:43.975Z] === RUN TestProgressString/progress_1 [2022-03-11T18:26:43.975Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-11T18:26:43.975Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-11T18:26:43.976Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-11T18:26:43.976Z] === RUN TestProgressString/with_units [2022-03-11T18:26:43.976Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-11T18:26:43.976Z] === RUN TestProgressString/hide_counts [2022-03-11T18:26:43.976Z] --- PASS: TestProgressString (0.00s) [2022-03-11T18:26:43.976Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-11T18:26:43.976Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-11T18:26:43.976Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-11T18:26:43.976Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-11T18:26:43.976Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-11T18:26:43.976Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-11T18:26:43.976Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-11T18:26:43.976Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-11T18:26:43.976Z] === RUN TestJSONMessageDisplay [2022-03-11T18:26:43.976Z] --- PASS: TestJSONMessageDisplay (0.19s) [2022-03-11T18:26:43.976Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-11T18:26:43.976Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-11T18:26:43.976Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-11T18:26:43.976Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-11T18:26:43.976Z] === RUN TestDisplayJSONMessagesStream [2022-03-11T18:26:43.976Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-11T18:26:43.976Z] PASS [2022-03-11T18:26:43.976Z] coverage: 91.7% of statements [2022-03-11T18:26:43.976Z] ok github.com/docker/docker/pkg/jsonmessage 0.233s coverage: 91.7% of statements [2022-03-11T18:26:44.970Z] === RUN TestStandardLongPath [2022-03-11T18:26:44.970Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-11T18:26:44.970Z] === RUN TestUNCLongPath [2022-03-11T18:26:44.970Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-11T18:26:44.970Z] PASS [2022-03-11T18:26:44.970Z] coverage: 100.0% of statements [2022-03-11T18:26:44.970Z] ok github.com/docker/docker/pkg/longpath 0.043s coverage: 100.0% of statements [2022-03-11T18:26:44.970Z] --- PASS: TestNetworkDBWatch (3.04s) [2022-03-11T18:26:44.970Z] === RUN TestNetworkDBBulkSync [2022-03-11T18:26:45.442Z] === RUN TestNameFormat [2022-03-11T18:26:45.442Z] --- PASS: TestNameFormat (0.00s) [2022-03-11T18:26:45.442Z] === RUN TestNameRetries [2022-03-11T18:26:45.442Z] --- PASS: TestNameRetries (0.00s) [2022-03-11T18:26:45.442Z] PASS [2022-03-11T18:26:45.442Z] coverage: 85.7% of statements [2022-03-11T18:26:45.442Z] ok github.com/docker/docker/pkg/namesgenerator 0.048s coverage: 85.7% of statements [2022-03-11T18:26:45.702Z] --- PASS: TestServiceUpdateSecrets (14.48s) [2022-03-11T18:26:45.703Z] === RUN TestServiceUpdateConfigs [2022-03-11T18:26:45.703Z] === RUN TestDockerSuite/TestExec [2022-03-11T18:26:45.703Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-11T18:26:45.913Z] === RUN TestParseKeyValueOpt [2022-03-11T18:26:45.913Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-11T18:26:45.913Z] === RUN TestParseUintList [2022-03-11T18:26:45.913Z] --- PASS: TestParseUintList (0.00s) [2022-03-11T18:26:45.913Z] === RUN TestParseUintListMaximumLimits [2022-03-11T18:26:45.913Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-11T18:26:45.913Z] PASS [2022-03-11T18:26:45.913Z] coverage: 97.0% of statements [2022-03-11T18:26:45.913Z] ok github.com/docker/docker/pkg/parsers 0.047s coverage: 97.0% of statements [2022-03-11T18:26:46.266Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-11T18:26:46.384Z] 2022/03/11 18:26:46 Closing DB instances... [2022-03-11T18:26:46.829Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-11T18:26:46.854Z] === RUN TestNewAndRemove [2022-03-11T18:26:46.855Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-11T18:26:46.855Z] === RUN TestRemoveInvalidPath [2022-03-11T18:26:46.855Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-11T18:26:46.855Z] PASS [2022-03-11T18:26:46.855Z] coverage: 82.6% of statements [2022-03-11T18:26:46.855Z] ok github.com/docker/docker/pkg/pidfile 0.061s coverage: 82.6% of statements [2022-03-11T18:26:47.394Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-11T18:26:47.845Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2022-03-11T18:26:47.845Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-11T18:26:48.763Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-11T18:26:48.834Z] === RUN TestFailedConnection [2022-03-11T18:26:48.834Z] --- PASS: TestGetAddress (23.99s) [2022-03-11T18:26:48.834Z] === RUN TestRequestSyntaxCheck [2022-03-11T18:26:48.834Z] --- PASS: TestRequestSyntaxCheck (0.04s) [2022-03-11T18:26:48.834Z] === RUN TestRequest [2022-03-11T18:26:49.020Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-11T18:26:49.586Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-11T18:26:49.823Z] --- PASS: TestFailedConnection (1.02s) [2022-03-11T18:26:49.823Z] === RUN TestFailOnce [2022-03-11T18:26:50.151Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-11T18:26:50.294Z] 2022/03/11 18:26:49 http: panic serving 127.0.0.1:49299: Plugin not ready [2022-03-11T18:26:50.294Z] goroutine 5 [running]: [2022-03-11T18:26:50.294Z] net/http.(*conn).serve.func1() [2022-03-11T18:26:50.294Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-11T18:26:50.294Z] panic({0x4fca00, 0x6109d0}) [2022-03-11T18:26:50.294Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-11T18:26:50.294Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xcbd437f2efed42a}, 0xc000051a98) [2022-03-11T18:26:50.294Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-11T18:26:50.294Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x61d900, 0xc00021a000}, 0x431d26) [2022-03-11T18:26:50.294Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-11T18:26:50.294Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x61d900, 0xc00021a000}, 0xc000064000) [2022-03-11T18:26:50.294Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-11T18:26:50.294Z] net/http.serverHandler.ServeHTTP({0x61bff0}, {0x61d900, 0xc00021a000}, 0xc000064000) [2022-03-11T18:26:50.294Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-11T18:26:50.294Z] net/http.(*conn).serve(0xc00005e000, {0x61f900, 0xc0000260f0}) [2022-03-11T18:26:50.294Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-11T18:26:50.294Z] created by net/http.(*Server).Serve [2022-03-11T18:26:50.294Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-11T18:26:50.294Z] time="2022-03-11T18:26:49Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49298/Test.FailOnce: Post \"http://127.0.0.1:49298/Test.FailOnce\": EOF, retrying in 1s" [2022-03-11T18:26:50.713Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-11T18:26:51.276Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-11T18:26:51.290Z] 2022/03/11 18:26:50 Closing DB instances... [2022-03-11T18:26:51.290Z] --- PASS: TestFailOnce (1.21s) [2022-03-11T18:26:51.290Z] === RUN TestEchoInputOutput [2022-03-11T18:26:51.290Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-11T18:26:51.290Z] === RUN TestBackoff [2022-03-11T18:26:51.290Z] --- PASS: TestBackoff (0.00s) [2022-03-11T18:26:51.290Z] === RUN TestAbortRetry [2022-03-11T18:26:51.290Z] --- PASS: TestAbortRetry (0.00s) [2022-03-11T18:26:51.290Z] === RUN TestClientScheme [2022-03-11T18:26:51.290Z] --- PASS: TestClientScheme (0.00s) [2022-03-11T18:26:51.290Z] === RUN TestNewClientWithTimeout [2022-03-11T18:26:51.532Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-11T18:26:51.760Z] time="2022-03-11T18:26:51Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-11T18:26:52.899Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-11T18:26:53.329Z] time="2022-03-11T18:26:52Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-11T18:26:53.462Z] === RUN TestDockerSuite/TestExecEnv [2022-03-11T18:26:53.800Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.72s) [2022-03-11T18:26:53.800Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-11T18:26:54.392Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-11T18:26:54.792Z] 2022/03/11 18:26:54 Closing DB instances... [2022-03-11T18:26:55.320Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-11T18:26:55.583Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-11T18:26:55.784Z] time="2022-03-11T18:26:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-11T18:26:56.255Z] time="2022-03-11T18:26:56Z" level=error msg="node1(281305e1a848) Could not close DB: timeout waiting for leave broadcast" [2022-03-11T18:26:56.255Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.83s) [2022-03-11T18:26:56.255Z] === RUN TestNetworkDBGarbageCollection [2022-03-11T18:26:58.146Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:26:58.146Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:26:58.863Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-11T18:26:58.863Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-03-11T18:26:59.426Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-11T18:26:59.682Z] --- PASS: TestServiceUpdateConfigs (15.02s) [2022-03-11T18:26:59.682Z] === RUN TestServiceUpdateNetwork [2022-03-11T18:27:00.067Z] time="2022-03-11T18:26:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.Echo: Post \"http://127.0.0.1:49303/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-11T18:27:00.245Z] === RUN TestDockerSuite/TestExecParseError [2022-03-11T18:27:00.808Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-11T18:27:01.056Z] --- PASS: TestRequest (11.89s) [2022-03-11T18:27:01.056Z] === RUN TestOverlappingRequests [2022-03-11T18:27:01.371Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-11T18:27:01.526Z] --- PASS: TestOverlappingRequests (0.60s) [2022-03-11T18:27:01.526Z] === RUN TestRelease [2022-03-11T18:27:02.301Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-11T18:27:03.668Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-11T18:27:03.747Z] --- PASS: TestRelease (2.36s) [2022-03-11T18:27:03.747Z] === RUN TestAllocateRandomDeallocate [2022-03-11T18:27:04.229Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-11T18:27:04.793Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-11T18:27:06.705Z] === RUN TestParseEmptyInterface [2022-03-11T18:27:06.705Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-11T18:27:06.705Z] === RUN TestParseNonInterfaceType [2022-03-11T18:27:06.705Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-11T18:27:06.705Z] === RUN TestParseWithOneFunction [2022-03-11T18:27:06.705Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-11T18:27:06.705Z] === RUN TestParseWithMultipleFuncs [2022-03-11T18:27:06.705Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-11T18:27:06.705Z] === RUN TestParseWithUnnamedReturn [2022-03-11T18:27:06.705Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-11T18:27:06.705Z] === RUN TestEmbeddedInterface [2022-03-11T18:27:06.705Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-11T18:27:06.705Z] === RUN TestParsedImports [2022-03-11T18:27:06.705Z] --- PASS: TestParsedImports (0.00s) [2022-03-11T18:27:06.705Z] === RUN TestAliasedImports [2022-03-11T18:27:06.705Z] --- PASS: TestAliasedImports (0.00s) [2022-03-11T18:27:06.705Z] PASS [2022-03-11T18:27:06.705Z] coverage: 56.8% of statements [2022-03-11T18:27:06.705Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.069s coverage: 56.8% of statements [2022-03-11T18:27:07.696Z] === RUN TestHTTPTransport [2022-03-11T18:27:07.696Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-11T18:27:07.696Z] PASS [2022-03-11T18:27:07.696Z] coverage: 85.7% of statements [2022-03-11T18:27:07.696Z] ok github.com/docker/docker/pkg/plugins/transport 0.042s coverage: 85.7% of statements [2022-03-11T18:27:08.687Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-11T18:27:08.687Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-11T18:27:08.687Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-11T18:27:08.687Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-11T18:27:08.687Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-11T18:27:08.687Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-11T18:27:08.687Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-11T18:27:08.687Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-11T18:27:08.687Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-11T18:27:08.687Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-11T18:27:08.687Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-11T18:27:08.687Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-11T18:27:08.687Z] === RUN TestBufferPoolPutAndGet [2022-03-11T18:27:08.687Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-11T18:27:08.687Z] PASS [2022-03-11T18:27:08.687Z] coverage: 88.2% of statements [2022-03-11T18:27:08.687Z] ok github.com/docker/docker/pkg/pools 0.051s coverage: 88.2% of statements [2022-03-11T18:27:08.687Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-11T18:27:08.687Z] === RUN TestClientStream [2022-03-11T18:27:08.687Z] --- PASS: TestClientStream (0.00s) [2022-03-11T18:27:08.687Z] === RUN TestClientSendFile [2022-03-11T18:27:08.687Z] --- PASS: TestClientSendFile (0.00s) [2022-03-11T18:27:08.687Z] === RUN TestClientWithRequestTimeout [2022-03-11T18:27:08.687Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-11T18:27:08.687Z] === RUN TestFileSpecPlugin [2022-03-11T18:27:08.687Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-11T18:27:08.687Z] === RUN TestFileJSONSpecPlugin [2022-03-11T18:27:08.687Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-11T18:27:08.687Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-11T18:27:08.687Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2022-03-11T18:27:08.687Z] === RUN TestPluginAddHandler [2022-03-11T18:27:08.687Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-11T18:27:08.687Z] === RUN TestPluginWaitBadPlugin [2022-03-11T18:27:08.687Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-11T18:27:08.687Z] === RUN TestGet [2022-03-11T18:27:08.687Z] time="2022-03-11T18:27:08Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-11T18:27:09.157Z] === RUN TestOutputOnPrematureClose [2022-03-11T18:27:09.157Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-11T18:27:09.157Z] === RUN TestCompleteSilently [2022-03-11T18:27:09.157Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-11T18:27:09.157Z] PASS [2022-03-11T18:27:09.157Z] coverage: 75.9% of statements [2022-03-11T18:27:09.157Z] ok github.com/docker/docker/pkg/progress 0.038s coverage: 75.9% of statements [2022-03-11T18:27:09.609Z] === RUN TestSendToOneSub [2022-03-11T18:27:09.609Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-11T18:27:09.609Z] === RUN TestSendToMultipleSubs [2022-03-11T18:27:09.609Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-11T18:27:09.609Z] === RUN TestEvictOneSub [2022-03-11T18:27:09.609Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-11T18:27:09.609Z] === RUN TestClosePublisher [2022-03-11T18:27:09.609Z] --- PASS: TestClosePublisher (0.00s) [2022-03-11T18:27:09.609Z] === RUN TestPubSubRace [2022-03-11T18:27:09.609Z] time="2022-03-11T18:27:09Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-11T18:27:10.038Z] check_test.go:379: [d2cee74c268bd] daemon is not started [2022-03-11T18:27:10.038Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-03-11T18:27:10.563Z] --- PASS: TestAllocateRandomDeallocate (6.80s) [2022-03-11T18:27:10.563Z] === RUN TestRetrieveFromStore [2022-03-11T18:27:10.563Z] --- PASS: TestPubSubRace (1.07s) [2022-03-11T18:27:10.563Z] PASS [2022-03-11T18:27:10.563Z] coverage: 75.0% of statements [2022-03-11T18:27:10.563Z] ok github.com/docker/docker/pkg/pubsub 1.114s coverage: 75.0% of statements [2022-03-11T18:27:10.628Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-11T18:27:10.628Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (22.15s) [2022-03-11T18:27:10.628Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (22.19s) [2022-03-11T18:27:10.628Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (22.40s) [2022-03-11T18:27:10.628Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (22.52s) [2022-03-11T18:27:10.628Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (12.97s) [2022-03-11T18:27:10.628Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (13.09s) [2022-03-11T18:27:10.628Z] === RUN TestBuildMultiStageCopy [2022-03-11T18:27:10.628Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-11T18:27:11.519Z] === RUN TestRegister [2022-03-11T18:27:11.519Z] --- PASS: TestRegister (0.00s) [2022-03-11T18:27:11.519Z] === RUN TestCommand [2022-03-11T18:27:11.519Z] --- PASS: TestCommand (0.03s) [2022-03-11T18:27:11.519Z] === RUN TestNaiveSelf [2022-03-11T18:27:11.519Z] --- PASS: TestNaiveSelf (0.04s) [2022-03-11T18:27:11.519Z] PASS [2022-03-11T18:27:11.519Z] coverage: 82.4% of statements [2022-03-11T18:27:11.519Z] ok github.com/docker/docker/pkg/reexec 0.127s coverage: 82.4% of statements [2022-03-11T18:27:11.928Z] docker_api_swarm_test.go:802: [db598e526237c] joining swarm manager [d9fab0be2dfc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:27:11.971Z] time="2022-03-11T18:27:11Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-11T18:27:12.425Z] === RUN TestDump [2022-03-11T18:27:12.425Z] goroutine 6 [running]: [2022-03-11T18:27:12.425Z] github.com/docker/docker/pkg/stack.dump(0x133b9d7) [2022-03-11T18:27:12.425Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-11T18:27:12.425Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-11T18:27:12.425Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-11T18:27:12.425Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-11T18:27:12.425Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-11T18:27:12.425Z] testing.tRunner(0xc0001524e0, 0x14aa190) [2022-03-11T18:27:12.425Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-11T18:27:12.425Z] created by testing.(*T).Run [2022-03-11T18:27:12.425Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-11T18:27:12.425Z] [2022-03-11T18:27:12.425Z] goroutine 1 [chan receive]: [2022-03-11T18:27:12.425Z] testing.(*T).Run(0xc000152340, {0x149b7b1, 0x131a733}, 0x14aa190) [2022-03-11T18:27:12.425Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-11T18:27:12.425Z] testing.runTests.func1(0xc000068840) [2022-03-11T18:27:12.425Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-11T18:27:12.425Z] testing.tRunner(0xc000152340, 0xc000071ce0) [2022-03-11T18:27:12.425Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-11T18:27:12.425Z] testing.runTests(0xc000076080, {0x160ec20, 0x3, 0x3}, {0x133ac2d, 0x149d4ab, 0x16136e0}) [2022-03-11T18:27:12.425Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-11T18:27:12.425Z] testing.(*M).Run(0xc000076080) [2022-03-11T18:27:12.425Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-11T18:27:12.425Z] main.main() [2022-03-11T18:27:12.425Z] _testmain.go:95 +0x1f5 [2022-03-11T18:27:12.425Z] --- PASS: TestDump (0.01s) [2022-03-11T18:27:12.425Z] === RUN TestDumpToFile [2022-03-11T18:27:12.425Z] --- PASS: TestDumpToFile (0.17s) [2022-03-11T18:27:12.425Z] === RUN TestDumpToFileWithEmptyInput [2022-03-11T18:27:12.425Z] goroutine 8 [running]: [2022-03-11T18:27:12.425Z] github.com/docker/docker/pkg/stack.dump(0x13a8bb4) [2022-03-11T18:27:12.425Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-11T18:27:12.425Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x13a8f60}) [2022-03-11T18:27:12.425Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-11T18:27:12.425Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0001524e0) [2022-03-11T18:27:12.425Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-11T18:27:12.425Z] testing.tRunner(0xc0001529c0, 0x14aa180) [2022-03-11T18:27:12.425Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-11T18:27:12.425Z] created by testing.(*T).Run [2022-03-11T18:27:12.425Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-11T18:27:12.425Z] [2022-03-11T18:27:12.425Z] goroutine 1 [chan receive]: [2022-03-11T18:27:12.425Z] testing.(*T).Run(0xc000152340, {0x14a2596, 0x131a733}, 0x14aa180) [2022-03-11T18:27:12.425Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-11T18:27:12.425Z] testing.runTests.func1(0xc000068840) [2022-03-11T18:27:12.425Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-11T18:27:12.425Z] testing.tRunner(0xc000152340, 0xc000071ce0) [2022-03-11T18:27:12.425Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-11T18:27:12.425Z] testing.runTests(0xc000076080, {0x160ec20, 0x3, 0x3}, {0x133ac2d, 0x149d4ab, 0x16136e0}) [2022-03-11T18:27:12.425Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-11T18:27:12.425Z] testing.(*M).Run(0xc000076080) [2022-03-11T18:27:12.425Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-11T18:27:12.425Z] main.main() [2022-03-11T18:27:12.425Z] _testmain.go:95 +0x1f5 [2022-03-11T18:27:12.425Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-11T18:27:12.425Z] PASS [2022-03-11T18:27:12.425Z] coverage: 90.9% of statements [2022-03-11T18:27:12.425Z] ok github.com/docker/docker/pkg/stack 0.224s coverage: 90.9% of statements [2022-03-11T18:27:12.551Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-11T18:27:12.551Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-11T18:27:12.551Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-11T18:27:12.551Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-11T18:27:12.551Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-11T18:27:12.878Z] --- PASS: TestRetrieveFromStore (2.29s) [2022-03-11T18:27:12.878Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-11T18:27:12.878Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-11T18:27:12.878Z] === RUN TestParallelPredefinedRequest1 [2022-03-11T18:27:12.878Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-11T18:27:12.878Z] === RUN TestParallelPredefinedRequest2 [2022-03-11T18:27:12.878Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-11T18:27:12.878Z] === RUN TestParallelPredefinedRequest3 [2022-03-11T18:27:12.878Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-11T18:27:12.878Z] === RUN TestParallelPredefinedRequest4 [2022-03-11T18:27:12.878Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-11T18:27:12.878Z] === RUN TestParallelPredefinedRequest5 [2022-03-11T18:27:12.878Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-11T18:27:12.878Z] === RUN TestDebug [2022-03-11T18:27:12.878Z] --- PASS: TestDebug (0.00s) [2022-03-11T18:27:12.878Z] === RUN TestRequestPoolParallel [2022-03-11T18:27:12.878Z] === RUN TestNewStdWriter [2022-03-11T18:27:12.878Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-11T18:27:12.878Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-11T18:27:12.878Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-11T18:27:12.878Z] === RUN TestWriteWithNilBytes [2022-03-11T18:27:12.878Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-11T18:27:12.878Z] === RUN TestWrite [2022-03-11T18:27:12.878Z] --- PASS: TestWrite (0.00s) [2022-03-11T18:27:12.878Z] === RUN TestWriteWithWriterError [2022-03-11T18:27:12.878Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-11T18:27:12.878Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-11T18:27:12.878Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-11T18:27:12.878Z] === RUN TestStdCopyWriteAndRead [2022-03-11T18:27:12.878Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-11T18:27:12.878Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-11T18:27:12.878Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-11T18:27:12.878Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-11T18:27:12.878Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-11T18:27:12.878Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-11T18:27:12.878Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-11T18:27:12.878Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-11T18:27:12.878Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-11T18:27:12.878Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-11T18:27:12.878Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-11T18:27:12.878Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-11T18:27:12.878Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-11T18:27:12.878Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-11T18:27:12.878Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-11T18:27:12.878Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-11T18:27:12.878Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-11T18:27:12.878Z] PASS [2022-03-11T18:27:12.878Z] coverage: 100.0% of statements [2022-03-11T18:27:12.878Z] ok github.com/docker/docker/pkg/stdcopy 0.048s coverage: 100.0% of statements [2022-03-11T18:27:13.295Z] docker_api_swarm_test.go:802: [d0737d60430dc] joining swarm manager [d9fab0be2dfc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:27:13.295Z] --- PASS: TestServiceUpdateNetwork (13.66s) [2022-03-11T18:27:13.295Z] === RUN TestServiceUpdatePidsLimit [2022-03-11T18:27:13.330Z] --- PASS: TestRequestPoolParallel (0.48s) [2022-03-11T18:27:13.330Z] === RUN TestFullAllocateRelease [2022-03-11T18:27:13.783Z] --- PASS: TestFullAllocateRelease (0.47s) [2022-03-11T18:27:13.783Z] === RUN TestOddAllocateRelease [2022-03-11T18:27:13.783Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-11T18:27:13.783Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-11T18:27:13.783Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-11T18:27:13.783Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-11T18:27:13.783Z] === RUN TestFormatStatus [2022-03-11T18:27:13.783Z] --- PASS: TestFormatStatus (0.00s) [2022-03-11T18:27:13.783Z] === RUN TestFormatError [2022-03-11T18:27:13.783Z] --- PASS: TestFormatError (0.00s) [2022-03-11T18:27:13.783Z] === RUN TestFormatJSONError [2022-03-11T18:27:13.783Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-11T18:27:13.783Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-11T18:27:13.783Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-11T18:27:13.783Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-11T18:27:13.783Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-11T18:27:13.783Z] === RUN TestNewJSONProgressOutput [2022-03-11T18:27:13.783Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-11T18:27:13.783Z] === RUN TestAuxFormatterEmit [2022-03-11T18:27:13.783Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-11T18:27:13.784Z] === RUN TestStreamWriterStdout [2022-03-11T18:27:13.784Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-11T18:27:13.784Z] === RUN TestStreamWriterStderr [2022-03-11T18:27:13.784Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-11T18:27:13.784Z] PASS [2022-03-11T18:27:13.784Z] coverage: 66.2% of statements [2022-03-11T18:27:13.784Z] ok github.com/docker/docker/pkg/streamformatter 0.058s coverage: 66.2% of statements [2022-03-11T18:27:14.241Z] --- PASS: TestOddAllocateRelease (0.27s) [2022-03-11T18:27:14.241Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-11T18:27:14.241Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-03-11T18:27:14.241Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-11T18:27:14.241Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-03-11T18:27:14.241Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-11T18:27:14.241Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-03-11T18:27:14.241Z] === CONT TestParallelPredefinedRequest1 [2022-03-11T18:27:14.241Z] === CONT TestParallelPredefinedRequest4 [2022-03-11T18:27:14.241Z] === CONT TestParallelPredefinedRequest3 [2022-03-11T18:27:14.241Z] === CONT TestParallelPredefinedRequest1 [2022-03-11T18:27:14.241Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:27:14.241Z] === CONT TestParallelPredefinedRequest3 [2022-03-11T18:27:14.241Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:27:14.241Z] === CONT TestParallelPredefinedRequest4 [2022-03-11T18:27:14.241Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:27:14.241Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-11T18:27:14.241Z] === CONT TestParallelPredefinedRequest2 [2022-03-11T18:27:14.241Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-11T18:27:14.241Z] === CONT TestParallelPredefinedRequest2 [2022-03-11T18:27:14.241Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:27:14.241Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-11T18:27:14.241Z] === CONT TestParallelPredefinedRequest5 [2022-03-11T18:27:14.241Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:27:14.241Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-11T18:27:14.241Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-11T18:27:14.241Z] PASS [2022-03-11T18:27:14.241Z] coverage: 85.3% of statements [2022-03-11T18:27:14.241Z] ok github.com/docker/docker/libnetwork/ipam 59.155s coverage: 85.3% of statements [2022-03-11T18:27:14.661Z] docker_api_swarm_test.go:802: [d7bb80787557c] joining swarm manager [d9fab0be2dfc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-11T18:27:14.661Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-11T18:27:14.695Z] === RUN TestGenerateRandomID [2022-03-11T18:27:14.695Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-11T18:27:14.695Z] === RUN TestShortenId [2022-03-11T18:27:14.695Z] --- PASS: TestShortenId (0.00s) [2022-03-11T18:27:14.695Z] === RUN TestShortenSha256Id [2022-03-11T18:27:14.695Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-11T18:27:14.695Z] === RUN TestShortenIdEmpty [2022-03-11T18:27:14.695Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-11T18:27:14.695Z] === RUN TestShortenIdInvalid [2022-03-11T18:27:14.695Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-11T18:27:14.695Z] === RUN TestIsShortIDNonHex [2022-03-11T18:27:14.695Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-11T18:27:14.695Z] === RUN TestIsShortIDNotCorrectSize [2022-03-11T18:27:14.695Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-11T18:27:14.695Z] PASS [2022-03-11T18:27:14.695Z] coverage: 70.6% of statements [2022-03-11T18:27:14.695Z] ok github.com/docker/docker/pkg/stringid 0.048s coverage: 70.6% of statements [2022-03-11T18:27:15.590Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-11T18:27:15.590Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-11T18:27:15.679Z] === RUN TestIsCpusetListAvailable [2022-03-11T18:27:15.679Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-11T18:27:15.679Z] PASS [2022-03-11T18:27:15.679Z] coverage: 39.4% of statements [2022-03-11T18:27:15.679Z] ok github.com/docker/docker/pkg/sysinfo 0.039s coverage: 39.4% of statements [2022-03-11T18:27:15.679Z] time="2022-03-11T18:27:15Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-11T18:27:16.152Z] === RUN TestDockerSuite/TestExecTTY [2022-03-11T18:27:16.716Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-11T18:27:16.716Z] docker_api_swarm_test.go:802: [da0a0e1e809da] joining swarm manager [d9fab0be2dfc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-11T18:27:17.249Z] === RUN TestChtimes [2022-03-11T18:27:17.249Z] --- PASS: TestChtimes (0.01s) [2022-03-11T18:27:17.249Z] === RUN TestChtimesWindows [2022-03-11T18:27:17.249Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-11T18:27:17.249Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-11T18:27:17.249Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-11T18:27:17.249Z] PASS [2022-03-11T18:27:17.249Z] coverage: 12.9% of statements [2022-03-11T18:27:17.249Z] ok github.com/docker/docker/pkg/system 0.055s coverage: 12.9% of statements [2022-03-11T18:27:17.646Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-11T18:27:17.718Z] === RUN TestTailFile [2022-03-11T18:27:17.718Z] --- PASS: TestTailFile (0.00s) [2022-03-11T18:27:17.718Z] === RUN TestTailFileManyLines [2022-03-11T18:27:17.718Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-11T18:27:17.718Z] === RUN TestTailEmptyFile [2022-03-11T18:27:17.718Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-11T18:27:17.718Z] === RUN TestTailNegativeN [2022-03-11T18:27:17.718Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader [2022-03-11T18:27:17.718Z] === CONT TestNewTailReader [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/no_delimiter [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/truncated_last_line [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-11T18:27:17.718Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-11T18:27:17.718Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:17.718Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:27:17.718Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-11T18:27:17.718Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-11T18:27:17.718Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-11T18:27:17.718Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/no_delimiter [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:17.719Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:17.719Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:17.719Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:17.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:17.720Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:17.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:17.720Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:17.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:17.720Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:17.720Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:27:17.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:17.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:27:17.720Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:17.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:17.720Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:17.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:17.720Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:17.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:17.720Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-11T18:27:17.720Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:17.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:17.720Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:17.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:17.720Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-11T18:27:17.720Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:27:17.720Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:27:18.218Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-11T18:27:18.285Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:18.285Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:18.285Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-11T18:27:18.285Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.285Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.285Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.285Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.285Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-11T18:27:18.285Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:18.285Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:18.285Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.285Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-11T18:27:18.286Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.286Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.287Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.287Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.287Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.288Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-11T18:27:18.288Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.289Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.289Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-11T18:27:18.290Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-11T18:27:18.475Z] docker_api_swarm_test.go:810: [d682236b2b9c6] joining swarm manager [d9fab0be2dfc8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-03-11T18:27:18.731Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-11T18:27:18.731Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-11T18:27:18.731Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-11T18:27:18.760Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-11T18:27:18.760Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-11T18:27:18.760Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-11T18:27:18.760Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-11T18:27:18.760Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-11T18:27:18.760Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-11T18:27:18.760Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.02s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.03s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:27:18.760Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.01s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.01s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.01s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.01s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.01s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.01s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.01s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:27:18.761Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.01s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.01s) [2022-03-11T18:27:18.762Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-11T18:27:18.762Z] PASS [2022-03-11T18:27:18.762Z] coverage: 88.6% of statements [2022-03-11T18:27:18.763Z] ok github.com/docker/docker/pkg/tailfile 0.248s coverage: 88.6% of statements [2022-03-11T18:27:19.234Z] === RUN TestTarSumRemoveNonExistent [2022-03-11T18:27:19.234Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-03-11T18:27:19.234Z] === RUN TestTarSumRemove [2022-03-11T18:27:19.234Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-11T18:27:19.234Z] === RUN TestSortFileInfoSums [2022-03-11T18:27:19.234Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-11T18:27:19.234Z] === RUN TestNewTarSumForLabelInvalid [2022-03-11T18:27:19.234Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-11T18:27:19.234Z] === RUN TestNewTarSumForLabel [2022-03-11T18:27:19.234Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-11T18:27:19.234Z] === RUN TestEmptyTar [2022-03-11T18:27:19.234Z] --- PASS: TestEmptyTar (0.00s) [2022-03-11T18:27:19.234Z] === RUN TestTarSumsReadSize [2022-03-11T18:27:19.234Z] --- PASS: TestTarSumsReadSize (0.01s) [2022-03-11T18:27:19.234Z] === RUN TestTarSums [2022-03-11T18:27:19.234Z] --- PASS: TestTarSums (0.06s) [2022-03-11T18:27:19.234Z] === RUN TestIteration [2022-03-11T18:27:19.234Z] --- PASS: TestIteration (0.00s) [2022-03-11T18:27:19.234Z] === RUN TestVersionLabelForChecksum [2022-03-11T18:27:19.234Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-11T18:27:19.234Z] === RUN TestVersion [2022-03-11T18:27:19.234Z] --- PASS: TestVersion (0.00s) [2022-03-11T18:27:19.234Z] === RUN TestGetVersion [2022-03-11T18:27:19.234Z] --- PASS: TestGetVersion (0.00s) [2022-03-11T18:27:19.234Z] === RUN TestGetVersions [2022-03-11T18:27:19.234Z] --- PASS: TestGetVersions (0.00s) [2022-03-11T18:27:19.234Z] PASS [2022-03-11T18:27:19.234Z] coverage: 89.3% of statements [2022-03-11T18:27:19.234Z] ok github.com/docker/docker/pkg/tarsum 0.125s coverage: 89.3% of statements [2022-03-11T18:27:20.228Z] === RUN TestTruncIndex [2022-03-11T18:27:20.228Z] --- PASS: TestTruncIndex (0.10s) [2022-03-11T18:27:20.228Z] PASS [2022-03-11T18:27:20.228Z] coverage: 91.5% of statements [2022-03-11T18:27:20.228Z] ok github.com/docker/docker/pkg/truncindex 0.135s coverage: 91.5% of statements [2022-03-11T18:27:20.624Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-03-11T18:27:20.698Z] === RUN TestIsGIT [2022-03-11T18:27:20.698Z] --- PASS: TestIsGIT (0.00s) [2022-03-11T18:27:20.698Z] === RUN TestIsTransport [2022-03-11T18:27:20.698Z] --- PASS: TestIsTransport (0.00s) [2022-03-11T18:27:20.698Z] PASS [2022-03-11T18:27:20.698Z] coverage: 100.0% of statements [2022-03-11T18:27:20.698Z] ok github.com/docker/docker/pkg/urlutil 0.040s coverage: 100.0% of statements [2022-03-11T18:27:20.881Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-11T18:27:21.167Z] === RUN TestVersionInfo [2022-03-11T18:27:21.167Z] --- PASS: TestVersionInfo (0.00s) [2022-03-11T18:27:21.167Z] === RUN TestAppendVersions [2022-03-11T18:27:21.167Z] --- PASS: TestAppendVersions (0.00s) [2022-03-11T18:27:21.167Z] PASS [2022-03-11T18:27:21.167Z] coverage: 88.9% of statements [2022-03-11T18:27:21.167Z] ok github.com/docker/docker/pkg/useragent 0.057s coverage: 88.9% of statements [2022-03-11T18:27:21.443Z] === RUN TestDockerSuite/TestExecWithTERM [2022-03-11T18:27:22.006Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-11T18:27:22.569Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-11T18:27:22.569Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-11T18:27:23.008Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-11T18:27:23.008Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-11T18:27:23.401Z] === RUN TestValidatePrivileges [2022-03-11T18:27:23.401Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-11T18:27:23.401Z] === RUN TestFilterByCapNeg [2022-03-11T18:27:23.401Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-11T18:27:23.401Z] === RUN TestFilterByCapPos [2022-03-11T18:27:23.401Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-11T18:27:23.401Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-11T18:27:23.401Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-11T18:27:23.401Z] PASS [2022-03-11T18:27:23.401Z] coverage: 12.0% of statements [2022-03-11T18:27:23.401Z] ok github.com/docker/docker/plugin 0.053s coverage: 12.0% of statements [2022-03-11T18:27:23.871Z] --- PASS: TestGet (15.01s) [2022-03-11T18:27:23.871Z] === RUN TestPluginWithNoManifest [2022-03-11T18:27:23.871Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-11T18:27:23.871Z] === RUN TestGetAll [2022-03-11T18:27:23.871Z] --- PASS: TestGetAll (0.00s) [2022-03-11T18:27:23.871Z] PASS [2022-03-11T18:27:23.871Z] coverage: 73.2% of statements [2022-03-11T18:27:23.871Z] ok github.com/docker/docker/pkg/plugins 34.944s coverage: 73.2% of statements [2022-03-11T18:27:23.993Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-11T18:27:24.342Z] === RUN TestNewSettable [2022-03-11T18:27:24.342Z] --- PASS: TestNewSettable (0.00s) [2022-03-11T18:27:24.342Z] === RUN TestIsSettable [2022-03-11T18:27:24.342Z] --- PASS: TestIsSettable (0.00s) [2022-03-11T18:27:24.342Z] === RUN TestUpdateSettingsEnv [2022-03-11T18:27:24.342Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-11T18:27:24.342Z] PASS [2022-03-11T18:27:24.342Z] coverage: 20.0% of statements [2022-03-11T18:27:24.342Z] ok github.com/docker/docker/plugin/v2 0.044s coverage: 20.0% of statements [2022-03-11T18:27:25.341Z] === RUN TestLoad [2022-03-11T18:27:25.341Z] --- PASS: TestLoad (0.00s) [2022-03-11T18:27:25.341Z] === RUN TestSave [2022-03-11T18:27:25.341Z] --- PASS: TestSave (0.03s) [2022-03-11T18:27:25.341Z] === RUN TestAddDeleteGet [2022-03-11T18:27:25.341Z] --- PASS: TestAddDeleteGet (0.05s) [2022-03-11T18:27:25.341Z] === RUN TestInvalidTags [2022-03-11T18:27:25.341Z] --- PASS: TestInvalidTags (0.01s) [2022-03-11T18:27:25.341Z] PASS [2022-03-11T18:27:25.341Z] coverage: 84.4% of statements [2022-03-11T18:27:25.341Z] ok github.com/docker/docker/reference 0.149s coverage: 84.4% of statements [2022-03-11T18:27:25.555Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-11T18:27:26.910Z] === RUN TestResolveAuthConfigIndexServer [2022-03-11T18:27:26.910Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-11T18:27:26.910Z] === RUN TestResolveAuthConfigFullURL [2022-03-11T18:27:26.910Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-11T18:27:26.910Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-11T18:27:26.910Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-11T18:27:26.910Z] === RUN TestValidateMirror [2022-03-11T18:27:26.910Z] --- PASS: TestValidateMirror (0.00s) [2022-03-11T18:27:26.910Z] === RUN TestLoadInsecureRegistries [2022-03-11T18:27:26.910Z] time="2022-03-11T18:27:26Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-11T18:27:26.910Z] time="2022-03-11T18:27:26Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-11T18:27:26.910Z] time="2022-03-11T18:27:26Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-11T18:27:26.910Z] --- PASS: TestLoadInsecureRegistries (0.21s) [2022-03-11T18:27:26.910Z] === RUN TestNewServiceConfig [2022-03-11T18:27:26.910Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-11T18:27:26.910Z] === RUN TestValidateIndexName [2022-03-11T18:27:26.910Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-11T18:27:26.910Z] === RUN TestValidateIndexNameWithError [2022-03-11T18:27:26.910Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-11T18:27:26.910Z] === RUN TestEndpointParse [2022-03-11T18:27:26.910Z] --- PASS: TestEndpointParse (0.00s) [2022-03-11T18:27:26.910Z] === RUN TestEndpointParseInvalid [2022-03-11T18:27:26.910Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-11T18:27:26.910Z] === RUN TestValidateEndpoint [2022-03-11T18:27:26.910Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-11T18:27:26.910Z] === RUN TestPing [2022-03-11T18:27:26.910Z] --- PASS: TestPing (0.00s) [2022-03-11T18:27:26.910Z] === RUN TestPingRegistryEndpoint [2022-03-11T18:27:26.910Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:27:26.910Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-11T18:27:26.910Z] === RUN TestEndpoint [2022-03-11T18:27:26.910Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:27:26.910Z] --- SKIP: TestEndpoint (0.00s) [2022-03-11T18:27:26.910Z] === RUN TestParseRepositoryInfo [2022-03-11T18:27:26.911Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-11T18:27:26.911Z] === RUN TestNewIndexInfo [2022-03-11T18:27:26.911Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-11T18:27:26.911Z] === RUN TestMirrorEndpointLookup [2022-03-11T18:27:26.911Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:27:26.911Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-11T18:27:26.911Z] === RUN TestSearchRepositories [2022-03-11T18:27:26.911Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-11T18:27:26.911Z] Host: 127.0.0.1:49360 [2022-03-11T18:27:26.911Z] User-Agent: docker test client [2022-03-11T18:27:26.911Z] Authorization: Token fake-token [2022-03-11T18:27:26.911Z] X-Docker-Token: true [2022-03-11T18:27:26.911Z] Accept-Encoding: gzip [2022-03-11T18:27:26.911Z] [2022-03-11T18:27:26.911Z] [2022-03-11T18:27:26.911Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-11T18:27:26.911Z] Connection: close [2022-03-11T18:27:26.911Z] Content-Length: 144 [2022-03-11T18:27:26.911Z] Cache-Control: no-cache [2022-03-11T18:27:26.911Z] Content-Type: application/json [2022-03-11T18:27:26.911Z] Date: Fri, 11 Mar 2022 18:27:26 GMT [2022-03-11T18:27:26.911Z] Expires: -1 [2022-03-11T18:27:26.911Z] Pragma: no-cache [2022-03-11T18:27:26.911Z] Server: docker-tests/mock [2022-03-11T18:27:26.911Z] X-Docker-Registry-Config: mock [2022-03-11T18:27:26.911Z] X-Docker-Registry-Version: 0.0.0 [2022-03-11T18:27:26.911Z] [2022-03-11T18:27:26.911Z] [2022-03-11T18:27:26.911Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-11T18:27:26.911Z] === RUN TestTrustedLocation [2022-03-11T18:27:26.911Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-11T18:27:26.911Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-11T18:27:26.911Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-11T18:27:26.911Z] === RUN TestAllowNondistributableArtifacts [2022-03-11T18:27:26.911Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-11T18:27:26.911Z] === RUN TestIsSecureIndex [2022-03-11T18:27:26.911Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-11T18:27:26.911Z] PASS [2022-03-11T18:27:26.911Z] coverage: 51.2% of statements [2022-03-11T18:27:26.911Z] ok github.com/docker/docker/registry 0.347s coverage: 51.2% of statements [2022-03-11T18:27:26.911Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-11T18:27:26.911Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-11T18:27:26.911Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-11T18:27:26.911Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-11T18:27:26.911Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-11T18:27:26.911Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-11T18:27:26.911Z] === RUN TestResumableRequestReaderWithReadError [2022-03-11T18:27:27.119Z] --- PASS: TestBuildMultiStageCopy (16.68s) [2022-03-11T18:27:27.119Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (11.47s) [2022-03-11T18:27:27.119Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.97s) [2022-03-11T18:27:27.119Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.19s) [2022-03-11T18:27:27.119Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.43s) [2022-03-11T18:27:27.119Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.61s) [2022-03-11T18:27:27.119Z] === RUN TestBuildMultiStageParentConfig [2022-03-11T18:27:27.381Z] time="2022-03-11T18:27:26Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-11T18:27:27.381Z] --- PASS: TestResumableRequestReaderWithReadError (0.22s) [2022-03-11T18:27:27.381Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-11T18:27:27.381Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-11T18:27:27.381Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-11T18:27:27.381Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-11T18:27:27.381Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-11T18:27:27.381Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-11T18:27:27.381Z] === RUN TestResumableRequestReader [2022-03-11T18:27:27.381Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-11T18:27:27.381Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-11T18:27:27.381Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-11T18:27:27.381Z] PASS [2022-03-11T18:27:27.381Z] coverage: 100.0% of statements [2022-03-11T18:27:27.381Z] ok github.com/docker/docker/registry/resumable 0.306s coverage: 100.0% of statements [2022-03-11T18:27:27.381Z] === RUN TestRestartManagerTimeout [2022-03-11T18:27:27.381Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-11T18:27:27.381Z] === RUN TestRestartManagerTimeoutReset [2022-03-11T18:27:27.381Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-11T18:27:27.381Z] PASS [2022-03-11T18:27:27.381Z] coverage: 50.9% of statements [2022-03-11T18:27:27.381Z] ok github.com/docker/docker/restartmanager 0.039s coverage: 50.9% of statements [2022-03-11T18:27:27.445Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-11T18:27:27.445Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-11T18:27:27.815Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-11T18:27:27.851Z] === RUN TestDecodeContainerConfig [2022-03-11T18:27:27.851Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-11T18:27:27.851Z] === RUN TestDecodeContainerConfigIsolation [2022-03-11T18:27:27.851Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-11T18:27:27.851Z] === RUN TestValidatePrivileged [2022-03-11T18:27:27.851Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-11T18:27:27.851Z] PASS [2022-03-11T18:27:27.851Z] coverage: 52.6% of statements [2022-03-11T18:27:27.851Z] ok github.com/docker/docker/runconfig 0.049s coverage: 52.6% of statements [2022-03-11T18:27:28.320Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-11T18:27:28.320Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-11T18:27:28.320Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-11T18:27:28.320Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-11T18:27:28.320Z] PASS [2022-03-11T18:27:28.320Z] coverage: 62.5% of statements [2022-03-11T18:27:28.320Z] ok github.com/docker/docker/testutil 0.061s coverage: 62.5% of statements [2022-03-11T18:27:28.433Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-11T18:27:29.418Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-11T18:27:30.068Z] --- PASS: TestBuildMultiStageParentConfig (2.93s) [2022-03-11T18:27:30.068Z] === RUN TestBuildLabelWithTargets [2022-03-11T18:27:30.068Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:27:30.068Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-11T18:27:30.068Z] === RUN TestBuildWithEmptyLayers [2022-03-11T18:27:30.331Z] --- PASS: TestServiceUpdatePidsLimit (16.77s) [2022-03-11T18:27:30.332Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.83s) [2022-03-11T18:27:30.332Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.02s) [2022-03-11T18:27:30.332Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.11s) [2022-03-11T18:27:30.332Z] PASS [2022-03-11T18:27:30.332Z] [2022-03-11T18:27:30.332Z] === Skipped [2022-03-11T18:27:30.332Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-11T18:27:30.332Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-11T18:27:30.332Z] [2022-03-11T18:27:30.332Z] DONE 27 tests, 1 skipped in 196.940s [2022-03-11T18:27:30.332Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-11T18:27:30.332Z] ++ 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 [2022-03-11T18:27:30.332Z] ++ set -e [2022-03-11T18:27:30.332Z] ++ '[' -n 0 ']' [2022-03-11T18:27:30.332Z] ++ set -x [2022-03-11T18:27:30.332Z] ++ 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 [2022-03-11T18:27:30.332Z] INFO: Testing against a local daemon [2022-03-11T18:27:30.332Z] === RUN TestSessionCreate [2022-03-11T18:27:30.332Z] --- PASS: TestSessionCreate (0.03s) [2022-03-11T18:27:30.332Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-11T18:27:30.332Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-11T18:27:30.332Z] PASS [2022-03-11T18:27:30.332Z] [2022-03-11T18:27:30.332Z] DONE 2 tests in 0.134s [2022-03-11T18:27:30.332Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-11T18:27:30.332Z] ++ 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 [2022-03-11T18:27:30.332Z] ++ set -e [2022-03-11T18:27:30.332Z] ++ '[' -n 0 ']' [2022-03-11T18:27:30.332Z] ++ set -x [2022-03-11T18:27:30.332Z] ++ 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 [2022-03-11T18:27:30.332Z] INFO: Testing against a local daemon [2022-03-11T18:27:30.332Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-11T18:27:30.332Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-11T18:27:30.332Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-11T18:27:30.332Z] === RUN TestDiskUsage [2022-03-11T18:27:30.332Z] === PAUSE TestDiskUsage [2022-03-11T18:27:30.332Z] === RUN TestEventsExecDie [2022-03-11T18:27:30.541Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-11T18:27:30.541Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-11T18:27:30.541Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-11T18:27:30.541Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-11T18:27:30.896Z] --- PASS: TestEventsExecDie (0.52s) [2022-03-11T18:27:30.896Z] === RUN TestEventsBackwardsCompatible [2022-03-11T18:27:30.896Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-11T18:27:30.896Z] === RUN TestEventsVolumeCreate [2022-03-11T18:27:30.896Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-11T18:27:30.896Z] === RUN TestInfoBinaryCommits [2022-03-11T18:27:30.896Z] --- PASS: TestInfoBinaryCommits (0.01s) [2022-03-11T18:27:30.896Z] === RUN TestInfoAPIVersioned [2022-03-11T18:27:30.896Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-03-11T18:27:30.896Z] === RUN TestInfoAPI [2022-03-11T18:27:30.896Z] --- PASS: TestInfoAPI (0.01s) [2022-03-11T18:27:30.896Z] === RUN TestInfoAPIWarnings [2022-03-11T18:27:31.633Z] --- PASS: TestBuildWithEmptyLayers (1.64s) [2022-03-11T18:27:31.633Z] === RUN TestBuildMultiStageOnBuild [2022-03-11T18:27:31.828Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-11T18:27:32.113Z] === RUN TestGetAddress [2022-03-11T18:27:32.113Z] --- PASS: TestGetAddress (0.00s) [2022-03-11T18:27:32.113Z] === RUN TestRemove [2022-03-11T18:27:32.113Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-11T18:27:32.113Z] --- SKIP: TestRemove (0.00s) [2022-03-11T18:27:32.113Z] === RUN TestInitializeWithVolumes [2022-03-11T18:27:32.113Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-11T18:27:32.113Z] === RUN TestCreate [2022-03-11T18:27:32.113Z] --- PASS: TestCreate (0.01s) [2022-03-11T18:27:32.113Z] === RUN TestValidateName [2022-03-11T18:27:32.113Z] --- PASS: TestValidateName (0.00s) [2022-03-11T18:27:32.113Z] === RUN TestCreateWithOpts [2022-03-11T18:27:32.113Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-11T18:27:32.113Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-11T18:27:32.113Z] === RUN TestRelaodNoOpts [2022-03-11T18:27:32.113Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-11T18:27:32.113Z] PASS [2022-03-11T18:27:32.113Z] coverage: 41.5% of statements [2022-03-11T18:27:32.113Z] ok github.com/docker/docker/volume/local 0.086s coverage: 41.5% of statements [2022-03-11T18:27:32.113Z] === RUN TestGetDriver [2022-03-11T18:27:32.113Z] --- PASS: TestGetDriver (0.00s) [2022-03-11T18:27:32.113Z] === RUN TestVolumeRequestError [2022-03-11T18:27:32.113Z] --- PASS: TestVolumeRequestError (0.02s) [2022-03-11T18:27:32.113Z] PASS [2022-03-11T18:27:32.113Z] coverage: 36.1% of statements [2022-03-11T18:27:32.113Z] ok github.com/docker/docker/volume/drivers 0.066s coverage: 36.1% of statements [2022-03-11T18:27:32.583Z] === RUN TestLCOWParseMountRaw [2022-03-11T18:27:32.583Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-11T18:27:32.583Z] === RUN TestLCOWParseMountRawSplit [2022-03-11T18:27:32.583Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-11T18:27:32.583Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-11T18:27:32.583Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-11T18:27:32.583Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-11T18:27:32.583Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-11T18:27:32.583Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-11T18:27:32.583Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-11T18:27:32.583Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-11T18:27:32.584Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-11T18:27:32.584Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-11T18:27:32.584Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-11T18:27:32.584Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-11T18:27:32.584Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-11T18:27:32.584Z] === RUN TestLinuxParseMountRaw [2022-03-11T18:27:32.584Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-11T18:27:32.584Z] === RUN TestLinuxParseMountRawSplit [2022-03-11T18:27:32.584Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-11T18:27:32.584Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-11T18:27:32.584Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-11T18:27:32.584Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-11T18:27:32.584Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-11T18:27:32.584Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-11T18:27:32.584Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-11T18:27:32.584Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-11T18:27:32.584Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-11T18:27:32.584Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-11T18:27:32.584Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-11T18:27:32.584Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-11T18:27:32.584Z] === RUN TestConvertTmpfsOptions [2022-03-11T18:27:32.584Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-11T18:27:32.584Z] linux_parser_test.go:209: data="ro" [2022-03-11T18:27:32.584Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-11T18:27:32.584Z] === RUN TestParseMountSpec [2022-03-11T18:27:32.584Z] parser_test.go:62: case 0 [2022-03-11T18:27:32.584Z] parser_test.go:62: case 1 [2022-03-11T18:27:32.584Z] parser_test.go:62: case 2 [2022-03-11T18:27:32.584Z] parser_test.go:62: case 3 [2022-03-11T18:27:32.584Z] parser_test.go:62: case 4 [2022-03-11T18:27:32.584Z] parser_test.go:62: case 5 [2022-03-11T18:27:32.584Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-11T18:27:32.584Z] === RUN TestValidateMount [2022-03-11T18:27:32.584Z] --- PASS: TestValidateMount (0.00s) [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountRaw [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountRawSplit [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-11T18:27:32.584Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-11T18:27:32.584Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-11T18:27:32.584Z] PASS [2022-03-11T18:27:32.584Z] coverage: 67.6% of statements [2022-03-11T18:27:32.584Z] ok github.com/docker/docker/volume/mounts 0.058s coverage: 67.6% of statements [2022-03-11T18:27:33.196Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-11T18:27:34.161Z] === RUN TestSetGetMeta [2022-03-11T18:27:34.161Z] === PAUSE TestSetGetMeta [2022-03-11T18:27:34.161Z] === RUN TestRestore [2022-03-11T18:27:34.161Z] === PAUSE TestRestore [2022-03-11T18:27:34.161Z] === RUN TestServiceCreate [2022-03-11T18:27:34.161Z] === PAUSE TestServiceCreate [2022-03-11T18:27:34.161Z] === RUN TestServiceList [2022-03-11T18:27:34.161Z] === PAUSE TestServiceList [2022-03-11T18:27:34.161Z] === RUN TestServiceRemove [2022-03-11T18:27:34.161Z] === PAUSE TestServiceRemove [2022-03-11T18:27:34.161Z] === RUN TestServiceGet [2022-03-11T18:27:34.161Z] === PAUSE TestServiceGet [2022-03-11T18:27:34.161Z] === RUN TestServicePrune [2022-03-11T18:27:34.161Z] === PAUSE TestServicePrune [2022-03-11T18:27:34.161Z] === RUN TestCreate [2022-03-11T18:27:34.161Z] === PAUSE TestCreate [2022-03-11T18:27:34.161Z] === RUN TestRemove [2022-03-11T18:27:34.161Z] === PAUSE TestRemove [2022-03-11T18:27:34.162Z] === RUN TestList [2022-03-11T18:27:34.162Z] === PAUSE TestList [2022-03-11T18:27:34.162Z] === RUN TestFindByDriver [2022-03-11T18:27:34.162Z] === PAUSE TestFindByDriver [2022-03-11T18:27:34.162Z] === RUN TestFindByReferenced [2022-03-11T18:27:34.162Z] === PAUSE TestFindByReferenced [2022-03-11T18:27:34.162Z] === RUN TestDerefMultipleOfSameRef [2022-03-11T18:27:34.162Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-11T18:27:34.162Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-11T18:27:34.162Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-11T18:27:34.162Z] === RUN TestDefererencePluginOnCreateError [2022-03-11T18:27:34.162Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-11T18:27:34.162Z] === RUN TestRefDerefRemove [2022-03-11T18:27:34.162Z] === PAUSE TestRefDerefRemove [2022-03-11T18:27:34.162Z] === RUN TestGet [2022-03-11T18:27:34.162Z] === PAUSE TestGet [2022-03-11T18:27:34.162Z] === RUN TestGetWithReference [2022-03-11T18:27:34.162Z] === PAUSE TestGetWithReference [2022-03-11T18:27:34.162Z] === RUN TestFilterFunc [2022-03-11T18:27:34.162Z] === RUN TestFilterFunc/test_nil_list [2022-03-11T18:27:34.162Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-11T18:27:34.162Z] === RUN TestFilterFunc/test_empty_list [2022-03-11T18:27:34.162Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-11T18:27:34.162Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-11T18:27:34.162Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-11T18:27:34.162Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-11T18:27:34.162Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-11T18:27:34.162Z] === RUN TestFilterFunc/test_filter_some [2022-03-11T18:27:34.162Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-11T18:27:34.162Z] === RUN TestFilterFunc/test_filter_middle [2022-03-11T18:27:34.162Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-11T18:27:34.162Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-11T18:27:34.162Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-11T18:27:34.162Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-11T18:27:34.162Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-11T18:27:34.162Z] === CONT TestFilterFunc/test_nil_list [2022-03-11T18:27:34.162Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-11T18:27:34.162Z] === CONT TestFilterFunc/test_filter_some [2022-03-11T18:27:34.162Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-11T18:27:34.162Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-11T18:27:34.162Z] === CONT TestFilterFunc/test_empty_list [2022-03-11T18:27:34.162Z] === CONT TestFilterFunc/test_filter_middle [2022-03-11T18:27:34.162Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-11T18:27:34.162Z] --- PASS: TestFilterFunc (0.00s) [2022-03-11T18:27:34.162Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-11T18:27:34.162Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-11T18:27:34.162Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-11T18:27:34.162Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-11T18:27:34.162Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-11T18:27:34.162Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-11T18:27:34.162Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-11T18:27:34.162Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-11T18:27:34.162Z] === CONT TestSetGetMeta [2022-03-11T18:27:34.162Z] === CONT TestList [2022-03-11T18:27:34.162Z] === CONT TestServiceGet [2022-03-11T18:27:34.162Z] === CONT TestDefererencePluginOnCreateError [2022-03-11T18:27:34.162Z] --- PASS: TestSetGetMeta (0.03s) [2022-03-11T18:27:34.162Z] === CONT TestServiceRemove [2022-03-11T18:27:34.162Z] --- PASS: TestList (0.05s) [2022-03-11T18:27:34.162Z] === CONT TestServiceList [2022-03-11T18:27:34.162Z] --- PASS: TestDefererencePluginOnCreateError (0.05s) [2022-03-11T18:27:34.162Z] === CONT TestServiceCreate [2022-03-11T18:27:34.162Z] --- PASS: TestServiceGet (0.18s) [2022-03-11T18:27:34.162Z] === CONT TestRestore [2022-03-11T18:27:34.162Z] --- PASS: TestServiceRemove (0.16s) [2022-03-11T18:27:34.162Z] === CONT TestRemove [2022-03-11T18:27:34.162Z] --- PASS: TestServiceCreate (0.15s) [2022-03-11T18:27:34.162Z] === CONT TestCreate [2022-03-11T18:27:34.162Z] --- PASS: TestServiceList (0.15s) [2022-03-11T18:27:34.162Z] === CONT TestServicePrune [2022-03-11T18:27:34.162Z] --- PASS: TestCreate (0.03s) [2022-03-11T18:27:34.162Z] === CONT TestDerefMultipleOfSameRef [2022-03-11T18:27:34.162Z] --- PASS: TestRestore (0.04s) [2022-03-11T18:27:34.162Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-11T18:27:34.162Z] time="2022-03-11T18:27:33Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-11T18:27:34.162Z] --- PASS: TestRemove (0.04s) [2022-03-11T18:27:34.162Z] === CONT TestGet [2022-03-11T18:27:34.162Z] time="2022-03-11T18:27:33Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-11T18:27:34.162Z] time="2022-03-11T18:27:33Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-11T18:27:34.162Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-03-11T18:27:34.162Z] === CONT TestGetWithReference [2022-03-11T18:27:34.162Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-03-11T18:27:34.162Z] === CONT TestFindByReferenced [2022-03-11T18:27:34.162Z] time="2022-03-11T18:27:33Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-11T18:27:34.162Z] --- PASS: TestGet (0.03s) [2022-03-11T18:27:34.162Z] === CONT TestFindByDriver [2022-03-11T18:27:34.162Z] time="2022-03-11T18:27:33Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-11T18:27:34.162Z] --- PASS: TestServicePrune (0.08s) [2022-03-11T18:27:34.162Z] === CONT TestRefDerefRemove [2022-03-11T18:27:34.162Z] --- PASS: TestGetWithReference (0.04s) [2022-03-11T18:27:34.162Z] --- PASS: TestFindByReferenced (0.03s) [2022-03-11T18:27:34.162Z] --- PASS: TestFindByDriver (0.03s) [2022-03-11T18:27:34.162Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-11T18:27:34.162Z] PASS [2022-03-11T18:27:34.162Z] coverage: 69.0% of statements [2022-03-11T18:27:34.162Z] ok github.com/docker/docker/volume/service 0.345s coverage: 69.0% of statements [2022-03-11T18:27:38.086Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-11T18:27:38.086Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-11T18:27:38.086Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-11T18:27:38.442Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-11T18:27:38.442Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-11T18:27:38.442Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-11T18:27:38.442Z] === RUN TestDockerSuite/TestHealth [2022-03-11T18:27:43.952Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-11T18:27:48.389Z] --- PASS: TestInfoAPIWarnings (16.26s) [2022-03-11T18:27:48.389Z] === RUN TestInfoDebug [2022-03-11T18:27:48.389Z] --- PASS: TestInfoDebug (0.53s) [2022-03-11T18:27:48.389Z] === RUN TestInfoInsecureRegistries [2022-03-11T18:27:48.389Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-11T18:27:48.389Z] === RUN TestInfoRegistryMirrors [2022-03-11T18:27:48.989Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-11T18:27:48.989Z] === RUN TestLoginFailsWithBadCredentials [2022-03-11T18:27:48.989Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-11T18:27:48.989Z] === RUN TestPingCacheHeaders [2022-03-11T18:27:48.989Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-11T18:27:48.989Z] === RUN TestPingGet [2022-03-11T18:27:48.989Z] --- PASS: TestPingGet (0.01s) [2022-03-11T18:27:48.989Z] === RUN TestPingHead [2022-03-11T18:27:48.989Z] --- PASS: TestPingHead (0.02s) [2022-03-11T18:27:48.989Z] === RUN TestVersion [2022-03-11T18:27:48.989Z] --- PASS: TestVersion (0.01s) [2022-03-11T18:27:48.989Z] === CONT TestDiskUsage [2022-03-11T18:27:49.121Z] 2022/03/11 18:27:48 Closing DB instances... [2022-03-11T18:27:49.443Z] --- PASS: TestBuildMultiStageOnBuild (17.36s) [2022-03-11T18:27:49.443Z] === RUN TestBuildUncleanTarFilenames [2022-03-11T18:27:49.443Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:27:49.443Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-03-11T18:27:49.443Z] === RUN TestBuildMultiStageLayerLeak [2022-03-11T18:27:49.551Z] === RUN TestDiskUsage/empty [2022-03-11T18:27:49.551Z] === RUN TestDiskUsage/empty/container_types [2022-03-11T18:27:49.551Z] === RUN TestDiskUsage/empty/image_types [2022-03-11T18:27:49.551Z] === RUN TestDiskUsage/empty/volume_types [2022-03-11T18:27:49.551Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-11T18:27:49.551Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-11T18:27:49.551Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-11T18:27:49.551Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-11T18:27:49.551Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-11T18:27:49.551Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-11T18:27:49.551Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-11T18:27:49.551Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-11T18:27:49.807Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-11T18:27:49.807Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-11T18:27:49.807Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-11T18:27:49.807Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-11T18:27:49.807Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-11T18:27:49.807Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-11T18:27:49.807Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-11T18:27:49.807Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-11T18:27:49.807Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-11T18:27:49.807Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-11T18:27:49.807Z] === RUN TestDiskUsage/after_container.Run [2022-03-11T18:27:50.063Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-11T18:27:50.063Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-11T18:27:50.063Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-11T18:27:50.063Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-11T18:27:50.063Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-11T18:27:50.063Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-11T18:27:50.063Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-11T18:27:50.063Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-11T18:27:50.063Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-11T18:27:50.063Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-11T18:27:50.320Z] --- PASS: TestDiskUsage (1.25s) [2022-03-11T18:27:50.320Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-11T18:27:50.320Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-11T18:27:50.320Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-11T18:27:50.320Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-11T18:27:50.320Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-11T18:27:50.320Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-11T18:27:50.320Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-11T18:27:50.320Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-11T18:27:50.320Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.19s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_container.Run (0.37s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.01s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-11T18:27:50.321Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-11T18:27:50.321Z] PASS [2022-03-11T18:27:50.321Z] [2022-03-11T18:27:50.321Z] === Skipped [2022-03-11T18:27:50.321Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-11T18:27:50.321Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-11T18:27:50.321Z] [2022-03-11T18:27:50.321Z] DONE 50 tests, 1 skipped in 19.986s [2022-03-11T18:27:50.321Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-11T18:27:50.321Z] ++ 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 [2022-03-11T18:27:50.321Z] ++ set -e [2022-03-11T18:27:50.321Z] ++ '[' -n 0 ']' [2022-03-11T18:27:50.321Z] ++ set -x [2022-03-11T18:27:50.321Z] ++ 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 [2022-03-11T18:27:50.321Z] INFO: Testing against a local daemon [2022-03-11T18:27:50.321Z] === RUN TestVolumesCreateAndList [2022-03-11T18:27:50.321Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-11T18:27:50.321Z] === RUN TestVolumesRemove [2022-03-11T18:27:50.577Z] --- PASS: TestVolumesRemove (0.07s) [2022-03-11T18:27:50.577Z] === RUN TestVolumesInspect [2022-03-11T18:27:50.577Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-11T18:27:50.577Z] === RUN TestVolumesInvalidJSON [2022-03-11T18:27:50.577Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-11T18:27:50.577Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-11T18:27:50.577Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-11T18:27:50.577Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-11T18:27:50.577Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-11T18:27:50.577Z] PASS [2022-03-11T18:27:50.577Z] [2022-03-11T18:27:50.577Z] DONE 5 tests in 0.258s [2022-03-11T18:27:50.577Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-11T18:27:50.577Z] ++++ cat bundles/test-integration/docker.pid [2022-03-11T18:27:50.577Z] +++ kill 6408 [2022-03-11T18:27:50.690Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-03-11T18:27:50.690Z] === RUN TestFindNode [2022-03-11T18:27:50.690Z] 2022/03/11 18:27:50 Closing DB instances... [2022-03-11T18:27:50.690Z] --- PASS: TestFindNode (0.02s) [2022-03-11T18:27:50.690Z] === RUN TestChangeNodeState [2022-03-11T18:27:50.690Z] 2022/03/11 18:27:50 Closing DB instances... [2022-03-11T18:27:50.690Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-11T18:27:50.690Z] === RUN TestNodeReincarnation [2022-03-11T18:27:50.690Z] 2022/03/11 18:27:50 Closing DB instances... [2022-03-11T18:27:50.834Z] +++ /etc/init.d/apparmor stop [2022-03-11T18:27:50.834Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-11T18:27:50.834Z] [2022-03-11T18:27:50.834Z] Unloading profiles will leave already running processes permanently [2022-03-11T18:27:50.834Z] unconfined, which can lead to unexpected situations. [2022-03-11T18:27:50.834Z] [2022-03-11T18:27:50.834Z] To set a process to complain mode, use the command line tool [2022-03-11T18:27:50.834Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-11T18:27:50.834Z] +++ true [2022-03-11T18:27:50.834Z] exiting test-integration [2022-03-11T18:27:50.834Z] ++ exit 0 [2022-03-11T18:27:50.834Z] [2022-03-11T18:27:51.400Z] + for job in $(jobs -p) [2022-03-11T18:27:51.400Z] + wait 8931 [2022-03-11T18:27:54.381Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-11T18:27:56.573Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-11T18:27:56.573Z] === RUN TestParallelCreate [2022-03-11T18:27:56.573Z] 2022/03/11 18:27:55 Closing DB instances... [2022-03-11T18:27:56.573Z] --- PASS: TestParallelCreate (0.02s) [2022-03-11T18:27:56.573Z] === RUN TestParallelDelete [2022-03-11T18:27:56.573Z] 2022/03/11 18:27:55 Closing DB instances... [2022-03-11T18:27:56.573Z] --- PASS: TestParallelDelete (0.02s) [2022-03-11T18:27:56.573Z] === RUN TestNetworkDBIslands [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:314abe19ae8c with config:&{NodeID:314abe19ae8c 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}" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=info msg="Node 314abe19ae8c/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=info msg="Node 314abe19ae8c/172.17.168.221, added to nodes list" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:1c7927c72d01 with config:&{NodeID:1c7927c72d01 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}" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=info msg="Node 1c7927c72d01/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=info msg="Node 1c7927c72d01/172.17.168.221, added to nodes list" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=debug msg="memberlist: Stream connection from=[::1]:49417" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=info msg="Node 1c7927c72d01/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=info msg="Node 1c7927c72d01/172.17.168.221, added to nodes list" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=info msg="Node 314abe19ae8c/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=info msg="Node 314abe19ae8c/172.17.168.221, added to nodes list" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:55Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49418" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:56Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:7084fc5c2c38 with config:&{NodeID:7084fc5c2c38 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}" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:56Z" level=info msg="Node 7084fc5c2c38/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:56Z" level=info msg="Node 7084fc5c2c38/172.17.168.221, added to nodes list" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:56Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:56Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:56Z" level=debug msg="memberlist: Stream connection from=[::1]:49419" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:56Z" level=info msg="Node 7084fc5c2c38/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:56Z" level=info msg="Node 7084fc5c2c38/172.17.168.221, added to nodes list" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:56Z" level=info msg="Node 314abe19ae8c/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:56Z" level=info msg="Node 314abe19ae8c/172.17.168.221, added to nodes list" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:56Z" level=info msg="Node 1c7927c72d01/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:56Z" level=info msg="Node 1c7927c72d01/172.17.168.221, added to nodes list" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:56Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:56Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49420" [2022-03-11T18:27:56.573Z] time="2022-03-11T18:27:56Z" level=debug msg="memberlist: Failed to join 172.17.168.221: dial tcp 172.17.168.221:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=info msg="Node 7084fc5c2c38/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=info msg="Node 7084fc5c2c38/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:c7cd764bc662 with config:&{NodeID:c7cd764bc662 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}" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=info msg="Node c7cd764bc662/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=info msg="Node c7cd764bc662/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=debug msg="memberlist: Stream connection from=[::1]:49422" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=info msg="Node c7cd764bc662/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=info msg="Node c7cd764bc662/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=info msg="Node 314abe19ae8c/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=info msg="Node 314abe19ae8c/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=info msg="Node 1c7927c72d01/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=info msg="Node 1c7927c72d01/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=info msg="Node 7084fc5c2c38/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=info msg="Node 7084fc5c2c38/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-11T18:27:57.043Z] time="2022-03-11T18:27:56Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49423" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node c7cd764bc662/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node c7cd764bc662/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node c7cd764bc662/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node c7cd764bc662/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:7bc5b0ac2dd1 with config:&{NodeID:7bc5b0ac2dd1 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}" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Stream connection from=[::1]:49424" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 7084fc5c2c38/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 7084fc5c2c38/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 1c7927c72d01/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 1c7927c72d01/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node c7cd764bc662/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node c7cd764bc662/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 314abe19ae8c/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 314abe19ae8c/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49425" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Failed to join 172.17.168.221: dial tcp 172.17.168.221:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:57.512Z] time="2022-03-11T18:27:57Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, added to nodes list" [2022-03-11T18:27:57.937Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-11T18:27:57.937Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-11T18:27:57.937Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-11T18:27:57.937Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-11T18:27:57.937Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-11T18:27:57.937Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-11T18:27:57.984Z] networkdb_test.go:835: Re-joining: 3 [2022-03-11T18:27:57.984Z] time="2022-03-11T18:27:57Z" level=info msg="The new bootstrap node list is:[172.17.168.221:10033 172.17.168.221:10034 172.17.168.221:10035]" [2022-03-11T18:27:57.984Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.168.221:10033" [2022-03-11T18:27:57.984Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Stream connection from=172.17.168.221:49427" [2022-03-11T18:27:57.984Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.168.221:10034" [2022-03-11T18:27:57.984Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Stream connection from=172.17.168.221:49428" [2022-03-11T18:27:57.984Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Stream connection from=172.17.168.221:49429" [2022-03-11T18:27:57.984Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.168.221:10035" [2022-03-11T18:27:57.984Z] networkdb_test.go:835: Re-joining: 4 [2022-03-11T18:27:57.984Z] time="2022-03-11T18:27:57Z" level=info msg="The new bootstrap node list is:[172.17.168.221:10033 172.17.168.221:10034 172.17.168.221:10035]" [2022-03-11T18:27:57.984Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.168.221:10033" [2022-03-11T18:27:57.984Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Stream connection from=172.17.168.221:49430" [2022-03-11T18:27:57.984Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.168.221:10034" [2022-03-11T18:27:57.984Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Stream connection from=172.17.168.221:49431" [2022-03-11T18:27:57.984Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Stream connection from=172.17.168.221:49432" [2022-03-11T18:27:57.984Z] time="2022-03-11T18:27:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.168.221:10035" [2022-03-11T18:27:57.984Z] time="2022-03-11T18:27:57Z" level=info msg="node 0 leaving" [2022-03-11T18:27:58.193Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-03-11T18:27:58.193Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-11T18:27:58.193Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-11T18:27:58.193Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-11T18:27:58.450Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-11T18:27:58.454Z] time="2022-03-11T18:27:57Z" level=info msg="Node 314abe19ae8c change state NodeActive --> NodeLeft" [2022-03-11T18:27:58.454Z] time="2022-03-11T18:27:57Z" level=info msg="node5(7bc5b0ac2dd1): Node leave event for 314abe19ae8c/172.17.168.221" [2022-03-11T18:27:58.454Z] time="2022-03-11T18:27:57Z" level=info msg="Node 314abe19ae8c change state NodeActive --> NodeLeft" [2022-03-11T18:27:58.454Z] time="2022-03-11T18:27:57Z" level=info msg="node2(1c7927c72d01): Node leave event for 314abe19ae8c/172.17.168.221" [2022-03-11T18:27:58.454Z] time="2022-03-11T18:27:57Z" level=info msg="Node 314abe19ae8c change state NodeActive --> NodeLeft" [2022-03-11T18:27:58.454Z] time="2022-03-11T18:27:57Z" level=info msg="node4(c7cd764bc662): Node leave event for 314abe19ae8c/172.17.168.221" [2022-03-11T18:27:58.454Z] time="2022-03-11T18:27:57Z" level=info msg="Node 314abe19ae8c change state NodeActive --> NodeLeft" [2022-03-11T18:27:58.454Z] time="2022-03-11T18:27:57Z" level=info msg="node3(7084fc5c2c38): Node leave event for 314abe19ae8c/172.17.168.221" [2022-03-11T18:27:58.454Z] time="2022-03-11T18:27:57Z" level=info msg="Node 314abe19ae8c change state NodeActive --> NodeLeft" [2022-03-11T18:27:58.455Z] time="2022-03-11T18:27:57Z" level=info msg="node1(314abe19ae8c): Node leave event for 314abe19ae8c/172.17.168.221" [2022-03-11T18:27:58.455Z] time="2022-03-11T18:27:58Z" level=info msg="Node 314abe19ae8c/172.17.168.221, left gossip cluster" [2022-03-11T18:27:58.455Z] time="2022-03-11T18:27:58Z" level=info msg="Node 314abe19ae8c/172.17.168.221, left gossip cluster" [2022-03-11T18:27:58.455Z] time="2022-03-11T18:27:58Z" level=info msg="Node 314abe19ae8c/172.17.168.221, left gossip cluster" [2022-03-11T18:27:58.455Z] time="2022-03-11T18:27:58Z" level=info msg="Node 314abe19ae8c/172.17.168.221, left gossip cluster" [2022-03-11T18:27:58.455Z] time="2022-03-11T18:27:58Z" level=info msg="Node 314abe19ae8c/172.17.168.221, left gossip cluster" [2022-03-11T18:27:58.455Z] time="2022-03-11T18:27:58Z" level=info msg="node 1 leaving" [2022-03-11T18:27:58.455Z] time="2022-03-11T18:27:58Z" level=info msg="Node 1c7927c72d01 change state NodeActive --> NodeLeft" [2022-03-11T18:27:58.455Z] time="2022-03-11T18:27:58Z" level=info msg="Node 1c7927c72d01 change state NodeActive --> NodeLeft" [2022-03-11T18:27:58.455Z] time="2022-03-11T18:27:58Z" level=info msg="node5(7bc5b0ac2dd1): Node leave event for 1c7927c72d01/172.17.168.221" [2022-03-11T18:27:58.455Z] time="2022-03-11T18:27:58Z" level=info msg="node3(7084fc5c2c38): Node leave event for 1c7927c72d01/172.17.168.221" [2022-03-11T18:27:58.455Z] time="2022-03-11T18:27:58Z" level=info msg="Node 1c7927c72d01 change state NodeActive --> NodeLeft" [2022-03-11T18:27:58.455Z] time="2022-03-11T18:27:58Z" level=info msg="node2(1c7927c72d01): Node leave event for 1c7927c72d01/172.17.168.221" [2022-03-11T18:27:58.455Z] time="2022-03-11T18:27:58Z" level=info msg="Node 1c7927c72d01 change state NodeActive --> NodeLeft" [2022-03-11T18:27:58.455Z] time="2022-03-11T18:27:58Z" level=info msg="node4(c7cd764bc662): Node leave event for 1c7927c72d01/172.17.168.221" [2022-03-11T18:27:58.707Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-11T18:27:58.924Z] time="2022-03-11T18:27:58Z" level=debug msg="memberlist: Failed to join 172.17.168.221: dial tcp 172.17.168.221:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-11T18:27:58.924Z] time="2022-03-11T18:27:58Z" level=info msg="Node 1c7927c72d01/172.17.168.221, left gossip cluster" [2022-03-11T18:27:58.924Z] time="2022-03-11T18:27:58Z" level=info msg="Node 1c7927c72d01/172.17.168.221, left gossip cluster" [2022-03-11T18:27:58.924Z] time="2022-03-11T18:27:58Z" level=info msg="Node 1c7927c72d01/172.17.168.221, left gossip cluster" [2022-03-11T18:27:58.924Z] time="2022-03-11T18:27:58Z" level=info msg="Node 1c7927c72d01/172.17.168.221, left gossip cluster" [2022-03-11T18:27:58.924Z] time="2022-03-11T18:27:58Z" level=info msg="node 2 leaving" [2022-03-11T18:27:58.924Z] time="2022-03-11T18:27:58Z" level=info msg="Node 7084fc5c2c38 change state NodeActive --> NodeLeft" [2022-03-11T18:27:58.924Z] time="2022-03-11T18:27:58Z" level=info msg="node4(c7cd764bc662): Node leave event for 7084fc5c2c38/172.17.168.221" [2022-03-11T18:27:58.924Z] time="2022-03-11T18:27:58Z" level=info msg="Node 7084fc5c2c38 change state NodeActive --> NodeLeft" [2022-03-11T18:27:58.924Z] time="2022-03-11T18:27:58Z" level=info msg="node5(7bc5b0ac2dd1): Node leave event for 7084fc5c2c38/172.17.168.221" [2022-03-11T18:27:58.924Z] time="2022-03-11T18:27:58Z" level=info msg="Node 7084fc5c2c38 change state NodeActive --> NodeLeft" [2022-03-11T18:27:58.924Z] time="2022-03-11T18:27:58Z" level=info msg="node3(7084fc5c2c38): Node leave event for 7084fc5c2c38/172.17.168.221" [2022-03-11T18:27:58.964Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-11T18:27:59.220Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-11T18:27:59.220Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-11T18:27:59.395Z] time="2022-03-11T18:27:59Z" level=info msg="Node 7084fc5c2c38/172.17.168.221, left gossip cluster" [2022-03-11T18:27:59.395Z] time="2022-03-11T18:27:59Z" level=info msg="Node 7084fc5c2c38/172.17.168.221, left gossip cluster" [2022-03-11T18:27:59.395Z] time="2022-03-11T18:27:59Z" level=info msg="Node 7084fc5c2c38/172.17.168.221, left gossip cluster" [2022-03-11T18:27:59.783Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-11T18:27:59.783Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-11T18:27:59.865Z] networkdb_test.go:867: node5: OK [2022-03-11T18:27:59.865Z] networkdb_test.go:867: node4: OK [2022-03-11T18:27:59.865Z] time="2022-03-11T18:27:59Z" level=info msg="node 0 coming back" [2022-03-11T18:27:59.865Z] time="2022-03-11T18:27:59Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:98bc134c2d30 with config:&{NodeID:98bc134c2d30 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}" [2022-03-11T18:27:59.865Z] time="2022-03-11T18:27:59Z" level=info msg="Node 98bc134c2d30/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:59.865Z] time="2022-03-11T18:27:59Z" level=info msg="Node 98bc134c2d30/172.17.168.221, added to nodes list" [2022-03-11T18:27:59.865Z] time="2022-03-11T18:27:59Z" level=info msg="node 1 coming back" [2022-03-11T18:27:59.865Z] time="2022-03-11T18:27:59Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:0a2ab974b699 with config:&{NodeID:0a2ab974b699 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}" [2022-03-11T18:27:59.865Z] time="2022-03-11T18:27:59Z" level=debug msg="memberlist: Failed to join 172.17.168.221: dial tcp 172.17.168.221:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-11T18:27:59.865Z] time="2022-03-11T18:27:59Z" level=info msg="Node 0a2ab974b699/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:59.865Z] time="2022-03-11T18:27:59Z" level=info msg="Node 0a2ab974b699/172.17.168.221, added to nodes list" [2022-03-11T18:27:59.865Z] time="2022-03-11T18:27:59Z" level=info msg="node 2 coming back" [2022-03-11T18:27:59.865Z] time="2022-03-11T18:27:59Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:7cd89f8b54a6 with config:&{NodeID:7cd89f8b54a6 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}" [2022-03-11T18:27:59.865Z] time="2022-03-11T18:27:59Z" level=info msg="Node 7cd89f8b54a6/172.17.168.221, joined gossip cluster" [2022-03-11T18:27:59.865Z] time="2022-03-11T18:27:59Z" level=info msg="Node 7cd89f8b54a6/172.17.168.221, added to nodes list" [2022-03-11T18:28:00.334Z] time="2022-03-11T18:27:59Z" level=debug msg="memberlist: Failed ping: c7cd764bc662 (timeout reached)" [2022-03-11T18:28:00.334Z] time="2022-03-11T18:27:59Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.17.168.221:10037: use of closed network connection" [2022-03-11T18:28:00.334Z] time="2022-03-11T18:27:59Z" level=debug msg="memberlist: Stream connection from=172.17.168.221:49435" [2022-03-11T18:28:00.712Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-11T18:28:00.804Z] time="2022-03-11T18:28:00Z" level=warning msg="memberlist: Was able to connect to c7cd764bc662 but other probes failed, network may be misconfigured" [2022-03-11T18:28:00.804Z] time="2022-03-11T18:28:00Z" level=debug msg="memberlist: Failed to join 172.17.168.221: dial tcp 172.17.168.221:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-11T18:28:00.968Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-11T18:28:01.224Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-11T18:28:01.786Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-11T18:28:01.793Z] time="2022-03-11T18:28:01Z" level=debug msg="memberlist: Failed to join 172.17.168.221: dial tcp 172.17.168.221:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-11T18:28:02.784Z] time="2022-03-11T18:28:02Z" level=debug msg="memberlist: Failed to join 172.17.168.221: dial tcp 172.17.168.221:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-11T18:28:03.046Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-11T18:28:03.046Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-11T18:28:03.254Z] time="2022-03-11T18:28:02Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.168.221:10033 172.17.168.221:10034 172.17.168.221:10035]" [2022-03-11T18:28:03.514Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-11T18:28:03.724Z] time="2022-03-11T18:28:03Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.168.221:10033 172.17.168.221:10034 172.17.168.221:10035]" [2022-03-11T18:28:03.724Z] time="2022-03-11T18:28:03Z" level=debug msg="memberlist: Failed to join 172.17.168.221: dial tcp 172.17.168.221:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.168.221:10033" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=debug msg="memberlist: Stream connection from=172.17.168.221:49440" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node c7cd764bc662/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 98bc134c2d30/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 98bc134c2d30/172.17.168.221, is the new incarnation of the shutdown node 314abe19ae8c/172.17.168.221" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 98bc134c2d30/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node c7cd764bc662/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.168.221:10034" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=debug msg="memberlist: Stream connection from=172.17.168.221:49441" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 98bc134c2d30/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 98bc134c2d30/172.17.168.221, is the new incarnation of the shutdown node 314abe19ae8c/172.17.168.221" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 98bc134c2d30/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 98bc134c2d30/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 98bc134c2d30/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node c7cd764bc662/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node c7cd764bc662/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 0a2ab974b699/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 0a2ab974b699/172.17.168.221, is the new incarnation of the shutdown node 1c7927c72d01/172.17.168.221" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 0a2ab974b699/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.168.221:10035" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=debug msg="memberlist: Stream connection from=172.17.168.221:49442" [2022-03-11T18:28:04.198Z] time="2022-03-11T18:28:03Z" level=info msg="Node 0a2ab974b699/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 0a2ab974b699/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 98bc134c2d30/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 98bc134c2d30/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node c7cd764bc662/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node c7cd764bc662/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 7cd89f8b54a6/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 7cd89f8b54a6/172.17.168.221, is the new incarnation of the shutdown node 7084fc5c2c38/172.17.168.221" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 7cd89f8b54a6/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 0a2ab974b699/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 0a2ab974b699/172.17.168.221, is the new incarnation of the shutdown node 1c7927c72d01/172.17.168.221" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 0a2ab974b699/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 0a2ab974b699/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 0a2ab974b699/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 7cd89f8b54a6/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 7cd89f8b54a6/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 7cd89f8b54a6/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 7cd89f8b54a6/172.17.168.221, is the new incarnation of the shutdown node 7084fc5c2c38/172.17.168.221" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:03Z" level=info msg="Node 7cd89f8b54a6/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:04Z" level=info msg="Node 7cd89f8b54a6/172.17.168.221, joined gossip cluster" [2022-03-11T18:28:04.199Z] time="2022-03-11T18:28:04Z" level=info msg="Node 7cd89f8b54a6/172.17.168.221, added to nodes list" [2022-03-11T18:28:04.302Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-11T18:28:04.302Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-11T18:28:04.302Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-11T18:28:04.371Z] --- PASS: TestBuildMultiStageLayerLeak (14.66s) [2022-03-11T18:28:04.371Z] === RUN TestBuildWithHugeFile [2022-03-11T18:28:04.668Z] time="2022-03-11T18:28:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.168.221:10033" [2022-03-11T18:28:04.668Z] time="2022-03-11T18:28:04Z" level=debug msg="memberlist: Stream connection from=172.17.168.221:49443" [2022-03-11T18:28:04.668Z] time="2022-03-11T18:28:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.168.221:10034" [2022-03-11T18:28:04.668Z] time="2022-03-11T18:28:04Z" level=debug msg="memberlist: Stream connection from=172.17.168.221:49444" [2022-03-11T18:28:04.668Z] time="2022-03-11T18:28:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.168.221:10035" [2022-03-11T18:28:04.668Z] time="2022-03-11T18:28:04Z" level=debug msg="memberlist: Stream connection from=172.17.168.221:49445" [2022-03-11T18:28:04.668Z] time="2022-03-11T18:28:04Z" level=debug msg="memberlist: Failed to join 172.17.168.221: dial tcp 172.17.168.221:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-11T18:28:04.668Z] 2022/03/11 18:28:04 Closing DB instances... [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:04Z" level=info msg="Node 98bc134c2d30 change state NodeActive --> NodeLeft" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:04Z" level=info msg="node2(0a2ab974b699): Node leave event for 98bc134c2d30/172.17.168.221" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:04Z" level=info msg="Node 98bc134c2d30 change state NodeActive --> NodeLeft" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:04Z" level=info msg="Node 98bc134c2d30 change state NodeActive --> NodeLeft" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:04Z" level=info msg="node5(7bc5b0ac2dd1): Node leave event for 98bc134c2d30/172.17.168.221" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:04Z" level=info msg="node4(c7cd764bc662): Node leave event for 98bc134c2d30/172.17.168.221" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:04Z" level=info msg="Node 98bc134c2d30 change state NodeActive --> NodeLeft" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:04Z" level=info msg="node3(7cd89f8b54a6): Node leave event for 98bc134c2d30/172.17.168.221" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:04Z" level=info msg="Node 98bc134c2d30 change state NodeActive --> NodeLeft" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:04Z" level=info msg="node1(98bc134c2d30): Node leave event for 98bc134c2d30/172.17.168.221" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:04Z" level=info msg="Node 98bc134c2d30/172.17.168.221, left gossip cluster" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:04Z" level=info msg="Node 98bc134c2d30/172.17.168.221, left gossip cluster" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:04Z" level=info msg="Node 98bc134c2d30/172.17.168.221, left gossip cluster" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:04Z" level=info msg="Node 98bc134c2d30/172.17.168.221, left gossip cluster" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:04Z" level=info msg="Node 98bc134c2d30/172.17.168.221, left gossip cluster" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:05Z" level=warning msg="memberlist: Failed to send gossip to 172.17.168.221:10034: write udp [::]:10033->172.17.168.221:10034: use of closed network connection" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:05Z" level=info msg="Node 0a2ab974b699 change state NodeActive --> NodeLeft" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:05Z" level=info msg="node4(c7cd764bc662): Node leave event for 0a2ab974b699/172.17.168.221" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:05Z" level=info msg="Node 0a2ab974b699 change state NodeActive --> NodeLeft" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:05Z" level=info msg="Node 0a2ab974b699 change state NodeActive --> NodeLeft" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:05Z" level=info msg="node3(7cd89f8b54a6): Node leave event for 0a2ab974b699/172.17.168.221" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:05Z" level=info msg="node5(7bc5b0ac2dd1): Node leave event for 0a2ab974b699/172.17.168.221" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:05Z" level=info msg="Node 0a2ab974b699 change state NodeActive --> NodeLeft" [2022-03-11T18:28:05.139Z] time="2022-03-11T18:28:05Z" level=info msg="node2(0a2ab974b699): Node leave event for 0a2ab974b699/172.17.168.221" [2022-03-11T18:28:05.608Z] time="2022-03-11T18:28:05Z" level=info msg="Node 0a2ab974b699/172.17.168.221, left gossip cluster" [2022-03-11T18:28:05.608Z] time="2022-03-11T18:28:05Z" level=info msg="Node 0a2ab974b699/172.17.168.221, left gossip cluster" [2022-03-11T18:28:05.608Z] time="2022-03-11T18:28:05Z" level=info msg="Node 0a2ab974b699/172.17.168.221, left gossip cluster" [2022-03-11T18:28:05.608Z] time="2022-03-11T18:28:05Z" level=info msg="Node 0a2ab974b699/172.17.168.221, left gossip cluster" [2022-03-11T18:28:05.608Z] time="2022-03-11T18:28:05Z" level=debug msg="memberlist: Failed to join 172.17.168.221: dial tcp 172.17.168.221:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-11T18:28:05.608Z] time="2022-03-11T18:28:05Z" level=info msg="Node 7cd89f8b54a6 change state NodeActive --> NodeLeft" [2022-03-11T18:28:05.608Z] time="2022-03-11T18:28:05Z" level=info msg="node5(7bc5b0ac2dd1): Node leave event for 7cd89f8b54a6/172.17.168.221" [2022-03-11T18:28:05.608Z] time="2022-03-11T18:28:05Z" level=info msg="Node 7cd89f8b54a6 change state NodeActive --> NodeLeft" [2022-03-11T18:28:05.608Z] time="2022-03-11T18:28:05Z" level=info msg="node4(c7cd764bc662): Node leave event for 7cd89f8b54a6/172.17.168.221" [2022-03-11T18:28:05.608Z] time="2022-03-11T18:28:05Z" level=info msg="Node 7cd89f8b54a6 change state NodeActive --> NodeLeft" [2022-03-11T18:28:05.608Z] time="2022-03-11T18:28:05Z" level=info msg="node3(7cd89f8b54a6): Node leave event for 7cd89f8b54a6/172.17.168.221" [2022-03-11T18:28:05.668Z] === RUN TestDockerSuite/TestImportFile [2022-03-11T18:28:06.078Z] time="2022-03-11T18:28:05Z" level=info msg="Node 7cd89f8b54a6/172.17.168.221, left gossip cluster" [2022-03-11T18:28:06.078Z] time="2022-03-11T18:28:05Z" level=info msg="Node 7cd89f8b54a6/172.17.168.221, left gossip cluster" [2022-03-11T18:28:06.078Z] time="2022-03-11T18:28:05Z" level=info msg="Node 7cd89f8b54a6/172.17.168.221, left gossip cluster" [2022-03-11T18:28:06.078Z] time="2022-03-11T18:28:05Z" level=debug msg="memberlist: Failed ping: 7cd89f8b54a6 (timeout reached)" [2022-03-11T18:28:06.078Z] time="2022-03-11T18:28:05Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.17.168.221:10036: use of closed network connection" [2022-03-11T18:28:06.078Z] time="2022-03-11T18:28:05Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.17.168.221:10037: use of closed network connection" [2022-03-11T18:28:06.078Z] time="2022-03-11T18:28:05Z" level=debug msg="memberlist: Stream connection from=172.17.168.221:49448" [2022-03-11T18:28:06.548Z] time="2022-03-11T18:28:06Z" level=info msg="Node c7cd764bc662 change state NodeActive --> NodeLeft" [2022-03-11T18:28:06.548Z] time="2022-03-11T18:28:06Z" level=info msg="node5(7bc5b0ac2dd1): Node leave event for c7cd764bc662/172.17.168.221" [2022-03-11T18:28:06.548Z] time="2022-03-11T18:28:06Z" level=info msg="Node c7cd764bc662 change state NodeActive --> NodeLeft" [2022-03-11T18:28:06.548Z] time="2022-03-11T18:28:06Z" level=info msg="node4(c7cd764bc662): Node leave event for c7cd764bc662/172.17.168.221" [2022-03-11T18:28:06.548Z] time="2022-03-11T18:28:06Z" level=warning msg="memberlist: Was able to connect to 7cd89f8b54a6 but other probes failed, network may be misconfigured" [2022-03-11T18:28:06.548Z] time="2022-03-11T18:28:06Z" level=debug msg="memberlist: Failed to join 172.17.168.221: dial tcp 172.17.168.221:10024: connectex: No connection could be made because the target machine actively refused it." [2022-03-11T18:28:06.596Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-11T18:28:06.596Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-11T18:28:07.017Z] time="2022-03-11T18:28:06Z" level=info msg="Node c7cd764bc662/172.17.168.221, left gossip cluster" [2022-03-11T18:28:07.017Z] time="2022-03-11T18:28:06Z" level=info msg="Node c7cd764bc662/172.17.168.221, left gossip cluster" [2022-03-11T18:28:07.489Z] time="2022-03-11T18:28:07Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, left gossip cluster" [2022-03-11T18:28:07.489Z] time="2022-03-11T18:28:07Z" level=info msg="Node 7bc5b0ac2dd1 change state NodeActive --> NodeFailed" [2022-03-11T18:28:07.489Z] time="2022-03-11T18:28:07Z" level=info msg="Node 7bc5b0ac2dd1/172.17.168.221, added to failed nodes list" [2022-03-11T18:28:07.489Z] --- PASS: TestNetworkDBIslands (11.89s) [2022-03-11T18:28:07.489Z] PASS [2022-03-11T18:28:07.489Z] coverage: 60.5% of statements [2022-03-11T18:28:07.489Z] ok github.com/docker/docker/libnetwork/networkdb 103.843s coverage: 60.5% of statements [2022-03-11T18:28:07.525Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/quota [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/rootless [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/volume [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-11T18:28:07.965Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-11T18:28:08.893Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-11T18:28:09.378Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-11T18:28:09.378Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-11T18:28:09.378Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-11T18:28:09.378Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-11T18:28:09.378Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-11T18:28:09.822Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-11T18:28:10.386Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === Skipped [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-11T18:28:10.924Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-11T18:28:10.924Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-11T18:28:10.924Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-11T18:28:10.924Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-11T18:28:10.924Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-11T18:28:10.924Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-11T18:28:10.924Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-11T18:28:10.924Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-11T18:28:10.924Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-11T18:28:10.924Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-11T18:28:10.924Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-11T18:28:10.924Z] daemon_test.go:145: root required [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-11T18:28:10.924Z] reload_test.go:342: root required [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-11T18:28:10.924Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-11T18:28:10.924Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-11T18:28:10.924Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-11T18:28:10.924Z] download_test.go:267: Needs fixing on Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-11T18:28:10.924Z] layer_test.go:291: Failing on Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-11T18:28:10.924Z] layer_test.go:340: Failing on Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-11T18:28:10.924Z] layer_test.go:455: Failing on Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-11T18:28:10.924Z] layer_test.go:684: Failing on Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-11T18:28:10.924Z] migration_test.go:45: Failing on Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-11T18:28:10.924Z] migration_test.go:181: Failing on Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-11T18:28:10.924Z] mount_test.go:17: Failing on Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-11T18:28:10.924Z] mount_test.go:76: Failing on Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-11T18:28:10.924Z] mount_test.go:125: Failing on Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-11T18:28:10.924Z] mount_test.go:212: Failing on Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-03-11T18:28:10.924Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-11T18:28:10.924Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-11T18:28:10.924Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-11T18:28:10.924Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-11T18:28:10.924Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-11T18:28:10.924Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.01s) [2022-03-11T18:28:10.924Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-11T18:28:10.924Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-11T18:28:10.924Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-11T18:28:10.924Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-11T18:28:10.924Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-11T18:28:10.924Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-11T18:28:10.924Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-11T18:28:10.924Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-11T18:28:10.924Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-11T18:28:10.924Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-11T18:28:10.924Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-11T18:28:10.924Z] archive_test.go:133: Xz not present in msys2 [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-11T18:28:10.924Z] archive_test.go:140: zstd not installed [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-11T18:28:10.924Z] archive_test.go:252: Failing on Windows CI machines [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-11T18:28:10.924Z] archive_windows_test.go:16: Currently fails [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-11T18:28:10.924Z] changes_test.go:195: needs more investigation [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-11T18:28:10.924Z] changes_test.go:432: needs further investigation [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-11T18:28:10.924Z] changes_test.go:468: needs further investigation [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-11T18:28:10.924Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-11T18:28:10.924Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-11T18:28:10.924Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-11T18:28:10.924Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-11T18:28:10.924Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-11T18:28:10.924Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-11T18:28:10.924Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-11T18:28:10.924Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-11T18:28:10.924Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-11T18:28:10.924Z] poller_test.go:40: No chmod on Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-11T18:28:10.924Z] fileutils_test.go:133: Needs porting to Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-11T18:28:10.924Z] fileutils_test.go:179: Needs porting to Windows [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-11T18:28:10.924Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-11T18:28:10.924Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-11T18:28:10.924Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-11T18:28:10.924Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-11T18:28:10.924Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-11T18:28:10.924Z] [2022-03-11T18:28:10.924Z] DONE 2077 tests, 68 skipped in 298.419s [2022-03-11T18:28:10.924Z] INFO: make.ps1 ended at 03/11/2022 18:28:10 [2022-03-11T18:28:10.962Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-11T18:28:11.221Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-11T18:28:11.221Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-03-11T18:28:11.221Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-11T18:28:11.782Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-11T18:28:12.344Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-11T18:28:12.905Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-11T18:28:13.144Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-11T18:28:13.144Z] INFO: Unit tests ended at 03/11/2022 18:28:12. Duration:00:05:18.3679979 [2022-03-11T18:28:13.144Z] INFO: Building busybox [2022-03-11T18:28:13.144Z] Sending build context to Docker daemon 5.12kB [2022-03-11T18:28:13.144Z] [2022-03-11T18:28:13.144Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-11T18:28:13.144Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-11T18:28:13.144Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-11T18:28:13.144Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-11T18:28:13.144Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-11T18:28:13.144Z] ---> 6a11116086a4 [2022-03-11T18:28:13.144Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-11T18:28:13.144Z] ---> Running in 10362e4f7fd0 [2022-03-11T18:28:13.162Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-11T18:28:13.724Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-11T18:28:14.288Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-11T18:28:14.288Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-03-11T18:28:15.216Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-11T18:28:15.778Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-11T18:28:16.034Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-11T18:28:16.291Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-11T18:28:16.547Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-11T18:28:16.547Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-11T18:28:16.547Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-11T18:28:17.476Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-11T18:28:17.732Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-11T18:28:18.038Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-11T18:28:18.038Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-11T18:28:18.038Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-11T18:28:18.038Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-11T18:28:18.038Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-11T18:28:18.038Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-11T18:28:18.038Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-11T18:28:18.038Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-11T18:28:18.295Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-11T18:28:18.860Z] === RUN TestDockerSuite/TestInspectImage [2022-03-11T18:28:18.860Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-11T18:28:18.860Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-11T18:28:18.860Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-11T18:28:18.860Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-11T18:28:19.422Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-11T18:28:19.422Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-03-11T18:28:19.985Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-11T18:28:19.985Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-11T18:28:20.548Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-11T18:28:21.111Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-11T18:28:23.631Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-11T18:28:23.631Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-11T18:28:23.631Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-03-11T18:28:23.891Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-11T18:28:24.589Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-11T18:28:25.957Z] docker_api_swarm_service_test.go:395: [d90edf2e276d5] joining swarm manager [d0d39b5c8b380]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:28:25.957Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-11T18:28:26.521Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-11T18:28:26.777Z] docker_api_swarm_service_test.go:395: [d2c44bd147d94] joining swarm manager [d0d39b5c8b380]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:28:27.034Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-11T18:28:27.964Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-11T18:28:28.220Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-11T18:28:29.168Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-11T18:28:29.729Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-11T18:28:29.729Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-03-11T18:28:31.622Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-11T18:28:32.988Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-11T18:28:33.916Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-11T18:28:33.916Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-11T18:28:34.409Z] Removing intermediate container 10362e4f7fd0 [2022-03-11T18:28:34.409Z] ---> df904067f91d [2022-03-11T18:28:34.409Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-11T18:28:34.409Z] ---> Running in 6d1c791155bf [2022-03-11T18:28:34.409Z] Removing intermediate container 6d1c791155bf [2022-03-11T18:28:34.409Z] ---> da55accc78e6 [2022-03-11T18:28:34.409Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-11T18:28:34.409Z] ---> Running in a6068b85287d [2022-03-11T18:28:34.409Z] Removing intermediate container a6068b85287d [2022-03-11T18:28:34.409Z] ---> 80a99500fe4f [2022-03-11T18:28:34.409Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-11T18:28:35.282Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-11T18:28:35.399Z] [2022-03-11T18:28:35.869Z] ---> da9209660870 [2022-03-11T18:28:35.869Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-11T18:28:35.869Z] ---> Running in 411c8a70b830 [2022-03-11T18:28:36.650Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-11T18:28:38.019Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-11T18:28:38.019Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-11T18:28:39.386Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-11T18:28:39.386Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-11T18:28:39.952Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-11T18:28:43.222Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-03-11T18:28:45.114Z] docker_api_swarm_service_test.go:343: [d9626582915c8] joining swarm manager [d5d35da944e31]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:28:45.676Z] docker_api_swarm_service_test.go:343: [d8452c23e5a72] joining swarm manager [d5d35da944e31]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:28:48.123Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-11T18:28:48.195Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-11T18:28:50.065Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-11T18:28:50.065Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-11T18:28:50.088Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-11T18:28:50.527Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-11T18:28:50.527Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-11T18:28:50.991Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-11T18:28:51.030Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-11T18:28:51.600Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-11T18:28:52.967Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-03-11T18:28:52.967Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-11T18:28:53.180Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-11T18:28:53.180Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-11T18:28:53.180Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-11T18:28:53.223Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-11T18:28:53.223Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-11T18:28:53.479Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-11T18:28:53.736Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-11T18:28:54.299Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-11T18:28:57.881Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-11T18:28:58.467Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-11T18:28:58.467Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-11T18:28:59.395Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-03-11T18:28:59.423Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-11T18:28:59.423Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-11T18:28:59.423Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-11T18:28:59.423Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-11T18:28:59.423Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-11T18:29:01.103Z] Removing intermediate container 411c8a70b830 [2022-03-11T18:29:01.103Z] ---> 35aeda888fdf [2022-03-11T18:29:01.103Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-11T18:29:01.103Z] ---> Running in 87bbb63f1613 [2022-03-11T18:29:01.103Z] [2022-03-11T18:29:01.103Z] SUCCESS: Specified value was saved. [2022-03-11T18:29:01.608Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-11T18:29:01.916Z] docker_api_swarm_service_test.go:490: [de2f0fb949438] joining swarm manager [d4a3a20d6f5ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:29:02.172Z] docker_api_swarm_service_test.go:490: [d4c237ffe5ea2] joining swarm manager [d4a3a20d6f5ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:29:02.568Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-11T18:29:02.740Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-11T18:29:03.024Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-11T18:29:03.309Z] Removing intermediate container 87bbb63f1613 [2022-03-11T18:29:03.310Z] ---> 56d3a5cf82e8 [2022-03-11T18:29:03.310Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-11T18:29:03.310Z] ---> Running in 10af1e4b79b5 [2022-03-11T18:29:03.670Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-11T18:29:03.670Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-11T18:29:03.986Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-11T18:29:04.441Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-11T18:29:04.599Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-11T18:29:05.528Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-11T18:29:06.459Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-11T18:29:07.387Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-11T18:29:07.951Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-11T18:29:09.190Z] Cannot create a file when that file already exists. [2022-03-11T18:29:09.841Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-11T18:29:10.097Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-11T18:29:10.671Z] === RUN TestDockerSuite/TestLogsSince [2022-03-11T18:29:11.483Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-11T18:29:13.651Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-11T18:29:13.651Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-11T18:29:13.651Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-11T18:29:14.849Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-03-11T18:29:15.083Z] Removing intermediate container 10af1e4b79b5 [2022-03-11T18:29:15.084Z] ---> f2f6c4fc92b8 [2022-03-11T18:29:15.084Z] Step 13/13 : CMD ["sh"] [2022-03-11T18:29:15.084Z] ---> Running in 1c0e44edc8a2 [2022-03-11T18:29:15.175Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-11T18:29:15.175Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-11T18:29:15.175Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-11T18:29:15.555Z] Removing intermediate container 1c0e44edc8a2 [2022-03-11T18:29:15.555Z] ---> 848bfc934c43 [2022-03-11T18:29:15.555Z] Successfully built 848bfc934c43 [2022-03-11T18:29:15.555Z] Successfully tagged busybox:latest [2022-03-11T18:29:15.555Z] INFO: Docker images of the daemon under test [2022-03-11T18:29:15.555Z] [2022-03-11T18:29:15.555Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-11T18:29:15.555Z] busybox latest 848bfc934c43 Less than a second ago 5.78GB [2022-03-11T18:29:15.555Z] microsoft/windowsservercore latest 6a11116086a4 8 days ago 5.75GB [2022-03-11T18:29:15.555Z] mcr.microsoft.com/windows/servercore ltsc2019 6a11116086a4 8 days ago 5.75GB [2022-03-11T18:29:15.555Z] [2022-03-11T18:29:15.555Z] INFO: Running integration tests at 03/11/2022 18:29:15... [2022-03-11T18:29:15.555Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-11T18:29:15.555Z] INFO: Integration API tests being run from the host: [2022-03-11T18:29:15.555Z] INFO: make.ps1 starting at 03/11/2022 18:29:15 [2022-03-11T18:29:15.630Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-11T18:29:17.133Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-11T18:29:17.369Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-11T18:29:18.520Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-11T18:29:19.775Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-11T18:29:19.775Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-11T18:29:19.775Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-11T18:29:19.775Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-11T18:29:20.639Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-03-11T18:29:20.760Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-11T18:29:21.739Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-11T18:29:21.739Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-11T18:29:21.739Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-11T18:29:21.739Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-11T18:29:21.739Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-11T18:29:22.531Z] docker_api_swarm_service_test.go:128: [d6b08a99d0b7b] joining swarm manager [d9a9aa441da27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:29:22.788Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-11T18:29:23.044Z] docker_api_swarm_service_test.go:129: [d304999ad20ef] joining swarm manager [d9a9aa441da27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:29:23.414Z] === RUN TestDockerSuite/TestLogsTail [2022-03-11T18:29:23.979Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-11T18:29:24.910Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-11T18:29:25.166Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-11T18:29:25.423Z] docker_api_swarm_service_test.go:137: [dd56e43309b79] joining swarm manager [d9a9aa441da27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-11T18:29:25.423Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-11T18:29:25.990Z] === RUN TestDockerSuite/TestNetHostname [2022-03-11T18:29:26.247Z] docker_api_swarm_service_test.go:138: [d7f25fd2ef4d1] joining swarm manager [d9a9aa441da27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-11T18:29:27.652Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-11T18:29:28.140Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-11T18:29:28.140Z] === RUN TestDockerSuite/TestNetworkEvents [2022-03-11T18:29:34.677Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-11T18:29:34.933Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-11T18:29:35.494Z] === RUN TestDockerSuite/TestPluginActive [2022-03-11T18:29:37.396Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-11T18:29:42.644Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-11T18:29:42.644Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-11T18:29:42.644Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-11T18:29:44.011Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-11T18:29:46.530Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-11T18:29:48.421Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-11T18:29:48.421Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-03-11T18:29:50.938Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-03-11T18:29:50.938Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-11T18:29:52.828Z] docker_api_swarm_service_test.go:304: [d4559142d9faf] joining swarm manager [d1b6dcf54befb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:29:53.758Z] docker_api_swarm_service_test.go:304: [d7a7970994a16] joining swarm manager [d1b6dcf54befb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:29:56.280Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-11T18:29:57.647Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-11T18:29:58.578Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-11T18:29:59.142Z] === RUN TestDockerSuite/TestPortList [2022-03-11T18:30:00.353Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:30:00.353Z] INFO: Testing against a local daemon [2022-03-11T18:30:00.353Z] === RUN TestBuildWithSession [2022-03-11T18:30:00.353Z] build_session_test.go:25: TODO: BuildKit [2022-03-11T18:30:00.353Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-11T18:30:00.353Z] === RUN TestBuildSquashParent [2022-03-11T18:30:00.353Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:00.353Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-11T18:30:00.353Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-11T18:30:00.353Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:30:00.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:30:00.353Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:30:00.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:30:00.353Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:30:00.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:30:00.353Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:30:00.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:30:00.353Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:30:00.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:30:00.353Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:30:00.353Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:30:00.353Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-11T18:30:00.353Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-11T18:30:00.353Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-11T18:30:00.353Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-11T18:30:07.248Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-11T18:30:07.248Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-11T18:30:10.164Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-11T18:30:10.164Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-11T18:30:10.164Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-11T18:30:11.111Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-11T18:30:11.111Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-11T18:30:13.050Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-11T18:30:13.050Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-11T18:30:13.050Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-11T18:30:13.050Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-11T18:30:13.508Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-11T18:30:13.508Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-11T18:30:13.508Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-11T18:30:13.788Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-11T18:30:13.788Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-11T18:30:13.788Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-11T18:30:13.788Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-03-11T18:30:13.788Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-11T18:30:13.788Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-11T18:30:13.788Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-11T18:30:13.788Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-11T18:30:14.351Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-11T18:30:14.351Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-11T18:30:14.474Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-11T18:30:14.474Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-11T18:30:14.474Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-11T18:30:15.282Z] docker_api_swarm_service_test.go:100: [d17f0a5681f82] joining swarm manager [d58d2141a046f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:30:15.848Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-11T18:30:15.848Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-03-11T18:30:16.105Z] docker_api_swarm_service_test.go:101: [d9190f2c566a2] joining swarm manager [d58d2141a046f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:30:18.007Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-03-11T18:30:19.376Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-03-11T18:30:19.940Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-03-11T18:30:20.198Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-11T18:30:21.572Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-11T18:30:21.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.55s) [2022-03-11T18:30:21.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (12.76s) [2022-03-11T18:30:21.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (13.12s) [2022-03-11T18:30:21.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (17.05s) [2022-03-11T18:30:21.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (9.85s) [2022-03-11T18:30:21.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.77s) [2022-03-11T18:30:21.572Z] === RUN TestBuildMultiStageCopy [2022-03-11T18:30:21.572Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-11T18:30:22.716Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-11T18:30:22.972Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-11T18:30:25.491Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-11T18:30:28.800Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-11T18:30:28.800Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-11T18:30:30.298Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-11T18:30:31.288Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-11T18:30:31.320Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-11T18:30:31.477Z] --- PASS: TestBuildWithHugeFile (134.44s) [2022-03-11T18:30:31.477Z] === RUN TestBuildWCOWSandboxSize [2022-03-11T18:30:31.477Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-11T18:30:31.477Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-11T18:30:31.477Z] === RUN TestBuildWithEmptyDockerfile [2022-03-11T18:30:31.477Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:30:31.477Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:30:31.477Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:30:31.477Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:30:31.477Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:30:31.477Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:30:31.477Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:30:31.477Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:30:31.477Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:30:31.477Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-03-11T18:30:31.477Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-03-11T18:30:31.477Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-11T18:30:31.477Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-11T18:30:31.477Z] === RUN TestBuildPreserveOwnership [2022-03-11T18:30:31.477Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:30:31.477Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-11T18:30:31.477Z] === RUN TestBuildPlatformInvalid [2022-03-11T18:30:31.477Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-11T18:30:31.477Z] PASS [2022-03-11T18:30:31.477Z] ok github.com/docker/docker/integration/build 223.246s [2022-03-11T18:30:31.477Z] [2022-03-11T18:30:31.477Z] === Skipped [2022-03-11T18:30:31.477Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-11T18:30:31.477Z] build_session_test.go:25: TODO: BuildKit [2022-03-11T18:30:31.477Z] [2022-03-11T18:30:31.477Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-11T18:30:31.477Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.477Z] [2022-03-11T18:30:31.477Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-11T18:30:31.477Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:30:31.477Z] [2022-03-11T18:30:31.477Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-03-11T18:30:31.477Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:30:31.477Z] [2022-03-11T18:30:31.477Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-11T18:30:31.477Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-11T18:30:31.477Z] [2022-03-11T18:30:31.477Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-11T18:30:31.477Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:30:31.477Z] [2022-03-11T18:30:31.477Z] DONE 29 tests, 6 skipped in 265.284s [2022-03-11T18:30:31.477Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-11T18:30:31.477Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:30:31.477Z] INFO: Testing against a local daemon [2022-03-11T18:30:31.477Z] === RUN TestConfigInspect [2022-03-11T18:30:31.477Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.477Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-11T18:30:31.477Z] === RUN TestConfigList [2022-03-11T18:30:31.477Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.477Z] --- SKIP: TestConfigList (0.00s) [2022-03-11T18:30:31.477Z] === RUN TestConfigsCreateAndDelete [2022-03-11T18:30:31.477Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.477Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-11T18:30:31.477Z] === RUN TestConfigsUpdate [2022-03-11T18:30:31.477Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.477Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-11T18:30:31.477Z] === RUN TestTemplatedConfig [2022-03-11T18:30:31.477Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.477Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-11T18:30:31.477Z] === RUN TestConfigCreateResolve [2022-03-11T18:30:31.477Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:30:31.477Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-11T18:30:31.477Z] PASS [2022-03-11T18:30:31.477Z] ok github.com/docker/docker/integration/config 0.145s [2022-03-11T18:30:31.477Z] [2022-03-11T18:30:31.477Z] === Skipped [2022-03-11T18:30:31.477Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-11T18:30:31.477Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.477Z] [2022-03-11T18:30:31.477Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-11T18:30:31.477Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.477Z] [2022-03-11T18:30:31.477Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-11T18:30:31.477Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.477Z] [2022-03-11T18:30:31.477Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-11T18:30:31.477Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.477Z] [2022-03-11T18:30:31.477Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-11T18:30:31.477Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.477Z] [2022-03-11T18:30:31.477Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-11T18:30:31.477Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:30:31.477Z] [2022-03-11T18:30:31.477Z] DONE 6 tests, 6 skipped in 2.825s [2022-03-11T18:30:31.477Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-11T18:30:31.477Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:30:31.477Z] INFO: Testing against a local daemon [2022-03-11T18:30:31.477Z] === RUN TestCheckpoint [2022-03-11T18:30:31.477Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-11T18:30:31.477Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-11T18:30:31.477Z] === RUN TestContainerInvalidJSON [2022-03-11T18:30:31.477Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:30:31.477Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:30:31.477Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:30:31.477Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:30:31.477Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:30:31.477Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:30:31.477Z] --- PASS: TestContainerInvalidJSON (0.05s) [2022-03-11T18:30:31.477Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-11T18:30:31.477Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-11T18:30:31.477Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-11T18:30:31.477Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2022-03-11T18:30:31.477Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-11T18:30:31.477Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.25s) [2022-03-11T18:30:31.477Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-11T18:30:31.477Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.26s) [2022-03-11T18:30:31.477Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-11T18:30:31.477Z] --- PASS: TestCopyToContainerPathIsNotDir (0.27s) [2022-03-11T18:30:31.477Z] === RUN TestCopyFromContainer [2022-03-11T18:30:31.477Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.477Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-11T18:30:31.477Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-11T18:30:31.477Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:30:31.477Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:30:31.477Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:30:31.477Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:30:31.477Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:30:31.477Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:30:31.477Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:30:31.477Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:30:31.477Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:30:31.477Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-03-11T18:30:31.477Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-11T18:30:31.477Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-11T18:30:31.477Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-03-11T18:30:31.477Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-11T18:30:31.477Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-11T18:30:31.477Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-11T18:30:31.477Z] === RUN TestCreateWithInvalidEnv [2022-03-11T18:30:31.477Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-11T18:30:31.477Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-11T18:30:31.477Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-11T18:30:31.477Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-11T18:30:31.477Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-11T18:30:31.477Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-11T18:30:31.477Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-11T18:30:31.477Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-11T18:30:31.477Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-11T18:30:31.477Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-03-11T18:30:31.477Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-11T18:30:31.477Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-11T18:30:31.477Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-11T18:30:31.477Z] === RUN TestCreateTmpfsMountsTarget [2022-03-11T18:30:31.477Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.477Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-11T18:30:31.477Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-11T18:30:31.477Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:30:31.477Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-11T18:30:31.477Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-11T18:30:31.477Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:30:31.477Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-11T18:30:31.477Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-11T18:30:31.477Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:30:31.477Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:30:31.477Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:30:31.477Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:30:31.477Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:30:31.477Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:30:31.477Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:30:31.477Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:30:31.477Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:30:31.477Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:30:31.477Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:30:31.477Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:30:31.477Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:30:31.478Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:30:31.478Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:30:31.478Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-03-11T18:30:31.478Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-11T18:30:31.478Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-11T18:30:31.478Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-11T18:30:31.478Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-11T18:30:31.478Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-11T18:30:31.478Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-11T18:30:31.478Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-11T18:30:31.478Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-11T18:30:31.478Z] === RUN TestCreateDifferentPlatform [2022-03-11T18:30:31.478Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-11T18:30:31.478Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-11T18:30:31.478Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-03-11T18:30:31.478Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-11T18:30:31.478Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-11T18:30:31.478Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-11T18:30:31.478Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.15s) [2022-03-11T18:30:31.478Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-11T18:30:31.478Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-11T18:30:31.478Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-11T18:30:31.478Z] === RUN TestContainerKillOnDaemonStart [2022-03-11T18:30:31.478Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.478Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-11T18:30:31.478Z] === RUN TestDiff [2022-03-11T18:30:31.478Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-11T18:30:31.478Z] --- SKIP: TestDiff (0.00s) [2022-03-11T18:30:31.478Z] === RUN TestExecWithCloseStdin [2022-03-11T18:30:31.478Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-11T18:30:31.478Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-03-11T18:30:31.478Z] === RUN TestExec [2022-03-11T18:30:31.478Z] --- PASS: TestExec (4.64s) [2022-03-11T18:30:31.478Z] === RUN TestExecUser [2022-03-11T18:30:31.478Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-11T18:30:31.478Z] --- SKIP: TestExecUser (0.00s) [2022-03-11T18:30:31.478Z] === RUN TestExportContainerAndImportImage [2022-03-11T18:30:31.478Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.478Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-11T18:30:31.478Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-11T18:30:31.478Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:31.478Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-11T18:30:31.478Z] === RUN TestHealthCheckWorkdir [2022-03-11T18:30:31.478Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-11T18:30:31.478Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-11T18:30:31.478Z] === RUN TestHealthKillContainer [2022-03-11T18:30:31.478Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-11T18:30:31.478Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-11T18:30:31.478Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-11T18:30:31.478Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-11T18:30:31.478Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-11T18:30:31.478Z] === RUN TestKillContainerInvalidSignal [2022-03-11T18:30:32.277Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-11T18:30:33.850Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-11T18:30:34.591Z] check_test.go:379: [d17f0a5681f82] daemon is not started [2022-03-11T18:30:35.300Z] --- PASS: TestKillContainerInvalidSignal (3.87s) [2022-03-11T18:30:35.300Z] === RUN TestKillContainer [2022-03-11T18:30:35.300Z] === RUN TestKillContainer/no_signal [2022-03-11T18:30:35.420Z] --- PASS: TestBuildMultiStageCopy (14.85s) [2022-03-11T18:30:35.420Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.99s) [2022-03-11T18:30:35.420Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.91s) [2022-03-11T18:30:35.420Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.09s) [2022-03-11T18:30:35.420Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.35s) [2022-03-11T18:30:35.420Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.50s) [2022-03-11T18:30:35.420Z] === RUN TestBuildMultiStageParentConfig [2022-03-11T18:30:37.859Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-11T18:30:38.380Z] --- PASS: TestBuildMultiStageParentConfig (3.01s) [2022-03-11T18:30:38.380Z] === RUN TestBuildLabelWithTargets [2022-03-11T18:30:38.380Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:30:38.380Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-11T18:30:38.380Z] === RUN TestBuildWithEmptyLayers [2022-03-11T18:30:38.790Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-11T18:30:39.085Z] === RUN TestKillContainer/non_killing_signal [2022-03-11T18:30:39.085Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-11T18:30:39.085Z] === RUN TestKillContainer/killing_signal [2022-03-11T18:30:39.722Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-03-11T18:30:39.953Z] --- PASS: TestBuildWithEmptyLayers (1.60s) [2022-03-11T18:30:39.953Z] === RUN TestBuildMultiStageOnBuild [2022-03-11T18:30:40.284Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-11T18:30:41.653Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-11T18:30:41.909Z] docker_api_swarm_service_test.go:533: [db124560adfd9] joining swarm manager [d05ef3616a8f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:30:42.088Z] --- PASS: TestKillContainer (7.31s) [2022-03-11T18:30:42.088Z] --- PASS: TestKillContainer/no_signal (3.55s) [2022-03-11T18:30:42.088Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-11T18:30:42.088Z] --- PASS: TestKillContainer/killing_signal (3.71s) [2022-03-11T18:30:42.088Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-11T18:30:42.472Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-11T18:30:42.556Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:30:42.556Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-11T18:30:42.556Z] === RUN TestKillStoppedContainer [2022-03-11T18:30:42.556Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:30:42.556Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-11T18:30:42.556Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-11T18:30:42.556Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:30:42.556Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-11T18:30:42.556Z] === RUN TestKillDifferentUserContainer [2022-03-11T18:30:42.556Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-11T18:30:42.556Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-11T18:30:42.556Z] === RUN TestInspectOomKilledTrue [2022-03-11T18:30:42.556Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:42.556Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-11T18:30:42.556Z] === RUN TestInspectOomKilledFalse [2022-03-11T18:30:42.556Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:30:42.556Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-11T18:30:42.556Z] === RUN TestLogsFollowTailEmpty [2022-03-11T18:30:43.404Z] docker_api_swarm_service_test.go:534: [deac2e6b8093d] joining swarm manager [d05ef3616a8f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:30:44.332Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-11T18:30:44.442Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-11T18:30:44.442Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-11T18:30:44.442Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-11T18:30:44.442Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-11T18:30:46.340Z] --- PASS: TestLogsFollowTailEmpty (4.06s) [2022-03-11T18:30:46.340Z] === RUN TestNetworkNat [2022-03-11T18:30:46.340Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-11T18:30:46.340Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-11T18:30:46.340Z] === RUN TestNetworkLocalhostTCPNat [2022-03-11T18:30:46.856Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-11T18:30:47.788Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-11T18:30:48.045Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-11T18:30:48.608Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-11T18:30:50.531Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-11T18:30:51.173Z] --- PASS: TestNetworkLocalhostTCPNat (4.48s) [2022-03-11T18:30:51.173Z] === RUN TestNetworkLoopbackNat [2022-03-11T18:30:51.173Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-11T18:30:51.173Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-11T18:30:51.173Z] === RUN TestPause [2022-03-11T18:30:51.173Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-11T18:30:51.173Z] --- SKIP: TestPause (0.00s) [2022-03-11T18:30:51.173Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-11T18:30:52.429Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-11T18:30:52.684Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-11T18:30:52.685Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-11T18:30:52.685Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-11T18:30:52.940Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-11T18:30:52.940Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-11T18:30:52.940Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-11T18:30:53.503Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-11T18:30:54.431Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-11T18:30:55.360Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-11T18:30:55.910Z] --- PASS: TestPauseFailsOnWindowsServerContainers (4.50s) [2022-03-11T18:30:55.910Z] === RUN TestPauseStopPausedContainer [2022-03-11T18:30:55.910Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:30:55.910Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-11T18:30:55.910Z] === RUN TestPsFilter [2022-03-11T18:30:55.910Z] --- PASS: TestPsFilter (0.37s) [2022-03-11T18:30:55.910Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-11T18:30:55.924Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-11T18:30:59.597Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.72s) [2022-03-11T18:30:59.597Z] === RUN TestRemoveContainerWithVolume [2022-03-11T18:31:01.214Z] --- PASS: TestBuildMultiStageOnBuild (19.35s) [2022-03-11T18:31:01.214Z] === RUN TestBuildUncleanTarFilenames [2022-03-11T18:31:01.214Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:31:01.214Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-03-11T18:31:01.214Z] === RUN TestBuildMultiStageLayerLeak [2022-03-11T18:31:02.233Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-11T18:31:02.467Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-11T18:31:02.723Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-11T18:31:03.398Z] --- PASS: TestRemoveContainerWithVolume (4.04s) [2022-03-11T18:31:03.398Z] === RUN TestRemoveContainerRunning [2022-03-11T18:31:03.596Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-11T18:31:04.066Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-11T18:31:04.089Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-11T18:31:04.089Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-11T18:31:04.089Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-11T18:31:04.346Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-11T18:31:06.240Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-11T18:31:06.240Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-03-11T18:31:07.170Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-11T18:31:07.191Z] --- PASS: TestRemoveContainerRunning (3.72s) [2022-03-11T18:31:07.191Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-11T18:31:08.540Z] docker_api_swarm_service_test.go:148: [df8a54ce5f7bf] joining swarm manager [d6cf48131716b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:31:08.814Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-11T18:31:09.470Z] docker_api_swarm_service_test.go:148: [d46835c92a0b1] joining swarm manager [d6cf48131716b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:31:09.727Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-11T18:31:10.983Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.33s) [2022-03-11T18:31:10.983Z] === RUN TestRemoveInvalidContainer [2022-03-11T18:31:10.983Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-03-11T18:31:10.983Z] === RUN TestRenameLinkedContainer [2022-03-11T18:31:10.983Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-11T18:31:10.983Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-11T18:31:10.983Z] === RUN TestRenameStoppedContainer [2022-03-11T18:31:11.622Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-11T18:31:11.622Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-11T18:31:11.622Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-11T18:31:11.772Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-11T18:31:14.145Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-11T18:31:14.709Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-11T18:31:14.723Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-11T18:31:14.772Z] --- PASS: TestRenameStoppedContainer (3.66s) [2022-03-11T18:31:14.772Z] === RUN TestRenameRunningContainerAndReuse [2022-03-11T18:31:14.965Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-11T18:31:16.166Z] --- PASS: TestBuildMultiStageLayerLeak (16.90s) [2022-03-11T18:31:16.166Z] === RUN TestBuildWithHugeFile [2022-03-11T18:31:16.331Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-11T18:31:16.587Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-11T18:31:17.956Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-11T18:31:18.518Z] === RUN TestDockerSuite/TestRmiTag [2022-03-11T18:31:18.518Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-11T18:31:19.081Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-11T18:31:21.929Z] --- PASS: TestRenameRunningContainerAndReuse (7.44s) [2022-03-11T18:31:21.929Z] === RUN TestRenameInvalidName [2022-03-11T18:31:22.352Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-11T18:31:22.608Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-11T18:31:23.172Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-11T18:31:23.428Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-11T18:31:24.357Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-11T18:31:24.614Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-11T18:31:24.870Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-11T18:31:25.432Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-11T18:31:25.432Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-11T18:31:25.722Z] --- PASS: TestRenameInvalidName (3.65s) [2022-03-11T18:31:25.723Z] === RUN TestRenameAnonymousContainer [2022-03-11T18:31:25.994Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-11T18:31:26.924Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-11T18:31:27.855Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-11T18:31:28.417Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-11T18:31:28.980Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-03-11T18:31:29.910Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-11T18:31:30.840Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-03-11T18:31:31.403Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-03-11T18:31:31.971Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-03-11T18:31:32.545Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-03-11T18:31:33.108Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-03-11T18:31:34.039Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-11T18:31:34.969Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-03-11T18:31:35.898Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-11T18:31:36.156Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-11T18:31:36.413Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-11T18:31:36.978Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-11T18:31:36.978Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-11T18:31:38.210Z] --- PASS: TestRenameAnonymousContainer (12.92s) [2022-03-11T18:31:38.210Z] === RUN TestRenameContainerWithSameName [2022-03-11T18:31:38.348Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-11T18:31:38.911Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-11T18:31:39.168Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-11T18:31:39.733Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-11T18:31:39.989Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-11T18:31:39.989Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-11T18:31:40.553Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-11T18:31:41.116Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-11T18:31:41.373Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-11T18:31:41.936Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-11T18:31:42.000Z] --- PASS: TestRenameContainerWithSameName (3.69s) [2022-03-11T18:31:42.000Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-11T18:31:42.000Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-11T18:31:42.000Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-11T18:31:42.000Z] === RUN TestResize [2022-03-11T18:31:42.498Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-11T18:31:42.498Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-11T18:31:42.754Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-11T18:31:42.754Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-11T18:31:43.683Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-11T18:31:43.938Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-11T18:31:44.502Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-11T18:31:45.064Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-11T18:31:45.064Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-11T18:31:45.322Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-03-11T18:31:45.579Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-11T18:31:45.941Z] --- PASS: TestResize (3.95s) [2022-03-11T18:31:45.941Z] === RUN TestResizeWithInvalidSize [2022-03-11T18:31:46.511Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-11T18:31:47.881Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-11T18:31:49.254Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-11T18:31:49.728Z] --- PASS: TestResizeWithInvalidSize (3.69s) [2022-03-11T18:31:49.728Z] === RUN TestResizeWhenContainerNotStarted [2022-03-11T18:31:49.829Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-11T18:31:50.757Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-11T18:31:51.014Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-11T18:31:51.578Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-11T18:31:51.835Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-11T18:31:53.203Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-11T18:31:53.518Z] --- PASS: TestResizeWhenContainerNotStarted (3.79s) [2022-03-11T18:31:53.518Z] === RUN TestDaemonRestartKillContainers [2022-03-11T18:31:53.518Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:31:53.518Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-11T18:31:53.518Z] === RUN TestStats [2022-03-11T18:31:53.518Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-11T18:31:53.518Z] --- SKIP: TestStats (0.00s) [2022-03-11T18:31:53.518Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-11T18:31:55.093Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-11T18:31:55.349Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-11T18:31:55.912Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-11T18:31:57.804Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-11T18:31:58.737Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-11T18:32:00.631Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-11T18:32:02.091Z] --- PASS: TestStopContainerWithRestartPolicyAlways (7.88s) [2022-03-11T18:32:02.092Z] === RUN TestStopContainerWithTimeout [2022-03-11T18:32:02.092Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-11T18:32:02.092Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-11T18:32:02.092Z] === RUN TestUpdateRestartPolicy [2022-03-11T18:32:02.523Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-11T18:32:02.523Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-11T18:32:02.523Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-11T18:32:02.523Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-11T18:32:02.523Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-11T18:32:02.779Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-11T18:32:04.671Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-11T18:32:05.600Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-11T18:32:07.489Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-11T18:32:07.745Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-11T18:32:08.673Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-11T18:32:09.238Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-03-11T18:32:09.238Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-11T18:32:09.238Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-11T18:32:10.168Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-03-11T18:32:11.099Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-03-11T18:32:11.662Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-11T18:32:11.662Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-11T18:32:12.224Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-11T18:32:12.481Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-11T18:32:13.411Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-03-11T18:32:13.974Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-11T18:32:13.974Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-11T18:32:14.905Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-11T18:32:15.348Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-11T18:32:15.348Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-11T18:32:15.348Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-11T18:32:15.348Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-11T18:32:15.833Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-11T18:32:15.833Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-03-11T18:32:16.089Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-11T18:32:16.652Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-11T18:32:17.215Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-11T18:32:17.778Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-11T18:32:18.708Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-03-11T18:32:18.708Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-11T18:32:18.965Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-11T18:32:18.965Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-11T18:32:19.529Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-11T18:32:20.093Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-11T18:32:21.463Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-03-11T18:32:21.463Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-11T18:32:21.719Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-11T18:32:21.719Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-11T18:32:21.719Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-11T18:32:24.999Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-11T18:32:24.999Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-03-11T18:32:25.257Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-11T18:32:27.775Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-03-11T18:32:29.691Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-03-11T18:32:32.059Z] --- PASS: TestUpdateRestartPolicy (27.14s) [2022-03-11T18:32:32.059Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-11T18:32:32.059Z] --- PASS: TestUpdateRestartWithAutoRemove (3.70s) [2022-03-11T18:32:32.059Z] === RUN TestWaitNonBlocked [2022-03-11T18:32:32.059Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:32:32.059Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:32:32.059Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:32:32.059Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:32:32.059Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:32:32.059Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:32:32.958Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-03-11T18:32:36.815Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-11T18:32:36.815Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.55s) [2022-03-11T18:32:36.815Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.74s) [2022-03-11T18:32:36.815Z] === RUN TestWaitBlocked [2022-03-11T18:32:36.815Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:32:36.815Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-11T18:32:36.815Z] PASS [2022-03-11T18:32:36.815Z] ok github.com/docker/docker/integration/container 131.957s [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === Skipped [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-11T18:32:36.815Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-11T18:32:36.815Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-11T18:32:36.815Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-11T18:32:36.815Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-11T18:32:36.815Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-11T18:32:36.815Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-11T18:32:36.815Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-11T18:32:36.815Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-11T18:32:36.815Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-11T18:32:36.815Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-03-11T18:32:36.815Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-11T18:32:36.815Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-11T18:32:36.815Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-11T18:32:36.815Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-11T18:32:36.815Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-11T18:32:36.815Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-11T18:32:36.815Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-11T18:32:36.815Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-11T18:32:36.815Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-11T18:32:36.815Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-11T18:32:36.815Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-11T18:32:36.815Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-11T18:32:36.815Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-11T18:32:36.815Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-11T18:32:36.815Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-11T18:32:36.815Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-11T18:32:36.815Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-11T18:32:36.815Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-11T18:32:36.815Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-11T18:32:36.815Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-11T18:32:36.815Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-11T18:32:36.815Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-11T18:32:36.815Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-11T18:32:36.815Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-11T18:32:36.815Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:32:36.815Z] [2022-03-11T18:32:36.815Z] DONE 87 tests, 34 skipped in 135.125s [2022-03-11T18:32:37.131Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-03-11T18:32:37.131Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-03-11T18:32:37.131Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-11T18:32:37.305Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-11T18:32:38.061Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-03-11T18:32:38.061Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-03-11T18:32:38.061Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-11T18:32:38.061Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-11T18:32:38.990Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-11T18:32:40.883Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-11T18:32:41.813Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-11T18:32:42.743Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-11T18:32:49.280Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-11T18:32:49.280Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-11T18:32:49.280Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-11T18:32:49.536Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-11T18:32:49.536Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-11T18:32:49.792Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-11T18:32:50.721Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-11T18:32:51.287Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-11T18:32:52.216Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-11T18:32:52.216Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-11T18:32:52.472Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-11T18:32:53.406Z] === RUN TestDockerSuite/TestRunMount [2022-03-11T18:32:57.576Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-11T18:32:57.577Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-11T18:32:57.835Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-11T18:32:58.767Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-11T18:33:00.659Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-11T18:33:00.916Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-03-11T18:33:02.815Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-11T18:33:04.710Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-11T18:33:06.603Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-11T18:33:07.488Z] === RUN TestConfigDaemonLibtrustID [2022-03-11T18:33:07.488Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-11T18:33:07.488Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-11T18:33:07.488Z] === RUN TestDaemonConfigValidation [2022-03-11T18:33:07.488Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-11T18:33:07.488Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-11T18:33:07.488Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-11T18:33:07.488Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-11T18:33:07.488Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-11T18:33:07.488Z] === RUN TestDaemonProxy [2022-03-11T18:33:07.488Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-11T18:33:07.488Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-11T18:33:07.488Z] PASS [2022-03-11T18:33:07.488Z] ok github.com/docker/docker/integration/daemon 0.154s [2022-03-11T18:33:07.488Z] [2022-03-11T18:33:07.488Z] === Skipped [2022-03-11T18:33:07.488Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-11T18:33:07.488Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-11T18:33:07.488Z] [2022-03-11T18:33:07.488Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-11T18:33:07.488Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-11T18:33:07.488Z] [2022-03-11T18:33:07.488Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-11T18:33:07.488Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-11T18:33:07.488Z] [2022-03-11T18:33:07.488Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-11T18:33:07.488Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-11T18:33:07.488Z] [2022-03-11T18:33:07.488Z] DONE 4 tests, 4 skipped in 27.388s [2022-03-11T18:33:07.488Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-11T18:33:07.534Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-11T18:33:08.468Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-11T18:33:08.468Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-11T18:33:09.031Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-11T18:33:09.287Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-03-11T18:33:09.702Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:33:09.702Z] INFO: Testing against a local daemon [2022-03-11T18:33:09.702Z] === RUN TestCommitInheritsEnv [2022-03-11T18:33:09.702Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:33:09.702Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-11T18:33:09.702Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-11T18:33:09.702Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-11T18:33:09.702Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-11T18:33:09.702Z] === RUN TestImportWithCustomPlatform [2022-03-11T18:33:09.702Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-11T18:33:09.702Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-11T18:33:09.702Z] === RUN TestImagesFilterMultiReference [2022-03-11T18:33:09.702Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2022-03-11T18:33:09.702Z] === RUN TestImagePullPlatformInvalid [2022-03-11T18:33:09.702Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-11T18:33:09.702Z] === RUN TestRemoveImageOrphaning [2022-03-11T18:33:09.849Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-11T18:33:10.411Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-11T18:33:10.667Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-11T18:33:10.688Z] --- PASS: TestRemoveImageOrphaning (1.21s) [2022-03-11T18:33:10.688Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-11T18:33:10.688Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-11T18:33:10.688Z] === RUN TestTagInvalidReference [2022-03-11T18:33:10.688Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-11T18:33:10.688Z] === RUN TestTagValidPrefixedRepo [2022-03-11T18:33:11.155Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-03-11T18:33:11.155Z] === RUN TestTagExistedNameWithoutForce [2022-03-11T18:33:11.155Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-11T18:33:11.155Z] === RUN TestTagOfficialNames [2022-03-11T18:33:11.155Z] --- PASS: TestTagOfficialNames (0.10s) [2022-03-11T18:33:11.155Z] === RUN TestTagMatchesDigest [2022-03-11T18:33:11.155Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-03-11T18:33:11.155Z] PASS [2022-03-11T18:33:11.155Z] ok github.com/docker/docker/integration/image 1.824s [2022-03-11T18:33:11.155Z] [2022-03-11T18:33:11.155Z] === Skipped [2022-03-11T18:33:11.155Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-11T18:33:11.155Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:33:11.155Z] [2022-03-11T18:33:11.155Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-11T18:33:11.155Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-11T18:33:11.155Z] [2022-03-11T18:33:11.155Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-11T18:33:11.155Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-11T18:33:11.155Z] [2022-03-11T18:33:11.155Z] DONE 12 tests, 3 skipped in 6.688s [2022-03-11T18:33:11.626Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-11T18:33:13.188Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-11T18:33:13.188Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-03-11T18:33:14.556Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-11T18:33:14.582Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:33:14.582Z] INFO: Testing against a local daemon [2022-03-11T18:33:14.582Z] === RUN TestNetworkCreateDelete [2022-03-11T18:33:14.582Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:14.582Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-11T18:33:14.582Z] === RUN TestDockerNetworkDeletePreferID [2022-03-11T18:33:14.582Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-11T18:33:14.582Z] --- SKIP: TestDockerNetworkDeletePreferID (0.01s) [2022-03-11T18:33:14.582Z] === RUN TestDaemonDNSFallback [2022-03-11T18:33:14.582Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:14.582Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-11T18:33:14.582Z] === RUN TestInspectNetwork [2022-03-11T18:33:14.582Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-11T18:33:14.582Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-11T18:33:14.582Z] === RUN TestRunContainerWithBridgeNone [2022-03-11T18:33:14.582Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:14.582Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-11T18:33:14.582Z] === RUN TestNetworkInvalidJSON [2022-03-11T18:33:14.582Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-11T18:33:14.582Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-11T18:33:14.582Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:33:14.582Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:33:14.582Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:33:14.582Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:33:14.582Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-11T18:33:14.582Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:33:14.582Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:33:14.582Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-03-11T18:33:14.582Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-11T18:33:14.582Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-11T18:33:14.582Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-11T18:33:14.582Z] === RUN TestNetworkList [2022-03-11T18:33:14.582Z] === RUN TestNetworkList//networks [2022-03-11T18:33:14.582Z] === PAUSE TestNetworkList//networks [2022-03-11T18:33:14.582Z] === RUN TestNetworkList//networks/ [2022-03-11T18:33:14.582Z] === PAUSE TestNetworkList//networks/ [2022-03-11T18:33:14.582Z] === CONT TestNetworkList//networks/ [2022-03-11T18:33:14.582Z] === CONT TestNetworkList//networks [2022-03-11T18:33:14.582Z] --- PASS: TestNetworkList (0.05s) [2022-03-11T18:33:14.582Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-11T18:33:14.582Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-11T18:33:14.582Z] === RUN TestHostIPv4BridgeLabel [2022-03-11T18:33:14.582Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-11T18:33:14.582Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-11T18:33:14.582Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-11T18:33:14.582Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-11T18:33:14.582Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-11T18:33:14.582Z] === RUN TestDaemonDefaultNetworkPools [2022-03-11T18:33:14.582Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-11T18:33:14.582Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-11T18:33:14.582Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-11T18:33:14.582Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-11T18:33:14.582Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-11T18:33:14.582Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-11T18:33:14.582Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-11T18:33:14.582Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-11T18:33:14.582Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-11T18:33:14.582Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-11T18:33:14.582Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-11T18:33:14.582Z] === RUN TestServiceWithPredefinedNetwork [2022-03-11T18:33:14.582Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-11T18:33:14.582Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-11T18:33:14.582Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-11T18:33:14.582Z] service_test.go:243: FLAKY_TEST [2022-03-11T18:33:14.582Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-11T18:33:14.582Z] === RUN TestServiceWithDataPathPortInit [2022-03-11T18:33:14.582Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-11T18:33:14.582Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-11T18:33:14.582Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-11T18:33:14.582Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-11T18:33:14.582Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-11T18:33:14.582Z] PASS [2022-03-11T18:33:14.582Z] ok github.com/docker/docker/integration/network 0.198s [2022-03-11T18:33:14.582Z] [2022-03-11T18:33:14.582Z] === Skipped [2022-03-11T18:33:14.582Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-11T18:33:14.582Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:14.582Z] [2022-03-11T18:33:14.582Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.01s) [2022-03-11T18:33:14.582Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-11T18:33:14.582Z] [2022-03-11T18:33:14.582Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-11T18:33:14.582Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:14.582Z] [2022-03-11T18:33:14.582Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-11T18:33:14.582Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-11T18:33:14.582Z] [2022-03-11T18:33:14.582Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-11T18:33:14.582Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:14.582Z] [2022-03-11T18:33:14.582Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-11T18:33:14.582Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-11T18:33:14.582Z] [2022-03-11T18:33:14.582Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-11T18:33:14.582Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-11T18:33:14.582Z] [2022-03-11T18:33:14.582Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-11T18:33:14.582Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-11T18:33:14.582Z] [2022-03-11T18:33:14.582Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-11T18:33:14.582Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-11T18:33:14.582Z] [2022-03-11T18:33:14.582Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-11T18:33:14.582Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-11T18:33:14.582Z] [2022-03-11T18:33:14.583Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-11T18:33:14.583Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-11T18:33:14.583Z] [2022-03-11T18:33:14.583Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-11T18:33:14.583Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-11T18:33:14.583Z] [2022-03-11T18:33:14.583Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-11T18:33:14.583Z] service_test.go:243: FLAKY_TEST [2022-03-11T18:33:14.583Z] [2022-03-11T18:33:14.583Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-11T18:33:14.583Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-11T18:33:14.583Z] [2022-03-11T18:33:14.583Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-11T18:33:14.583Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-11T18:33:14.583Z] [2022-03-11T18:33:14.583Z] DONE 22 tests, 15 skipped in 2.857s [2022-03-11T18:33:14.583Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-11T18:33:15.570Z] testing: warning: no tests to run [2022-03-11T18:33:15.570Z] PASS [2022-03-11T18:33:15.570Z] ok github.com/docker/docker/integration/network/ipvlan 0.089s [2022-03-11T18:33:15.570Z] [2022-03-11T18:33:15.570Z] DONE 0 tests in 0.882s [2022-03-11T18:33:15.570Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-11T18:33:15.963Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-11T18:33:15.963Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-11T18:33:16.555Z] testing: warning: no tests to run [2022-03-11T18:33:16.555Z] PASS [2022-03-11T18:33:16.555Z] ok github.com/docker/docker/integration/network/macvlan 0.114s [2022-03-11T18:33:16.555Z] [2022-03-11T18:33:16.555Z] DONE 0 tests in 0.856s [2022-03-11T18:33:16.555Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-11T18:33:16.947Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-11T18:33:17.540Z] testing: warning: no tests to run [2022-03-11T18:33:17.540Z] PASS [2022-03-11T18:33:17.540Z] ok github.com/docker/docker/integration/plugin 0.089s [2022-03-11T18:33:17.540Z] [2022-03-11T18:33:17.540Z] DONE 0 tests in 0.862s [2022-03-11T18:33:17.540Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-11T18:33:17.849Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-11T18:33:17.849Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-11T18:33:17.849Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-03-11T18:33:18.417Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-11T18:33:18.417Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-11T18:33:18.524Z] testing: warning: no tests to run [2022-03-11T18:33:18.524Z] PASS [2022-03-11T18:33:18.524Z] ok github.com/docker/docker/integration/plugin/authz 0.087s [2022-03-11T18:33:18.524Z] [2022-03-11T18:33:18.524Z] DONE 0 tests in 0.835s [2022-03-11T18:33:18.524Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-11T18:33:18.673Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-11T18:33:19.238Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-11T18:33:19.238Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-11T18:33:19.802Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-11T18:33:24.408Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:33:24.408Z] INFO: Testing against a local daemon [2022-03-11T18:33:24.408Z] === RUN TestPluginInvalidJSON [2022-03-11T18:33:24.408Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:33:24.408Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:33:24.408Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:33:24.408Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-03-11T18:33:24.408Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-03-11T18:33:24.408Z] === RUN TestPluginInstall [2022-03-11T18:33:24.408Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-11T18:33:24.408Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-11T18:33:24.408Z] === RUN TestPluginsWithRuntimes [2022-03-11T18:33:24.408Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-11T18:33:24.408Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-11T18:33:24.408Z] === RUN TestPluginBackCompatMediaTypes [2022-03-11T18:33:24.408Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-11T18:33:24.408Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-11T18:33:24.408Z] PASS [2022-03-11T18:33:24.408Z] ok github.com/docker/docker/integration/plugin/common 0.137s [2022-03-11T18:33:24.408Z] [2022-03-11T18:33:24.408Z] === Skipped [2022-03-11T18:33:24.408Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-11T18:33:24.408Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-11T18:33:24.408Z] [2022-03-11T18:33:24.408Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-11T18:33:24.408Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-11T18:33:24.408Z] [2022-03-11T18:33:24.408Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-11T18:33:24.408Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-11T18:33:24.408Z] [2022-03-11T18:33:24.408Z] DONE 5 tests, 3 skipped in 5.742s [2022-03-11T18:33:24.408Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-11T18:33:25.046Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-03-11T18:33:25.046Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-11T18:33:25.046Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-11T18:33:25.976Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-03-11T18:33:25.976Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-03-11T18:33:26.541Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-11T18:33:27.364Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:33:27.364Z] INFO: Testing against a local daemon [2022-03-11T18:33:27.364Z] === RUN TestExternalGraphDriver [2022-03-11T18:33:27.364Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-11T18:33:27.364Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-11T18:33:27.364Z] === RUN TestGraphdriverPluginV2 [2022-03-11T18:33:27.364Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-11T18:33:27.364Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-11T18:33:27.364Z] PASS [2022-03-11T18:33:27.364Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.147s [2022-03-11T18:33:27.364Z] [2022-03-11T18:33:27.364Z] === Skipped [2022-03-11T18:33:27.364Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-11T18:33:27.364Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-11T18:33:27.364Z] [2022-03-11T18:33:27.364Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-11T18:33:27.364Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-11T18:33:27.364Z] [2022-03-11T18:33:27.364Z] DONE 2 tests, 2 skipped in 3.093s [2022-03-11T18:33:27.364Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-11T18:33:27.908Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-11T18:33:28.164Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-03-11T18:33:28.727Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-03-11T18:33:28.984Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-03-11T18:33:28.984Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-11T18:33:29.547Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-11T18:33:30.112Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-11T18:33:30.345Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:33:30.345Z] INFO: Testing against a local daemon [2022-03-11T18:33:30.345Z] === RUN TestReadPluginNoRead [2022-03-11T18:33:30.345Z] read_test.go:21: no unix domain sockets on Windows [2022-03-11T18:33:30.345Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-11T18:33:30.345Z] PASS [2022-03-11T18:33:30.345Z] ok github.com/docker/docker/integration/plugin/logging 0.123s [2022-03-11T18:33:30.345Z] [2022-03-11T18:33:30.345Z] === Skipped [2022-03-11T18:33:30.345Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-11T18:33:30.345Z] read_test.go:21: no unix domain sockets on Windows [2022-03-11T18:33:30.345Z] [2022-03-11T18:33:30.345Z] DONE 1 tests, 1 skipped in 2.688s [2022-03-11T18:33:30.345Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-11T18:33:31.041Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-11T18:33:31.297Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-03-11T18:33:31.297Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-11T18:33:31.297Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-11T18:33:31.298Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-11T18:33:31.862Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-11T18:33:31.911Z] testing: warning: no tests to run [2022-03-11T18:33:31.911Z] PASS [2022-03-11T18:33:31.911Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.107s [2022-03-11T18:33:31.911Z] [2022-03-11T18:33:31.911Z] DONE 0 tests in 1.377s [2022-03-11T18:33:31.911Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-11T18:33:32.426Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-11T18:33:32.426Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-11T18:33:32.426Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-11T18:33:32.990Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-03-11T18:33:33.918Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-03-11T18:33:34.175Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-11T18:33:34.175Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-11T18:33:34.175Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-11T18:33:34.864Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:33:34.864Z] INFO: Testing against a local daemon [2022-03-11T18:33:34.864Z] === RUN TestPluginWithDevMounts [2022-03-11T18:33:34.864Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:34.864Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-11T18:33:34.864Z] PASS [2022-03-11T18:33:34.864Z] ok github.com/docker/docker/integration/plugin/volumes 0.124s [2022-03-11T18:33:34.864Z] [2022-03-11T18:33:34.864Z] === Skipped [2022-03-11T18:33:34.864Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-11T18:33:34.864Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:34.864Z] [2022-03-11T18:33:34.864Z] DONE 1 tests, 1 skipped in 2.811s [2022-03-11T18:33:34.864Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-11T18:33:36.701Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-11T18:33:37.080Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:33:37.080Z] INFO: Testing against a local daemon [2022-03-11T18:33:37.080Z] === RUN TestSecretInspect [2022-03-11T18:33:37.080Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:37.080Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-11T18:33:37.080Z] === RUN TestSecretList [2022-03-11T18:33:37.080Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:37.080Z] --- SKIP: TestSecretList (0.00s) [2022-03-11T18:33:37.080Z] === RUN TestSecretsCreateAndDelete [2022-03-11T18:33:37.080Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:37.080Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-11T18:33:37.080Z] === RUN TestSecretsUpdate [2022-03-11T18:33:37.080Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:37.080Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-11T18:33:37.080Z] === RUN TestTemplatedSecret [2022-03-11T18:33:37.080Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:37.080Z] --- SKIP: TestTemplatedSecret (0.01s) [2022-03-11T18:33:37.080Z] === RUN TestSecretCreateResolve [2022-03-11T18:33:37.080Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:37.080Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-11T18:33:37.080Z] PASS [2022-03-11T18:33:37.080Z] ok github.com/docker/docker/integration/secret 0.125s [2022-03-11T18:33:37.268Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-03-11T18:33:37.525Z] === RUN TestDockerSuite/TestRunRm [2022-03-11T18:33:37.547Z] [2022-03-11T18:33:37.547Z] === Skipped [2022-03-11T18:33:37.547Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-11T18:33:37.547Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:37.547Z] [2022-03-11T18:33:37.547Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-11T18:33:37.547Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:37.547Z] [2022-03-11T18:33:37.547Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-11T18:33:37.547Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:37.547Z] [2022-03-11T18:33:37.547Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-11T18:33:37.548Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:37.548Z] [2022-03-11T18:33:37.548Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.01s) [2022-03-11T18:33:37.548Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:37.548Z] [2022-03-11T18:33:37.548Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-11T18:33:37.548Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:37.548Z] [2022-03-11T18:33:37.548Z] DONE 6 tests, 6 skipped in 2.458s [2022-03-11T18:33:37.548Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-11T18:33:38.087Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-11T18:33:38.186Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-11T18:33:39.979Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-03-11T18:33:40.442Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:33:40.442Z] INFO: Testing against a local daemon [2022-03-11T18:33:40.442Z] === RUN TestServiceCreateInit [2022-03-11T18:33:40.442Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-11T18:33:40.442Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.442Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-11T18:33:40.442Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.442Z] --- PASS: TestServiceCreateInit (0.05s) [2022-03-11T18:33:40.442Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-11T18:33:40.442Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-11T18:33:40.442Z] === RUN TestCreateServiceMultipleTimes [2022-03-11T18:33:40.442Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.442Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-11T18:33:40.442Z] === RUN TestCreateServiceConflict [2022-03-11T18:33:40.442Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.442Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-11T18:33:40.442Z] === RUN TestCreateServiceMaxReplicas [2022-03-11T18:33:40.442Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.442Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-11T18:33:40.442Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-11T18:33:40.442Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.442Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-11T18:33:40.442Z] === RUN TestCreateServiceSecretFileMode [2022-03-11T18:33:40.442Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.442Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-11T18:33:40.442Z] === RUN TestCreateServiceConfigFileMode [2022-03-11T18:33:40.442Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.442Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-11T18:33:40.443Z] === RUN TestCreateServiceSysctls [2022-03-11T18:33:40.443Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.443Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-11T18:33:40.443Z] === RUN TestCreateServiceCapabilities [2022-03-11T18:33:40.443Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.443Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-11T18:33:40.443Z] === RUN TestInspect [2022-03-11T18:33:40.443Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.443Z] --- SKIP: TestInspect (0.00s) [2022-03-11T18:33:40.443Z] === RUN TestCreateJob [2022-03-11T18:33:40.443Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.443Z] --- SKIP: TestCreateJob (0.00s) [2022-03-11T18:33:40.443Z] === RUN TestReplicatedJob [2022-03-11T18:33:40.443Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.443Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-11T18:33:40.443Z] === RUN TestUpdateReplicatedJob [2022-03-11T18:33:40.443Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.443Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-11T18:33:40.443Z] === RUN TestServiceListWithStatuses [2022-03-11T18:33:40.443Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.443Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-11T18:33:40.443Z] === RUN TestDockerNetworkConnectAlias [2022-03-11T18:33:40.443Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.443Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-11T18:33:40.443Z] === RUN TestDockerNetworkReConnect [2022-03-11T18:33:40.443Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.443Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-11T18:33:40.443Z] === RUN TestServicePlugin [2022-03-11T18:33:40.443Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.443Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-11T18:33:40.443Z] === RUN TestServiceUpdateLabel [2022-03-11T18:33:40.443Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:40.443Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-11T18:33:40.443Z] === RUN TestServiceUpdateSecrets [2022-03-11T18:33:40.443Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:40.443Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-11T18:33:40.443Z] === RUN TestServiceUpdateConfigs [2022-03-11T18:33:40.443Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:40.443Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-11T18:33:40.443Z] === RUN TestServiceUpdateNetwork [2022-03-11T18:33:40.443Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:40.443Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-11T18:33:40.443Z] === RUN TestServiceUpdatePidsLimit [2022-03-11T18:33:40.443Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:40.443Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-11T18:33:40.443Z] PASS [2022-03-11T18:33:40.443Z] ok github.com/docker/docker/integration/service 0.266s [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === Skipped [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-11T18:33:40.898Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-11T18:33:40.898Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-11T18:33:40.898Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-11T18:33:40.898Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-11T18:33:40.898Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-11T18:33:40.898Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-11T18:33:40.898Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-11T18:33:40.898Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-11T18:33:40.898Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-11T18:33:40.898Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-11T18:33:40.898Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-11T18:33:40.898Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-11T18:33:40.898Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-11T18:33:40.898Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-11T18:33:40.898Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-11T18:33:40.898Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-11T18:33:40.898Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-11T18:33:40.898Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-11T18:33:40.898Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-11T18:33:40.898Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-11T18:33:40.898Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-11T18:33:40.898Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-11T18:33:40.898Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:40.898Z] [2022-03-11T18:33:40.898Z] DONE 24 tests, 23 skipped in 3.390s [2022-03-11T18:33:40.898Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-11T18:33:41.875Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-11T18:33:42.438Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-11T18:33:42.698Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-03-11T18:33:42.955Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-03-11T18:33:43.067Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:33:43.068Z] INFO: Testing against a local daemon [2022-03-11T18:33:43.068Z] === RUN TestSessionCreate [2022-03-11T18:33:43.068Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-11T18:33:43.068Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-11T18:33:43.068Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-11T18:33:43.068Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-11T18:33:43.068Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-11T18:33:43.068Z] PASS [2022-03-11T18:33:43.068Z] ok github.com/docker/docker/integration/session 0.113s [2022-03-11T18:33:43.523Z] [2022-03-11T18:33:43.523Z] === Skipped [2022-03-11T18:33:43.523Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-11T18:33:43.523Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-11T18:33:43.523Z] [2022-03-11T18:33:43.523Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-11T18:33:43.523Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-11T18:33:43.523Z] [2022-03-11T18:33:43.523Z] DONE 2 tests, 2 skipped in 2.339s [2022-03-11T18:33:43.523Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-11T18:33:44.433Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-03-11T18:33:45.252Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-03-11T18:33:45.252Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-03-11T18:33:46.554Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:33:46.554Z] INFO: Testing against a local daemon [2022-03-11T18:33:46.554Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-11T18:33:46.554Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:46.554Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-11T18:33:46.554Z] === RUN TestDiskUsage [2022-03-11T18:33:46.554Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-11T18:33:46.554Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-11T18:33:46.554Z] === RUN TestEventsExecDie [2022-03-11T18:33:46.554Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-11T18:33:46.554Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-11T18:33:46.554Z] === RUN TestEventsBackwardsCompatible [2022-03-11T18:33:46.554Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-11T18:33:46.554Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-11T18:33:46.554Z] === RUN TestEventsVolumeCreate [2022-03-11T18:33:46.554Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-11T18:33:46.554Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-11T18:33:46.554Z] === RUN TestInfoAPI [2022-03-11T18:33:46.554Z] --- PASS: TestInfoAPI (0.05s) [2022-03-11T18:33:46.554Z] === RUN TestInfoAPIWarnings [2022-03-11T18:33:46.554Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:33:46.554Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-11T18:33:46.554Z] === RUN TestInfoDebug [2022-03-11T18:33:46.554Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:33:46.554Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-11T18:33:46.554Z] === RUN TestInfoInsecureRegistries [2022-03-11T18:33:46.554Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:33:46.554Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-11T18:33:46.554Z] === RUN TestInfoRegistryMirrors [2022-03-11T18:33:46.554Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:33:46.554Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-11T18:33:46.554Z] === RUN TestLoginFailsWithBadCredentials [2022-03-11T18:33:47.514Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s) [2022-03-11T18:33:47.514Z] === RUN TestPingCacheHeaders [2022-03-11T18:33:47.514Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-11T18:33:47.514Z] === RUN TestPingGet [2022-03-11T18:33:47.514Z] --- PASS: TestPingGet (0.04s) [2022-03-11T18:33:47.514Z] === RUN TestPingHead [2022-03-11T18:33:47.514Z] --- PASS: TestPingHead (0.04s) [2022-03-11T18:33:47.514Z] === RUN TestVersion [2022-03-11T18:33:47.514Z] --- PASS: TestVersion (0.03s) [2022-03-11T18:33:47.514Z] PASS [2022-03-11T18:33:47.514Z] ok github.com/docker/docker/integration/system 1.242s [2022-03-11T18:33:47.772Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-03-11T18:33:47.971Z] [2022-03-11T18:33:47.972Z] === Skipped [2022-03-11T18:33:47.972Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-11T18:33:47.972Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:47.972Z] [2022-03-11T18:33:47.972Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-11T18:33:47.972Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-11T18:33:47.972Z] [2022-03-11T18:33:47.972Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-11T18:33:47.972Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-11T18:33:47.972Z] [2022-03-11T18:33:47.972Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-11T18:33:47.972Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-11T18:33:47.972Z] [2022-03-11T18:33:47.972Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-11T18:33:47.972Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-11T18:33:47.972Z] [2022-03-11T18:33:47.972Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-11T18:33:47.972Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:33:47.972Z] [2022-03-11T18:33:47.972Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-11T18:33:47.972Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:33:47.972Z] [2022-03-11T18:33:47.972Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-11T18:33:47.972Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:33:47.972Z] [2022-03-11T18:33:47.972Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-11T18:33:47.972Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:33:47.972Z] [2022-03-11T18:33:47.972Z] DONE 15 tests, 9 skipped in 4.276s [2022-03-11T18:33:47.972Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-11T18:33:48.570Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-11T18:33:48.702Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-03-11T18:33:50.862Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:33:50.862Z] INFO: Testing against a local daemon [2022-03-11T18:33:50.862Z] === RUN TestVolumesCreateAndList [2022-03-11T18:33:50.862Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-03-11T18:33:50.862Z] === RUN TestVolumesRemove [2022-03-11T18:33:50.862Z] --- PASS: TestVolumesRemove (0.19s) [2022-03-11T18:33:50.862Z] === RUN TestVolumesInspect [2022-03-11T18:33:50.862Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-11T18:33:50.862Z] === RUN TestVolumesInvalidJSON [2022-03-11T18:33:50.862Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-11T18:33:50.862Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-11T18:33:50.862Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-11T18:33:50.862Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-03-11T18:33:50.862Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-11T18:33:50.862Z] PASS [2022-03-11T18:33:50.862Z] ok github.com/docker/docker/integration/volume 0.428s [2022-03-11T18:33:50.862Z] [2022-03-11T18:33:50.862Z] DONE 5 tests in 2.961s [2022-03-11T18:33:50.862Z] INFO: make.ps1 ended at 03/11/2022 18:33:50 [2022-03-11T18:33:50.862Z] INFO: Integration CLI tests being run from the host: [2022-03-11T18:33:50.862Z] 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" [2022-03-11T18:33:51.972Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-03-11T18:33:52.228Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-03-11T18:33:52.790Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-03-11T18:33:53.046Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-03-11T18:33:53.609Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-03-11T18:33:54.174Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-03-11T18:33:54.736Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-03-11T18:33:54.994Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-03-11T18:33:55.250Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-11T18:33:55.812Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-11T18:33:56.379Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-11T18:33:58.524Z] --- PASS: TestBuildWithHugeFile (147.77s) [2022-03-11T18:33:58.524Z] === RUN TestBuildWCOWSandboxSize [2022-03-11T18:33:58.524Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-11T18:33:58.524Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-11T18:33:58.524Z] === RUN TestBuildWithEmptyDockerfile [2022-03-11T18:33:58.524Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:33:58.524Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:33:58.524Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:33:58.524Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:33:58.524Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:33:58.524Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:33:58.524Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-11T18:33:58.524Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-11T18:33:58.524Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-11T18:33:58.524Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-03-11T18:33:58.524Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-11T18:33:58.524Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-11T18:33:58.524Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-11T18:33:58.524Z] === RUN TestBuildPreserveOwnership [2022-03-11T18:33:58.524Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:33:58.524Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-11T18:33:58.524Z] === RUN TestBuildPlatformInvalid [2022-03-11T18:33:58.524Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-11T18:33:58.524Z] PASS [2022-03-11T18:33:58.524Z] ok github.com/docker/docker/integration/build 226.270s [2022-03-11T18:33:58.524Z] [2022-03-11T18:33:58.524Z] === Skipped [2022-03-11T18:33:58.524Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-11T18:33:58.524Z] build_session_test.go:25: TODO: BuildKit [2022-03-11T18:33:58.524Z] [2022-03-11T18:33:58.524Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-11T18:33:58.524Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.524Z] [2022-03-11T18:33:58.524Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-11T18:33:58.524Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:33:58.524Z] [2022-03-11T18:33:58.524Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-03-11T18:33:58.524Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:33:58.524Z] [2022-03-11T18:33:58.524Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-11T18:33:58.524Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-11T18:33:58.524Z] [2022-03-11T18:33:58.524Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-11T18:33:58.524Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:33:58.524Z] [2022-03-11T18:33:58.524Z] DONE 29 tests, 6 skipped in 267.573s [2022-03-11T18:33:58.524Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-11T18:33:58.524Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:33:58.524Z] INFO: Testing against a local daemon [2022-03-11T18:33:58.524Z] === RUN TestConfigInspect [2022-03-11T18:33:58.524Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.524Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-11T18:33:58.524Z] === RUN TestConfigList [2022-03-11T18:33:58.524Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.524Z] --- SKIP: TestConfigList (0.00s) [2022-03-11T18:33:58.524Z] === RUN TestConfigsCreateAndDelete [2022-03-11T18:33:58.524Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.524Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-11T18:33:58.524Z] === RUN TestConfigsUpdate [2022-03-11T18:33:58.524Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.524Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-11T18:33:58.524Z] === RUN TestTemplatedConfig [2022-03-11T18:33:58.524Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.524Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-11T18:33:58.524Z] === RUN TestConfigCreateResolve [2022-03-11T18:33:58.524Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:58.524Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-11T18:33:58.524Z] PASS [2022-03-11T18:33:58.524Z] ok github.com/docker/docker/integration/config 0.105s [2022-03-11T18:33:58.524Z] [2022-03-11T18:33:58.524Z] === Skipped [2022-03-11T18:33:58.524Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-11T18:33:58.524Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.524Z] [2022-03-11T18:33:58.524Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-11T18:33:58.524Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.524Z] [2022-03-11T18:33:58.524Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-11T18:33:58.524Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.524Z] [2022-03-11T18:33:58.524Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-11T18:33:58.524Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.524Z] [2022-03-11T18:33:58.524Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-11T18:33:58.524Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.524Z] [2022-03-11T18:33:58.524Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-11T18:33:58.524Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:58.524Z] [2022-03-11T18:33:58.524Z] DONE 6 tests, 6 skipped in 2.371s [2022-03-11T18:33:58.524Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-11T18:33:58.524Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:33:58.524Z] INFO: Testing against a local daemon [2022-03-11T18:33:58.524Z] === RUN TestCheckpoint [2022-03-11T18:33:58.524Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-11T18:33:58.524Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-11T18:33:58.524Z] === RUN TestContainerInvalidJSON [2022-03-11T18:33:58.524Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:33:58.524Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:33:58.524Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:33:58.524Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:33:58.524Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-11T18:33:58.524Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-11T18:33:58.524Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-11T18:33:58.524Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-11T18:33:58.524Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-11T18:33:58.524Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-11T18:33:58.524Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.24s) [2022-03-11T18:33:58.524Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-11T18:33:58.524Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.25s) [2022-03-11T18:33:58.524Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-11T18:33:58.524Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.22s) [2022-03-11T18:33:58.524Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-11T18:33:58.524Z] --- PASS: TestCopyToContainerPathIsNotDir (0.22s) [2022-03-11T18:33:58.524Z] === RUN TestCopyFromContainer [2022-03-11T18:33:58.524Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.524Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-11T18:33:58.524Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-11T18:33:58.524Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:33:58.524Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:33:58.524Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:33:58.524Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:33:58.524Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:33:58.524Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:33:58.524Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-11T18:33:58.524Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-11T18:33:58.524Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-11T18:33:58.524Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-11T18:33:58.524Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-11T18:33:58.524Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-11T18:33:58.524Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-11T18:33:58.524Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-11T18:33:58.524Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-11T18:33:58.524Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-11T18:33:58.524Z] === RUN TestCreateWithInvalidEnv [2022-03-11T18:33:58.524Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-11T18:33:58.524Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-11T18:33:58.524Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-11T18:33:58.524Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-11T18:33:58.524Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-11T18:33:58.524Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-11T18:33:58.524Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-11T18:33:58.524Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-11T18:33:58.524Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-11T18:33:58.524Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-11T18:33:58.524Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-11T18:33:58.524Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-03-11T18:33:58.524Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-03-11T18:33:58.524Z] === RUN TestCreateTmpfsMountsTarget [2022-03-11T18:33:58.524Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.524Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-11T18:33:58.524Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-11T18:33:58.524Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:58.524Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-11T18:33:58.524Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-11T18:33:58.524Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:33:58.524Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-11T18:33:58.524Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-11T18:33:58.524Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:33:58.525Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:33:58.525Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:33:58.525Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:33:58.525Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:33:58.525Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:33:58.525Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:33:58.525Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:33:58.525Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:33:58.525Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:33:58.525Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-11T18:33:58.525Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-11T18:33:58.525Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-11T18:33:58.525Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-11T18:33:58.525Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-11T18:33:58.525Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-03-11T18:33:58.525Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-11T18:33:58.525Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-11T18:33:58.525Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-11T18:33:58.525Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-11T18:33:58.525Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-11T18:33:58.525Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-11T18:33:58.525Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-11T18:33:58.525Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-11T18:33:58.525Z] === RUN TestCreateDifferentPlatform [2022-03-11T18:33:58.525Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-11T18:33:58.525Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-11T18:33:58.525Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-11T18:33:58.525Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-11T18:33:58.525Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-11T18:33:58.525Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-11T18:33:58.525Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2022-03-11T18:33:58.525Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-11T18:33:58.525Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-11T18:33:58.525Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-11T18:33:58.525Z] === RUN TestContainerKillOnDaemonStart [2022-03-11T18:33:58.525Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.525Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-11T18:33:58.525Z] === RUN TestDiff [2022-03-11T18:33:58.525Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-11T18:33:58.525Z] --- SKIP: TestDiff (0.00s) [2022-03-11T18:33:58.525Z] === RUN TestExecWithCloseStdin [2022-03-11T18:33:58.525Z] --- PASS: TestExecWithCloseStdin (2.58s) [2022-03-11T18:33:58.525Z] === RUN TestExec [2022-03-11T18:33:58.525Z] --- PASS: TestExec (2.16s) [2022-03-11T18:33:58.525Z] === RUN TestExecUser [2022-03-11T18:33:58.525Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-11T18:33:58.525Z] --- SKIP: TestExecUser (0.00s) [2022-03-11T18:33:58.525Z] === RUN TestExportContainerAndImportImage [2022-03-11T18:33:58.525Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.525Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-11T18:33:58.525Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-11T18:33:58.525Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:33:58.525Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-11T18:33:58.525Z] === RUN TestHealthCheckWorkdir [2022-03-11T18:33:58.525Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-11T18:33:58.525Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-11T18:33:58.525Z] === RUN TestHealthKillContainer [2022-03-11T18:33:58.525Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-11T18:33:58.525Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-11T18:33:58.525Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-11T18:33:58.525Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-11T18:33:58.525Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-11T18:33:58.525Z] === RUN TestKillContainerInvalidSignal [2022-03-11T18:33:58.525Z] --- PASS: TestKillContainerInvalidSignal (1.95s) [2022-03-11T18:33:58.525Z] === RUN TestKillContainer [2022-03-11T18:33:58.525Z] === RUN TestKillContainer/no_signal [2022-03-11T18:33:58.897Z] === RUN TestDockerSuite/TestRunState [2022-03-11T18:34:00.056Z] === RUN TestKillContainer/non_killing_signal [2022-03-11T18:34:00.056Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-11T18:34:00.056Z] === RUN TestKillContainer/killing_signal [2022-03-11T18:34:00.263Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-11T18:34:00.263Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-03-11T18:34:00.519Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-11T18:34:00.925Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-11T18:34:01.082Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-11T18:34:01.338Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-03-11T18:34:01.338Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-11T18:34:01.338Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-11T18:34:01.901Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-11T18:34:02.832Z] === RUN TestDockerSuite/TestRunSysctls [2022-03-11T18:34:03.251Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-11T18:34:03.251Z] INFO: Testing against a local daemon [2022-03-11T18:34:03.251Z] === RUN TestDockerSuite [2022-03-11T18:34:03.251Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-11T18:34:03.251Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-11T18:34:03.251Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-11T18:34:03.251Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-11T18:34:03.251Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-11T18:34:03.251Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-11T18:34:03.251Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-11T18:34:03.251Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-11T18:34:03.251Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-11T18:34:03.251Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-11T18:34:03.707Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-11T18:34:03.762Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-11T18:34:03.762Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-11T18:34:03.762Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-11T18:34:04.163Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-11T18:34:04.324Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-03-11T18:34:04.618Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-11T18:34:05.072Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-11T18:34:05.691Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-03-11T18:34:05.948Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-03-11T18:34:07.114Z] --- PASS: TestKillContainer (9.17s) [2022-03-11T18:34:07.114Z] --- PASS: TestKillContainer/no_signal (1.99s) [2022-03-11T18:34:07.114Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-11T18:34:07.114Z] --- PASS: TestKillContainer/killing_signal (7.13s) [2022-03-11T18:34:07.114Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-11T18:34:07.114Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:34:07.114Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-11T18:34:07.114Z] === RUN TestKillStoppedContainer [2022-03-11T18:34:07.114Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:34:07.114Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-11T18:34:07.114Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-11T18:34:07.114Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:34:07.114Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-11T18:34:07.114Z] === RUN TestKillDifferentUserContainer [2022-03-11T18:34:07.114Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-11T18:34:07.114Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-11T18:34:07.114Z] === RUN TestInspectOomKilledTrue [2022-03-11T18:34:07.114Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:34:07.114Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-11T18:34:07.114Z] === RUN TestInspectOomKilledFalse [2022-03-11T18:34:07.114Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:34:07.114Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-11T18:34:07.114Z] === RUN TestLogsFollowTailEmpty [2022-03-11T18:34:07.317Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-03-11T18:34:09.288Z] --- PASS: TestLogsFollowTailEmpty (2.03s) [2022-03-11T18:34:09.288Z] === RUN TestNetworkNat [2022-03-11T18:34:09.288Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-11T18:34:09.288Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-11T18:34:09.288Z] === RUN TestNetworkLocalhostTCPNat [2022-03-11T18:34:09.838Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-11T18:34:11.461Z] --- PASS: TestNetworkLocalhostTCPNat (2.37s) [2022-03-11T18:34:11.461Z] === RUN TestNetworkLoopbackNat [2022-03-11T18:34:11.461Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-11T18:34:11.461Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-11T18:34:11.461Z] === RUN TestPause [2022-03-11T18:34:11.461Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-11T18:34:11.461Z] --- SKIP: TestPause (0.00s) [2022-03-11T18:34:11.461Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-11T18:34:12.354Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-11T18:34:12.610Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-11T18:34:13.173Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-11T18:34:13.633Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.10s) [2022-03-11T18:34:13.633Z] === RUN TestPauseStopPausedContainer [2022-03-11T18:34:13.633Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:34:13.633Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-11T18:34:13.633Z] === RUN TestPsFilter [2022-03-11T18:34:13.633Z] --- PASS: TestPsFilter (0.21s) [2022-03-11T18:34:13.633Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-11T18:34:13.736Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-11T18:34:13.736Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-03-11T18:34:15.105Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-11T18:34:16.543Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.39s) [2022-03-11T18:34:16.543Z] === RUN TestRemoveContainerWithVolume [2022-03-11T18:34:17.020Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-11T18:34:17.277Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-03-11T18:34:17.277Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-11T18:34:17.533Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-11T18:34:17.533Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-11T18:34:18.096Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-11T18:34:18.658Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-11T18:34:18.718Z] --- PASS: TestRemoveContainerWithVolume (2.31s) [2022-03-11T18:34:18.718Z] === RUN TestRemoveContainerRunning [2022-03-11T18:34:19.221Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-03-11T18:34:19.221Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-11T18:34:19.221Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-11T18:34:19.221Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-11T18:34:20.150Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-11T18:34:20.252Z] --- PASS: TestRemoveContainerRunning (1.98s) [2022-03-11T18:34:20.252Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-11T18:34:21.078Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-03-11T18:34:22.426Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.01s) [2022-03-11T18:34:22.426Z] === RUN TestRemoveInvalidContainer [2022-03-11T18:34:22.426Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-11T18:34:22.426Z] === RUN TestRenameLinkedContainer [2022-03-11T18:34:22.426Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-11T18:34:22.426Z] --- SKIP: TestRenameLinkedContainer (0.01s) [2022-03-11T18:34:22.426Z] === RUN TestRenameStoppedContainer [2022-03-11T18:34:22.971Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-11T18:34:23.536Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-11T18:34:24.099Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-03-11T18:34:24.355Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-11T18:34:25.329Z] --- PASS: TestRenameStoppedContainer (2.35s) [2022-03-11T18:34:25.329Z] === RUN TestRenameRunningContainerAndReuse [2022-03-11T18:34:26.247Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-11T18:34:27.177Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-11T18:34:29.053Z] --- PASS: TestRenameRunningContainerAndReuse (4.10s) [2022-03-11T18:34:29.053Z] === RUN TestRenameInvalidName [2022-03-11T18:34:29.077Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-11T18:34:29.077Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-03-11T18:34:30.969Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-11T18:34:31.224Z] --- PASS: TestRenameInvalidName (2.00s) [2022-03-11T18:34:31.224Z] === RUN TestRenameAnonymousContainer [2022-03-11T18:34:31.531Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-11T18:34:31.531Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-11T18:34:31.531Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-11T18:34:31.531Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-11T18:34:31.531Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-11T18:34:31.531Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-11T18:34:31.531Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-11T18:34:31.787Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-03-11T18:34:31.787Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-11T18:34:31.787Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-03-11T18:34:32.350Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-03-11T18:34:32.607Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-03-11T18:34:33.171Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-03-11T18:34:34.102Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-03-11T18:34:35.061Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-03-11T18:34:35.320Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-11T18:34:35.320Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-03-11T18:34:35.881Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-03-11T18:34:35.881Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-11T18:34:35.881Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-03-11T18:34:35.881Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-11T18:34:35.881Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-03-11T18:34:35.881Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-11T18:34:35.881Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-03-11T18:34:35.881Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-11T18:34:35.881Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-03-11T18:34:35.881Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-11T18:34:35.881Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-03-11T18:34:35.881Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-11T18:34:35.881Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-03-11T18:34:35.881Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-11T18:34:35.881Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-03-11T18:34:36.444Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-03-11T18:34:36.552Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-11T18:34:37.007Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-03-11T18:34:37.007Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-03-11T18:34:37.263Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-11T18:34:37.519Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-11T18:34:38.080Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-11T18:34:38.081Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-03-11T18:34:38.337Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-03-11T18:34:38.900Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-03-11T18:34:38.900Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-11T18:34:38.900Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-11T18:34:39.463Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-11T18:34:40.391Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-03-11T18:34:40.647Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-03-11T18:34:40.647Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-11T18:34:40.647Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-11T18:34:40.903Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-11T18:34:41.159Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-11T18:34:41.525Z] --- PASS: TestRenameAnonymousContainer (9.42s) [2022-03-11T18:34:41.525Z] === RUN TestRenameContainerWithSameName [2022-03-11T18:34:42.087Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-11T18:34:42.345Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-11T18:34:42.491Z] --- PASS: TestRenameContainerWithSameName (1.96s) [2022-03-11T18:34:42.491Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-11T18:34:42.491Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-11T18:34:42.491Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-11T18:34:42.491Z] === RUN TestResize [2022-03-11T18:34:43.712Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-11T18:34:44.276Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-11T18:34:44.276Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-11T18:34:44.276Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-11T18:34:44.665Z] --- PASS: TestResize (2.03s) [2022-03-11T18:34:44.665Z] === RUN TestResizeWithInvalidSize [2022-03-11T18:34:45.084Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-11T18:34:45.205Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-03-11T18:34:45.205Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-03-11T18:34:45.767Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-03-11T18:34:46.200Z] --- PASS: TestResizeWithInvalidSize (2.00s) [2022-03-11T18:34:46.200Z] === RUN TestResizeWhenContainerNotStarted [2022-03-11T18:34:47.135Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-11T18:34:47.135Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-11T18:34:48.502Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-11T18:34:48.503Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-11T18:34:48.759Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-11T18:34:49.101Z] --- PASS: TestResizeWhenContainerNotStarted (2.37s) [2022-03-11T18:34:49.101Z] === RUN TestDaemonRestartKillContainers [2022-03-11T18:34:49.101Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:34:49.101Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-11T18:34:49.101Z] === RUN TestStats [2022-03-11T18:34:49.101Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-11T18:34:49.101Z] --- SKIP: TestStats (0.00s) [2022-03-11T18:34:49.101Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-11T18:34:50.129Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents191129170 [2022-03-11T18:34:50.129Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-11T18:34:50.129Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-11T18:34:51.495Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-11T18:34:51.495Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-11T18:34:51.495Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-11T18:34:52.425Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-11T18:34:53.820Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-11T18:34:54.077Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-11T18:34:54.077Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-11T18:34:54.333Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-11T18:34:54.333Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-11T18:34:54.894Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-11T18:34:54.894Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-11T18:34:55.361Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-11T18:34:55.456Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-11T18:34:56.384Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-11T18:34:56.948Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-11T18:34:57.654Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.85s) [2022-03-11T18:34:57.654Z] === RUN TestStopContainerWithTimeout [2022-03-11T18:34:57.654Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-11T18:34:57.654Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-11T18:34:57.654Z] === RUN TestUpdateRestartPolicy [2022-03-11T18:34:58.312Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-03-11T18:35:00.829Z] docker_cli_service_logs_test.go:246: checking task wd530g3lq5o5 [2022-03-11T18:35:00.829Z] docker_cli_service_logs_test.go:251: checking messages for wd530g3lq5o5 [2022-03-11T18:35:00.829Z] docker_cli_service_logs_test.go:246: checking task q076bmffdeip [2022-03-11T18:35:00.829Z] docker_cli_service_logs_test.go:251: checking messages for q076bmffdeip [2022-03-11T18:35:01.756Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-11T18:35:03.125Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-11T18:35:04.055Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-11T18:35:04.619Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-11T18:35:07.885Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-11T18:35:08.815Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-11T18:35:09.376Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-11T18:35:10.306Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-11T18:35:11.238Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-03-11T18:35:12.184Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-11T18:35:13.553Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-11T18:35:14.116Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-03-11T18:35:16.007Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-11T18:35:18.680Z] --- PASS: TestUpdateRestartPolicy (20.79s) [2022-03-11T18:35:18.680Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-11T18:35:20.173Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-11T18:35:20.235Z] --- PASS: TestUpdateRestartWithAutoRemove (2.03s) [2022-03-11T18:35:20.236Z] === RUN TestWaitNonBlocked [2022-03-11T18:35:20.236Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:35:20.236Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:35:20.236Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:35:20.236Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:35:20.236Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-11T18:35:20.236Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-11T18:35:23.198Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-11T18:35:23.198Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.78s) [2022-03-11T18:35:23.198Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.87s) [2022-03-11T18:35:23.198Z] === RUN TestWaitBlocked [2022-03-11T18:35:23.198Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:35:23.198Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-11T18:35:23.198Z] PASS [2022-03-11T18:35:23.198Z] ok github.com/docker/docker/integration/container 93.517s [2022-03-11T18:35:23.443Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === Skipped [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-11T18:35:23.668Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-11T18:35:23.668Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-11T18:35:23.668Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-11T18:35:23.668Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-11T18:35:23.668Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-11T18:35:23.668Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-11T18:35:23.668Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-11T18:35:23.668Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-11T18:35:23.668Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-11T18:35:23.668Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-11T18:35:23.668Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-11T18:35:23.668Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-11T18:35:23.668Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-11T18:35:23.668Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-11T18:35:23.668Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-11T18:35:23.668Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-11T18:35:23.668Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-11T18:35:23.668Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-11T18:35:23.668Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-11T18:35:23.668Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-11T18:35:23.668Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-11T18:35:23.668Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-11T18:35:23.668Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-11T18:35:23.668Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-11T18:35:23.668Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-11T18:35:23.668Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-11T18:35:23.668Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-11T18:35:23.668Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.01s) [2022-03-11T18:35:23.668Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-11T18:35:23.668Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-11T18:35:23.668Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-11T18:35:23.668Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-11T18:35:23.668Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-11T18:35:23.668Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:35:23.668Z] [2022-03-11T18:35:23.668Z] DONE 87 tests, 33 skipped in 96.265s [2022-03-11T18:35:23.668Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-11T18:35:27.610Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-11T18:35:30.879Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-03-11T18:35:30.879Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-03-11T18:35:31.807Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-11T18:35:32.736Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-11T18:35:33.301Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-03-11T18:35:33.301Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-11T18:35:33.864Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-11T18:35:33.864Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-11T18:35:33.864Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-11T18:35:34.427Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-11T18:35:35.794Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-03-11T18:35:37.707Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-11T18:35:37.964Z] docker_cli_swarm_test.go:1895: [d09bc6bc1acaa] joining swarm manager [d24abb49b775e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:35:39.331Z] docker_cli_swarm_test.go:1896: [d9c7e5455038d] joining swarm manager [d24abb49b775e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:35:40.696Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-03-11T18:35:41.260Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-03-11T18:35:41.516Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-03-11T18:35:41.516Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-11T18:35:41.516Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-03-11T18:35:41.516Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-11T18:35:41.516Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-03-11T18:35:42.445Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-03-11T18:35:43.009Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-03-11T18:35:43.571Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-03-11T18:35:44.500Z] === RUN TestDockerSuite/TestUpdateStats [2022-03-11T18:35:44.942Z] === RUN TestConfigDaemonLibtrustID [2022-03-11T18:35:44.942Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-11T18:35:44.942Z] --- SKIP: TestConfigDaemonLibtrustID (0.01s) [2022-03-11T18:35:44.942Z] === RUN TestDaemonConfigValidation [2022-03-11T18:35:44.942Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-11T18:35:44.942Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-11T18:35:44.942Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-11T18:35:44.942Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-11T18:35:44.942Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-11T18:35:44.942Z] === RUN TestDaemonProxy [2022-03-11T18:35:44.942Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-11T18:35:44.942Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-11T18:35:44.942Z] PASS [2022-03-11T18:35:44.942Z] ok github.com/docker/docker/integration/daemon 0.128s [2022-03-11T18:35:45.413Z] [2022-03-11T18:35:45.413Z] === Skipped [2022-03-11T18:35:45.413Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.01s) [2022-03-11T18:35:45.413Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-11T18:35:45.413Z] [2022-03-11T18:35:45.413Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-11T18:35:45.413Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-11T18:35:45.413Z] [2022-03-11T18:35:45.413Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-11T18:35:45.413Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-11T18:35:45.413Z] [2022-03-11T18:35:45.413Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-11T18:35:45.413Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-11T18:35:45.413Z] [2022-03-11T18:35:45.413Z] DONE 4 tests, 4 skipped in 21.840s [2022-03-11T18:35:45.413Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-11T18:35:46.250Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-11T18:35:46.250Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-11T18:35:46.250Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-11T18:35:46.250Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-11T18:35:46.250Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-11T18:35:46.250Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-11T18:35:46.250Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-11T18:35:46.250Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-11T18:35:46.250Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-11T18:35:46.250Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-11T18:35:46.250Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-11T18:35:46.250Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-11T18:35:46.250Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-11T18:35:46.250Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-11T18:35:46.250Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-11T18:35:46.250Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-11T18:35:46.250Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-11T18:35:46.250Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-11T18:35:46.250Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-11T18:35:48.668Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-03-11T18:35:48.925Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-03-11T18:35:48.925Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-11T18:35:48.925Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-03-11T18:35:49.488Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-03-11T18:35:50.052Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-11T18:35:50.205Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:35:50.205Z] INFO: Testing against a local daemon [2022-03-11T18:35:50.205Z] === RUN TestCommitInheritsEnv [2022-03-11T18:35:50.205Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:35:50.205Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-11T18:35:50.205Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-11T18:35:50.205Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-11T18:35:50.205Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-11T18:35:50.205Z] === RUN TestImportWithCustomPlatform [2022-03-11T18:35:50.205Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-11T18:35:50.205Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-11T18:35:50.205Z] === RUN TestImagesFilterMultiReference [2022-03-11T18:35:50.205Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-03-11T18:35:50.205Z] === RUN TestImagePullPlatformInvalid [2022-03-11T18:35:50.205Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-03-11T18:35:50.205Z] === RUN TestRemoveImageOrphaning [2022-03-11T18:35:50.676Z] --- PASS: TestRemoveImageOrphaning (1.10s) [2022-03-11T18:35:50.676Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-11T18:35:50.676Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-03-11T18:35:50.676Z] === RUN TestTagInvalidReference [2022-03-11T18:35:51.145Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-11T18:35:51.145Z] === RUN TestTagValidPrefixedRepo [2022-03-11T18:35:51.145Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-03-11T18:35:51.145Z] === RUN TestTagExistedNameWithoutForce [2022-03-11T18:35:51.145Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-11T18:35:51.145Z] === RUN TestTagOfficialNames [2022-03-11T18:35:51.145Z] --- PASS: TestTagOfficialNames (0.11s) [2022-03-11T18:35:51.145Z] === RUN TestTagMatchesDigest [2022-03-11T18:35:51.145Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-03-11T18:35:51.145Z] PASS [2022-03-11T18:35:51.145Z] ok github.com/docker/docker/integration/image 1.720s [2022-03-11T18:35:51.616Z] [2022-03-11T18:35:51.616Z] === Skipped [2022-03-11T18:35:51.616Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-11T18:35:51.616Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:35:51.616Z] [2022-03-11T18:35:51.616Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-11T18:35:51.616Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-11T18:35:51.616Z] [2022-03-11T18:35:51.616Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-11T18:35:51.616Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-11T18:35:51.616Z] [2022-03-11T18:35:51.616Z] DONE 12 tests, 3 skipped in 5.844s [2022-03-11T18:35:51.616Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-11T18:35:52.239Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-11T18:35:52.571Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-03-11T18:35:53.841Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:35:53.841Z] INFO: Testing against a local daemon [2022-03-11T18:35:53.841Z] === RUN TestNetworkCreateDelete [2022-03-11T18:35:53.841Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:35:53.841Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-11T18:35:53.841Z] === RUN TestDockerNetworkDeletePreferID [2022-03-11T18:35:53.841Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-11T18:35:53.841Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-11T18:35:53.841Z] === RUN TestDaemonDNSFallback [2022-03-11T18:35:53.841Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:35:53.841Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-11T18:35:53.841Z] === RUN TestInspectNetwork [2022-03-11T18:35:53.841Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-11T18:35:53.841Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-11T18:35:53.841Z] === RUN TestRunContainerWithBridgeNone [2022-03-11T18:35:53.841Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:35:53.841Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-11T18:35:53.841Z] === RUN TestNetworkInvalidJSON [2022-03-11T18:35:53.841Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-11T18:35:53.841Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-11T18:35:53.841Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:35:53.841Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:35:53.841Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:35:53.841Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:35:53.841Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-11T18:35:53.841Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-11T18:35:53.841Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-11T18:35:53.841Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-03-11T18:35:53.841Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-11T18:35:53.841Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-11T18:35:53.841Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-11T18:35:53.841Z] === RUN TestNetworkList [2022-03-11T18:35:53.841Z] === RUN TestNetworkList//networks [2022-03-11T18:35:53.841Z] === PAUSE TestNetworkList//networks [2022-03-11T18:35:53.841Z] === RUN TestNetworkList//networks/ [2022-03-11T18:35:53.841Z] === PAUSE TestNetworkList//networks/ [2022-03-11T18:35:53.841Z] === CONT TestNetworkList//networks [2022-03-11T18:35:53.841Z] === CONT TestNetworkList//networks/ [2022-03-11T18:35:53.841Z] --- PASS: TestNetworkList (0.04s) [2022-03-11T18:35:53.841Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-11T18:35:53.841Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-11T18:35:53.841Z] === RUN TestHostIPv4BridgeLabel [2022-03-11T18:35:53.841Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-11T18:35:53.841Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-11T18:35:53.841Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-11T18:35:53.841Z] === RUN TestDaemonDefaultNetworkPools [2022-03-11T18:35:53.841Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-11T18:35:53.841Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-11T18:35:53.841Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-11T18:35:53.841Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-11T18:35:53.841Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-11T18:35:53.841Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-11T18:35:53.841Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-11T18:35:53.841Z] === RUN TestServiceWithPredefinedNetwork [2022-03-11T18:35:53.841Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-11T18:35:53.841Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-11T18:35:53.841Z] service_test.go:243: FLAKY_TEST [2022-03-11T18:35:53.841Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-11T18:35:53.841Z] === RUN TestServiceWithDataPathPortInit [2022-03-11T18:35:53.841Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-11T18:35:53.841Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-11T18:35:53.841Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-11T18:35:53.841Z] PASS [2022-03-11T18:35:53.841Z] ok github.com/docker/docker/integration/network 0.191s [2022-03-11T18:35:53.841Z] [2022-03-11T18:35:53.841Z] === Skipped [2022-03-11T18:35:53.841Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-11T18:35:53.841Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:35:53.841Z] [2022-03-11T18:35:53.841Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-11T18:35:53.841Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-11T18:35:53.841Z] [2022-03-11T18:35:53.841Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-11T18:35:53.841Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:35:53.841Z] [2022-03-11T18:35:53.841Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-11T18:35:53.841Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-11T18:35:53.841Z] [2022-03-11T18:35:53.841Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-11T18:35:53.841Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:35:53.841Z] [2022-03-11T18:35:53.841Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-11T18:35:53.841Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] [2022-03-11T18:35:53.841Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-11T18:35:53.841Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] [2022-03-11T18:35:53.841Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-11T18:35:53.841Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] [2022-03-11T18:35:53.841Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-11T18:35:53.841Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] [2022-03-11T18:35:53.841Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-11T18:35:53.841Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] [2022-03-11T18:35:53.841Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-11T18:35:53.841Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] [2022-03-11T18:35:53.841Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-11T18:35:53.841Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] [2022-03-11T18:35:53.841Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-11T18:35:53.841Z] service_test.go:243: FLAKY_TEST [2022-03-11T18:35:53.841Z] [2022-03-11T18:35:53.841Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-11T18:35:53.841Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-11T18:35:53.841Z] [2022-03-11T18:35:53.841Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-11T18:35:53.841Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-11T18:35:54.311Z] [2022-03-11T18:35:54.311Z] DONE 22 tests, 15 skipped in 2.494s [2022-03-11T18:35:54.311Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-11T18:35:54.780Z] testing: warning: no tests to run [2022-03-11T18:35:54.780Z] PASS [2022-03-11T18:35:54.780Z] ok github.com/docker/docker/integration/network/ipvlan 0.094s [2022-03-11T18:35:54.780Z] [2022-03-11T18:35:54.780Z] DONE 0 tests in 0.809s [2022-03-11T18:35:55.088Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-03-11T18:35:55.251Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-11T18:35:55.650Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-03-11T18:35:55.721Z] testing: warning: no tests to run [2022-03-11T18:35:55.721Z] PASS [2022-03-11T18:35:55.721Z] ok github.com/docker/docker/integration/network/macvlan 0.089s [2022-03-11T18:35:55.721Z] [2022-03-11T18:35:55.721Z] DONE 0 tests in 0.791s [2022-03-11T18:35:56.192Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-11T18:35:56.662Z] testing: warning: no tests to run [2022-03-11T18:35:56.662Z] PASS [2022-03-11T18:35:56.662Z] ok github.com/docker/docker/integration/plugin 0.084s [2022-03-11T18:35:57.020Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-03-11T18:35:57.132Z] [2022-03-11T18:35:57.132Z] DONE 0 tests in 0.819s [2022-03-11T18:35:57.132Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-11T18:35:57.602Z] testing: warning: no tests to run [2022-03-11T18:35:57.602Z] PASS [2022-03-11T18:35:57.602Z] ok github.com/docker/docker/integration/plugin/authz 0.093s [2022-03-11T18:35:57.602Z] [2022-03-11T18:35:57.602Z] DONE 0 tests in 0.771s [2022-03-11T18:35:58.071Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-11T18:35:58.920Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-11T18:36:00.813Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-11T18:36:02.834Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:36:02.834Z] INFO: Testing against a local daemon [2022-03-11T18:36:02.834Z] === RUN TestPluginInvalidJSON [2022-03-11T18:36:02.834Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:36:02.834Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:36:02.834Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-11T18:36:02.834Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-03-11T18:36:02.834Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-03-11T18:36:02.834Z] === RUN TestPluginInstall [2022-03-11T18:36:02.834Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-11T18:36:02.834Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-11T18:36:02.834Z] === RUN TestPluginsWithRuntimes [2022-03-11T18:36:02.834Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-11T18:36:02.834Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-11T18:36:02.834Z] === RUN TestPluginBackCompatMediaTypes [2022-03-11T18:36:02.834Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-11T18:36:02.834Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-11T18:36:02.834Z] PASS [2022-03-11T18:36:02.834Z] ok github.com/docker/docker/integration/plugin/common 0.138s [2022-03-11T18:36:02.834Z] [2022-03-11T18:36:02.834Z] === Skipped [2022-03-11T18:36:02.834Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-11T18:36:02.834Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-11T18:36:02.834Z] [2022-03-11T18:36:02.834Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-11T18:36:02.834Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-11T18:36:02.834Z] [2022-03-11T18:36:02.834Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-11T18:36:02.834Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-11T18:36:02.834Z] [2022-03-11T18:36:02.834Z] DONE 5 tests, 3 skipped in 4.713s [2022-03-11T18:36:02.834Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-11T18:36:04.086Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-03-11T18:36:04.086Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-03-11T18:36:05.454Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-03-11T18:36:05.797Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:36:05.797Z] INFO: Testing against a local daemon [2022-03-11T18:36:05.797Z] === RUN TestExternalGraphDriver [2022-03-11T18:36:05.797Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-11T18:36:05.797Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-11T18:36:05.797Z] === RUN TestGraphdriverPluginV2 [2022-03-11T18:36:05.797Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-11T18:36:05.797Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-11T18:36:05.797Z] PASS [2022-03-11T18:36:05.797Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.138s [2022-03-11T18:36:05.797Z] [2022-03-11T18:36:05.797Z] === Skipped [2022-03-11T18:36:05.797Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-11T18:36:05.797Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-11T18:36:05.797Z] [2022-03-11T18:36:05.797Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-11T18:36:05.797Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-11T18:36:05.797Z] [2022-03-11T18:36:05.797Z] DONE 2 tests, 2 skipped in 2.667s [2022-03-11T18:36:05.797Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-11T18:36:06.385Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-03-11T18:36:06.644Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-03-11T18:36:08.013Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-03-11T18:36:08.019Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:36:08.019Z] INFO: Testing against a local daemon [2022-03-11T18:36:08.019Z] === RUN TestReadPluginNoRead [2022-03-11T18:36:08.019Z] read_test.go:21: no unix domain sockets on Windows [2022-03-11T18:36:08.019Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-11T18:36:08.019Z] PASS [2022-03-11T18:36:08.019Z] ok github.com/docker/docker/integration/plugin/logging 0.114s [2022-03-11T18:36:08.019Z] [2022-03-11T18:36:08.019Z] === Skipped [2022-03-11T18:36:08.019Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-11T18:36:08.019Z] read_test.go:21: no unix domain sockets on Windows [2022-03-11T18:36:08.019Z] [2022-03-11T18:36:08.019Z] DONE 1 tests, 1 skipped in 2.384s [2022-03-11T18:36:08.019Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-11T18:36:08.943Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-03-11T18:36:09.008Z] testing: warning: no tests to run [2022-03-11T18:36:09.008Z] PASS [2022-03-11T18:36:09.008Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.098s [2022-03-11T18:36:09.477Z] [2022-03-11T18:36:09.477Z] DONE 0 tests in 1.174s [2022-03-11T18:36:09.477Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-11T18:36:10.309Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-03-11T18:36:11.679Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-03-11T18:36:11.729Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:36:11.729Z] INFO: Testing against a local daemon [2022-03-11T18:36:11.729Z] === RUN TestPluginWithDevMounts [2022-03-11T18:36:11.729Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:11.729Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-11T18:36:11.729Z] PASS [2022-03-11T18:36:11.729Z] ok github.com/docker/docker/integration/plugin/volumes 0.110s [2022-03-11T18:36:11.729Z] [2022-03-11T18:36:11.729Z] === Skipped [2022-03-11T18:36:11.729Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-11T18:36:11.729Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:11.729Z] [2022-03-11T18:36:11.729Z] DONE 1 tests, 1 skipped in 2.407s [2022-03-11T18:36:12.199Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-11T18:36:13.045Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-03-11T18:36:14.413Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-03-11T18:36:14.420Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:36:14.420Z] INFO: Testing against a local daemon [2022-03-11T18:36:14.420Z] === RUN TestSecretInspect [2022-03-11T18:36:14.420Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:14.420Z] --- SKIP: TestSecretInspect (0.02s) [2022-03-11T18:36:14.420Z] === RUN TestSecretList [2022-03-11T18:36:14.420Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:14.420Z] --- SKIP: TestSecretList (0.00s) [2022-03-11T18:36:14.420Z] === RUN TestSecretsCreateAndDelete [2022-03-11T18:36:14.420Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:14.420Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-11T18:36:14.420Z] === RUN TestSecretsUpdate [2022-03-11T18:36:14.420Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:14.420Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-11T18:36:14.420Z] === RUN TestTemplatedSecret [2022-03-11T18:36:14.420Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:14.420Z] --- SKIP: TestTemplatedSecret (0.01s) [2022-03-11T18:36:14.420Z] === RUN TestSecretCreateResolve [2022-03-11T18:36:14.420Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:36:14.420Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-11T18:36:14.420Z] PASS [2022-03-11T18:36:14.420Z] ok github.com/docker/docker/integration/secret 0.138s [2022-03-11T18:36:14.420Z] [2022-03-11T18:36:14.420Z] === Skipped [2022-03-11T18:36:14.420Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.02s) [2022-03-11T18:36:14.420Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:14.420Z] [2022-03-11T18:36:14.420Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-11T18:36:14.420Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:14.420Z] [2022-03-11T18:36:14.420Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-11T18:36:14.420Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:14.420Z] [2022-03-11T18:36:14.420Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-11T18:36:14.420Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:14.420Z] [2022-03-11T18:36:14.420Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.01s) [2022-03-11T18:36:14.420Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:14.420Z] [2022-03-11T18:36:14.420Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-11T18:36:14.420Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:36:14.420Z] [2022-03-11T18:36:14.420Z] DONE 6 tests, 6 skipped in 2.370s [2022-03-11T18:36:14.420Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-11T18:36:15.782Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-11T18:36:17.382Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:36:17.382Z] INFO: Testing against a local daemon [2022-03-11T18:36:17.382Z] === RUN TestServiceCreateInit [2022-03-11T18:36:17.382Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-11T18:36:17.382Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-11T18:36:17.382Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- PASS: TestServiceCreateInit (0.06s) [2022-03-11T18:36:17.382Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-03-11T18:36:17.382Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestCreateServiceMultipleTimes [2022-03-11T18:36:17.382Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestCreateServiceConflict [2022-03-11T18:36:17.382Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestCreateServiceMaxReplicas [2022-03-11T18:36:17.382Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-03-11T18:36:17.382Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-11T18:36:17.382Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestCreateServiceSecretFileMode [2022-03-11T18:36:17.382Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestCreateServiceConfigFileMode [2022-03-11T18:36:17.382Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestCreateServiceSysctls [2022-03-11T18:36:17.382Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-11T18:36:17.382Z] === RUN TestCreateServiceCapabilities [2022-03-11T18:36:17.382Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-11T18:36:17.382Z] === RUN TestInspect [2022-03-11T18:36:17.382Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestInspect (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestCreateJob [2022-03-11T18:36:17.382Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestCreateJob (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestReplicatedJob [2022-03-11T18:36:17.382Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestUpdateReplicatedJob [2022-03-11T18:36:17.382Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestServiceListWithStatuses [2022-03-11T18:36:17.382Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestDockerNetworkConnectAlias [2022-03-11T18:36:17.382Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestDockerNetworkReConnect [2022-03-11T18:36:17.382Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestServicePlugin [2022-03-11T18:36:17.382Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestServiceUpdateLabel [2022-03-11T18:36:17.382Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:36:17.382Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestServiceUpdateSecrets [2022-03-11T18:36:17.382Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:36:17.382Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestServiceUpdateConfigs [2022-03-11T18:36:17.382Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:36:17.382Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestServiceUpdateNetwork [2022-03-11T18:36:17.382Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:36:17.382Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-11T18:36:17.382Z] === RUN TestServiceUpdatePidsLimit [2022-03-11T18:36:17.382Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:36:17.382Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-11T18:36:17.382Z] PASS [2022-03-11T18:36:17.382Z] ok github.com/docker/docker/integration/service 0.302s [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === Skipped [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-03-11T18:36:17.382Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-11T18:36:17.382Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-11T18:36:17.382Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-11T18:36:17.382Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-03-11T18:36:17.382Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-11T18:36:17.382Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-11T18:36:17.382Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-11T18:36:17.382Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-11T18:36:17.382Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-11T18:36:17.382Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-11T18:36:17.382Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-11T18:36:17.382Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-11T18:36:17.382Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-11T18:36:17.382Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-11T18:36:17.382Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-11T18:36:17.382Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-11T18:36:17.382Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-11T18:36:17.382Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-11T18:36:17.382Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-11T18:36:17.382Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-11T18:36:17.382Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-11T18:36:17.382Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-11T18:36:17.382Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-11T18:36:17.382Z] [2022-03-11T18:36:17.382Z] DONE 24 tests, 23 skipped in 2.839s [2022-03-11T18:36:17.382Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-11T18:36:19.621Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:36:19.621Z] INFO: Testing against a local daemon [2022-03-11T18:36:19.621Z] === RUN TestSessionCreate [2022-03-11T18:36:19.621Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-11T18:36:19.621Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-11T18:36:19.621Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-11T18:36:19.621Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-11T18:36:19.621Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-11T18:36:19.621Z] PASS [2022-03-11T18:36:19.621Z] ok github.com/docker/docker/integration/session 0.116s [2022-03-11T18:36:19.621Z] [2022-03-11T18:36:19.621Z] === Skipped [2022-03-11T18:36:19.621Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-11T18:36:19.621Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-11T18:36:19.621Z] [2022-03-11T18:36:19.621Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-11T18:36:19.621Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-11T18:36:19.621Z] [2022-03-11T18:36:19.621Z] DONE 2 tests, 2 skipped in 2.062s [2022-03-11T18:36:19.621Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-11T18:36:21.578Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-11T18:36:21.578Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-11T18:36:21.578Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-11T18:36:21.578Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-11T18:36:21.578Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-11T18:36:21.578Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-11T18:36:21.578Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-11T18:36:21.578Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-11T18:36:21.578Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-11T18:36:21.578Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-11T18:36:21.578Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-11T18:36:21.845Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:36:21.845Z] INFO: Testing against a local daemon [2022-03-11T18:36:21.845Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-11T18:36:21.845Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:21.845Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-11T18:36:21.845Z] === RUN TestDiskUsage [2022-03-11T18:36:21.845Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-11T18:36:21.845Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-11T18:36:21.845Z] === RUN TestEventsExecDie [2022-03-11T18:36:21.845Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-11T18:36:21.845Z] --- SKIP: TestEventsExecDie (0.01s) [2022-03-11T18:36:21.845Z] === RUN TestEventsBackwardsCompatible [2022-03-11T18:36:21.845Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-11T18:36:21.845Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-11T18:36:21.845Z] === RUN TestEventsVolumeCreate [2022-03-11T18:36:21.845Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-11T18:36:21.845Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-11T18:36:21.845Z] === RUN TestInfoAPI [2022-03-11T18:36:21.845Z] --- PASS: TestInfoAPI (0.06s) [2022-03-11T18:36:21.845Z] === RUN TestInfoAPIWarnings [2022-03-11T18:36:21.845Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:36:21.845Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-11T18:36:21.845Z] === RUN TestInfoDebug [2022-03-11T18:36:21.845Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:36:21.845Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-11T18:36:21.845Z] === RUN TestInfoInsecureRegistries [2022-03-11T18:36:21.845Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:36:21.845Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-11T18:36:21.845Z] === RUN TestInfoRegistryMirrors [2022-03-11T18:36:21.845Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:36:21.845Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-11T18:36:21.845Z] === RUN TestLoginFailsWithBadCredentials [2022-03-11T18:36:22.047Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-11T18:36:22.330Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-03-11T18:36:22.833Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2022-03-11T18:36:22.833Z] === RUN TestPingCacheHeaders [2022-03-11T18:36:22.833Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-03-11T18:36:22.833Z] === RUN TestPingGet [2022-03-11T18:36:22.833Z] --- PASS: TestPingGet (0.04s) [2022-03-11T18:36:22.833Z] === RUN TestPingHead [2022-03-11T18:36:22.833Z] --- PASS: TestPingHead (0.04s) [2022-03-11T18:36:22.833Z] === RUN TestVersion [2022-03-11T18:36:22.833Z] --- PASS: TestVersion (0.04s) [2022-03-11T18:36:22.833Z] PASS [2022-03-11T18:36:22.833Z] ok github.com/docker/docker/integration/system 1.297s [2022-03-11T18:36:23.303Z] [2022-03-11T18:36:23.303Z] === Skipped [2022-03-11T18:36:23.303Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-11T18:36:23.303Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-11T18:36:23.303Z] [2022-03-11T18:36:23.303Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-11T18:36:23.303Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-11T18:36:23.303Z] [2022-03-11T18:36:23.303Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.01s) [2022-03-11T18:36:23.303Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-11T18:36:23.303Z] [2022-03-11T18:36:23.303Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-11T18:36:23.303Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-11T18:36:23.303Z] [2022-03-11T18:36:23.303Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-11T18:36:23.303Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-11T18:36:23.303Z] [2022-03-11T18:36:23.303Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-11T18:36:23.303Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-11T18:36:23.303Z] [2022-03-11T18:36:23.303Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-11T18:36:23.303Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:36:23.303Z] [2022-03-11T18:36:23.303Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-11T18:36:23.303Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:36:23.303Z] [2022-03-11T18:36:23.303Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-11T18:36:23.303Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-11T18:36:23.303Z] [2022-03-11T18:36:23.303Z] DONE 15 tests, 9 skipped in 3.377s [2022-03-11T18:36:23.303Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-11T18:36:24.220Z] docker_cli_swarm_test.go:1796: [d183192ee1cf4] joining swarm manager [dfca34a9d4f04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:36:25.527Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:36:25.527Z] INFO: Testing against a local daemon [2022-03-11T18:36:25.527Z] === RUN TestVolumesCreateAndList [2022-03-11T18:36:25.527Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-03-11T18:36:25.527Z] === RUN TestVolumesRemove [2022-03-11T18:36:25.527Z] --- PASS: TestVolumesRemove (0.13s) [2022-03-11T18:36:25.528Z] === RUN TestVolumesInspect [2022-03-11T18:36:25.528Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-11T18:36:25.528Z] === RUN TestVolumesInvalidJSON [2022-03-11T18:36:25.528Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-11T18:36:25.528Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-11T18:36:25.528Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-11T18:36:25.528Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-03-11T18:36:25.528Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-11T18:36:25.528Z] PASS [2022-03-11T18:36:25.528Z] ok github.com/docker/docker/integration/volume 0.357s [2022-03-11T18:36:25.528Z] [2022-03-11T18:36:25.528Z] DONE 5 tests in 2.483s [2022-03-11T18:36:25.586Z] docker_cli_swarm_test.go:1797: [d373d2d609df0] joining swarm manager [dfca34a9d4f04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:36:25.998Z] INFO: make.ps1 ended at 03/11/2022 18:36:25 [2022-03-11T18:36:25.998Z] INFO: Integration CLI tests being run from the host: [2022-03-11T18:36:25.998Z] 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" [2022-03-11T18:36:27.913Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-11T18:36:30.831Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-11T18:36:30.831Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-11T18:36:31.088Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-11T18:36:31.526Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-11T18:36:31.651Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-11T18:36:31.651Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-11T18:36:31.907Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-11T18:36:31.907Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-11T18:36:32.469Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-11T18:36:32.469Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-11T18:36:33.032Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-11T18:36:33.032Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-11T18:36:33.289Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-11T18:36:33.289Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-11T18:36:33.289Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-11T18:36:34.655Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-11T18:36:34.655Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-11T18:36:34.911Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-11T18:36:34.911Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-11T18:36:34.911Z] === RUN TestDockerSuite/TestVolumeEvents [2022-03-11T18:36:35.476Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-11T18:36:36.442Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-11T18:36:36.442Z] INFO: Testing against a local daemon [2022-03-11T18:36:36.442Z] === RUN TestDockerSuite [2022-03-11T18:36:36.442Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-11T18:36:36.442Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-11T18:36:36.442Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-11T18:36:36.442Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-11T18:36:36.442Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-11T18:36:36.442Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-11T18:36:36.442Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-11T18:36:36.442Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-11T18:36:36.442Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-11T18:36:36.442Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-11T18:36:36.442Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-11T18:36:36.843Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-11T18:36:36.844Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-11T18:36:36.912Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-11T18:36:37.100Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-11T18:36:37.100Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-03-11T18:36:37.382Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-11T18:36:37.462Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-11T18:36:37.462Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-11T18:36:37.462Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-11T18:36:37.462Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-11T18:36:37.462Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-11T18:36:37.462Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-11T18:36:37.462Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-11T18:36:37.462Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-11T18:36:37.462Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-11T18:36:37.462Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-11T18:36:37.462Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-11T18:36:37.851Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-11T18:36:38.993Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-11T18:36:41.515Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-11T18:36:41.515Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite (1322.36s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (4.45s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.17s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.50s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.76s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.16s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.61s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.36s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.21s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.04s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.98s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.40s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.09s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.91s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.66s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.71s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.67s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.73s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.76s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.82s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAttachDetach (1.10s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.84s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.71s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.74s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.63s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.13s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.85s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.89s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.91s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.15s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.62s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.13s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.61s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.48s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.31s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.95s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.03s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.64s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.78s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.56s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.71s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.15s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.45s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.48s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.04s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.82s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.16s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.00s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.21s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.25s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.04s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.67s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.37s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.19s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.40s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.47s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.18s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.25s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.81s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.13s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.34s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.61s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.47s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.34s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.11s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.27s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.65s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.02s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.86s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.41s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.06s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.42s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.39s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.02s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.35s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.82s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.23s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.04s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.55s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.55s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.38s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.82s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.08s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.99s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.79s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.72s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.68s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.57s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCmd (0.29s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.33s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.29s) [2022-03-11T18:36:41.775Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.89s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.23s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.76s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.82s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.28s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.62s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.64s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.34s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.58s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.97s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.58s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.95s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.28s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.28s) [2022-03-11T18:36:41.775Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-03-11T18:36:41.775Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-11T18:36:41.775Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-11T18:36:41.775Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.06s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.41s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.65s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.29s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.62s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.90s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.65s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.30s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.32s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.76s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.08s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.03s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.12s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.44s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.56s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.25s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.35s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.07s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.19s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.45s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.01s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.97s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.24s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.23s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.49s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.36s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.22s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.54s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.50s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.42s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.97s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.25s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.37s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.29s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.10s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.20s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.75s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEnv (1.64s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.42s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.11s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.28s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.28s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.75s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.74s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.18s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.53s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.59s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.41s) [2022-03-11T18:36:41.775Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.32s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.96s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildExpose (0.34s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.66s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.50s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.36s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildFails (0.73s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.09s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.93s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.41s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.32s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.42s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.13s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.28s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.87s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.34s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.76s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.75s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.41s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildHistory (3.94s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.64s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.89s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.59s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.50s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.59s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildLabel (0.30s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.28s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.29s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.20s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildLabels (0.32s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.70s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.87s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.95s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.09s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.18s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.12s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.21s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.05s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.38s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.47s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.53s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.45s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.75s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.68s) [2022-03-11T18:36:41.775Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.83s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.31s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.21s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.22s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.27s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.47s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.68s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.63s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.19s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.51s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.38s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.33s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.66s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.25s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.41s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.65s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.03s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.65s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.92s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.17s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.32s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.04s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildPATH (3.20s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.92s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.94s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.42s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.44s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.80s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildRm (2.49s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.67s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.00s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.29s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.50s) [2022-03-11T18:36:41.775Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.82s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.97s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.73s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.85s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.14s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.32s) [2022-03-11T18:36:41.776Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.31s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.60s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildStderr (0.63s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.38s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.15s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.03s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.75s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.13s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.67s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildUser (1.88s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.38s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (9.65s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.59s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.62s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.62s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.86s) [2022-03-11T18:36:41.776Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-11T18:36:41.776Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-11T18:36:41.776Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-11T18:36:41.776Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.24s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.72s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.79s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.75s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.11s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.53s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.58s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.85s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.37s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.39s) [2022-03-11T18:36:41.776Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.66s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.52s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-11T18:36:41.776Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.67s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.65s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCommitChange (0.88s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.75s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.23s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.16s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.72s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCommitTTY (1.18s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.55s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.13s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.69s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.31s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.73s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.80s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.11s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (1.02s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (1.05s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.67s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.76s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.82s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.83s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.57s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.55s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.70s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.58s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.51s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.73s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.50s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.64s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.53s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.55s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.54s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.01s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.26s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.53s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.32s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.93s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.81s) [2022-03-11T18:36:41.776Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.56s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.81s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.78s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.35s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.74s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.62s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.03s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.17s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.47s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.40s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.40s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.64s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00000f818_} (1.52s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12087808997_/foo_false____} (1.57s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12087808997_/foo_true____} (1.50s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31095207926_/foo_false____} (1.36s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31095207926_/foo_true____} (1.74s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31095207926_/foo_true__0xc00000f848__} (1.32s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00000f860_} (1.34s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00000f878_} (1.32s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00000f8c0_} (1.31s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00000f920_} (1.38s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.15s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.07s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.72s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.24s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.14s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.52s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.59s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.62s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.62s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.84s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.73s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.65s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.85s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.54s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.70s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.76s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.54s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.71s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.03s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.12s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.79s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.81s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.59s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.66s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.53s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.63s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.94s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.49s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.52s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.29s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.08s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.53s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.27s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.78s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.46s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.72s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.52s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToDot (0.52s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.87s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.89s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToStdout (0.54s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.92s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.23s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.60s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.18s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateArgs (0.07s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.50s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.58s) [2022-03-11T18:36:41.776Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.50s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.49s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2022-03-11T18:36:41.776Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.17s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.86s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.81s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.10s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.50s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.22s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.67s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.09s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.25s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.88s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.73s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.10s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.67s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.06s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.07s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.03s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.75s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.12s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.18s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.11s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.05s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.21s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.65s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.89s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestEventsAttach (0.75s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestEventsCommit (0.87s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.71s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.57s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.54s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.55s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.08s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.18s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.09s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestEventsCopy (0.88s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.22s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.46s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.28s) [2022-03-11T18:36:41.776Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.94s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.71s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.27s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsFilters (0.97s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsFormat (0.94s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.66s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.70s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2022-03-11T18:36:41.777Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-11T18:36:41.777Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.91s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.50s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsRename (0.50s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsResize (0.50s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.39s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.54s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.49s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.71s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsTop (0.54s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.89s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExec (0.66s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.55s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.69s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.52s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.07s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.53s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.51s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.52s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.52s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.58s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.50s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.97s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecCgroup (0.87s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecEnv (0.67s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.96s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.57s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecInspectID (2.63s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecInteractive (0.52s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.67s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.69s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecParseError (0.61s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.59s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.77s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.63s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.54s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecStartFails (0.55s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.73s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.52s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecTTY (0.63s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.80s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.51s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecUlimits (0.76s) [2022-03-11T18:36:41.777Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.46s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.53s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.74s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.53s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestExecWithUser (0.60s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.47s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.49s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.49s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.50s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.44s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestHealth (18.89s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.59s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.10s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.25s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.37s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.60s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.65s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.54s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.55s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.59s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImportDisplay (1.11s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImportFile (1.05s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.10s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImportGzipped (1.12s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.09s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.53s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.50s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.49s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.47s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.45s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.48s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.44s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.07s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.46s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.47s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s) [2022-03-11T18:36:41.777Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.67s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.49s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectDefault (0.46s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectHistory (0.53s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-11T18:36:41.777Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.49s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.53s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.60s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.49s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.24s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.63s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectStatus (0.69s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.22s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.62s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.63s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.72s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.60s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.73s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.75s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.73s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.21s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.93s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.21s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.09s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.39s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.39s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.37s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.28s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.98s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.00s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.06s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.48s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.52s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.29s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.46s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.45s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.50s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.42s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.48s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.83s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.03s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.00s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.94s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.82s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.90s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.68s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.73s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.54s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.46s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsSince (6.61s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.45s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.56s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsTail (0.76s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.71s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.46s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.28s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.61s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestNetHostname (1.75s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.22s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.59s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.29s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.46s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPluginActive (1.96s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.13s) [2022-03-11T18:36:41.777Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.25s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.79s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.84s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.57s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.17s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.38s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.92s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.88s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPortList (6.89s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.85s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.86s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.47s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.48s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.48s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.30s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.98s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.67s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.68s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.27s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsByOrder (2.09s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.66s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.06s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.16s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.09s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.54s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.95s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.92s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.45s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.14s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.13s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.68s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.31s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.37s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.22s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.62s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.86s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.58s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.47s) [2022-03-11T18:36:41.777Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.21s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.46s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.94s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.89s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.66s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.89s) [2022-03-11T18:36:41.777Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.79s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.33s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.94s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.06s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.47s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.52s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.77s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.63s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.07s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.64s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.15s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.64s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.57s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.89s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.46s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.52s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.27s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.83s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAddHost (0.46s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.25s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.52s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.51s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.07s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.66s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.77s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.57s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.84s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.86s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.59s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.59s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.61s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.55s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.79s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.94s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.91s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.42s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.44s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.43s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.34s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.45s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.42s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.48s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.42s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.50s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.44s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.47s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.44s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.44s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.41s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.75s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.48s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.48s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.45s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.48s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.00s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.13s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.55s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.73s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.65s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.44s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.52s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.41s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.14s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.10s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.52s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.69s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.23s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.71s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.87s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.49s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.58s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.18s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.64s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.54s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.03s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.51s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.77s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.53s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.54s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.45s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.77s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.62s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.11s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.74s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.82s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.56s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.56s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunExitCode (0.47s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.66s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.65s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.51s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.54s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.49s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.51s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.24s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.82s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.56s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.18s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.70s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.01s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.03s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.67s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.04s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.91s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.93s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.47s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.32s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.33s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.64s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.89s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.72s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.90s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.15s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.91s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunMount (3.78s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.41s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.43s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.87s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.57s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.47s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.88s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.67s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.00s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.06s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.50s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNetHost (0.79s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.58s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.47s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.98s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.54s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.04s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.37s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.45s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.43s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.39s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.45s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.52s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.68s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.53s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.47s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.70s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.49s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.44s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.62s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.73s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.53s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.48s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.49s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.52s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.25s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.38s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.07s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunRm (0.61s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.47s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.73s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.54s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.59s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.61s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.75s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.63s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.72s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.43s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.47s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.51s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.45s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.64s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.52s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.58s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.49s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.64s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunState (1.16s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.49s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.58s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.53s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.78s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunSysctls (1.02s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.44s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.44s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.42s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.14s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.18s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.79s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.44s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.46s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.58s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.56s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.52s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunUserByID (0.60s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.11s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.58s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunUserByName (0.43s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.58s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.18s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.60s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.94s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.75s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.84s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.77s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.07s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.62s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.80s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.76s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.82s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.55s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.11s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.76s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.49s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.47s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-11T18:36:41.778Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-11T18:36:41.778Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.44s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.43s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.45s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.43s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.43s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.43s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.43s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.93s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.44s) [2022-03-11T18:36:41.779Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.35s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.90s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.42s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.40s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.72s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.90s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.00s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.10s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.38s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.38s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.39s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.08s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.16s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.16s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.43s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.57s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.89s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.63s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.64s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.62s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.89s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.51s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.67s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.87s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.55s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.52s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.49s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStartRecordError (1.05s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.79s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.20s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.73s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.95s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.54s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.71s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.53s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.67s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.71s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.56s) [2022-03-11T18:36:41.779Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.59s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.21s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.11s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.43s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.44s) [2022-03-11T18:36:41.779Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-11T18:36:41.779Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.90s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.56s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.54s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.96s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUpdateStats (3.49s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.88s) [2022-03-11T18:36:41.779Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.65s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.53s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.22s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.38s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.25s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.80s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.20s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.75s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.52s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.56s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.01s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.20s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.37s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.33s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.31s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.35s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.48s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.06s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.66s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.09s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.62s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.59s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.46s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.49s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.40s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.00s) [2022-03-11T18:36:41.779Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.64s) [2022-03-11T18:36:41.779Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-03-11T18:36:41.779Z] === RUN TestDockerRegistrySuite [2022-03-11T18:36:41.779Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-11T18:36:42.220Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-11T18:36:42.220Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-11T18:36:42.220Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-11T18:36:42.220Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-11T18:36:42.220Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-11T18:36:42.220Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-11T18:36:42.220Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-11T18:36:42.687Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-11T18:36:42.725Z] check_test.go:195: [d872af9de78c0] daemon is not started [2022-03-11T18:36:42.725Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-11T18:36:44.093Z] check_test.go:195: [db38873dbcda8] daemon is not started [2022-03-11T18:36:44.093Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-11T18:36:45.462Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-03-11T18:36:45.462Z] check_test.go:195: [d6f44019d614c] daemon is not started [2022-03-11T18:36:45.462Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-11T18:36:45.462Z] check_test.go:195: [d0c14060d67bc] daemon is not started [2022-03-11T18:36:45.462Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-11T18:36:47.979Z] docker_cli_swarm_test.go:1315: [d3dc0fd6cf304] joining swarm manager [d6a1ba44fed0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:36:48.556Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-11T18:36:48.909Z] check_test.go:195: [d22c5ac10e857] daemon is not started [2022-03-11T18:36:48.909Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-11T18:36:48.909Z] docker_cli_swarm_test.go:1316: [d9ccb4ba7dfee] joining swarm manager [d6a1ba44fed0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:36:53.077Z] check_test.go:195: [d957877db942a] daemon is not started [2022-03-11T18:36:53.077Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-11T18:36:55.596Z] check_test.go:195: [d24a1accbb727] daemon is not started [2022-03-11T18:36:55.596Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-11T18:36:56.962Z] check_test.go:195: [d8e4fcce3732b] daemon is not started [2022-03-11T18:36:56.963Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-11T18:36:57.525Z] check_test.go:195: [d4d046fc64ad2] daemon is not started [2022-03-11T18:36:57.525Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-11T18:36:58.892Z] check_test.go:195: [d17cc19815a89] daemon is not started [2022-03-11T18:36:58.892Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-11T18:36:59.821Z] check_test.go:195: [d2c822aee492b] daemon is not started [2022-03-11T18:36:59.821Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-11T18:37:01.189Z] check_test.go:195: [da6b04282f456] daemon is not started [2022-03-11T18:37:01.189Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-11T18:37:01.752Z] check_test.go:195: [dbaf4a79b9c1c] daemon is not started [2022-03-11T18:37:01.752Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-11T18:37:03.122Z] check_test.go:195: [d05746c7110ea] daemon is not started [2022-03-11T18:37:03.122Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-11T18:37:03.486Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-11T18:37:03.686Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:73e7bd085d0abcbd8fd528febd6c15405852c6be24424a9736f42eadffb8c917 [2022-03-11T18:37:03.953Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-11T18:37:03.953Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-11T18:37:03.953Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-11T18:37:03.953Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-11T18:37:03.953Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-11T18:37:03.953Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-11T18:37:04.421Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-11T18:37:04.421Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-11T18:37:04.421Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-11T18:37:04.421Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-11T18:37:04.421Z] === RUN TestDockerSuite/TestBuildFails [2022-03-11T18:37:04.637Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9758e08bd3ae47ba53a8c9bb200d7d566ea872e19dd9cb9c42358dd1236fdf91 [2022-03-11T18:37:04.904Z] check_test.go:195: [d3e6d46ec2aa9] daemon is not started [2022-03-11T18:37:04.904Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-11T18:37:05.834Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:8823058762b376f05a84f5be13e89c54639b067bd7ffdb9b3e2a0df4864eb675 [2022-03-11T18:37:06.762Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:190cdf77cb46955284cf627247df722789e5bcd3d3b3b5dc7a3d406b46d703c1 [2022-03-11T18:37:06.762Z] check_test.go:195: [d14cd2d4c9059] daemon is not started [2022-03-11T18:37:06.762Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-11T18:37:07.368Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-11T18:37:07.368Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-11T18:37:07.692Z] check_test.go:195: [dea1f1adbf008] daemon is not started [2022-03-11T18:37:07.948Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-11T18:37:09.840Z] check_test.go:195: [d33c14feb3aef] daemon is not started [2022-03-11T18:37:09.840Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-11T18:37:10.772Z] check_test.go:195: [d716b1619502c] daemon is not started [2022-03-11T18:37:10.772Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-11T18:37:11.029Z] check_test.go:195: [d702f9e33ddb9] daemon is not started [2022-03-11T18:37:11.029Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-11T18:37:11.960Z] check_test.go:195: [d69ce1cc72725] daemon is not started [2022-03-11T18:37:11.960Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-11T18:37:12.889Z] check_test.go:195: [d502c149298da] daemon is not started [2022-03-11T18:37:12.889Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-11T18:37:13.819Z] check_test.go:195: [de666807c9c6c] daemon is not started [2022-03-11T18:37:13.819Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-11T18:37:14.536Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-11T18:37:16.341Z] check_test.go:195: [d3824e5ded28a] daemon is not started [2022-03-11T18:37:16.341Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-11T18:37:16.598Z] check_test.go:195: [dc86beefabc83] daemon is not started [2022-03-11T18:37:16.598Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-11T18:37:17.528Z] check_test.go:195: [db7f22ed58984] daemon is not started [2022-03-11T18:37:17.528Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-11T18:37:17.784Z] check_test.go:195: [d960dc2f535a3] daemon is not started [2022-03-11T18:37:17.784Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-11T18:37:18.041Z] check_test.go:195: [dd7277f828b3c] daemon is not started [2022-03-11T18:37:18.041Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-11T18:37:18.298Z] check_test.go:195: [da2ea4fa565fc] daemon is not started [2022-03-11T18:37:18.298Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-11T18:37:18.554Z] check_test.go:195: [d5025fa9d0a63] daemon is not started [2022-03-11T18:37:18.554Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-11T18:37:18.811Z] check_test.go:195: [d3808834ff6ac] daemon is not started [2022-03-11T18:37:18.811Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-11T18:37:18.811Z] check_test.go:195: [dee65ae35a49c] daemon is not started [2022-03-11T18:37:19.067Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-11T18:37:19.997Z] check_test.go:195: [da388fb6e262d] daemon is not started [2022-03-11T18:37:19.997Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-11T18:37:21.364Z] check_test.go:195: [d221d0d4927d2] daemon is not started [2022-03-11T18:37:21.364Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-11T18:37:21.694Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-11T18:37:22.292Z] check_test.go:195: [d6eed5ff021cd] daemon is not started [2022-03-11T18:37:22.292Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-11T18:37:23.224Z] check_test.go:195: [d7be3d0cb3435] daemon is not started [2022-03-11T18:37:23.224Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-11T18:37:24.152Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-11T18:37:25.079Z] --- PASS: TestDockerRegistrySuite (43.21s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.19s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.03s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.55s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.22s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.08s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.83s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.05s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.87s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.04s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.11s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.15s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.86s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.04s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.15s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.88s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.97s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.08s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.94s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.95s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.84s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.47s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.97s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.02s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.45s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.77s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.01s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2022-03-11T18:37:25.080Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2022-03-11T18:37:25.080Z] === RUN TestDockerSchema1RegistrySuite [2022-03-11T18:37:25.080Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-11T18:37:25.080Z] check_test.go:222: [df884ace64eb2] daemon is not started [2022-03-11T18:37:25.080Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-11T18:37:28.354Z] check_test.go:222: [db1185916d551] daemon is not started [2022-03-11T18:37:28.354Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-11T18:37:28.850Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-11T18:37:33.602Z] check_test.go:222: [ddafc46704c91] daemon is not started [2022-03-11T18:37:33.602Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-11T18:37:33.602Z] check_test.go:222: [d952361a921cb] daemon is not started [2022-03-11T18:37:33.602Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-11T18:37:33.704Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-11T18:37:33.704Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-11T18:37:33.704Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-11T18:37:33.858Z] check_test.go:222: [ddc4ed4e01576] daemon is not started [2022-03-11T18:37:33.858Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-11T18:37:34.786Z] check_test.go:222: [d9a23def8a7c9] daemon is not started [2022-03-11T18:37:34.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-11T18:37:35.717Z] check_test.go:222: [d8ce5c5c5b029] daemon is not started [2022-03-11T18:37:35.717Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-11T18:37:36.014Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-11T18:37:36.645Z] check_test.go:222: [d06a8518b5344] daemon is not started [2022-03-11T18:37:36.645Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-11T18:37:37.575Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-11T18:37:39.162Z] check_test.go:222: [d33c37f2f1f5a] daemon is not started [2022-03-11T18:37:39.162Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-11T18:37:39.162Z] check_test.go:222: [d4dba1efcdc43] daemon is not started [2022-03-11T18:37:39.162Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-11T18:37:39.564Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-11T18:37:39.564Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-11T18:37:39.725Z] check_test.go:222: [df480ebe46d80] daemon is not started [2022-03-11T18:37:39.725Z] --- PASS: TestDockerSchema1RegistrySuite (14.88s) [2022-03-11T18:37:39.725Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-03-11T18:37:39.725Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.80s) [2022-03-11T18:37:39.725Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.87s) [2022-03-11T18:37:39.725Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.97s) [2022-03-11T18:37:39.725Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-03-11T18:37:39.725Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.94s) [2022-03-11T18:37:39.725Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2022-03-11T18:37:39.725Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.86s) [2022-03-11T18:37:39.725Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.37s) [2022-03-11T18:37:39.725Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2022-03-11T18:37:39.725Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.47s) [2022-03-11T18:37:39.725Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-11T18:37:39.725Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-11T18:37:40.653Z] check_test.go:251: [dc61d04ae0b26] daemon is not started [2022-03-11T18:37:40.653Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-11T18:37:40.909Z] check_test.go:251: [dbb836d7cd59a] daemon is not started [2022-03-11T18:37:40.909Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-11T18:37:41.166Z] check_test.go:251: [d31b6bb31787e] daemon is not started [2022-03-11T18:37:41.166Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-11T18:37:42.533Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-11T18:37:43.096Z] check_test.go:251: [dc4a73a0cd086] daemon is not started [2022-03-11T18:37:43.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-11T18:37:43.353Z] check_test.go:251: [d0568a74eebbb] daemon is not started [2022-03-11T18:37:43.353Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-11T18:37:43.442Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-11T18:37:43.442Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-11T18:37:43.442Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-11T18:37:43.913Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-11T18:37:44.283Z] check_test.go:251: [d2f88d506f319] daemon is not started [2022-03-11T18:37:44.283Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-11T18:37:44.381Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-11T18:37:44.381Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-11T18:37:44.381Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-11T18:37:44.539Z] check_test.go:251: [d6d8ed65c1228] daemon is not started [2022-03-11T18:37:44.539Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.70s) [2022-03-11T18:37:44.539Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.71s) [2022-03-11T18:37:44.539Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.57s) [2022-03-11T18:37:44.539Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-03-11T18:37:44.539Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.23s) [2022-03-11T18:37:44.539Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.54s) [2022-03-11T18:37:44.539Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s) [2022-03-11T18:37:44.539Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.84s) [2022-03-11T18:37:44.539Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2022-03-11T18:37:44.539Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-11T18:37:44.539Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-11T18:37:45.425Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-11T18:37:45.893Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-11T18:37:45.893Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-11T18:37:45.893Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-11T18:37:45.893Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-11T18:37:45.893Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-11T18:37:45.893Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-11T18:37:45.893Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-11T18:37:45.893Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-11T18:37:46.880Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-11T18:37:49.791Z] check_test.go:278: [de4760885c568] daemon is not started [2022-03-11T18:37:49.791Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-11T18:37:49.791Z] check_test.go:278: [d78cf3c73fb0b] daemon is not started [2022-03-11T18:37:49.791Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-11T18:37:49.791Z] check_test.go:278: [da4c3841f6dd1] daemon is not started [2022-03-11T18:37:49.791Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-11T18:37:50.047Z] check_test.go:278: [d268708f51583] daemon is not started [2022-03-11T18:37:50.047Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-11T18:37:50.304Z] check_test.go:278: [ded079797c2c0] daemon is not started [2022-03-11T18:37:50.304Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.75s) [2022-03-11T18:37:50.304Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2022-03-11T18:37:50.304Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-03-11T18:37:50.304Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-03-11T18:37:50.304Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-03-11T18:37:50.304Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-03-11T18:37:50.304Z] === RUN TestDockerNetworkSuite [2022-03-11T18:37:50.304Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-03-11T18:37:50.668Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-11T18:37:51.232Z] docker_cli_network_unix_test.go:46: [d8bb312e066c0] daemon is not started [2022-03-11T18:37:51.232Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-03-11T18:37:51.795Z] docker_cli_network_unix_test.go:46: [deadc5d82a188] daemon is not started [2022-03-11T18:37:51.795Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-03-11T18:37:52.881Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-11T18:37:52.881Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-11T18:37:52.881Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-11T18:37:52.881Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-11T18:37:52.881Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-11T18:37:52.881Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-11T18:37:54.312Z] docker_cli_network_unix_test.go:46: [dcb6ede50c422] daemon is not started [2022-03-11T18:37:54.803Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-11T18:37:54.803Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-11T18:37:54.803Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-11T18:37:54.874Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-03-11T18:37:56.242Z] docker_cli_network_unix_test.go:46: [da2179aaa7185] daemon is not started [2022-03-11T18:37:56.242Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-03-11T18:37:56.498Z] docker_cli_network_unix_test.go:1233: [d446849ba5530] daemon is not started [2022-03-11T18:37:56.671Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-11T18:37:59.016Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-03-11T18:37:59.578Z] docker_cli_network_unix_test.go:46: [dad906a2785cc] daemon is not started [2022-03-11T18:38:00.140Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-03-11T18:38:02.663Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-03-11T18:38:05.933Z] docker_cli_network_unix_test.go:46: [d812a8a3b9613] daemon is not started [2022-03-11T18:38:06.496Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-03-11T18:38:07.059Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-03-11T18:38:07.263Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-11T18:38:07.723Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-11T18:38:09.593Z] docker_cli_network_unix_test.go:46: [d3de86dc48317] daemon is not started [2022-03-11T18:38:09.930Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-11T18:38:09.930Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-11T18:38:09.930Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-11T18:38:10.155Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-03-11T18:38:10.915Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-11T18:38:10.915Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-11T18:38:11.509Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-11T18:38:11.521Z] docker_cli_network_unix_test.go:46: [deaa09a823397] daemon is not started [2022-03-11T18:38:11.521Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-03-11T18:38:12.451Z] docker_cli_network_unix_test.go:46: [dcb942e406317] daemon is not started [2022-03-11T18:38:12.451Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-03-11T18:38:12.708Z] docker_cli_network_unix_test.go:46: [df6258ab113cc] daemon is not started [2022-03-11T18:38:12.964Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-03-11T18:38:13.527Z] docker_cli_network_unix_test.go:46: [d1b73eb17f403] daemon is not started [2022-03-11T18:38:14.090Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-03-11T18:38:14.655Z] docker_cli_network_unix_test.go:46: [d3bd6410c0439] daemon is not started [2022-03-11T18:38:14.911Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-03-11T18:38:15.168Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-03-11T18:38:15.425Z] docker_cli_network_unix_test.go:46: [de2eb788bd9d5] daemon is not started [2022-03-11T18:38:15.425Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-03-11T18:38:15.681Z] docker_cli_network_unix_test.go:46: [d653a51fa75a0] daemon is not started [2022-03-11T18:38:15.681Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-03-11T18:38:16.243Z] docker_cli_network_unix_test.go:46: [dcc3ae26ec0f1] daemon is not started [2022-03-11T18:38:16.500Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-03-11T18:38:16.757Z] docker_cli_network_unix_test.go:46: [d5a1ac036db71] daemon is not started [2022-03-11T18:38:16.757Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-03-11T18:38:16.757Z] docker_cli_network_unix_test.go:46: [daa77ccccf14f] daemon is not started [2022-03-11T18:38:16.757Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-03-11T18:38:16.774Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-11T18:38:17.242Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-11T18:38:17.321Z] docker_cli_network_unix_test.go:46: [d6c117bb79cbb] daemon is not started [2022-03-11T18:38:17.321Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-03-11T18:38:17.366Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-11T18:38:18.228Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-11T18:38:18.251Z] docker_cli_network_unix_test.go:46: [d4a46e902d7ea] daemon is not started [2022-03-11T18:38:18.251Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-03-11T18:38:18.814Z] docker_cli_network_unix_test.go:46: [d95015dc7d78d] daemon is not started [2022-03-11T18:38:18.929Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-11T18:38:18.929Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-11T18:38:18.929Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-11T18:38:19.213Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-11T18:38:19.379Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-03-11T18:38:19.635Z] docker_cli_network_unix_test.go:46: [d6ce638e94f18] daemon is not started [2022-03-11T18:38:19.635Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-03-11T18:38:19.635Z] docker_cli_network_unix_test.go:46: [dba8d384c0052] daemon is not started [2022-03-11T18:38:19.680Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-11T18:38:19.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-03-11T18:38:19.892Z] docker_cli_network_unix_test.go:46: [d0a40b5dee32a] daemon is not started [2022-03-11T18:38:19.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-03-11T18:38:21.247Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-11T18:38:21.260Z] docker_cli_network_unix_test.go:968: [dd0d266ccbc92] daemon is not started [2022-03-11T18:38:21.828Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-03-11T18:38:22.172Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-11T18:38:22.759Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-03-11T18:38:22.808Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-11T18:38:24.130Z] docker_cli_network_unix_test.go:46: [d898f5280697a] daemon is not started [2022-03-11T18:38:24.130Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-03-11T18:38:24.384Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-11T18:38:24.386Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-03-11T18:38:26.999Z] docker_cli_network_unix_test.go:1116: [db01638f2e76f] daemon is not started [2022-03-11T18:38:29.522Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-03-11T18:38:29.963Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-11T18:38:29.963Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-11T18:38:29.963Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-11T18:38:29.963Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-11T18:38:29.963Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-11T18:38:29.963Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-11T18:38:30.435Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-11T18:38:30.435Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-11T18:38:30.435Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-11T18:38:30.895Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-03-11T18:38:31.152Z] docker_cli_network_unix_test.go:46: [df28728918e34] daemon is not started [2022-03-11T18:38:31.152Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-03-11T18:38:31.422Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-11T18:38:31.536Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-11T18:38:31.536Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-11T18:38:31.536Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-11T18:38:31.536Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-11T18:38:31.536Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-11T18:38:31.536Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-11T18:38:31.536Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-11T18:38:31.536Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-11T18:38:31.536Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-11T18:38:31.536Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-11T18:38:31.890Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-11T18:38:32.521Z] docker_cli_network_unix_test.go:46: [d888038d7525f] daemon is not started [2022-03-11T18:38:32.521Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-03-11T18:38:32.521Z] docker_cli_network_unix_test.go:46: [d1d467f1f33f2] daemon is not started [2022-03-11T18:38:32.521Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-03-11T18:38:32.521Z] docker_cli_network_unix_test.go:46: [d407e33c30108] daemon is not started [2022-03-11T18:38:32.521Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-03-11T18:38:32.778Z] docker_cli_network_unix_test.go:46: [df3c9a7fe3b18] daemon is not started [2022-03-11T18:38:32.778Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-03-11T18:38:33.034Z] docker_cli_network_unix_test.go:46: [d1b46fb69dfdf] daemon is not started [2022-03-11T18:38:33.034Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-03-11T18:38:33.034Z] docker_cli_network_unix_test.go:46: [d9e4f59ca1b95] daemon is not started [2022-03-11T18:38:33.034Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-03-11T18:38:34.402Z] docker_cli_network_unix_test.go:46: [d2bd14a4504a2] daemon is not started [2022-03-11T18:38:34.601Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-11T18:38:34.601Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-11T18:38:34.601Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-11T18:38:34.601Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-11T18:38:34.601Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-11T18:38:34.601Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-11T18:38:34.601Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-11T18:38:34.601Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-11T18:38:34.601Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-11T18:38:34.601Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-11T18:38:34.601Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-11T18:38:34.601Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-11T18:38:34.601Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-11T18:38:34.601Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-11T18:38:34.601Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-11T18:38:34.601Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T18:38:34.601Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-11T18:38:34.601Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-11T18:38:34.601Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-11T18:38:34.601Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-11T18:38:35.331Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-03-11T18:38:35.331Z] docker_cli_network_unix_test.go:46: [dd175018f1a5f] daemon is not started [2022-03-11T18:38:35.331Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-03-11T18:38:35.331Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-11T18:38:35.331Z] docker_cli_network_unix_test.go:46: [def7bd52aa91d] daemon is not started [2022-03-11T18:38:35.331Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-03-11T18:38:35.894Z] docker_cli_network_unix_test.go:46: [dcc3343b494e2] daemon is not started [2022-03-11T18:38:36.150Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-03-11T18:38:36.713Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-03-11T18:38:38.406Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-11T18:38:38.406Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-11T18:38:38.406Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-11T18:38:38.406Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-11T18:38:38.406Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-11T18:38:39.046Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-11T18:38:39.986Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-03-11T18:38:40.914Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-03-11T18:38:40.914Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-11T18:38:40.914Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-03-11T18:38:41.843Z] docker_cli_network_unix_test.go:1084: [d9e709de90b96] daemon is not started [2022-03-11T18:38:42.173Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-11T18:38:43.735Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-03-11T18:38:43.735Z] docker_cli_network_unix_test.go:46: [de1fb58241cc1] daemon is not started [2022-03-11T18:38:43.735Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-03-11T18:38:44.298Z] docker_cli_network_unix_test.go:46: [dedc92ada6c6a] daemon is not started [2022-03-11T18:38:44.554Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-03-11T18:38:45.083Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-11T18:38:45.083Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-11T18:38:45.083Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-11T18:38:45.083Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-11T18:38:45.083Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-11T18:38:45.083Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-11T18:38:45.083Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-11T18:38:45.083Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-11T18:38:45.083Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-11T18:38:46.444Z] docker_cli_network_unix_test.go:46: [d5a01ea1ab725] daemon is not started [2022-03-11T18:38:46.444Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-03-11T18:38:46.703Z] docker_cli_network_unix_test.go:46: [ddc8052c01b31] daemon is not started [2022-03-11T18:38:46.703Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-03-11T18:38:46.960Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-03-11T18:38:47.216Z] docker_cli_network_unix_test.go:46: [d5ab4c2560d3c] daemon is not started [2022-03-11T18:38:47.471Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-03-11T18:38:47.728Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-03-11T18:38:47.979Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-11T18:38:47.979Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-11T18:38:47.979Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-11T18:38:47.979Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-11T18:38:47.979Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-11T18:38:47.984Z] docker_cli_network_unix_test.go:46: [d3a2b5ea18957] daemon is not started [2022-03-11T18:38:47.984Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-03-11T18:38:48.560Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-03-11T18:38:48.818Z] docker_cli_network_unix_test.go:46: [d43b67863047f] daemon is not started [2022-03-11T18:38:49.380Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-03-11T18:38:51.271Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-03-11T18:38:55.443Z] docker_cli_network_unix_test.go:46: [d8f7ce5a2fcc8] daemon is not started [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite (65.40s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.02s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.69s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.90s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.48s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.46s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.44s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (6.81s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.19s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.38s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.76s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.57s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.10s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.16s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.15s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.38s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.84s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.26s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.07s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.31s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.96s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.32s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.09s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.30s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.09s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.72s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.47s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.73s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.34s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.18s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.44s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2022-03-11T18:38:55.700Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.74s) [2022-03-11T18:38:55.700Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.89s) [2022-03-11T18:38:55.701Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.54s) [2022-03-11T18:38:55.701Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-03-11T18:38:55.701Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.85s) [2022-03-11T18:38:55.701Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.10s) [2022-03-11T18:38:55.701Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-03-11T18:38:55.701Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.84s) [2022-03-11T18:38:55.701Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.63s) [2022-03-11T18:38:55.701Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.16s) [2022-03-11T18:38:55.701Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.37s) [2022-03-11T18:38:55.701Z] === RUN TestDockerHubPullSuite [2022-03-11T18:38:55.701Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-03-11T18:38:56.531Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-11T18:38:56.713Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-11T18:38:56.713Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-11T18:38:56.713Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-11T18:38:57.589Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-03-11T18:38:58.876Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-11T18:39:00.105Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-03-11T18:39:00.361Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-03-11T18:39:01.728Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-03-11T18:39:01.985Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-03-11T18:39:01.985Z] --- PASS: TestDockerHubPullSuite (6.45s) [2022-03-11T18:39:01.985Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.76s) [2022-03-11T18:39:01.985Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.31s) [2022-03-11T18:39:01.985Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.65s) [2022-03-11T18:39:01.985Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.46s) [2022-03-11T18:39:01.985Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s) [2022-03-11T18:39:01.985Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-03-11T18:39:01.985Z] PASS [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === Skipped [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-11T18:39:01.985Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-03-11T18:39:01.985Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-11T18:39:01.985Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-11T18:39:01.985Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2022-03-11T18:39:01.985Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-03-11T18:39:01.985Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-11T18:39:01.985Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-11T18:39:01.985Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-11T18:39:01.985Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-11T18:39:01.985Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-11T18:39:01.985Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-11T18:39:01.985Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-11T18:39:01.985Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-11T18:39:01.985Z] docker_cli_sni_test.go:18: Flakey test [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-11T18:39:01.985Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-11T18:39:01.985Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-11T18:39:01.985Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-11T18:39:01.985Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-11T18:39:01.985Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2022-03-11T18:39:01.985Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-11T18:39:01.985Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-11T18:39:01.985Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-11T18:39:01.985Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-11T18:39:01.985Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-03-11T18:39:01.985Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-03-11T18:39:01.985Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-11T18:39:01.985Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-11T18:39:01.985Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s) [2022-03-11T18:39:01.985Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-11T18:39:01.985Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.985Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-11T18:39:01.985Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-11T18:39:01.985Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-11T18:39:01.985Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-03-11T18:39:01.986Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-03-11T18:39:01.986Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2022-03-11T18:39:01.986Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-03-11T18:39:01.986Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-11T18:39:01.986Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-11T18:39:01.986Z] docker_cli_network_unix_test.go:46: [def7bd52aa91d] daemon is not started [2022-03-11T18:39:01.986Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-11T18:39:01.986Z] [2022-03-11T18:39:01.986Z] DONE 1265 tests, 51 skipped in 1468.761s [2022-03-11T18:39:01.986Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-11T18:39:01.986Z] ++++ cat bundles/test-integration/docker.pid [2022-03-11T18:39:01.986Z] +++ kill 8737 [2022-03-11T18:39:01.986Z] +++ /etc/init.d/apparmor stop [2022-03-11T18:39:02.243Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-11T18:39:02.243Z] [2022-03-11T18:39:02.243Z] Unloading profiles will leave already running processes permanently [2022-03-11T18:39:02.243Z] unconfined, which can lead to unexpected situations. [2022-03-11T18:39:02.243Z] [2022-03-11T18:39:02.243Z] To set a process to complain mode, use the command line tool [2022-03-11T18:39:02.243Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-11T18:39:02.243Z] +++ true [2022-03-11T18:39:02.243Z] exiting test-integration [2022-03-11T18:39:02.243Z] ++ exit 0 [2022-03-11T18:39:02.243Z] [2022-03-11T18:39:02.499Z] + for job in $(jobs -p) [2022-03-11T18:39:02.499Z] + wait 8932 [2022-03-11T18:39:22.271Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-11T18:39:22.271Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-11T18:39:22.271Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-11T18:39:22.271Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-11T18:39:22.271Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-11T18:39:34.516Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-11T18:39:39.974Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-11T18:39:39.974Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-11T18:39:39.974Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-11T18:39:40.431Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-11T18:39:49.116Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-03-11T18:39:49.116Z] docker_cli_swarm_test.go:1180: [d4425142ed421] joining swarm manager [dc336e560a17f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:39:49.292Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-11T18:39:50.688Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-11T18:39:50.689Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-11T18:39:51.649Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-11T18:39:53.307Z] docker_cli_swarm_test.go:1189: [d300a151a6835] joining swarm manager [dc336e560a17f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:39:55.058Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-11T18:39:58.690Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-11T18:40:02.124Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-11T18:40:07.893Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-11T18:40:11.062Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-11T18:40:23.421Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-11T18:40:23.421Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-11T18:40:23.421Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-11T18:40:29.003Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-11T18:40:29.003Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-11T18:40:29.003Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-11T18:40:30.572Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-11T18:40:30.572Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-11T18:40:30.572Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-11T18:40:30.572Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-11T18:40:30.572Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-11T18:40:31.970Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-03-11T18:40:36.155Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-11T18:40:36.155Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-11T18:40:36.155Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-11T18:40:36.155Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-11T18:40:36.155Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-11T18:40:36.155Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-11T18:40:37.724Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-11T18:40:37.724Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-11T18:40:37.724Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-11T18:40:38.191Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-11T18:40:38.191Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-11T18:40:38.191Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-11T18:40:38.191Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-11T18:40:38.191Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-11T18:40:39.943Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-11T18:40:40.056Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-03-11T18:40:44.225Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-03-11T18:40:44.693Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-11T18:40:46.115Z] docker_cli_swarm_test.go:1112: [df58448ea12ea] joining swarm manager [df54b2f271677]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:40:47.482Z] docker_cli_swarm_test.go:1113: [d53e8289a1a08] joining swarm manager [df54b2f271677]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:40:48.477Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-11T18:40:48.477Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-11T18:40:48.477Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-11T18:40:51.424Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-11T18:40:52.414Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-11T18:40:53.976Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-11T18:41:06.456Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-11T18:41:06.456Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-11T18:41:08.239Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-11T18:41:08.239Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-11T18:41:08.239Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-11T18:41:14.032Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-11T18:41:14.120Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-11T18:41:14.120Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-11T18:41:15.599Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-11T18:41:15.599Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-11T18:41:16.583Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-11T18:41:16.583Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-11T18:41:17.050Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-11T18:41:18.614Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-11T18:41:18.614Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-11T18:41:18.614Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-11T18:41:18.895Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-11T18:41:18.941Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-11T18:41:19.365Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-11T18:41:19.365Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-11T18:41:19.365Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-11T18:41:19.365Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-11T18:41:19.365Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-11T18:41:19.365Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-11T18:41:19.365Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-11T18:41:19.835Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-11T18:41:20.826Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-11T18:41:21.888Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-11T18:41:24.631Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-11T18:41:25.779Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-11T18:41:26.200Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-11T18:41:26.200Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-11T18:41:26.200Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-11T18:41:26.200Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-11T18:41:26.200Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-11T18:41:26.200Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-11T18:41:26.765Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-11T18:41:26.765Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-11T18:41:26.765Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-11T18:41:26.765Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-11T18:41:26.765Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-11T18:41:28.331Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-11T18:41:29.894Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-11T18:41:30.001Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-11T18:41:30.363Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-11T18:41:30.546Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-11T18:41:30.830Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-11T18:41:31.814Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-11T18:41:36.419Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-11T18:41:38.965Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-11T18:41:41.167Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-11T18:41:41.918Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-11T18:41:41.918Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-11T18:41:41.918Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-11T18:41:42.518Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-11T18:41:42.732Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-11T18:41:42.732Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-11T18:41:42.732Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-11T18:41:42.732Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-11T18:41:42.732Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-11T18:41:43.481Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-11T18:41:43.481Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-11T18:41:43.481Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-11T18:41:43.948Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-11T18:41:44.946Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-11T18:41:44.946Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-11T18:41:44.946Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-11T18:41:46.895Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-11T18:41:48.401Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-11T18:41:48.459Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-11T18:41:48.930Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-11T18:41:48.930Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-11T18:41:48.930Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-11T18:41:49.390Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-11T18:41:49.390Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-11T18:41:49.390Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-11T18:41:49.916Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-11T18:41:50.901Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-11T18:41:50.901Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-11T18:41:50.901Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-11T18:41:50.901Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-11T18:41:50.901Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-11T18:41:53.188Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-11T18:41:54.758Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-11T18:41:58.056Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-11T18:42:00.616Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-11T18:42:00.616Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-11T18:42:00.616Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-11T18:42:00.616Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-11T18:42:00.616Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-11T18:42:00.616Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-11T18:42:00.616Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-11T18:42:00.616Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-11T18:42:00.616Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-11T18:42:01.094Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-11T18:42:23.877Z] docker_cli_swarm_test.go:1166: [d07747968bc03] joining swarm manager [df54b2f271677]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-11T18:42:35.812Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-11T18:42:48.862Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-11T18:42:48.862Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-11T18:42:48.862Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-11T18:42:50.698Z] === RUN TestDockerSuite/TestBuildRm [2022-03-11T18:42:53.492Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-11T18:42:53.492Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-11T18:42:53.943Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-11T18:42:53.943Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-11T18:42:54.393Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-11T18:42:54.393Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-11T18:42:54.393Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-11T18:42:55.345Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-11T18:42:55.345Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-11T18:42:55.345Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-11T18:43:01.722Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-11T18:43:01.722Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-11T18:43:01.722Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-11T18:43:01.722Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-11T18:43:02.192Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-11T18:43:02.539Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-03-11T18:43:02.539Z] docker_cli_swarm_test.go:1447: [d160ef2b87851] joining swarm manager [d0dbd313380b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:43:02.539Z] docker_cli_swarm_test.go:1448: [daa0bfe5d6e0a] joining swarm manager [d0dbd313380b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-11T18:43:05.570Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-11T18:43:07.136Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-11T18:43:07.136Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-11T18:43:07.136Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-11T18:43:07.136Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-11T18:43:07.604Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-11T18:43:09.169Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-11T18:43:12.482Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-03-11T18:43:12.482Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-03-11T18:43:12.482Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-03-11T18:43:12.482Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-03-11T18:43:12.482Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-03-11T18:43:13.043Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-03-11T18:43:13.916Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-11T18:43:15.561Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-03-11T18:43:17.701Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-11T18:43:18.895Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-03-11T18:43:20.796Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-03-11T18:43:22.452Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-11T18:43:22.688Z] docker_cli_swarm_unix_test.go:63: [d107913d3e12b] joining swarm manager [d461879afb68e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:43:27.508Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-11T18:43:27.508Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-11T18:43:27.508Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-11T18:43:27.979Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-11T18:43:31.168Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-11T18:43:31.169Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-11T18:43:31.169Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-11T18:43:31.169Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-11T18:43:36.656Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-11T18:43:36.656Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-11T18:43:37.125Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-11T18:43:40.263Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-11T18:43:40.263Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-11T18:43:40.736Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-11T18:43:43.010Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-11T18:43:51.147Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-11T18:43:51.147Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-11T18:43:52.398Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-11T18:43:53.383Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-11T18:43:53.453Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-11T18:43:54.371Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-11T18:43:55.926Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-11T18:43:55.926Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-11T18:43:59.122Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-11T18:44:00.673Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-11T18:44:03.876Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-11T18:44:03.896Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-11T18:44:03.896Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-11T18:44:03.896Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-11T18:44:07.662Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-11T18:44:14.332Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-11T18:44:14.332Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-11T18:44:14.332Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-11T18:44:14.332Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-11T18:44:14.332Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-11T18:44:18.854Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-03-11T18:44:18.854Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-03-11T18:44:18.854Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-03-11T18:44:20.749Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-03-11T18:44:21.594Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-11T18:44:21.594Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-11T18:44:21.594Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-11T18:44:21.594Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-11T18:44:21.594Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-11T18:44:21.594Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-11T18:44:21.594Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-11T18:44:21.594Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-11T18:44:21.895Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-11T18:44:21.895Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-11T18:44:21.895Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-11T18:44:24.020Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-03-11T18:44:24.853Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-11T18:44:26.414Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-11T18:44:26.537Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-03-11T18:44:28.427Z] docker_api_swarm_test.go:962: [d100bec0ec390] joining swarm manager [d436ccce264e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-11T18:44:31.169Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-11T18:44:38.319Z] === RUN TestDockerSuite/TestBuildUser [2022-03-11T18:44:38.319Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-11T18:44:38.319Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-11T18:44:38.319Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-11T18:44:38.319Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-11T18:44:38.319Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-11T18:44:38.319Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-11T18:44:42.108Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-11T18:44:42.575Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-11T18:44:46.370Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-11T18:44:46.370Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-11T18:44:46.370Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-11T18:44:46.370Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-11T18:44:46.370Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-11T18:44:46.491Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-03-11T18:44:58.663Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-03-11T18:45:00.029Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-03-11T18:45:01.919Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-03-11T18:45:05.189Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-03-11T18:45:11.632Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-11T18:45:12.506Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-11T18:45:12.506Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-11T18:45:12.506Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-11T18:45:12.506Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-11T18:45:12.506Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-11T18:45:12.506Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-11T18:45:13.196Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-11T18:45:13.273Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-03-11T18:45:14.077Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-11T18:45:14.077Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-11T18:45:14.077Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-11T18:45:18.518Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-03-11T18:45:19.976Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-11T18:45:20.089Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-11T18:45:20.089Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-11T18:45:20.089Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-11T18:45:20.423Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-03-11T18:45:20.556Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-11T18:45:20.965Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-11T18:45:20.965Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-11T18:45:20.965Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-11T18:45:20.965Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-11T18:45:20.965Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-11T18:45:22.940Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-03-11T18:45:23.186Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-11T18:45:23.691Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-11T18:45:24.175Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-11T18:45:24.645Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-11T18:45:25.457Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-03-11T18:45:25.636Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-11T18:45:26.106Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-11T18:45:27.973Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-03-11T18:45:30.855Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-11T18:45:30.855Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-11T18:45:30.855Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-11T18:45:30.855Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-11T18:45:30.855Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-11T18:45:31.242Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-03-11T18:45:31.981Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-11T18:45:33.072Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-11T18:45:33.072Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-11T18:45:33.136Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-03-11T18:45:33.538Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-11T18:45:34.947Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-11T18:45:34.947Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-11T18:45:34.947Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-11T18:45:36.516Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-11T18:45:36.516Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-11T18:45:36.516Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-11T18:45:36.987Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-11T18:45:39.220Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-11T18:45:40.210Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-11T18:45:40.680Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-11T18:45:40.680Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-11T18:45:40.680Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-11T18:45:41.672Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-11T18:45:42.661Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-11T18:45:42.661Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-11T18:45:42.661Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-11T18:45:42.661Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-11T18:45:42.661Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-11T18:45:46.029Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-11T18:45:48.721Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-11T18:45:51.861Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-11T18:45:51.861Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-11T18:46:09.637Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-11T18:46:09.637Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-11T18:46:09.637Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-11T18:46:09.637Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-11T18:46:09.637Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-11T18:46:09.637Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-11T18:46:09.637Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-11T18:46:09.637Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-11T18:46:18.415Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-11T18:46:19.978Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-11T18:46:19.978Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-11T18:46:20.445Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-11T18:46:20.445Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-11T18:46:20.445Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-11T18:46:20.445Z] docker_cli_sni_test.go:18: Flakey test [2022-03-11T18:46:20.445Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-11T18:46:22.658Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-11T18:46:28.519Z] === RUN TestDockerSuite/TestCommitChange [2022-03-11T18:46:29.312Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-03-11T18:46:31.304Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-11T18:46:31.304Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-11T18:46:31.304Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-11T18:46:32.299Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-11T18:46:32.299Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-11T18:46:32.770Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-11T18:46:32.770Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-11T18:46:32.920Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-11T18:46:33.240Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-11T18:46:33.240Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-11T18:46:33.240Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-11T18:46:33.710Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-11T18:46:33.710Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-11T18:46:33.710Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-11T18:46:34.388Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-11T18:46:34.482Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-11T18:46:35.467Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-11T18:46:40.249Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-11T18:46:40.249Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-11T18:46:40.249Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-11T18:46:44.204Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-03-11T18:46:48.900Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-11T18:46:48.901Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-11T18:46:48.901Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-11T18:46:55.995Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-11T18:47:00.719Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-11T18:47:02.234Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-11T18:47:02.235Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-11T18:47:02.235Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-11T18:47:02.235Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-11T18:47:02.235Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-11T18:47:02.235Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-11T18:47:02.235Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-11T18:47:02.235Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-11T18:47:02.235Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-11T18:47:02.235Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-11T18:47:02.235Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-11T18:47:02.235Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-11T18:47:02.235Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-11T18:47:02.235Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-11T18:47:02.235Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-11T18:47:02.235Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite (1600.19s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.27s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.04s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.16s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.16s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.06s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (27.46s) [2022-03-11T18:47:02.245Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.64s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.85s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.21s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (31.84s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.93s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.62s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.10s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.34s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (46.59s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.83s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.20s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.63s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (23.41s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (60.06s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (48.48s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.36s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.03s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.11s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.80s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.49s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.35s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.11s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.23s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.48s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.55s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.58s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.16s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.60s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.84s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.62s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.07s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.11s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.66s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.26s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.47s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.46s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.27s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.59s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.56s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.84s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.45s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.04s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.61s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.25s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.71s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.80s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.69s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.33s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.23s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.27s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.55s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.45s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.86s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.09s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.00s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.07s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.03s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.00s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.03s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.73s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (16.55s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.66s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.61s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.69s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.12s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.55s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.87s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.12s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.24s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (76.94s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.22s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.36s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.79s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.66s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.77s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (7.63s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.02s) [2022-03-11T18:47:02.245Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.10s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.82s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.89s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.30s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.15s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (41.66s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.13s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.18s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (133.62s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.25s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.24s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.16s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.13s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.04s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.18s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.32s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.16s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.16s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.22s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.15s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.24s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.10s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.50s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.11s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.33s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.19s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.22s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.88s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.19s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.67s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.56s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.53s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.51s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.56s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.10s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.21s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.85s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.22s) [2022-03-11T18:47:02.245Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.18s) [2022-03-11T18:47:02.245Z] === RUN TestDockerExternalVolumeSuite [2022-03-11T18:47:02.245Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-03-11T18:47:02.245Z] docker_cli_external_volume_driver_test.go:52: [dee5eb1033da2] daemon is not started [2022-03-11T18:47:09.393Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-11T18:47:09.568Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-11T18:47:10.559Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-11T18:47:10.559Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-11T18:47:11.030Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-11T18:47:15.627Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-11T18:47:17.079Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-03-11T18:47:17.996Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-11T18:47:17.996Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-11T18:47:17.996Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-11T18:47:20.196Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-11T18:47:20.196Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-11T18:47:20.196Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-11T18:47:20.196Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-11T18:47:20.196Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-11T18:47:20.196Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-11T18:47:20.196Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-11T18:47:23.140Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-11T18:47:23.140Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-11T18:47:23.140Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-11T18:47:23.140Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-11T18:47:26.083Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-11T18:47:26.083Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-11T18:47:26.083Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-11T18:47:26.083Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-11T18:47:26.083Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-11T18:47:26.083Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-11T18:47:26.083Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-11T18:47:26.083Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-11T18:47:29.872Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-11T18:47:30.462Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-11T18:47:32.081Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-11T18:47:34.298Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-11T18:47:34.298Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-11T18:47:34.298Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-11T18:47:34.298Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-11T18:47:37.243Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-11T18:47:37.243Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-11T18:47:39.459Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-11T18:47:39.459Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T18:47:39.459Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-11T18:47:39.459Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T18:47:39.459Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-11T18:47:41.000Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-11T18:47:42.078Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-11T18:47:42.406Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-11T18:47:42.406Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-11T18:47:43.282Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-11T18:47:44.730Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-11T18:47:44.730Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-11T18:47:44.730Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-11T18:47:47.084Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-11T18:47:47.804Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-11T18:47:47.804Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-11T18:47:50.772Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-11T18:47:54.856Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-11T18:47:55.636Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-11T18:47:57.856Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-11T18:48:00.366Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-11T18:48:00.366Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-11T18:48:00.366Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-11T18:48:00.366Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-11T18:48:00.366Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-11T18:48:02.528Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-11T18:48:02.528Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-11T18:48:02.528Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-11T18:48:05.414Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-11T18:48:05.414Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-11T18:48:05.414Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-11T18:48:06.362Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-11T18:48:08.302Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-11T18:48:08.302Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-11T18:48:12.970Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-11T18:48:15.150Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-11T18:48:15.151Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-11T18:48:15.151Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-11T18:48:15.151Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-11T18:48:15.151Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-11T18:48:15.151Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-11T18:48:15.151Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-11T18:48:15.151Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-11T18:48:15.151Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-11T18:48:15.151Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-11T18:48:15.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-11T18:48:21.109Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-11T18:48:22.234Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-11T18:48:22.234Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-11T18:48:24.710Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-03-11T18:48:25.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-11T18:48:28.053Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-11T18:48:30.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-11T18:48:32.792Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-03-11T18:48:33.102Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000c502d0_} [2022-03-11T18:48:35.844Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-11T18:48:35.988Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12069569683_c:\foo_false____} [2022-03-11T18:48:38.878Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12069569683_c:\foo_true____} [2022-03-11T18:48:41.043Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-11T18:48:41.043Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-11T18:48:41.043Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-11T18:48:41.043Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-11T18:48:41.043Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-11T18:48:41.043Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-11T18:48:41.043Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-11T18:48:41.043Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-11T18:48:41.043Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-11T18:48:41.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-11T18:48:41.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-11T18:48:41.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-11T18:48:41.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-11T18:48:41.501Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-11T18:48:41.501Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-11T18:48:41.501Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-11T18:48:41.501Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-11T18:48:41.501Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-11T18:48:41.501Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-11T18:48:41.501Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-11T18:48:41.501Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-11T18:48:41.501Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-11T18:48:41.501Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-11T18:48:41.501Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-11T18:48:45.215Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-11T18:48:45.215Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-11T18:48:45.215Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-11T18:48:45.215Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T18:48:45.215Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-11T18:48:45.215Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T18:48:45.215Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-11T18:48:45.215Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-11T18:48:45.215Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-11T18:48:45.215Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-11T18:48:45.215Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-11T18:48:45.215Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-11T18:48:45.215Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-11T18:48:45.215Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-11T18:48:45.215Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-11T18:48:45.215Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-11T18:48:45.215Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-11T18:48:45.215Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-11T18:48:45.215Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-11T18:48:45.215Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-11T18:48:45.215Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-11T18:48:45.215Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-11T18:48:45.215Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-11T18:48:45.215Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T18:48:45.215Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-11T18:48:45.215Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-11T18:48:45.215Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-11T18:48:47.629Z] docker_cli_external_volume_driver_test.go:52: [dbaa1a0e58997] daemon is not started [2022-03-11T18:48:48.098Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-11T18:48:48.098Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-11T18:48:48.098Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-11T18:48:48.098Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-11T18:48:50.982Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-11T18:48:50.982Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-11T18:48:50.982Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-11T18:48:50.982Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-11T18:48:50.982Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-11T18:48:50.982Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-11T18:48:50.982Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-11T18:48:55.663Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-11T18:48:58.549Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-11T18:48:58.549Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-11T18:48:58.549Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-11T18:48:58.549Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-11T18:48:58.549Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-11T18:49:02.476Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-03-11T18:49:08.837Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-11T18:49:08.837Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-11T18:49:08.837Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-11T18:49:08.837Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-11T18:49:08.837Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-11T18:49:20.537Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-03-11T18:49:21.168Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-11T18:49:21.168Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-11T18:49:21.168Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-11T18:49:21.168Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-11T18:49:21.168Z] === RUN TestDockerSuite/TestCpToDot [2022-03-11T18:49:22.693Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-11T18:49:22.693Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-11T18:49:22.693Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-11T18:49:22.693Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-11T18:49:22.693Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-11T18:49:25.580Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-11T18:49:25.580Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T18:49:25.580Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-11T18:49:25.580Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-11T18:49:25.580Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-11T18:49:25.580Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-11T18:49:25.580Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-11T18:49:25.580Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-11T18:49:25.580Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-11T18:49:26.035Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-11T18:49:26.035Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-11T18:49:28.196Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-11T18:49:31.907Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-11T18:49:31.907Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-11T18:49:31.907Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-11T18:49:32.702Z] docker_cli_external_volume_driver_test.go:52: [d299e648c0c16] daemon is not started [2022-03-11T18:49:37.361Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-11T18:49:37.361Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-11T18:49:37.361Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-11T18:49:37.361Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-11T18:49:37.361Z] === RUN TestDockerSuite/TestCreateRM [2022-03-11T18:49:37.361Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-11T18:49:37.361Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-11T18:49:37.361Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-11T18:49:37.361Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-11T18:49:37.361Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-11T18:49:39.091Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-11T18:49:42.045Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-11T18:49:42.045Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-11T18:49:42.045Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-11T18:49:45.982Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-11T18:49:45.982Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-11T18:49:46.450Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-11T18:49:47.967Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-03-11T18:49:47.967Z] docker_cli_external_volume_driver_test.go:52: [d6e0406b9bc21] daemon is not started [2022-03-11T18:49:50.234Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-11T18:49:50.234Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-11T18:49:50.234Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-11T18:49:50.234Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-11T18:49:53.232Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-11T18:49:53.232Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-11T18:49:53.232Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-11T18:49:53.232Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-11T18:49:53.232Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-11T18:49:53.232Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-11T18:49:53.232Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-11T18:49:53.233Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-11T18:49:53.233Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-11T18:49:53.233Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-11T18:49:53.233Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T18:49:53.233Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-11T18:49:53.233Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-11T18:49:53.233Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-11T18:49:53.233Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-11T18:49:53.233Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-11T18:49:53.233Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T18:49:53.233Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-11T18:49:53.233Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-11T18:49:53.702Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-11T18:49:53.702Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-11T18:49:53.702Z] === RUN TestDockerSuite/TestDockerFails [2022-03-11T18:49:53.702Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-11T18:49:53.702Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-11T18:49:53.702Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-11T18:49:53.702Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-11T18:49:53.702Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-11T18:49:53.702Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-11T18:49:53.702Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-11T18:49:53.702Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-11T18:49:53.702Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-11T18:49:53.702Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-11T18:49:53.702Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-11T18:49:56.650Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-11T18:49:59.600Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-11T18:50:02.811Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-03-11T18:50:03.389Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-11T18:50:13.804Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-11T18:50:17.716Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-11T18:50:17.716Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-11T18:50:17.716Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-11T18:50:17.716Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-11T18:50:17.716Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-11T18:50:17.716Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-11T18:50:17.716Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-11T18:50:18.184Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-11T18:50:18.184Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-11T18:50:18.184Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-11T18:50:18.554Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-11T18:50:19.169Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-11T18:50:19.637Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-11T18:50:24.414Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-11T18:50:26.785Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-11T18:50:27.360Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-11T18:50:27.828Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-11T18:50:31.543Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-11T18:50:32.578Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-11T18:50:33.563Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-11T18:50:34.547Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-11T18:50:34.832Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-03-11T18:50:37.410Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-11T18:50:37.410Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-11T18:50:37.410Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-11T18:50:37.410Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-11T18:50:37.879Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-11T18:50:37.879Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-11T18:50:37.879Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-11T18:50:37.879Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-11T18:50:37.879Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-11T18:50:37.879Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-11T18:50:37.879Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-11T18:50:40.417Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-11T18:50:42.627Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-11T18:50:42.627Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-11T18:50:42.627Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-11T18:50:42.627Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-11T18:50:42.627Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-11T18:50:42.627Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-11T18:50:42.627Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-11T18:50:44.191Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-11T18:50:46.276Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-11T18:50:46.276Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-11T18:50:46.276Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-11T18:50:46.276Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-11T18:50:46.276Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-11T18:50:46.276Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-11T18:50:46.276Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-11T18:50:46.276Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-11T18:50:46.276Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-11T18:50:47.261Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-11T18:50:47.261Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-11T18:50:47.261Z] === RUN TestDockerSuite/TestEventsRename [2022-03-11T18:50:50.207Z] === RUN TestDockerSuite/TestEventsResize [2022-03-11T18:50:51.342Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-11T18:50:52.870Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-03-11T18:50:58.863Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-11T18:51:00.425Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-11T18:51:03.375Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-11T18:51:07.706Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-03-11T18:51:08.405Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-11T18:51:08.876Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-11T18:51:09.161Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-11T18:51:09.230Z] === RUN TestDockerSuite/TestEventsTop [2022-03-11T18:51:09.230Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-11T18:51:09.230Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-11T18:51:09.629Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-11T18:51:09.629Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-11T18:51:09.629Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-11T18:51:09.629Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-11T18:51:09.629Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-11T18:51:09.629Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-11T18:51:09.629Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-11T18:51:09.629Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-11T18:51:09.629Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-11T18:51:09.629Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-11T18:51:09.629Z] === RUN TestDockerSuite/TestBuildFails [2022-03-11T18:51:09.867Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-11T18:51:11.448Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-11T18:51:13.419Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-11T18:51:13.419Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-11T18:51:16.193Z] === RUN TestDockerSuite/TestExec [2022-03-11T18:51:16.193Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T18:51:16.193Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-11T18:51:16.193Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-11T18:51:16.193Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-11T18:51:18.411Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-11T18:51:20.624Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-11T18:51:20.624Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T18:51:20.624Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-11T18:51:20.624Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T18:51:20.624Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-11T18:51:20.624Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-11T18:51:20.624Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-11T18:51:22.079Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-11T18:51:22.835Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-11T18:51:24.694Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-11T18:51:26.911Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-11T18:51:29.859Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-11T18:51:30.739Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-11T18:51:34.611Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-11T18:51:34.611Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-11T18:51:34.611Z] === RUN TestDockerSuite/TestExecEnv [2022-03-11T18:51:34.611Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-11T18:51:34.611Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-11T18:51:34.611Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-11T18:51:34.611Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-11T18:51:36.825Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-11T18:51:39.401Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-11T18:51:40.000Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-11T18:51:41.573Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-11T18:51:41.573Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-11T18:51:41.573Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-11T18:51:41.573Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-11T18:51:41.573Z] === RUN TestDockerSuite/TestExecParseError [2022-03-11T18:51:41.573Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-11T18:51:41.573Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-11T18:51:41.573Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-11T18:51:41.573Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-11T18:51:41.573Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-11T18:51:41.573Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-11T18:51:44.530Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-11T18:51:44.530Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-11T18:51:44.530Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-11T18:51:44.530Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-11T18:51:44.530Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-11T18:51:44.530Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-11T18:51:44.530Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-11T18:51:44.530Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-11T18:51:44.530Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-11T18:51:44.530Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-11T18:51:44.530Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-11T18:51:46.748Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-11T18:51:46.748Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-11T18:51:46.748Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-11T18:51:48.065Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-11T18:51:48.675Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-11T18:51:49.049Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-11T18:51:53.916Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-11T18:51:53.916Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-11T18:51:53.916Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-11T18:51:53.916Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-11T18:51:53.916Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-11T18:51:53.916Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-11T18:51:53.916Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-11T18:51:54.342Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-03-11T18:51:57.703Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-11T18:51:57.703Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-11T18:51:57.703Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-11T18:51:57.703Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-11T18:51:58.172Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-11T18:51:58.172Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-11T18:51:58.172Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-11T18:51:59.777Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-11T18:52:03.681Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-11T18:52:05.640Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-11T18:52:09.425Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-11T18:52:10.653Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-11T18:52:10.653Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-11T18:52:10.653Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-11T18:52:12.387Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-03-11T18:52:15.281Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-11T18:52:15.282Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T18:52:15.282Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-11T18:52:15.282Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-11T18:52:15.282Z] === RUN TestDockerSuite/TestHealth [2022-03-11T18:52:15.282Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-11T18:52:15.282Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-11T18:52:15.282Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-11T18:52:15.748Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-11T18:52:15.748Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-11T18:52:21.609Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-11T18:52:21.609Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-11T18:52:21.609Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-11T18:52:21.609Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-11T18:52:21.609Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-11T18:52:21.609Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-11T18:52:21.609Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-11T18:52:22.076Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-11T18:52:22.076Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-11T18:52:22.076Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-11T18:52:23.061Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-11T18:52:23.061Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-11T18:52:25.331Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-11T18:52:25.331Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-11T18:52:25.575Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-11T18:52:25.575Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-11T18:52:27.542Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-11T18:52:28.531Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-11T18:52:28.531Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-11T18:52:28.531Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-11T18:52:29.520Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-11T18:52:29.520Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-11T18:52:31.334Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-11T18:52:31.334Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-11T18:52:31.334Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-11T18:52:31.334Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-11T18:52:35.119Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-11T18:52:35.119Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-11T18:52:35.119Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-11T18:52:35.119Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-11T18:52:35.119Z] === RUN TestDockerSuite/TestImportFile [2022-03-11T18:52:35.119Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-11T18:52:35.119Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-11T18:52:35.119Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-11T18:52:35.119Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-11T18:52:35.119Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-11T18:52:35.119Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-11T18:52:35.385Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-11T18:52:35.591Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-11T18:52:35.591Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T18:52:35.591Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-11T18:52:35.591Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-11T18:52:35.591Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-11T18:52:35.591Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-11T18:52:35.591Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-11T18:52:35.591Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-11T18:52:35.591Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-11T18:52:35.591Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-11T18:52:35.591Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-11T18:52:35.591Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-11T18:52:35.591Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-11T18:52:35.591Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-11T18:52:36.947Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-11T18:52:37.413Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-11T18:52:38.545Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-11T18:52:38.975Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-11T18:52:39.442Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-11T18:52:41.005Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-11T18:52:41.497Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-11T18:52:41.497Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-11T18:52:41.497Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-11T18:52:41.497Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-11T18:52:41.497Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-11T18:52:41.497Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-11T18:52:41.497Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-11T18:52:41.497Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-11T18:52:42.567Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-11T18:52:44.408Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-03-11T18:52:44.443Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-11T18:52:44.913Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-11T18:52:47.870Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-11T18:52:47.870Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-11T18:52:47.870Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-11T18:52:47.870Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-11T18:52:47.870Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-11T18:52:47.870Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-11T18:52:47.870Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-11T18:52:49.719Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-11T18:52:49.720Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-11T18:52:49.720Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-11T18:52:49.720Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-11T18:52:49.720Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-11T18:52:49.720Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-11T18:52:50.187Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-11T18:52:50.187Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-11T18:52:50.187Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-11T18:52:50.821Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-11T18:52:51.172Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-11T18:52:51.639Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-11T18:52:54.623Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-11T18:52:55.571Z] === RUN TestDockerSuite/TestInspectImage [2022-03-11T18:52:55.571Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T18:52:55.571Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-11T18:52:55.571Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T18:52:55.571Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-11T18:52:55.571Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-11T18:52:55.571Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-11T18:52:58.522Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-11T18:52:58.788Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-11T18:53:00.744Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-11T18:53:01.212Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-11T18:53:04.160Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-11T18:53:05.063Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-11T18:53:06.370Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-11T18:53:06.370Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-11T18:53:06.370Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-11T18:53:06.370Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-11T18:53:08.585Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-11T18:53:12.673Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-11T18:53:16.434Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-03-11T18:53:17.448Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-11T18:53:17.572Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-11T18:53:19.009Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-11T18:53:20.010Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-11T18:53:20.010Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-11T18:53:20.010Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-11T18:53:21.958Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-11T18:53:22.953Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-11T18:53:24.170Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-11T18:53:27.114Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-11T18:53:29.331Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-11T18:53:31.288Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-03-11T18:53:32.278Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-11T18:53:32.278Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-11T18:53:32.278Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.278Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-11T18:53:32.278Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.278Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-11T18:53:32.278Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.278Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-11T18:53:32.278Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.278Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-11T18:53:32.278Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.278Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-11T18:53:32.278Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.278Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-11T18:53:32.278Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.278Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-11T18:53:32.278Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.278Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-11T18:53:32.278Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.278Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-11T18:53:32.278Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.278Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-11T18:53:32.278Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.278Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-11T18:53:32.278Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.744Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-11T18:53:32.744Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.744Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-11T18:53:32.744Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.744Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-11T18:53:32.744Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.744Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-11T18:53:32.744Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-11T18:53:32.744Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-11T18:53:32.744Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-11T18:53:32.744Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-11T18:53:34.966Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-11T18:53:37.179Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-11T18:53:43.036Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-11T18:53:45.983Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-11T18:53:45.983Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-11T18:53:45.983Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-11T18:53:46.126Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-03-11T18:53:46.126Z] docker_cli_external_volume_driver_test.go:484: [d2e59cdf0819a] daemon is not started [2022-03-11T18:53:48.928Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-11T18:53:48.928Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-11T18:53:56.080Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-11T18:54:03.232Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-11T18:54:04.167Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-03-11T18:54:04.167Z] docker_cli_external_volume_driver_test.go:52: [db459cccbe400] daemon is not started [2022-03-11T18:54:10.379Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-11T18:54:12.589Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-11T18:54:13.814Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-11T18:54:15.536Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-11T18:54:15.536Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-11T18:54:15.536Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-11T18:54:18.488Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-11T18:54:19.006Z] --- PASS: TestDockerExternalVolumeSuite (437.12s) [2022-03-11T18:54:19.006Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.53s) [2022-03-11T18:54:19.006Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-03-11T18:54:19.006Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.21s) [2022-03-11T18:54:19.006Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.09s) [2022-03-11T18:54:19.006Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2022-03-11T18:54:19.006Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-03-11T18:54:19.006Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-03-11T18:54:19.006Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.21s) [2022-03-11T18:54:19.006Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.19s) [2022-03-11T18:54:19.006Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s) [2022-03-11T18:54:19.006Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2022-03-11T18:54:19.006Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.19s) [2022-03-11T18:54:19.007Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.27s) [2022-03-11T18:54:19.007Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2022-03-11T18:54:19.007Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.15s) [2022-03-11T18:54:19.007Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.66s) [2022-03-11T18:54:19.007Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.03s) [2022-03-11T18:54:19.007Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-03-11T18:54:19.007Z] PASS [2022-03-11T18:54:19.007Z] [2022-03-11T18:54:19.007Z] === Skipped [2022-03-11T18:54:19.007Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-11T18:54:19.007Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-11T18:54:19.007Z] check_test.go:308: [d31fc4422f2e3] daemon is not started [2022-03-11T18:54:19.007Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-11T18:54:19.007Z] [2022-03-11T18:54:19.007Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-11T18:54:19.007Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-11T18:54:19.007Z] check_test.go:308: [da9617958acc2] daemon is not started [2022-03-11T18:54:19.007Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-11T18:54:19.007Z] [2022-03-11T18:54:19.007Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-11T18:54:19.007Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-11T18:54:19.007Z] check_test.go:308: [d97418caa6118] daemon is not started [2022-03-11T18:54:19.007Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-11T18:54:19.007Z] [2022-03-11T18:54:19.007Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-03-11T18:54:19.007Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-11T18:54:19.007Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-03-11T18:54:19.007Z] [2022-03-11T18:54:19.007Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-11T18:54:19.007Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-11T18:54:19.007Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-11T18:54:19.007Z] [2022-03-11T18:54:19.007Z] DONE 271 tests, 5 skipped in 2383.310s [2022-03-11T18:54:19.007Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-11T18:54:19.007Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d1798a3bd1775/docker.pid [2022-03-11T18:54:19.007Z] +++ kill 6383 [2022-03-11T18:54:19.007Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6383 is not a child of this shell [2022-03-11T18:54:19.007Z] warning: PID 6383 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d1798a3bd1775/docker.pid had a nonzero exit code [2022-03-11T18:54:19.007Z] ++++ cat bundles/test-integration/docker.pid [2022-03-11T18:54:19.007Z] +++ kill 8718 [2022-03-11T18:54:19.007Z] +++ /etc/init.d/apparmor stop [2022-03-11T18:54:19.007Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-11T18:54:19.007Z] [2022-03-11T18:54:19.007Z] Unloading profiles will leave already running processes permanently [2022-03-11T18:54:19.007Z] unconfined, which can lead to unexpected situations. [2022-03-11T18:54:19.007Z] [2022-03-11T18:54:19.007Z] To set a process to complain mode, use the command line tool [2022-03-11T18:54:19.007Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-11T18:54:19.007Z] +++ true [2022-03-11T18:54:19.007Z] exiting test-integration [2022-03-11T18:54:19.007Z] ++ exit 0 [2022-03-11T18:54:19.007Z] [2022-03-11T18:54:19.007Z] + exit 0 [2022-03-11T18:54:19.007Z] ++ jobs -p [2022-03-11T18:54:19.007Z] + pids= [2022-03-11T18:54:19.007Z] + echo 'Remaining pids to kill: []' [2022-03-11T18:54:19.007Z] Remaining pids to kill: [] [2022-03-11T18:54:19.007Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-03-11T18:54:19.016Z] Recording test results [2022-03-11T18:54:20.549Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-11T18:54:20.701Z] === RUN TestDockerSuite/TestLogsSince [2022-03-11T18:54:20.880Z] + echo Ensuring container killed. [2022-03-11T18:54:20.880Z] Ensuring container killed. [2022-03-11T18:54:20.880Z] + docker ps -aq -f name=docker-pr32-* [2022-03-11T18:54:20.880Z] + cids=83f987b9840e [2022-03-11T18:54:20.880Z] 54bfb1f682d9 [2022-03-11T18:54:20.880Z] 50855038686b [2022-03-11T18:54:20.880Z] + [ -n 83f987b9840e [2022-03-11T18:54:20.880Z] 54bfb1f682d9 [2022-03-11T18:54:20.880Z] 50855038686b ] [2022-03-11T18:54:20.880Z] + docker rm -vf 83f987b9840e 54bfb1f682d9 50855038686b [2022-03-11T18:54:21.445Z] 83f987b9840e [2022-03-11T18:54:21.445Z] 54bfb1f682d9 [2022-03-11T18:54:21.445Z] 50855038686b [Pipeline] sh [2022-03-11T18:54:21.765Z] + echo Chowning /workspace to jenkins user [2022-03-11T18:54:21.765Z] Chowning /workspace to jenkins user [2022-03-11T18:54:21.765Z] + id -u [2022-03-11T18:54:21.765Z] + id -g [2022-03-11T18:54:21.765Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42942:/workspace busybox chown -R 1000:1000 /workspace [2022-03-11T18:54:21.765Z] Unable to find image 'busybox:latest' locally [2022-03-11T18:54:21.765Z] latest: Pulling from library/busybox [2022-03-11T18:54:22.021Z] 7e5209d2300f: Pulling fs layer [2022-03-11T18:54:22.021Z] 7e5209d2300f: Download complete [2022-03-11T18:54:22.021Z] 7e5209d2300f: Pull complete [2022-03-11T18:54:22.021Z] Digest: sha256:34c3559bbdedefd67195e766e38cfbb0fcabff4241dbee3f390fd6e3310f5ebc [2022-03-11T18:54:22.021Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-11T18:54:24.202Z] + bundleName=amd64 [2022-03-11T18:54:24.202Z] + echo Creating amd64-bundles.tar.gz [2022-03-11T18:54:24.202Z] Creating amd64-bundles.tar.gz [2022-03-11T18:54:24.202Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-03-11T18:54:24.202Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-11T18:54:25.576Z] Archiving artifacts [2022-03-11T18:54:27.210Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42942/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-11T18:54:27.520Z] + make clean [2022-03-11T18:54:27.520Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-11T18:54:27.775Z] docker-dev-cache [2022-03-11T18:54:27.775Z] docker-mod-cache [Pipeline] deleteDir [2022-03-11T18:54:28.739Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-11T18:54:31.115Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-11T18:54:31.115Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-11T18:54:31.115Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-11T18:54:31.115Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-11T18:54:31.115Z] === RUN TestDockerSuite/TestLogsTail [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-11T18:54:33.327Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-11T18:54:35.893Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-11T18:54:36.277Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-11T18:54:39.223Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-11T18:54:39.223Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-11T18:54:39.223Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-11T18:54:39.223Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-11T18:54:39.223Z] === RUN TestDockerSuite/TestNetHostname [2022-03-11T18:54:39.223Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-11T18:54:39.223Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-11T18:54:39.223Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-11T18:54:39.223Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-11T18:54:39.223Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-11T18:54:39.223Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-11T18:54:39.223Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-11T18:54:39.223Z] === RUN TestDockerSuite/TestPluginActive [2022-03-11T18:54:39.223Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-11T18:54:39.223Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-11T18:54:39.223Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-11T18:54:39.223Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-11T18:54:39.223Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-11T18:54:39.223Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-11T18:54:39.223Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-11T18:54:39.223Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-11T18:54:39.223Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-11T18:54:39.223Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-11T18:54:39.223Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-11T18:54:39.223Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-11T18:54:39.223Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-11T18:54:39.223Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-11T18:54:39.223Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-11T18:54:39.223Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-11T18:54:39.690Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-11T18:54:39.690Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-11T18:54:39.690Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-11T18:54:39.690Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-11T18:54:39.690Z] === RUN TestDockerSuite/TestPortList [2022-03-11T18:54:39.690Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-11T18:54:39.690Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-11T18:54:45.554Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-11T18:54:45.554Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T18:54:45.554Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-11T18:54:45.554Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-11T18:54:45.554Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-11T18:54:45.554Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-11T18:54:45.554Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-11T18:54:45.554Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-11T18:54:45.554Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-11T18:54:45.554Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-11T18:54:45.554Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-11T18:54:45.554Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-11T18:54:45.554Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-11T18:54:45.554Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-11T18:54:45.554Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-11T18:54:45.554Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-11T18:54:45.554Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-11T18:54:45.554Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-11T18:54:46.306Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-11T18:54:51.422Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-11T18:54:51.422Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-11T18:54:51.422Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-11T18:54:53.455Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-11T18:55:00.073Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-11T18:55:00.073Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-11T18:55:00.073Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-11T18:55:10.486Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-11T18:55:18.730Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-11T18:55:18.730Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-11T18:55:18.730Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-11T18:55:27.383Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-11T18:55:28.335Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-11T18:55:28.335Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-11T18:55:28.335Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-11T18:55:28.335Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-11T18:55:28.370Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-11T18:55:28.370Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-11T18:55:28.370Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-11T18:55:28.370Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-11T18:55:28.370Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-11T18:55:29.523Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-11T18:55:29.523Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-11T18:55:29.523Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-11T18:55:29.523Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-11T18:55:29.523Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-11T18:55:29.523Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-11T18:55:29.523Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-11T18:55:29.992Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-11T18:55:29.992Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-11T18:55:29.992Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-11T18:55:30.981Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-11T18:55:31.450Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-11T18:55:33.116Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-11T18:55:37.329Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-11T18:55:38.981Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-11T18:55:40.823Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-11T18:55:41.127Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-11T18:55:42.766Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-11T18:55:42.766Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-11T18:55:42.766Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-11T18:55:44.609Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-11T18:55:45.709Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-11T18:55:45.891Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-11T18:55:45.891Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-11T18:55:46.359Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-11T18:55:46.359Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-11T18:55:46.359Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-11T18:55:46.359Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-11T18:55:46.359Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-11T18:55:46.359Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-11T18:55:46.359Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-11T18:55:46.359Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-11T18:55:46.693Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-11T18:55:46.828Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-11T18:55:48.906Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-11T18:55:51.592Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-11T18:55:51.592Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-11T18:55:51.592Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-11T18:55:51.592Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-11T18:55:51.592Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-11T18:55:51.592Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-11T18:55:51.592Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-11T18:55:52.065Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-11T18:55:53.263Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-11T18:55:57.954Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-11T18:55:59.148Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-11T18:55:59.148Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-11T18:55:59.148Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-11T18:55:59.148Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-11T18:55:59.148Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-11T18:56:01.400Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-11T18:56:02.963Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-11T18:56:05.017Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-11T18:56:05.017Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-11T18:56:05.017Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-11T18:56:05.017Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-11T18:56:05.017Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-11T18:56:05.017Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-11T18:56:05.017Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-11T18:56:05.017Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-11T18:56:05.017Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-11T18:56:12.168Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-11T18:56:12.168Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-11T18:56:12.168Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-11T18:56:13.728Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-11T18:56:13.728Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-11T18:56:13.728Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-11T18:56:15.291Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-11T18:56:15.438Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-11T18:56:15.759Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-11T18:56:15.759Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-11T18:56:15.759Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-11T18:56:15.791Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-11T18:56:16.261Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-11T18:56:16.261Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-11T18:56:16.261Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-11T18:56:16.261Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-11T18:56:16.261Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-11T18:56:16.261Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-11T18:56:16.731Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-11T18:56:16.731Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-11T18:56:16.731Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-11T18:56:16.731Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-11T18:56:16.731Z] === RUN TestDockerSuite/TestBuildFails [2022-03-11T18:56:20.509Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-11T18:56:21.301Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-11T18:56:23.886Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-11T18:56:23.886Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-11T18:56:25.490Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-11T18:56:28.403Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-11T18:56:30.895Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-11T18:56:31.563Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-11T18:56:36.626Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-11T18:56:40.041Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-11T18:56:44.786Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-11T18:56:46.348Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-11T18:56:46.348Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-11T18:56:46.348Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-11T18:56:46.348Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-11T18:56:46.348Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-11T18:56:49.035Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-11T18:56:50.136Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-11T18:56:50.136Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-11T18:56:50.136Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-11T18:56:53.543Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-11T18:56:53.543Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T18:56:53.543Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-11T18:56:54.920Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-11T18:56:56.490Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-11T18:56:58.203Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-11T18:56:58.203Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-11T18:56:58.203Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-11T18:56:59.165Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-11T18:57:03.660Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-11T18:57:03.660Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-11T18:57:03.660Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-11T18:57:03.660Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-11T18:57:04.130Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-11T18:57:04.130Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-11T18:57:04.130Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-11T18:57:04.922Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-11T18:57:09.610Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-11T18:57:09.610Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T18:57:09.610Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-11T18:57:15.406Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-11T18:57:15.406Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-11T18:57:15.406Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-11T18:57:19.089Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-11T18:57:19.089Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-11T18:57:19.089Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-11T18:57:33.039Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-11T18:57:33.998Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-11T18:57:34.039Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-11T18:57:34.039Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-11T18:57:34.958Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-11T18:57:35.606Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-11T18:57:35.606Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-11T18:57:35.606Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-11T18:57:36.595Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-11T18:57:36.595Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-11T18:57:41.999Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-11T18:57:42.479Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-11T18:57:42.947Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-11T18:57:43.939Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-11T18:57:44.928Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-11T18:57:45.399Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-11T18:57:46.970Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-11T18:57:48.538Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-11T18:57:49.035Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-11T18:57:50.745Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-11T18:57:55.703Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-11T18:57:55.703Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-11T18:57:55.703Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-11T18:57:55.703Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-11T18:57:55.703Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-11T18:57:55.703Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-11T18:57:55.703Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-11T18:57:56.174Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-11T18:57:56.174Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-11T18:57:56.642Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-11T18:57:57.631Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-11T18:57:59.323Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-11T18:58:03.056Z] === RUN TestDockerSuite/TestRmiTag [2022-03-11T18:58:03.508Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-11T18:58:03.523Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-11T18:58:06.478Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-11T18:58:08.538Z] === RUN TestDockerSuite/TestBuildRm [2022-03-11T18:58:24.763Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-11T18:58:24.763Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-11T18:58:25.232Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-11T18:58:26.335Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-11T18:58:27.700Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-11T18:58:27.700Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-11T18:58:28.190Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-11T18:58:31.087Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-11T18:58:31.087Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-11T18:58:31.087Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-11T18:58:31.087Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-11T18:58:31.554Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-11T18:58:33.565Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-11T18:58:33.766Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-11T18:58:35.127Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-11T18:58:35.127Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-11T18:58:35.127Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-11T18:58:35.127Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-11T18:58:35.127Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-11T18:58:35.127Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-11T18:58:35.127Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-11T18:58:35.127Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-11T18:58:35.127Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-11T18:58:35.127Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-11T18:58:35.127Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-11T18:58:35.127Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-11T18:58:35.127Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-11T18:58:35.127Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-11T18:58:35.127Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-11T18:58:38.075Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-11T18:58:38.075Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-11T18:58:38.075Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-11T18:58:38.075Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-11T18:58:38.075Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-11T18:58:38.509Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-11T18:58:43.940Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-11T18:58:44.365Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-11T18:58:46.890Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-11T18:58:49.103Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-11T18:58:50.220Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-11T18:58:52.048Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-11T18:58:54.995Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-11T18:58:54.995Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-11T18:59:00.868Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-11T18:59:00.868Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-11T18:59:00.868Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-11T18:59:01.335Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-11T18:59:01.335Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-11T18:59:01.335Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-11T18:59:01.335Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-11T18:59:01.335Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-11T18:59:01.335Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-11T18:59:01.335Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-11T18:59:01.335Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-11T18:59:01.335Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-11T18:59:01.335Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-11T18:59:01.335Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-11T18:59:01.335Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-11T18:59:01.335Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-11T18:59:01.335Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-11T18:59:01.335Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-11T18:59:01.335Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-11T18:59:01.335Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-11T18:59:01.335Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-11T18:59:01.335Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-11T18:59:01.335Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-11T18:59:04.101Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-11T18:59:04.384Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-11T18:59:04.384Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-11T18:59:04.384Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-11T18:59:08.170Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-11T18:59:08.170Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-11T18:59:08.170Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-11T18:59:08.170Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-11T18:59:08.170Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-11T18:59:10.379Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-11T18:59:10.379Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-11T18:59:10.379Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-11T18:59:10.379Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-11T18:59:10.379Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-11T18:59:10.379Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-11T18:59:10.379Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-11T18:59:10.379Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-11T18:59:10.379Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-11T18:59:10.379Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-11T18:59:10.379Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-11T18:59:10.379Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-11T18:59:10.379Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-11T18:59:10.379Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-11T18:59:10.379Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-11T18:59:11.431Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-11T18:59:11.897Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-11T18:59:12.364Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-11T18:59:13.329Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-11T18:59:16.275Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-11T18:59:19.224Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-11T18:59:19.224Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-11T18:59:19.224Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-11T18:59:19.224Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-11T18:59:19.224Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-11T18:59:19.224Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-11T18:59:19.224Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-11T18:59:22.173Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-11T18:59:22.173Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-11T18:59:22.173Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-11T18:59:22.173Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-11T18:59:22.173Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-11T18:59:22.173Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-11T18:59:22.173Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-11T18:59:22.173Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-11T18:59:22.173Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-11T18:59:23.734Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-11T18:59:24.847Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-11T18:59:24.847Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-11T18:59:29.403Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-11T18:59:30.690Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-11T18:59:30.690Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-11T18:59:30.874Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-11T18:59:30.874Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-11T18:59:30.874Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-11T18:59:30.874Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-11T18:59:30.874Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-11T18:59:30.874Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-11T18:59:30.874Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-11T18:59:30.874Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-11T18:59:30.874Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-11T18:59:30.874Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-11T18:59:30.874Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-11T18:59:30.874Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-11T18:59:30.874Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-11T18:59:33.826Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-11T18:59:33.826Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-11T18:59:33.826Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-11T18:59:33.826Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-11T18:59:33.826Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-11T18:59:33.826Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-11T18:59:34.164Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-11T18:59:36.778Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-11T18:59:37.838Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-11T18:59:38.990Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-11T18:59:38.990Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-11T18:59:38.990Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-11T18:59:41.345Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-11T18:59:41.935Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-11T18:59:41.935Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-11T18:59:41.935Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-11T18:59:41.935Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-11T18:59:41.935Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-11T18:59:41.935Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-11T18:59:41.936Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-11T18:59:44.155Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-11T18:59:47.106Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-11T18:59:47.223Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-11T18:59:50.051Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-11T18:59:53.000Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-11T18:59:53.000Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-11T18:59:53.000Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-11T18:59:53.000Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-11T18:59:53.000Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-11T18:59:53.000Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-11T18:59:53.000Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-11T18:59:53.000Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-11T18:59:53.000Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-11T18:59:53.000Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-11T18:59:53.000Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-11T18:59:53.000Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-11T18:59:53.000Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-11T18:59:53.000Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-11T18:59:53.000Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-11T18:59:53.000Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-11T18:59:58.860Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-11T18:59:58.860Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-11T18:59:58.860Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-11T18:59:58.860Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-11T18:59:58.860Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-11T18:59:58.860Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-11T18:59:58.860Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-11T18:59:58.860Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-11T18:59:58.860Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-11T18:59:58.860Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-11T18:59:58.860Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-11T18:59:58.860Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-11T19:00:05.055Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-11T19:00:05.055Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-11T19:00:05.055Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-11T19:00:07.534Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-11T19:00:07.534Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-11T19:00:07.534Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-11T19:00:08.302Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-11T19:00:08.302Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-11T19:00:08.302Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-11T19:00:08.519Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-11T19:00:08.520Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-11T19:00:08.520Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-11T19:00:08.520Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-11T19:00:08.520Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-11T19:00:08.520Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-11T19:00:08.520Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-11T19:00:08.520Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-11T19:00:08.520Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-11T19:00:08.520Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-11T19:00:08.520Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-11T19:00:08.520Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-11T19:00:08.520Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-11T19:00:08.520Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-11T19:00:08.520Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-11T19:00:08.520Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-11T19:00:08.520Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-11T19:00:08.520Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-11T19:00:08.520Z] === RUN TestDockerSuite/TestRunMount [2022-03-11T19:00:08.520Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-11T19:00:08.520Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-11T19:00:08.520Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-11T19:00:08.989Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-11T19:00:08.989Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-11T19:00:08.989Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-11T19:00:08.989Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-11T19:00:08.989Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-11T19:00:09.285Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-11T19:00:10.848Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-11T19:00:17.626Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-11T19:00:17.626Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-11T19:00:17.626Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-11T19:00:17.626Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-11T19:00:17.626Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-11T19:00:17.626Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-11T19:00:17.626Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-11T19:00:17.944Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-11T19:00:23.432Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-11T19:00:24.935Z] === RUN TestDockerSuite/TestBuildUser [2022-03-11T19:00:24.935Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-11T19:00:24.935Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-11T19:00:24.935Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-11T19:00:24.935Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-11T19:00:24.935Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-11T19:00:24.935Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-11T19:00:26.232Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-11T19:00:26.232Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-11T19:00:26.232Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-11T19:00:26.232Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-11T19:00:26.232Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-11T19:00:26.232Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-11T19:00:27.228Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-11T19:00:29.265Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-11T19:00:29.265Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-11T19:00:29.265Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-11T19:00:29.265Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-11T19:00:29.265Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-11T19:00:29.265Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-11T19:00:29.265Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-11T19:00:29.265Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-11T19:00:29.265Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-11T19:00:29.265Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-11T19:00:29.265Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-11T19:00:29.265Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-11T19:00:29.265Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-11T19:00:29.265Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-11T19:00:29.265Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-11T19:00:29.265Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-11T19:00:29.265Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-11T19:00:29.265Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-11T19:00:29.265Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-11T19:00:29.265Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-11T19:00:30.250Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-11T19:00:30.786Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-11T19:00:31.254Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-11T19:00:32.460Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-11T19:00:33.103Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-11T19:00:34.672Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-11T19:00:34.673Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-11T19:00:35.141Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-11T19:00:35.141Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-11T19:00:35.658Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-11T19:00:36.002Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-11T19:00:36.002Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-11T19:00:36.002Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-11T19:00:36.002Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-11T19:00:36.002Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-11T19:00:38.106Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-11T19:00:38.607Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-11T19:00:38.607Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-11T19:00:38.607Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-11T19:00:38.607Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-11T19:00:38.607Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-11T19:00:38.607Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-11T19:00:38.607Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-11T19:00:38.607Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-11T19:00:38.607Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-11T19:00:38.607Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-11T19:00:38.607Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-11T19:00:38.607Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-11T19:00:38.607Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-11T19:00:38.607Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-11T19:00:38.607Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-11T19:00:38.607Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-11T19:00:38.607Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-11T19:00:39.672Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-11T19:00:41.240Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-11T19:00:43.360Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-11T19:00:43.360Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-11T19:00:43.360Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-11T19:00:43.360Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-11T19:00:43.360Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-11T19:00:43.360Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-11T19:00:43.360Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-11T19:00:43.360Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-11T19:00:43.360Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-11T19:00:43.360Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-11T19:00:43.360Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-11T19:00:53.778Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-11T19:00:53.778Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-11T19:00:53.778Z] === RUN TestDockerSuite/TestRunRm [2022-03-11T19:00:55.339Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-11T19:01:01.196Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-11T19:01:02.478Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-11T19:01:02.478Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-11T19:01:04.109Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-11T19:01:06.087Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-11T19:01:06.087Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-11T19:01:06.294Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-11T19:01:09.209Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-11T19:01:11.397Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-11T19:01:11.397Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-11T19:01:11.397Z] === RUN TestDockerSuite/TestRunState [2022-03-11T19:01:11.397Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-11T19:01:11.397Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-11T19:01:12.729Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-11T19:01:14.342Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-11T19:01:14.342Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-11T19:01:14.342Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-11T19:01:14.643Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-11T19:01:16.528Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-11T19:01:17.287Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-11T19:01:17.287Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-11T19:01:17.287Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-11T19:01:17.287Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-11T19:01:17.287Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-11T19:01:17.287Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-11T19:01:17.287Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-11T19:01:17.287Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-11T19:01:17.287Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-11T19:01:21.790Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-11T19:01:21.790Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-11T19:01:22.035Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-11T19:01:22.035Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-11T19:01:22.035Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-11T19:01:22.035Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-11T19:01:22.035Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-11T19:01:22.035Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-11T19:01:22.035Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-11T19:01:22.035Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-11T19:01:22.035Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-11T19:01:22.035Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-11T19:01:22.035Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-11T19:01:22.035Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-11T19:01:22.035Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-11T19:01:22.035Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-11T19:01:22.035Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-11T19:01:22.035Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-11T19:01:22.035Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-11T19:01:22.035Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-11T19:01:22.256Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-11T19:01:22.257Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-11T19:01:22.257Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-11T19:01:22.502Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-11T19:01:22.502Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-11T19:01:22.502Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-11T19:01:25.448Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-11T19:01:25.448Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-11T19:01:25.448Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-11T19:01:26.040Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-11T19:01:26.040Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-11T19:01:26.040Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-11T19:01:26.966Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-11T19:01:27.671Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-11T19:01:27.671Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-11T19:01:27.671Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-11T19:01:27.671Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-11T19:01:27.671Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-11T19:01:31.461Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-11T19:01:31.732Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-11T19:01:37.610Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-11T19:01:38.599Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-11T19:01:38.599Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-11T19:01:38.599Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-11T19:01:38.599Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-11T19:01:38.599Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-11T19:01:40.117Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-11T19:01:41.555Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-11T19:01:41.555Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-11T19:01:41.555Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-11T19:01:44.861Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-11T19:01:47.315Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-11T19:01:51.101Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-11T19:01:51.569Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-11T19:01:52.011Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-11T19:01:52.011Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-11T19:01:52.011Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-11T19:01:52.011Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-11T19:01:55.798Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-11T19:01:58.745Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-11T19:02:01.694Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-11T19:02:01.694Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-11T19:02:01.694Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-11T19:02:01.694Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-11T19:02:01.694Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-11T19:02:01.694Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-11T19:02:01.694Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-11T19:02:01.694Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-11T19:02:01.694Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-11T19:02:01.694Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-11T19:02:01.694Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-11T19:02:01.694Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-11T19:02:01.694Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-11T19:02:01.694Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-11T19:02:01.694Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-11T19:02:05.479Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-11T19:02:07.689Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-11T19:02:09.255Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-11T19:02:09.374Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-11T19:02:09.374Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-11T19:02:09.374Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-11T19:02:09.374Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-11T19:02:09.374Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-11T19:02:09.374Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-11T19:02:09.374Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-11T19:02:10.939Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-11T19:02:15.112Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-11T19:02:15.114Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-11T19:02:15.114Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-11T19:02:15.114Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-11T19:02:15.114Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-11T19:02:15.114Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-11T19:02:15.114Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-11T19:02:15.114Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-11T19:02:15.114Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-11T19:02:15.114Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-11T19:02:15.114Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-11T19:02:15.114Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-11T19:02:15.114Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-11T19:02:15.114Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-11T19:02:15.114Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-11T19:02:15.114Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-11T19:02:15.114Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-11T19:02:15.114Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-11T19:02:15.114Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-11T19:02:17.322Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-11T19:02:17.789Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-11T19:02:18.257Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-11T19:02:18.257Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-11T19:02:19.820Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-11T19:02:19.820Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-11T19:02:21.357Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-11T19:02:22.767Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-11T19:02:23.571Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-11T19:02:23.571Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-11T19:02:24.041Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-11T19:02:24.041Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-11T19:02:24.507Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-11T19:02:24.507Z] docker_cli_sni_test.go:18: Flakey test [2022-03-11T19:02:24.507Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-11T19:02:25.713Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-11T19:02:26.718Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-11T19:02:26.718Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-11T19:02:26.718Z] === RUN TestDockerSuite/TestCommitChange [2022-03-11T19:02:28.661Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-11T19:02:28.661Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-11T19:02:28.661Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-11T19:02:32.456Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-11T19:02:33.865Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-11T19:02:39.079Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-11T19:02:39.079Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-11T19:02:39.079Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-11T19:02:41.307Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-11T19:02:41.307Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-11T19:02:41.307Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-11T19:02:43.529Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-11T19:02:43.530Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-11T19:02:43.530Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-11T19:02:43.530Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-11T19:02:43.530Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-11T19:02:43.530Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-11T19:02:43.530Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-11T19:02:43.530Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-11T19:02:43.530Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-11T19:02:49.961Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-11T19:02:49.961Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-11T19:02:49.961Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-11T19:02:52.200Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-11T19:02:52.200Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-11T19:02:52.200Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-11T19:02:52.200Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-11T19:02:52.200Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-11T19:02:52.200Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-11T19:02:52.200Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-11T19:02:52.200Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-11T19:02:52.200Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-11T19:02:52.200Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-11T19:02:52.200Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-11T19:02:52.200Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-11T19:02:52.200Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-11T19:02:54.412Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-11T19:02:56.633Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-11T19:02:56.633Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-11T19:02:56.633Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-11T19:02:59.585Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-11T19:02:59.585Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-11T19:02:59.585Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-11T19:02:59.585Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-11T19:02:59.585Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-11T19:02:59.585Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-11T19:02:59.585Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-11T19:02:59.585Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-11T19:02:59.585Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-11T19:02:59.585Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-11T19:02:59.585Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-11T19:02:59.585Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-11T19:02:59.585Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-11T19:03:00.379Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-11T19:03:06.284Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-11T19:03:06.284Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-11T19:03:06.284Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-11T19:03:06.284Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-11T19:03:06.284Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-11T19:03:06.284Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-11T19:03:06.284Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-11T19:03:06.284Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-11T19:03:06.284Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-11T19:03:06.284Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-11T19:03:06.284Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-11T19:03:06.284Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-11T19:03:06.284Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-11T19:03:06.284Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-11T19:03:06.284Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-11T19:03:06.741Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-11T19:03:08.330Z] === RUN TestDockerSuite/TestBuildRm [2022-03-11T19:03:14.789Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-11T19:03:14.789Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-11T19:03:15.244Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-11T19:03:15.244Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-11T19:03:15.244Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-11T19:03:15.244Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-11T19:03:15.699Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-11T19:03:15.699Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-11T19:03:17.021Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-11T19:03:18.589Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-11T19:03:19.045Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-11T19:03:22.753Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-11T19:03:22.753Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-11T19:03:22.753Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-11T19:03:23.117Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-11T19:03:23.208Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-11T19:03:23.208Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-11T19:03:25.289Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-11T19:03:25.291Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-11T19:03:25.291Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-11T19:03:25.291Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-11T19:03:25.749Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-11T19:03:27.309Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-11T19:03:27.309Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-11T19:03:27.309Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-11T19:03:27.921Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-11T19:03:30.192Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-11T19:03:30.192Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-11T19:03:30.192Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-11T19:03:30.192Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-11T19:03:30.192Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-11T19:03:30.192Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-11T19:03:30.192Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-11T19:03:31.641Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-11T19:03:31.740Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-11T19:03:31.740Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-11T19:03:31.740Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-11T19:03:32.200Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-11T19:03:32.661Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-11T19:03:32.661Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-11T19:03:32.661Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-11T19:03:33.879Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-11T19:03:33.880Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-11T19:03:33.880Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-11T19:03:33.880Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-11T19:03:36.284Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-11T19:03:37.558Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-11T19:03:37.558Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-11T19:03:37.558Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-11T19:03:37.558Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-11T19:03:37.558Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-11T19:03:37.558Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-11T19:03:37.558Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-11T19:03:37.558Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-11T19:03:40.920Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-11T19:03:41.243Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-11T19:03:41.243Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-11T19:03:41.243Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-11T19:03:42.183Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-11T19:03:45.871Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-11T19:03:50.532Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-11T19:03:50.532Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-11T19:03:50.532Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-11T19:03:50.532Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-11T19:03:51.553Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-11T19:03:51.553Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-11T19:03:51.553Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-11T19:03:53.076Z] --- PASS: TestDockerSuite (2503.96s) [2022-03-11T19:03:53.076Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-11T19:03:53.076Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-11T19:03:53.076Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-11T19:03:53.076Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-11T19:03:53.076Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-11T19:03:53.076Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-11T19:03:53.076Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-11T19:03:53.076Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.75s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.27s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.66s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (83.62s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.06s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.67s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.47s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.82s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.36s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.33s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (96.42s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.51s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.54s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.58s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.08s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.07s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.58s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.81s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.32s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.98s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.74s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.19s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.39s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.93s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.76s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.57s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAddTar (37.22s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.51s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (19.63s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.69s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.73s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.33s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.16s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.50s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.38s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.45s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.82s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.30s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.69s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (26.69s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.34s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.98s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.68s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.94s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.65s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.73s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.12s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCmd (0.69s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.68s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.65s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.48s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.70s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.39s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.59s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.65s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.04s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.57s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.95s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.76s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.15s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (37.54s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.82s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.70s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.84s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.58s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (25.67s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.95s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.05s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.90s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.90s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.96s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.26s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.14s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerignore (52.57s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.04s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (59.53s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.79s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.95s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (19.99s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.13s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (12.47s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (32.79s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.55s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.61s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (82.19s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.55s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.68s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.34s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.58s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.68s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.88s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.57s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.15s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.35s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.15s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.50s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.14s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.70s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildFails (2.83s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.16s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.80s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.96s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.69s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.00s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.63s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.61s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.89s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.65s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.48s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildHistory (12.59s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.13s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.33s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.88s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.07s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildLabel (1.12s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.78s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.12s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.71s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildLabels (1.20s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.85s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.95s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.73s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.89s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.10s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (17.78s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.61s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (34.51s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.21s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.82s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.03s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.67s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (18.66s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.91s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.74s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.41s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.11s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.13s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.85s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.13s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.57s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildOnBuild (10.91s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.84s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.63s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.36s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.07s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.77s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.81s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.36s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-11T19:03:53.077Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.23s) [2022-03-11T19:03:53.077Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (44.79s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (20.73s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildRm (13.26s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.50s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.45s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.55s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.04s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.18s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.92s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (16.83s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.85s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.68s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.19s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.00s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildStderr (4.79s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.35s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.43s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.87s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.52s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.89s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.11s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.57s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.69s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.60s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (25.35s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.16s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.26s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.74s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.47s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.88s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.31s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.15s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.52s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (15.32s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.46s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.43s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.30s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.61s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.25s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.21s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.41s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCommitChange (5.82s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.52s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.31s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCommitTTY (8.10s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.34s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.12s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.96s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.99s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.39s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.72s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.41s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.51s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.26s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.29s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.47s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.75s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.82s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.17s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.94s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.31s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.71s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.39s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.11s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.15s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.98s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.40s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.12s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.74s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.35s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (6.89s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.14s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.88s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.70s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.72s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.81s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000c502d0_} (2.74s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12069569683_c:\foo_false____} (2.64s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12069569683_c:\foo_true____} (2.62s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.44s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.09s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.09s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.09s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.95s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.82s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.88s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.05s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.84s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.33s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.66s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCpToDot (2.92s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCpToStdout (2.93s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.25s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateArgs (0.25s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.26s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.94s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.24s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.16s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.86s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateLabels (0.23s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateRM (0.45s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.24s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.44s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.36s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.26s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.59s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.50s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.90s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.18s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.06s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.01s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.25s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (9.91s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestEventsCopy (5.18s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.10s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.77s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.87s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.68s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.84s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.03s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestEventsFilters (5.78s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestEventsFormat (5.50s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-03-11T19:03:53.078Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-11T19:03:53.078Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestEventsRename (2.85s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestEventsResize (8.10s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.68s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.65s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.21s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestEventsUntag (2.75s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.70s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.18s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.20s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.19s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.23s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.22s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.32s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.75s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.54s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestExecInspectID (4.83s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.65s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.49s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.42s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.24s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.19s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.23s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.18s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.14s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.34s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.68s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.11s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.92s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.24s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.14s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestImagesFormat (0.23s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.03s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.03s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.81s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.94s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.23s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.90s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectDefault (2.74s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectHistory (5.34s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.83s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.34s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.23s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.76s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.32s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.28s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectStatus (3.57s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.56s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.47s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.83s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.32s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.67s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.40s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.80s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.03s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.19s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.23s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.11s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.86s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.47s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.07s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.18s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.07s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.55s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.63s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.93s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.80s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsSince (9.40s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsTail (3.16s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.90s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.79s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.58s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.63s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestPsByOrder (8.86s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.83s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (16.39s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.34s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.57s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.64s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.86s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.34s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-11T19:03:53.079Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.49s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-11T19:03:53.079Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-11T19:03:53.080Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.49s) [2022-03-11T19:03:53.080Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-11T19:03:53.080Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.74s) [2022-03-11T19:03:53.080Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-11T19:03:53.080Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2022-03-11T19:03:53.080Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.51s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.12s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.95s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (21.24s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.84s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.30s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.23s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.88s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.07s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.29s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.29s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.34s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.61s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.39s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.75s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.26s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.03s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.63s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.85s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRmiTag (0.75s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.65s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (18.61s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.23s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.71s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.29s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.59s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.60s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.20s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.85s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.85s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.78s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.07s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.94s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.95s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.10s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.58s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.94s) [2022-03-11T19:03:53.537Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.87s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-11T19:03:53.537Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.81s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.06s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.60s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.82s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.18s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.74s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.71s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.43s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunExitCode (2.75s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.78s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.74s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.00s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.21s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.96s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.29s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.75s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.03s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.92s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.43s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.24s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.99s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.96s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.64s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.11s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.58s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunRm (2.76s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.81s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.82s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.66s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.24s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.82s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.73s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.48s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.03s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.68s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.76s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.46s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.28s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.38s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.77s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.84s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.88s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.81s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.99s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.81s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.96s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.38s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.27s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.70s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.45s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.78s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.87s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.79s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.37s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.19s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-11T19:03:53.538Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.41s) [2022-03-11T19:03:53.538Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.45s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.67s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.51s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.30s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.34s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.94s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.36s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.36s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.36s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.65s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.59s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.04s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.52s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.33s) [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-11T19:03:53.539Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] --- PASS: TestDockerRegistrySuite (0.15s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-11T19:03:53.539Z] === RUN TestDockerSchema1RegistrySuite [2022-03-11T19:03:53.539Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-11T19:03:53.539Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-11T19:03:53.539Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-11T19:03:53.539Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-11T19:03:53.539Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-11T19:03:53.539Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-11T19:03:53.539Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-11T19:03:53.539Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-11T19:03:53.539Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-11T19:03:53.539Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-11T19:03:53.539Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-11T19:03:53.539Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:03:53.539Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-11T19:03:53.539Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-11T19:03:53.539Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-11T19:03:53.539Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-11T19:03:53.539Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.539Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-11T19:03:53.539Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-11T19:03:53.540Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-11T19:03:53.540Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-11T19:03:53.540Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-11T19:03:53.540Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-11T19:03:53.540Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-11T19:03:53.540Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-11T19:03:53.540Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-11T19:03:53.540Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-11T19:03:53.540Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-11T19:03:53.540Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-11T19:03:53.540Z] === RUN TestDockerDaemonSuite [2022-03-11T19:03:53.540Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-11T19:03:53.540Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-11T19:03:53.540Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-11T19:03:53.540Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-11T19:03:53.540Z] === RUN TestDockerSwarmSuite [2022-03-11T19:03:53.540Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-11T19:03:53.540Z] === RUN TestDockerPluginSuite [2022-03-11T19:03:53.540Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-11T19:03:53.540Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-11T19:03:53.540Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-11T19:03:53.540Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-11T19:03:53.540Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-11T19:03:53.540Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-11T19:03:53.540Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-11T19:03:53.540Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-11T19:03:53.540Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-11T19:03:53.540Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-11T19:03:53.540Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-11T19:03:53.540Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-11T19:03:53.540Z] === RUN TestDockerExternalVolumeSuite [2022-03-11T19:03:53.540Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-11T19:03:53.540Z] === RUN TestDockerNetworkSuite [2022-03-11T19:03:53.540Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-11T19:03:53.540Z] === RUN TestDockerHubPullSuite [2022-03-11T19:03:53.540Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-11T19:03:53.540Z] PASS [2022-03-11T19:03:53.540Z] ok github.com/docker/docker/integration-cli 2504.362s [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === Skipped [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-11T19:03:53.540Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-11T19:03:53.540Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-11T19:03:53.540Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-11T19:03:53.540Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-11T19:03:53.540Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-11T19:03:53.540Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-11T19:03:53.540Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-11T19:03:53.540Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-11T19:03:53.540Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-11T19:03:53.540Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-11T19:03:53.540Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-11T19:03:53.540Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-11T19:03:53.540Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-11T19:03:53.540Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-11T19:03:53.540Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-11T19:03:53.540Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-11T19:03:53.540Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-11T19:03:53.540Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.51s) [2022-03-11T19:03:53.540Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.51s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-11T19:03:53.540Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-11T19:03:53.540Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-11T19:03:53.540Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-11T19:03:53.540Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-11T19:03:53.540Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-11T19:03:53.540Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.540Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-11T19:03:53.540Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.540Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-11T19:03:53.540Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.51s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.51s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.33s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.33s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.45s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.45s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.98s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.98s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-11T19:03:53.541Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.49s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-11T19:03:53.541Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-11T19:03:53.541Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-11T19:03:53.541Z] [2022-03-11T19:03:53.541Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.45s) [2022-03-11T19:03:53.542Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.45s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.43s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.43s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.47s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.47s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.46s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.46s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.43s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.43s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-11T19:03:53.542Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-11T19:03:53.542Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-11T19:03:53.542Z] docker_cli_sni_test.go:18: Flakey test [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-11T19:03:53.542Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-11T19:03:53.542Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-11T19:03:53.542Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-11T19:03:53.542Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-11T19:03:53.542Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-11T19:03:53.542Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-11T19:03:53.542Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-11T19:03:53.542Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-11T19:03:53.542Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-11T19:03:53.542Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-11T19:03:53.542Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-11T19:03:53.542Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-11T19:03:53.542Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-11T19:03:53.542Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-11T19:03:53.542Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-11T19:03:53.542Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-11T19:03:53.542Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-11T19:03:53.542Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-11T19:03:53.542Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-11T19:03:53.542Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.542Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-11T19:03:53.542Z] [2022-03-11T19:03:53.542Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-11T19:03:53.543Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-11T19:03:53.543Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-11T19:03:53.543Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-11T19:03:53.543Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-11T19:03:53.543Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-11T19:03:53.543Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-11T19:03:53.543Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-11T19:03:53.543Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-11T19:03:53.543Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-11T19:03:53.543Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-11T19:03:53.543Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-11T19:03:53.543Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-11T19:03:53.543Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-11T19:03:53.543Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-11T19:03:53.543Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.543Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-11T19:03:53.543Z] [2022-03-11T19:03:53.543Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.03s) [2022-03-11T19:03:53.543Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-11T19:03:53.999Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-11T19:03:53.999Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-11T19:03:53.999Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-11T19:03:53.999Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-11T19:03:53.999Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-11T19:03:53.999Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-11T19:03:53.999Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-11T19:03:53.999Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-11T19:03:53.999Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-11T19:03:53.999Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-11T19:03:53.999Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-11T19:03:53.999Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-11T19:03:53.999Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-11T19:03:53.999Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-11T19:03:53.999Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-11T19:03:53.999Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-11T19:03:53.999Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-03-11T19:03:53.999Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-11T19:03:53.999Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-11T19:03:53.999Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-11T19:03:53.999Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-11T19:03:53.999Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-11T19:03:53.999Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-11T19:03:53.999Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-11T19:03:53.999Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:53.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-11T19:03:53.999Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T19:03:53.999Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-11T19:03:53.999Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-11T19:03:54.000Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-11T19:03:54.000Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-11T19:03:54.000Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-11T19:03:54.000Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-11T19:03:54.000Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-11T19:03:54.000Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-11T19:03:54.000Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-11T19:03:54.000Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-11T19:03:54.000Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.03s) [2022-03-11T19:03:54.000Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.03s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-03-11T19:03:54.000Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-03-11T19:03:54.000Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-11T19:03:54.000Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-11T19:03:54.000Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-03-11T19:03:54.000Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.000Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-11T19:03:54.000Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-11T19:03:54.001Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-11T19:03:54.001Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-11T19:03:54.001Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-11T19:03:54.001Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-11T19:03:54.001Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-11T19:03:54.001Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-11T19:03:54.001Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-11T19:03:54.001Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-11T19:03:54.001Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-11T19:03:54.001Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-11T19:03:54.001Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-11T19:03:54.001Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-11T19:03:54.001Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-11T19:03:54.001Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-11T19:03:54.001Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-11T19:03:54.001Z] [2022-03-11T19:03:54.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-11T19:03:54.001Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.001Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.002Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-11T19:03:54.002Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.002Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-11T19:03:54.002Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-11T19:03:54.003Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-11T19:03:54.003Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.003Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-11T19:03:54.003Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-11T19:03:54.004Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:03:54.004Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.004Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:03:54.004Z] [2022-03-11T19:03:54.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:03:54.240Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-11T19:03:54.240Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-11T19:03:54.460Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.460Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:03:54.460Z] [2022-03-11T19:03:54.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-11T19:03:54.460Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.460Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-11T19:03:54.460Z] [2022-03-11T19:03:54.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-11T19:03:54.460Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.460Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-11T19:03:54.460Z] [2022-03-11T19:03:54.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-11T19:03:54.460Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.460Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-11T19:03:54.460Z] [2022-03-11T19:03:54.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-11T19:03:54.460Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.460Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-11T19:03:54.460Z] [2022-03-11T19:03:54.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-11T19:03:54.460Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.460Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-11T19:03:54.460Z] [2022-03-11T19:03:54.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-11T19:03:54.460Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.460Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-11T19:03:54.460Z] [2022-03-11T19:03:54.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-11T19:03:54.460Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.460Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-11T19:03:54.460Z] [2022-03-11T19:03:54.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-11T19:03:54.460Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.460Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-11T19:03:54.460Z] [2022-03-11T19:03:54.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-11T19:03:54.460Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.460Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-11T19:03:54.460Z] [2022-03-11T19:03:54.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-11T19:03:54.460Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.460Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-11T19:03:54.460Z] [2022-03-11T19:03:54.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-11T19:03:54.460Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.460Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-11T19:03:54.460Z] [2022-03-11T19:03:54.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-11T19:03:54.460Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.460Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-11T19:03:54.460Z] [2022-03-11T19:03:54.460Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-11T19:03:54.460Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-11T19:03:54.461Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] DONE 1088 tests, 539 skipped in 2514.945s [2022-03-11T19:03:54.461Z] INFO: Integration tests ended at 03/11/2022 19:03:54. Duration:00:41:55.0716224 [2022-03-11T19:03:54.461Z] INFO: Docker info of the daemon under test at end of run [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] Containers: 2 [2022-03-11T19:03:54.461Z] Running: 0 [2022-03-11T19:03:54.461Z] Paused: 0 [2022-03-11T19:03:54.461Z] Stopped: 2 [2022-03-11T19:03:54.461Z] Images: 18 [2022-03-11T19:03:54.461Z] Server Version: 0.0.0-dev [2022-03-11T19:03:54.461Z] Storage Driver: windowsfilter [2022-03-11T19:03:54.461Z] Windows: [2022-03-11T19:03:54.461Z] Logging Driver: json-file [2022-03-11T19:03:54.461Z] Plugins: [2022-03-11T19:03:54.461Z] Volume: local [2022-03-11T19:03:54.461Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-11T19:03:54.461Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-11T19:03:54.461Z] Swarm: inactive [2022-03-11T19:03:54.461Z] Default Isolation: process [2022-03-11T19:03:54.461Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-11T19:03:54.461Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-11T19:03:54.461Z] OSType: windows [2022-03-11T19:03:54.461Z] Architecture: x86_64 [2022-03-11T19:03:54.461Z] CPUs: 4 [2022-03-11T19:03:54.461Z] Total Memory: 32GiB [2022-03-11T19:03:54.461Z] Name: azwin-2-5c7261 [2022-03-11T19:03:54.461Z] ID: BRTJ:CLUM:BOF6:ACXR:JZGK:PV3Q:5BON:LHZL:HJN4:LXZH:KNW7:3SYH [2022-03-11T19:03:54.461Z] Docker Root Dir: D:\CI\PR-42942\32\daemon [2022-03-11T19:03:54.461Z] Debug Mode (client): false [2022-03-11T19:03:54.461Z] Debug Mode (server): true [2022-03-11T19:03:54.461Z] File Descriptors: -1 [2022-03-11T19:03:54.461Z] Goroutines: 17 [2022-03-11T19:03:54.461Z] System Time: 2022-03-11T19:03:54.0581164Z [2022-03-11T19:03:54.461Z] EventsListeners: 0 [2022-03-11T19:03:54.461Z] Registry: https://index.docker.io/v1/ [2022-03-11T19:03:54.461Z] Labels: [2022-03-11T19:03:54.461Z] Experimental: false [2022-03-11T19:03:54.461Z] Insecure Registries: [2022-03-11T19:03:54.461Z] 127.0.0.0/8 [2022-03-11T19:03:54.461Z] Live Restore Enabled: false [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] [2022-03-11T19:03:54.461Z] INFO: Stopping daemon under test [2022-03-11T19:03:54.461Z] SUCCESS: The process with PID 2992 (child process of PID 2708) has been terminated. [2022-03-11T19:03:54.461Z] SUCCESS: The process with PID 2708 (child process of PID 1900) has been terminated. [2022-03-11T19:03:54.461Z] INFO: Stop tailing logs of the daemon under tests [2022-03-11T19:03:54.461Z] INFO: executeCI.ps1 Completed successfully at 03/11/2022 19:03:54. [2022-03-11T19:03:54.461Z] INFO: Tidying up at end of run [2022-03-11T19:03:54.461Z] INFO: Saving daemon under test log (d:\CI\PR-42942\32\dut.out) to bundles\CIDUT.out [2022-03-11T19:03:54.461Z] INFO: Saving daemon under test log (d:\CI\PR-42942\32\dut.err) to bundles\CIDUT.err [2022-03-11T19:03:54.461Z] INFO: Saving containerd logs to bundles [2022-03-11T19:03:54.461Z] INFO: Nuke-Everything... [2022-03-11T19:03:54.915Z] INFO: Container count on control daemon to delete is 2 [2022-03-11T19:03:55.410Z] 0d9cf2d011a9 [2022-03-11T19:03:55.410Z] 12c44514269f [2022-03-11T19:03:55.410Z] INFO: Non-base image count on control daemon to delete is 1 [2022-03-11T19:03:57.951Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-11T19:03:57.951Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:03:57.951Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-11T19:03:57.951Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:03:57.951Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-11T19:04:01.660Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-11T19:04:01.660Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-11T19:04:04.544Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-11T19:04:04.544Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-11T19:04:04.999Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-11T19:04:05.723Z] Deleted: sha256:d6cee00de0d1a63b24197593995333944c0bd809bb159e8f8fd9196c4e9b7159 [2022-03-11T19:04:05.723Z] Deleted: sha256:d9e06095d70707f491f2e018e0b3505f35f687865a294eb2e7a7fd99453279df [2022-03-11T19:04:05.723Z] Deleted: sha256:395bd96f9cfa6de0040d3299cb54284daca6392eff8a3acb909621a89fce51e9 [2022-03-11T19:04:05.723Z] Deleted: sha256:776913a66c4c3cb285febcd2c018228991040b858e059603d6279df1dd4a1bdc [2022-03-11T19:04:05.723Z] Deleted: sha256:3506c7181475fdf05c508e9cdde73d11042ee7f4aff4d1c63c2617071c2c90ab [2022-03-11T19:04:05.723Z] Deleted: sha256:f0374d948951cf67eac1b0e04e9f5b4cff41e4278e17ee07b36826b1516ba1c6 [2022-03-11T19:04:05.723Z] Deleted: sha256:1413f97e32036a2f8f760cbb159afafcfe71c3942b6b8b976bad9790c27ec931 [2022-03-11T19:04:05.723Z] Deleted: sha256:6c3acc613ecdada70373fc99fb769c05114453ddd73281afeeb0c2a7a66cd8f7 [2022-03-11T19:04:05.723Z] Deleted: sha256:5d8bf941d862beaa2e5f9281e7a81d7bc53f83affca71a00f1aa28d3b3d6cff9 [2022-03-11T19:04:05.723Z] Deleted: sha256:7c47b5c9ce0e30734cd1071b5b02a6046e0e8bb10d2879ffb29866267d14713f [2022-03-11T19:04:05.723Z] Deleted: sha256:839cd3737da8e0ddd308c3b43c2179745cc7932613f2df3dbb3999586d07720a [2022-03-11T19:04:05.723Z] Deleted: sha256:310d522a889d26e6ff3d95a48d97b030548e7ab7a1c460c2f64a100b21d55765 [2022-03-11T19:04:05.723Z] Deleted: sha256:aa6d8bb9657eb175acbcd9eacd97629ecce9996a44b930b1e2cf353eee52a1ea [2022-03-11T19:04:05.723Z] Deleted: sha256:83316d500970712f563b8fda7fd3e41467f5a111b49c7c77d00fc537941406bc [2022-03-11T19:04:05.723Z] Deleted: sha256:702113db817bb846729780b015b7cf15235a815808af75467f1686b39a622dc7 [2022-03-11T19:04:05.723Z] Deleted: sha256:b61c1981d2247379fd4bf238498fcc67de57b334403e4563e7e9e34fda759922 [2022-03-11T19:04:05.723Z] INFO: Tidying pidfile d:\CI\PR-42942\32\docker.pid [2022-03-11T19:04:05.723Z] INFO: Nuking d:\CI [2022-03-11T19:04:05.996Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-11T19:04:05.996Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-11T19:04:05.996Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-11T19:04:08.710Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-11T19:04:08.710Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-11T19:04:12.423Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-11T19:04:18.412Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-11T19:04:18.412Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-11T19:04:19.458Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-11T19:04:24.194Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-11T19:04:24.194Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-11T19:04:26.494Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-11T19:04:26.494Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-11T19:04:26.494Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-11T19:04:26.494Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-11T19:04:26.494Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-11T19:04:28.870Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-11T19:04:29.384Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-11T19:04:29.385Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-11T19:04:29.385Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-11T19:04:30.839Z] INFO: Zapped successfully [2022-03-11T19:04:30.839Z] [2022-03-11T19:04:30.839Z] INFO: executeCI.ps1 exiting at Fri Mar 11 19:04:28 CUT 2022. Duration 01:04:57.4761429 [2022-03-11T19:04:30.839Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-11T19:04:31.111Z] Recording test results [2022-03-11T19:04:31.907Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-11T19:04:33.224Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-11T19:04:33.224Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-11T19:04:33.224Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-11T19:04:33.633Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-11T19:04:35.364Z] Archiving artifacts [2022-03-11T19:04:36.469Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42942/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-11T19:04:37.448Z] + make clean [2022-03-11T19:04:38.408Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-11T19:04:38.408Z] docker-dev-cache [2022-03-11T19:04:38.408Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-11T19:04:41.746Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-11T19:04:41.746Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-11T19:04:47.540Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-11T19:04:50.486Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-11T19:04:50.486Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-11T19:04:50.486Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-11T19:04:50.486Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-11T19:04:50.486Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-11T19:04:50.486Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-11T19:04:50.486Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-11T19:04:50.486Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-11T19:04:50.486Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-11T19:04:50.486Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-11T19:04:50.486Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-11T19:04:53.431Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-11T19:04:53.431Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-11T19:04:54.143Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-11T19:04:54.143Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-11T19:04:54.143Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-11T19:04:54.143Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-11T19:04:55.713Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-11T19:04:57.219Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-11T19:05:00.166Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-11T19:05:01.593Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-11T19:05:03.952Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-11T19:05:06.899Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0005b9f68_} [2022-03-11T19:05:07.473Z] === RUN TestDockerSuite/TestBuildUser [2022-03-11T19:05:07.473Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-11T19:05:07.473Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-11T19:05:07.473Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-11T19:05:07.473Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-11T19:05:07.473Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-11T19:05:07.473Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-11T19:05:10.689Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11256677807_c:\foo_false____} [2022-03-11T19:05:12.238Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-11T19:05:12.713Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-11T19:05:13.636Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11256677807_c:\foo_true____} [2022-03-11T19:05:16.513Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-11T19:05:16.513Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-11T19:05:16.513Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-11T19:05:16.513Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-11T19:05:16.513Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-11T19:05:16.580Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-11T19:05:16.581Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-11T19:05:17.048Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-11T19:05:17.048Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-11T19:05:17.048Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-11T19:05:17.048Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-11T19:05:17.048Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-11T19:05:17.048Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-11T19:05:17.048Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-11T19:05:17.048Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-11T19:05:17.048Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-11T19:05:17.048Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-11T19:05:17.048Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-11T19:05:17.516Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-11T19:05:17.516Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-11T19:05:17.516Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-11T19:05:17.516Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-11T19:05:17.516Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-11T19:05:17.516Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-11T19:05:17.516Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-11T19:05:17.516Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-11T19:05:17.516Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-11T19:05:17.516Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-11T19:05:17.516Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-11T19:05:21.299Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-11T19:05:21.300Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-11T19:05:21.300Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-11T19:05:21.300Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:05:21.300Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-11T19:05:21.300Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:05:21.300Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-11T19:05:21.300Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-11T19:05:21.300Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-11T19:05:21.300Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-11T19:05:21.300Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-11T19:05:21.300Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-11T19:05:21.300Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-11T19:05:21.300Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-11T19:05:21.300Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-11T19:05:21.300Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-11T19:05:21.300Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-11T19:05:21.300Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-11T19:05:21.300Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-11T19:05:21.300Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-11T19:05:21.300Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-11T19:05:21.300Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-11T19:05:21.300Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-11T19:05:21.300Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T19:05:21.300Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-11T19:05:21.300Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-11T19:05:21.300Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-11T19:05:25.082Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-11T19:05:25.082Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-11T19:05:25.082Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-11T19:05:25.082Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-11T19:05:28.865Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-11T19:05:28.865Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-11T19:05:28.865Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-11T19:05:28.865Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-11T19:05:28.865Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-11T19:05:28.865Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-11T19:05:28.865Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-11T19:05:36.011Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-11T19:05:38.972Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-11T19:05:38.972Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-11T19:05:38.972Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-11T19:05:38.972Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-11T19:05:38.972Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-11T19:05:41.823Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-11T19:05:41.823Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-11T19:05:52.264Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-11T19:05:53.960Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-11T19:05:53.960Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-11T19:05:53.960Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-11T19:05:53.960Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-11T19:05:53.960Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-11T19:06:02.698Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-11T19:06:02.699Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-11T19:06:02.699Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-11T19:06:02.699Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-11T19:06:02.699Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-11T19:06:05.657Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-11T19:06:05.657Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-11T19:06:06.127Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-11T19:06:06.436Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-11T19:06:06.436Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-11T19:06:06.436Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-11T19:06:06.436Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-11T19:06:06.436Z] === RUN TestDockerSuite/TestCpToDot [2022-03-11T19:06:08.682Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-11T19:06:08.682Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-11T19:06:08.682Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-11T19:06:08.682Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-11T19:06:08.682Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-11T19:06:12.468Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-11T19:06:12.468Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T19:06:12.468Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-11T19:06:12.468Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-11T19:06:12.468Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-11T19:06:12.468Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-11T19:06:12.468Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-11T19:06:12.468Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-11T19:06:12.468Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-11T19:06:12.468Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-11T19:06:12.468Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-11T19:06:15.412Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-11T19:06:18.357Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-11T19:06:18.824Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-11T19:06:18.824Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-11T19:06:18.835Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-11T19:06:22.606Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-11T19:06:23.073Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-11T19:06:23.541Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-11T19:06:23.541Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-11T19:06:23.541Z] === RUN TestDockerSuite/TestCreateRM [2022-03-11T19:06:23.601Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-11T19:06:24.008Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-11T19:06:24.008Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-11T19:06:24.008Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-11T19:06:24.008Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-11T19:06:24.072Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-11T19:06:24.475Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-11T19:06:36.951Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-11T19:06:36.951Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-11T19:06:36.951Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-11T19:06:40.735Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-11T19:06:40.735Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-11T19:06:40.735Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-11T19:06:40.735Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-11T19:06:44.522Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-11T19:06:44.522Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-11T19:06:44.522Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-11T19:06:44.522Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-11T19:06:44.522Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-11T19:06:44.522Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-11T19:06:44.522Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-11T19:06:44.522Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-11T19:06:44.522Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-11T19:06:44.522Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestDockerFails [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-11T19:06:44.522Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-11T19:06:44.522Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-11T19:06:44.522Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-11T19:06:44.522Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-11T19:06:44.522Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-11T19:06:44.522Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-11T19:06:45.317Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-11T19:06:45.317Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-11T19:06:45.317Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-11T19:06:45.317Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-11T19:06:45.317Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-11T19:06:45.317Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-11T19:06:45.317Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-11T19:06:46.305Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-11T19:06:48.309Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-11T19:06:52.097Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-11T19:06:54.976Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-11T19:06:55.895Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-11T19:06:57.196Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-11T19:06:57.196Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-11T19:06:57.666Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-11T19:06:57.666Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-11T19:06:57.666Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-11T19:06:57.666Z] docker_cli_sni_test.go:18: Flakey test [2022-03-11T19:06:57.666Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-11T19:07:00.623Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-11T19:07:05.387Z] === RUN TestDockerSuite/TestCommitChange [2022-03-11T19:07:08.402Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-11T19:07:11.265Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-11T19:07:15.527Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-11T19:07:15.980Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-11T19:07:15.981Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-11T19:07:15.981Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-11T19:07:22.637Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-11T19:07:23.111Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-11T19:07:23.111Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-11T19:07:23.111Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-11T19:07:25.580Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-11T19:07:26.564Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-11T19:07:33.711Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-11T19:07:33.711Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-11T19:07:34.694Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-11T19:07:40.938Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-11T19:07:41.841Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-11T19:07:50.494Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-11T19:07:50.494Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-11T19:07:50.494Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-11T19:07:50.494Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-11T19:07:50.494Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-11T19:07:50.494Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-11T19:07:50.494Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-11T19:07:50.494Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-11T19:07:50.495Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-11T19:07:50.962Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-11T19:07:50.962Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-11T19:07:50.962Z] === RUN TestDockerSuite/TestEventsRename [2022-03-11T19:07:51.380Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-11T19:07:51.380Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-11T19:07:51.380Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-11T19:07:51.380Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-11T19:07:51.380Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-11T19:07:51.380Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-11T19:07:51.380Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-11T19:07:51.380Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-11T19:07:51.380Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-11T19:07:51.380Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-11T19:07:51.380Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-11T19:07:51.380Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-11T19:07:51.380Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-11T19:07:51.380Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-11T19:07:51.380Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-11T19:07:51.380Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-11T19:07:54.748Z] === RUN TestDockerSuite/TestEventsResize [2022-03-11T19:07:58.546Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-11T19:08:05.729Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-11T19:08:05.729Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-11T19:08:05.729Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-11T19:08:07.946Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-11T19:08:07.946Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-11T19:08:07.946Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-11T19:08:07.946Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-11T19:08:07.946Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-11T19:08:07.946Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-11T19:08:07.946Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-11T19:08:15.118Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-11T19:08:15.118Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-11T19:08:15.118Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-11T19:08:15.118Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-11T19:08:18.077Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-11T19:08:18.077Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-11T19:08:18.077Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-11T19:08:18.077Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-11T19:08:18.077Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-11T19:08:18.077Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-11T19:08:18.077Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-11T19:08:18.077Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-11T19:08:21.042Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-11T19:08:23.270Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-11T19:08:25.647Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-11T19:08:25.647Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-11T19:08:25.647Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-11T19:08:26.117Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-11T19:08:28.347Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-11T19:08:28.347Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-11T19:08:30.736Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-11T19:08:31.304Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-11T19:08:31.304Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:08:31.304Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-11T19:08:31.304Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:08:31.304Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-11T19:08:31.720Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-11T19:08:33.525Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-11T19:08:33.526Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-11T19:08:35.744Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-11T19:08:35.744Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-11T19:08:35.744Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-11T19:08:36.468Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-11T19:08:38.702Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-11T19:08:38.702Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-11T19:08:42.327Z] === RUN TestDockerSuite/TestEventsTop [2022-03-11T19:08:42.327Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-11T19:08:42.327Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-11T19:08:45.273Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-11T19:08:45.867Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-11T19:08:51.132Z] === RUN TestDockerSuite/TestExec [2022-03-11T19:08:51.132Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T19:08:51.132Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-11T19:08:51.132Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-11T19:08:51.132Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-11T19:08:54.916Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-11T19:08:56.298Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-11T19:08:58.774Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-11T19:08:58.774Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T19:08:58.774Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-11T19:08:58.774Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:08:58.774Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-11T19:08:58.774Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-11T19:08:58.774Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-11T19:08:59.257Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-11T19:08:59.257Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-11T19:08:59.257Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-11T19:08:59.257Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-11T19:08:59.725Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-11T19:09:01.943Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-11T19:09:01.943Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-11T19:09:01.943Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-11T19:09:02.556Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-11T19:09:06.340Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-11T19:09:09.107Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-11T19:09:09.107Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-11T19:09:09.107Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-11T19:09:10.127Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-11T19:09:12.074Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-11T19:09:12.074Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-11T19:09:13.912Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-11T19:09:16.844Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-11T19:09:18.411Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-11T19:09:18.411Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-11T19:09:18.411Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-11T19:09:18.411Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-11T19:09:18.411Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-11T19:09:18.411Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-11T19:09:18.411Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-11T19:09:18.411Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-11T19:09:18.411Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-11T19:09:18.411Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-11T19:09:18.411Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-11T19:09:20.632Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-11T19:09:20.632Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-11T19:09:22.559Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-11T19:09:22.559Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-11T19:09:22.559Z] === RUN TestDockerSuite/TestExecEnv [2022-03-11T19:09:22.559Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-11T19:09:22.559Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-11T19:09:22.559Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-11T19:09:22.559Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-11T19:09:23.588Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-11T19:09:25.505Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-11T19:09:26.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-11T19:09:28.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-11T19:09:31.724Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000a6a150_} [2022-03-11T19:09:32.640Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-11T19:09:32.640Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-11T19:09:32.640Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-11T19:09:32.640Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-11T19:09:32.640Z] === RUN TestDockerSuite/TestExecParseError [2022-03-11T19:09:32.640Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-11T19:09:32.640Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-11T19:09:32.640Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-11T19:09:32.640Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-11T19:09:32.640Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-11T19:09:32.640Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-11T19:09:34.601Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13604065551_c:\foo_false____} [2022-03-11T19:09:36.320Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-11T19:09:36.320Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-11T19:09:36.320Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-11T19:09:36.320Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-11T19:09:36.320Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-11T19:09:36.320Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-11T19:09:36.320Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-11T19:09:36.320Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-11T19:09:36.320Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-11T19:09:36.320Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-11T19:09:36.320Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-11T19:09:40.948Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-11T19:09:40.948Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-11T19:09:40.948Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-11T19:09:43.121Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13604065551_c:\foo_true____} [2022-03-11T19:09:49.597Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-11T19:09:49.597Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-11T19:09:49.597Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-11T19:09:49.597Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-11T19:09:49.597Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-11T19:09:49.597Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-11T19:09:49.597Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-11T19:09:50.292Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-11T19:09:50.293Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-11T19:09:50.293Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-11T19:09:50.293Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-11T19:09:50.293Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-11T19:09:50.293Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-11T19:09:50.293Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-11T19:09:50.293Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-11T19:09:53.250Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-11T19:09:53.250Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-11T19:09:53.250Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-11T19:09:53.250Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:09:53.250Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-11T19:09:53.251Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:09:53.251Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-11T19:09:53.251Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-11T19:09:53.251Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-11T19:09:53.251Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-11T19:09:53.251Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-11T19:09:53.251Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-11T19:09:53.251Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-11T19:09:53.251Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-11T19:09:53.251Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-11T19:09:53.251Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-11T19:09:53.251Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-11T19:09:53.251Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-11T19:09:53.251Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-11T19:09:53.251Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-11T19:09:53.251Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-11T19:09:53.251Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-11T19:09:53.251Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-11T19:09:53.251Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T19:09:53.251Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-11T19:09:53.251Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-11T19:09:53.251Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-11T19:09:56.740Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-11T19:10:01.926Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-11T19:10:01.926Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-11T19:10:01.926Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-11T19:10:01.926Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-11T19:10:05.397Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-11T19:10:09.163Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-11T19:10:09.163Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-11T19:10:09.163Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-11T19:10:09.163Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-11T19:10:09.163Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-11T19:10:09.163Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-11T19:10:09.163Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-11T19:10:09.347Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-11T19:10:17.996Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-11T19:10:17.996Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T19:10:17.996Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-11T19:10:17.996Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-11T19:10:17.996Z] === RUN TestDockerSuite/TestHealth [2022-03-11T19:10:17.996Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-11T19:10:17.996Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-11T19:10:17.996Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-11T19:10:17.996Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-11T19:10:17.996Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-11T19:10:19.601Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-11T19:10:21.170Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-11T19:10:21.170Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-11T19:10:21.170Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-11T19:10:21.170Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-11T19:10:21.170Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-11T19:10:23.853Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-11T19:10:23.853Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-11T19:10:23.853Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-11T19:10:23.853Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-11T19:10:23.853Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-11T19:10:23.853Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-11T19:10:24.321Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-11T19:10:25.305Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-11T19:10:25.305Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-11T19:10:25.305Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-11T19:10:26.289Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-11T19:10:26.289Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-11T19:10:28.500Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-11T19:10:28.968Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-11T19:10:31.919Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-11T19:10:35.707Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-11T19:10:35.707Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-11T19:10:35.707Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-11T19:10:35.707Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-11T19:10:36.120Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-11T19:10:36.121Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-11T19:10:36.121Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-11T19:10:36.121Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-11T19:10:36.121Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-11T19:10:39.488Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-11T19:10:39.955Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-11T19:10:39.955Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-11T19:10:39.955Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-11T19:10:39.955Z] === RUN TestDockerSuite/TestImportFile [2022-03-11T19:10:39.955Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-11T19:10:39.955Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-11T19:10:39.955Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-11T19:10:39.955Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-11T19:10:39.955Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-11T19:10:39.955Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-11T19:10:39.955Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-11T19:10:39.955Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:10:39.955Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-11T19:10:39.955Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-11T19:10:39.955Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-11T19:10:39.955Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-11T19:10:39.955Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-11T19:10:39.955Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-11T19:10:39.955Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-11T19:10:40.423Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-11T19:10:40.423Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-11T19:10:40.423Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-11T19:10:40.423Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-11T19:10:40.423Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-11T19:10:44.208Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-11T19:10:47.157Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-11T19:10:47.157Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-11T19:10:47.157Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-11T19:10:47.157Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-11T19:10:47.157Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-11T19:10:47.157Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-11T19:10:47.157Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-11T19:10:47.157Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-11T19:10:50.942Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-11T19:10:50.942Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-11T19:10:51.070Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-11T19:10:51.070Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-11T19:10:51.070Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-11T19:10:51.070Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-11T19:10:51.070Z] === RUN TestDockerSuite/TestCpToDot [2022-03-11T19:10:52.643Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-11T19:10:52.643Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-11T19:10:52.643Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-11T19:10:52.643Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-11T19:10:52.643Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-11T19:10:54.728Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-11T19:10:54.728Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-11T19:10:54.728Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-11T19:10:54.728Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-11T19:10:54.728Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-11T19:10:54.728Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-11T19:10:54.728Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-11T19:10:55.601Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-11T19:10:55.601Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T19:10:55.601Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-11T19:10:55.601Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-11T19:10:55.601Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-11T19:10:55.601Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-11T19:10:55.601Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-11T19:10:55.601Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-11T19:10:55.601Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-11T19:10:55.601Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-11T19:10:56.070Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-11T19:10:57.675Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-11T19:10:58.290Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-11T19:11:00.509Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-11T19:11:00.978Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-11T19:11:00.978Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-11T19:11:03.211Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-11T19:11:04.199Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-11T19:11:04.199Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-11T19:11:04.199Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-11T19:11:04.199Z] === RUN TestDockerSuite/TestCreateRM [2022-03-11T19:11:04.668Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-11T19:11:04.668Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-11T19:11:04.668Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-11T19:11:04.826Z] === RUN TestDockerSuite/TestInspectImage [2022-03-11T19:11:04.826Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T19:11:04.826Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-11T19:11:04.826Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:11:04.826Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-11T19:11:04.826Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-11T19:11:04.826Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-11T19:11:05.138Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-11T19:11:05.607Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-11T19:11:07.773Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-11T19:11:11.558Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-11T19:11:12.027Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-11T19:11:14.284Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-11T19:11:14.284Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-11T19:11:14.754Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-11T19:11:15.940Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-11T19:11:18.558Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-11T19:11:18.558Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-11T19:11:18.558Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-11T19:11:18.558Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-11T19:11:19.731Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-11T19:11:19.731Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-11T19:11:19.731Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-11T19:11:19.731Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-11T19:11:24.486Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-11T19:11:25.728Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-11T19:11:25.728Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-11T19:11:25.728Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-11T19:11:26.200Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-11T19:11:26.200Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-11T19:11:26.200Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-11T19:11:26.200Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-11T19:11:26.200Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-11T19:11:26.200Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-11T19:11:26.200Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-11T19:11:26.200Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-11T19:11:26.200Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestDockerFails [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-11T19:11:26.200Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-11T19:11:26.200Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-11T19:11:26.200Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-11T19:11:26.200Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-11T19:11:26.200Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-11T19:11:26.200Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-11T19:11:28.272Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-11T19:11:29.160Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-11T19:11:32.118Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-11T19:11:35.074Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-11T19:11:36.923Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-11T19:11:40.708Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-11T19:11:44.496Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-11T19:11:48.440Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-11T19:11:52.230Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-11T19:11:55.177Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-11T19:11:56.329Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-11T19:11:59.285Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-11T19:12:05.587Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-11T19:12:05.587Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-11T19:12:05.587Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-11T19:12:05.587Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-11T19:12:05.587Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-11T19:12:05.587Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-11T19:12:05.587Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-11T19:12:05.587Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-11T19:12:05.587Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-11T19:12:05.587Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-11T19:12:05.587Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-11T19:12:05.587Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-11T19:12:05.587Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-11T19:12:05.587Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-11T19:12:05.587Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-11T19:12:05.587Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-11T19:12:05.587Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-11T19:12:10.335Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-11T19:12:11.883Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-11T19:12:14.102Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-11T19:12:14.120Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-11T19:12:14.580Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-11T19:12:21.262Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-11T19:12:24.210Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-11T19:12:24.210Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-11T19:12:24.210Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-11T19:12:25.029Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-11T19:12:25.029Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-11T19:12:25.499Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-11T19:12:28.958Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-11T19:12:28.958Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-11T19:12:31.378Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-11T19:12:36.103Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-11T19:12:36.145Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-11T19:12:36.145Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-11T19:12:36.145Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-11T19:12:36.145Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-11T19:12:36.145Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-11T19:12:36.145Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-11T19:12:36.145Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-11T19:12:36.145Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-11T19:12:36.145Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-11T19:12:37.132Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-11T19:12:37.132Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-11T19:12:37.132Z] === RUN TestDockerSuite/TestEventsRename [2022-03-11T19:12:40.087Z] === RUN TestDockerSuite/TestEventsResize [2022-03-11T19:12:44.754Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-11T19:12:48.767Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-11T19:12:51.896Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-11T19:12:55.931Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-11T19:12:57.751Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-11T19:12:58.153Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-11T19:13:02.495Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-11T19:13:02.495Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-11T19:13:02.495Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-11T19:13:02.920Z] === RUN TestDockerSuite/TestEventsTop [2022-03-11T19:13:02.920Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-11T19:13:03.385Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-11T19:13:06.222Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-11T19:13:06.277Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-11T19:13:09.105Z] === RUN TestDockerSuite/TestLogsSince [2022-03-11T19:13:10.007Z] === RUN TestDockerSuite/TestExec [2022-03-11T19:13:10.007Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T19:13:10.007Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-11T19:13:10.007Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-11T19:13:10.007Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-11T19:13:12.900Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-11T19:13:14.432Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-11T19:13:14.432Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T19:13:14.432Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-11T19:13:14.432Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:13:14.889Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-11T19:13:14.889Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-11T19:13:14.889Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-11T19:13:17.057Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-11T19:13:19.375Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-11T19:13:19.375Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-11T19:13:19.375Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-11T19:13:19.375Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-11T19:13:19.375Z] === RUN TestDockerSuite/TestLogsTail [2022-03-11T19:13:19.383Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-11T19:13:22.276Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-11T19:13:23.088Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-11T19:13:24.451Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-11T19:13:26.798Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-11T19:13:29.130Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-11T19:13:29.130Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-11T19:13:29.130Z] === RUN TestDockerSuite/TestExecEnv [2022-03-11T19:13:29.130Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-11T19:13:29.130Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-11T19:13:29.130Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-11T19:13:29.130Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-11T19:13:30.507Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-11T19:13:30.507Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestNetHostname [2022-03-11T19:13:30.507Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-11T19:13:30.507Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-11T19:13:30.507Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-11T19:13:30.507Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestPluginActive [2022-03-11T19:13:30.507Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-11T19:13:30.507Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-11T19:13:30.507Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-11T19:13:30.507Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-11T19:13:30.507Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-11T19:13:30.507Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-11T19:13:30.507Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-11T19:13:30.507Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-11T19:13:30.507Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-11T19:13:30.507Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestPortList [2022-03-11T19:13:30.507Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-11T19:13:30.507Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-11T19:13:31.300Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-11T19:13:37.077Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-11T19:13:37.077Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-11T19:13:37.077Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-11T19:13:37.077Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-11T19:13:37.077Z] === RUN TestDockerSuite/TestExecParseError [2022-03-11T19:13:37.077Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-11T19:13:37.077Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-11T19:13:37.077Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-11T19:13:37.077Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-11T19:13:37.077Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-11T19:13:37.077Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-11T19:13:37.542Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-11T19:13:37.542Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:13:37.542Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-11T19:13:37.542Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-11T19:13:37.542Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-11T19:13:37.542Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-11T19:13:37.542Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-11T19:13:37.542Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-11T19:13:37.542Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-11T19:13:37.542Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-11T19:13:37.542Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-11T19:13:37.542Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-11T19:13:37.542Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-11T19:13:37.542Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-11T19:13:37.542Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-11T19:13:37.542Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-11T19:13:37.542Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-11T19:13:37.542Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-11T19:13:39.246Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-11T19:13:39.246Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-11T19:13:39.246Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-11T19:13:39.246Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-11T19:13:39.246Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-11T19:13:39.246Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-11T19:13:39.246Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-11T19:13:39.246Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-11T19:13:39.246Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-11T19:13:39.246Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-11T19:13:39.246Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-11T19:13:42.140Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-11T19:13:42.140Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-11T19:13:42.140Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-11T19:13:44.579Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-11T19:13:44.579Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-11T19:13:44.579Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-11T19:13:50.695Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-11T19:13:50.695Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-11T19:13:50.695Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-11T19:13:50.695Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-11T19:13:50.695Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-11T19:13:50.695Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-11T19:13:50.695Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-11T19:13:57.748Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-11T19:13:59.337Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-11T19:13:59.337Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-11T19:13:59.337Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-11T19:14:03.524Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-11T19:14:07.254Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-11T19:14:14.093Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-11T19:14:14.308Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-11T19:14:14.308Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T19:14:14.308Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-11T19:14:14.308Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-11T19:14:14.308Z] === RUN TestDockerSuite/TestHealth [2022-03-11T19:14:14.308Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-11T19:14:14.308Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-11T19:14:14.308Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-11T19:14:14.308Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-11T19:14:14.308Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-11T19:14:20.090Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-11T19:14:20.091Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-11T19:14:20.091Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-11T19:14:20.091Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-11T19:14:20.091Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-11T19:14:20.091Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-11T19:14:20.091Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-11T19:14:20.549Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-11T19:14:20.549Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-11T19:14:20.549Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-11T19:14:22.083Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-11T19:14:22.083Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-11T19:14:24.255Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-11T19:14:24.713Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-11T19:14:26.884Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-11T19:14:29.783Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-11T19:14:30.240Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-11T19:14:30.240Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-11T19:14:30.240Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-11T19:14:33.972Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-11T19:14:34.429Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-11T19:14:34.429Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-11T19:14:34.429Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-11T19:14:34.429Z] === RUN TestDockerSuite/TestImportFile [2022-03-11T19:14:34.429Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-11T19:14:34.429Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-11T19:14:34.429Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-11T19:14:34.429Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-11T19:14:34.429Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-11T19:14:34.429Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-11T19:14:34.429Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-11T19:14:34.429Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:14:34.429Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-11T19:14:34.429Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-11T19:14:34.429Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-11T19:14:34.429Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-11T19:14:34.429Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-11T19:14:34.429Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-11T19:14:34.429Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-11T19:14:34.429Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-11T19:14:34.429Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-11T19:14:34.429Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-11T19:14:34.429Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-11T19:14:34.887Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-11T19:14:35.171Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-11T19:14:35.171Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-11T19:14:35.171Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-11T19:14:35.171Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-11T19:14:35.171Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-11T19:14:35.171Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-11T19:14:37.057Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-11T19:14:39.950Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-11T19:14:39.950Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-11T19:14:39.950Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-11T19:14:39.950Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-11T19:14:39.950Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-11T19:14:39.950Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-11T19:14:39.950Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-11T19:14:39.950Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-11T19:14:40.947Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-11T19:14:42.119Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-11T19:14:42.119Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-11T19:14:45.045Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-11T19:14:45.045Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-11T19:14:45.045Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-11T19:14:45.045Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-11T19:14:45.045Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-11T19:14:45.045Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-11T19:14:45.045Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-11T19:14:51.297Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-11T19:14:52.216Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-11T19:14:58.153Z] === RUN TestDockerSuite/TestInspectImage [2022-03-11T19:14:58.153Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T19:14:58.153Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-11T19:14:58.153Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:14:58.153Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-11T19:14:58.153Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-11T19:14:58.153Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-11T19:14:58.445Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-11T19:14:58.445Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-11T19:14:58.913Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-11T19:14:58.913Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-11T19:14:58.913Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-11T19:15:00.373Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-11T19:15:02.593Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-11T19:15:02.593Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-11T19:15:05.558Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-11T19:15:07.571Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-11T19:15:07.571Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-11T19:15:07.571Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-11T19:15:07.571Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-11T19:15:07.571Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-11T19:15:07.571Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-11T19:15:07.571Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-11T19:15:07.571Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-11T19:15:07.571Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-11T19:15:07.777Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-11T19:15:07.777Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-11T19:15:07.777Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-11T19:15:07.777Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-11T19:15:10.006Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-11T19:15:13.813Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-11T19:15:17.978Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-11T19:15:17.978Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-11T19:15:17.978Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-11T19:15:18.575Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-11T19:15:19.537Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-11T19:15:19.537Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-11T19:15:19.537Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-11T19:15:20.520Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-11T19:15:20.794Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-11T19:15:21.503Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-11T19:15:21.503Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-11T19:15:21.503Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-11T19:15:23.012Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-11T19:15:25.967Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-11T19:15:30.150Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-11T19:15:33.436Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-11T19:15:35.014Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-11T19:15:36.187Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-11T19:15:37.969Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-11T19:15:37.969Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-11T19:15:37.969Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-11T19:15:37.969Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-11T19:15:37.969Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-11T19:15:37.969Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-11T19:15:37.969Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-11T19:15:37.969Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-11T19:15:37.969Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-11T19:15:37.969Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-11T19:15:37.969Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-11T19:15:37.969Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-11T19:15:37.969Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-11T19:15:37.969Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-11T19:15:37.969Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-11T19:15:37.969Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-11T19:15:37.969Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-11T19:15:40.186Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-11T19:15:40.265Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-11T19:15:42.407Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-11T19:15:48.673Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-11T19:15:50.821Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-11T19:15:50.821Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-11T19:15:50.821Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-11T19:15:53.780Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-11T19:15:53.780Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-11T19:16:02.449Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-11T19:16:09.619Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-11T19:16:15.992Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-11T19:16:15.993Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T19:16:15.993Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-11T19:16:18.296Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-11T19:16:19.868Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-11T19:16:21.851Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-11T19:16:21.851Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-11T19:16:21.851Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-11T19:16:22.824Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-11T19:16:22.824Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-11T19:16:22.824Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-11T19:16:22.835Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-11T19:16:25.782Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-11T19:16:28.003Z] === RUN TestDockerSuite/TestLogsSince [2022-03-11T19:16:31.505Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-11T19:16:38.436Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-11T19:16:38.436Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-11T19:16:38.436Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-11T19:16:38.436Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-11T19:16:38.436Z] === RUN TestDockerSuite/TestLogsTail [2022-03-11T19:16:38.653Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-11T19:16:38.653Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T19:16:38.653Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-11T19:16:40.660Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-11T19:16:42.972Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-11T19:16:45.929Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-11T19:16:45.929Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestNetHostname [2022-03-11T19:16:45.929Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-11T19:16:45.929Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-11T19:16:45.929Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-11T19:16:45.929Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestPluginActive [2022-03-11T19:16:45.929Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-11T19:16:45.929Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-11T19:16:45.929Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-11T19:16:45.929Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-11T19:16:45.929Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-11T19:16:45.929Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-11T19:16:45.929Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-11T19:16:45.929Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-11T19:16:45.929Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-11T19:16:45.929Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestPortList [2022-03-11T19:16:45.929Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-11T19:16:45.929Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-11T19:16:45.940Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-11T19:16:45.940Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-11T19:16:45.940Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-11T19:16:50.808Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-11T19:16:50.808Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:16:50.808Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-11T19:16:50.808Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-11T19:16:50.808Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-11T19:16:50.808Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-11T19:16:50.808Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-11T19:16:50.808Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-11T19:16:50.808Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-11T19:16:50.808Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-11T19:16:50.808Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-11T19:16:50.808Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-11T19:16:50.808Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-11T19:16:50.808Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-11T19:16:50.808Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-11T19:16:50.808Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-11T19:16:50.808Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-11T19:16:50.808Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-11T19:16:56.683Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-11T19:16:56.683Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-11T19:16:56.683Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-11T19:17:05.355Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-11T19:17:05.355Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-11T19:17:05.355Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-11T19:17:07.159Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-11T19:17:10.943Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-11T19:17:11.930Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-11T19:17:20.300Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-11T19:17:22.341Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-11T19:17:29.484Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-11T19:17:35.254Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-11T19:17:35.726Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-11T19:17:35.726Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-11T19:17:35.726Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-11T19:17:40.162Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-11T19:17:46.021Z] === RUN TestDockerSuite/TestRmiTag [2022-03-11T19:17:46.021Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-11T19:17:49.807Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-11T19:17:50.683Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-11T19:17:55.398Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-11T19:18:07.779Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-11T19:18:13.659Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-11T19:18:13.659Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-11T19:18:13.659Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-11T19:18:13.659Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-11T19:18:13.659Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-11T19:18:15.033Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-11T19:18:16.599Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-11T19:18:19.535Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-11T19:18:19.535Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-11T19:18:19.535Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-11T19:18:19.535Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-11T19:18:19.535Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-11T19:18:19.535Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-11T19:18:19.535Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-11T19:18:19.535Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-11T19:18:19.535Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-11T19:18:23.749Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-11T19:18:24.733Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-11T19:18:24.733Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-11T19:18:24.733Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-11T19:18:24.733Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-11T19:18:24.733Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-11T19:18:24.733Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-11T19:18:24.733Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-11T19:18:24.733Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-11T19:18:24.733Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-11T19:18:24.733Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-11T19:18:24.733Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-11T19:18:24.733Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-11T19:18:24.733Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-11T19:18:24.733Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-11T19:18:24.733Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-11T19:18:27.681Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-11T19:18:27.681Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-11T19:18:27.681Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-11T19:18:27.681Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-11T19:18:27.681Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-11T19:18:28.209Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-11T19:18:28.209Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-11T19:18:28.209Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-11T19:18:29.202Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-11T19:18:29.202Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-11T19:18:29.671Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-11T19:18:30.661Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-11T19:18:31.650Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-11T19:18:31.650Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-11T19:18:31.650Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-11T19:18:34.829Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-11T19:18:36.381Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-11T19:18:38.513Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-11T19:18:41.025Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-11T19:18:42.192Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-11T19:18:43.921Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-11T19:18:45.955Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-11T19:18:48.899Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-11T19:18:48.899Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-11T19:18:56.041Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-11T19:18:56.041Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-11T19:18:56.041Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-11T19:18:56.041Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-11T19:18:56.041Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-11T19:18:56.041Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-11T19:18:56.041Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-11T19:18:56.041Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-11T19:18:56.041Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-11T19:18:56.041Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-11T19:18:56.041Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-11T19:18:56.041Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-11T19:18:56.041Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-11T19:18:56.041Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-11T19:18:56.041Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-11T19:18:56.041Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-11T19:18:56.041Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-11T19:18:56.041Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-11T19:18:56.041Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-11T19:18:56.041Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-11T19:18:56.041Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-11T19:18:56.041Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-11T19:18:56.041Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-11T19:18:59.824Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-11T19:18:59.824Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-11T19:18:59.824Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-11T19:19:01.784Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-11T19:19:01.784Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T19:19:01.784Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-11T19:19:04.574Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-11T19:19:04.574Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-11T19:19:04.574Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-11T19:19:04.574Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-11T19:19:04.574Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-11T19:19:07.519Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-11T19:19:07.519Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-11T19:19:07.519Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-11T19:19:07.519Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-11T19:19:07.519Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-11T19:19:07.519Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-11T19:19:07.519Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-11T19:19:07.519Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-11T19:19:07.519Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-11T19:19:07.519Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-11T19:19:07.519Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-11T19:19:07.519Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-11T19:19:07.519Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-11T19:19:07.519Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-11T19:19:07.519Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-11T19:19:08.950Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-11T19:19:08.950Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-11T19:19:08.950Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-11T19:19:09.421Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-11T19:19:09.728Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-11T19:19:13.647Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-11T19:19:14.202Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-11T19:19:16.592Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-11T19:19:16.592Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-11T19:19:16.592Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-11T19:19:16.592Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-11T19:19:16.592Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-11T19:19:16.592Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-11T19:19:17.059Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-11T19:19:18.964Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-11T19:19:18.964Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T19:19:18.964Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-11T19:19:20.005Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-11T19:19:20.005Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-11T19:19:20.005Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-11T19:19:20.005Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-11T19:19:20.005Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-11T19:19:20.005Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-11T19:19:20.472Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-11T19:19:20.472Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-11T19:19:20.472Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-11T19:19:22.681Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-11T19:19:23.728Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-11T19:19:23.728Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-11T19:19:23.728Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-11T19:19:29.883Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-11T19:19:29.883Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-11T19:19:29.883Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-11T19:19:29.883Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-11T19:19:29.883Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-11T19:19:29.883Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-11T19:19:29.883Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-11T19:19:29.883Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-11T19:19:29.883Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-11T19:19:29.883Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-11T19:19:29.883Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-11T19:19:29.883Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-11T19:19:29.883Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-11T19:19:33.608Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-11T19:19:33.608Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-11T19:19:33.608Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-11T19:19:33.608Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-11T19:19:33.608Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-11T19:19:33.608Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-11T19:19:37.289Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-11T19:19:40.969Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-11T19:19:40.969Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-11T19:19:40.969Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-11T19:19:41.494Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-11T19:19:42.447Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-11T19:19:43.400Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-11T19:19:43.827Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-11T19:19:43.828Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-11T19:19:43.828Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-11T19:19:43.828Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-11T19:19:43.828Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-11T19:19:43.828Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-11T19:19:43.828Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-11T19:19:47.539Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-11T19:19:50.442Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-11T19:19:51.249Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-11T19:19:54.958Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-11T19:19:57.853Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-11T19:19:57.853Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-11T19:19:57.853Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-11T19:19:57.853Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-11T19:19:57.853Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-11T19:19:57.853Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-11T19:19:57.853Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-11T19:19:57.853Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-11T19:19:57.853Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-11T19:19:57.853Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-11T19:19:57.853Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-11T19:19:57.853Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-11T19:19:57.853Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-11T19:19:58.307Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-11T19:19:58.307Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-11T19:19:58.307Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-11T19:20:02.797Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-11T19:20:04.138Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-11T19:20:04.138Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-11T19:20:04.138Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-11T19:20:04.593Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-11T19:20:04.593Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-11T19:20:04.593Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-11T19:20:04.593Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-11T19:20:04.593Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-11T19:20:04.593Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-11T19:20:04.593Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-11T19:20:04.593Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-11T19:20:04.593Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-11T19:20:09.851Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-11T19:20:13.129Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-11T19:20:13.129Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-11T19:20:13.129Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-11T19:20:14.534Z] === RUN TestDockerSuite/TestRmiTag [2022-03-11T19:20:14.990Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-11T19:20:16.012Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-11T19:20:16.012Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-11T19:20:16.012Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-11T19:20:16.012Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-11T19:20:16.012Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-11T19:20:16.012Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-11T19:20:16.012Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-11T19:20:16.012Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-11T19:20:16.012Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-11T19:20:16.012Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-11T19:20:16.012Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-11T19:20:16.012Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-11T19:20:16.012Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-11T19:20:16.012Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-11T19:20:16.012Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-11T19:20:16.012Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-11T19:20:16.012Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-11T19:20:16.012Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-11T19:20:16.012Z] === RUN TestDockerSuite/TestRunMount [2022-03-11T19:20:16.012Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-11T19:20:16.012Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-11T19:20:16.012Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-11T19:20:16.012Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-11T19:20:16.012Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-11T19:20:16.012Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-11T19:20:16.012Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-11T19:20:16.012Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-11T19:20:17.884Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-11T19:20:28.347Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-11T19:20:28.348Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-11T19:20:28.348Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-11T19:20:28.348Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-11T19:20:28.348Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-11T19:20:28.348Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-11T19:20:28.348Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-11T19:20:34.108Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-11T19:20:38.947Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-11T19:20:38.947Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-11T19:20:41.142Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-11T19:20:41.142Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-11T19:20:41.142Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-11T19:20:41.142Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-11T19:20:41.142Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-11T19:20:41.142Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-11T19:20:41.142Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-11T19:20:41.142Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-11T19:20:41.142Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-11T19:20:41.142Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-11T19:20:41.142Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-11T19:20:41.142Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-11T19:20:41.142Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-11T19:20:41.142Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-11T19:20:41.142Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-11T19:20:41.142Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-11T19:20:41.142Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-11T19:20:41.142Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-11T19:20:41.142Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-11T19:20:41.142Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-11T19:20:42.103Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-11T19:20:44.263Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-11T19:20:44.725Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-11T19:20:45.182Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-11T19:20:45.182Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-11T19:20:45.182Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-11T19:20:45.182Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-11T19:20:45.640Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-11T19:20:45.640Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-11T19:20:45.640Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-11T19:20:45.640Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-11T19:20:45.640Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-11T19:20:45.640Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-11T19:20:45.640Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-11T19:20:45.640Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-11T19:20:45.640Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-11T19:20:45.640Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-11T19:20:45.640Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-11T19:20:47.146Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-11T19:20:47.808Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-11T19:20:47.808Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-11T19:20:47.808Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-11T19:20:47.808Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-11T19:20:47.808Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-11T19:20:48.106Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-11T19:20:50.991Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-11T19:20:51.446Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-11T19:20:51.446Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-11T19:20:51.446Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-11T19:20:51.446Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-11T19:20:51.446Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-11T19:20:51.446Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-11T19:20:51.446Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-11T19:20:51.446Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-11T19:20:51.446Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-11T19:20:51.446Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-11T19:20:51.446Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-11T19:20:51.446Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-11T19:20:51.446Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-11T19:20:51.446Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-11T19:20:51.446Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-11T19:20:51.446Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-11T19:20:52.483Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-11T19:20:56.207Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-11T19:20:57.479Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-11T19:20:57.479Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-11T19:20:57.479Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-11T19:20:57.479Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-11T19:20:57.479Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-11T19:20:57.479Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-11T19:20:57.479Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-11T19:20:57.479Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-11T19:20:57.479Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-11T19:20:57.479Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-11T19:20:57.479Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-11T19:20:58.376Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-11T19:21:05.377Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-11T19:21:08.252Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-11T19:21:08.252Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-11T19:21:09.746Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-11T19:21:09.746Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-11T19:21:09.746Z] === RUN TestDockerSuite/TestRunRm [2022-03-11T19:21:11.910Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-11T19:21:18.948Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-11T19:21:21.831Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-11T19:21:23.019Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-11T19:21:23.019Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-11T19:21:23.019Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-11T19:21:23.019Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-11T19:21:23.019Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-11T19:21:23.019Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-11T19:21:23.019Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-11T19:21:23.019Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-11T19:21:23.019Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-11T19:21:23.019Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-11T19:21:23.019Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-11T19:21:23.019Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-11T19:21:23.019Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-11T19:21:23.019Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-11T19:21:23.019Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-11T19:21:23.019Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-11T19:21:23.019Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-11T19:21:23.019Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-11T19:21:23.019Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-11T19:21:23.019Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-11T19:21:23.019Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-11T19:21:23.019Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-11T19:21:23.019Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-11T19:21:25.539Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-11T19:21:25.918Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-11T19:21:25.918Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-11T19:21:25.918Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-11T19:21:28.960Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-11T19:21:28.960Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-11T19:21:28.960Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-11T19:21:28.960Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-11T19:21:28.960Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-11T19:21:29.649Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-11T19:21:29.649Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-11T19:21:29.649Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-11T19:21:29.649Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-11T19:21:29.649Z] === RUN TestDockerSuite/TestRunState [2022-03-11T19:21:29.649Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-11T19:21:29.649Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-11T19:21:31.178Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-11T19:21:31.178Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-11T19:21:31.178Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-11T19:21:31.178Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-11T19:21:31.178Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-11T19:21:31.178Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-11T19:21:31.178Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-11T19:21:31.178Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-11T19:21:31.178Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-11T19:21:31.178Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-11T19:21:31.178Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-11T19:21:31.178Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-11T19:21:31.178Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-11T19:21:31.178Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-11T19:21:31.178Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-11T19:21:33.433Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-11T19:21:33.433Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-11T19:21:33.433Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-11T19:21:33.433Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-11T19:21:33.433Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-11T19:21:33.433Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-11T19:21:33.433Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-11T19:21:33.433Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-11T19:21:33.433Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-11T19:21:33.433Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-11T19:21:33.433Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-11T19:21:33.433Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-11T19:21:34.132Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-11T19:21:36.351Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-11T19:21:39.300Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-11T19:21:39.300Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-11T19:21:39.300Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-11T19:21:39.300Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-11T19:21:39.300Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-11T19:21:39.300Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-11T19:21:39.300Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-11T19:21:39.300Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-11T19:21:39.768Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-11T19:21:39.768Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-11T19:21:39.768Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-11T19:21:39.768Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-11T19:21:39.768Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-11T19:21:39.768Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-11T19:21:39.768Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-11T19:21:39.768Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-11T19:21:39.768Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-11T19:21:39.768Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-11T19:21:39.768Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-11T19:21:39.768Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-11T19:21:39.768Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-11T19:21:43.514Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-11T19:21:43.514Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-11T19:21:43.514Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-11T19:21:43.514Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-11T19:21:43.514Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-11T19:21:43.514Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-11T19:21:43.514Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-11T19:21:43.552Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-11T19:21:43.552Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-11T19:21:43.552Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-11T19:21:46.471Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-11T19:21:46.471Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-11T19:21:46.471Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-11T19:21:46.471Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-11T19:21:46.471Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-11T19:21:46.471Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-11T19:21:46.471Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-11T19:21:46.471Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-11T19:21:46.471Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-11T19:21:46.501Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-11T19:21:46.501Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-11T19:21:46.501Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-11T19:21:46.501Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-11T19:21:46.501Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-11T19:21:48.691Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-11T19:21:51.250Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-11T19:21:54.574Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-11T19:21:54.574Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-11T19:21:54.574Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-11T19:21:54.574Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-11T19:21:54.574Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-11T19:21:54.574Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-11T19:21:54.574Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-11T19:21:54.574Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-11T19:21:54.574Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-11T19:21:54.574Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-11T19:21:54.574Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-11T19:21:54.574Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-11T19:21:54.574Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-11T19:22:01.661Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-11T19:22:01.739Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-11T19:22:01.739Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-11T19:22:01.739Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-11T19:22:01.739Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-11T19:22:01.739Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-11T19:22:01.739Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-11T19:22:04.699Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-11T19:22:06.928Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-11T19:22:06.928Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-11T19:22:06.928Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-11T19:22:08.804Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-11T19:22:09.153Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-11T19:22:09.153Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-11T19:22:09.153Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-11T19:22:09.153Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-11T19:22:09.153Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-11T19:22:09.153Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-11T19:22:09.153Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-11T19:22:12.190Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-11T19:22:14.411Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-11T19:22:16.628Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-11T19:22:19.213Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-11T19:22:19.213Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-11T19:22:19.213Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-11T19:22:19.213Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-11T19:22:19.585Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-11T19:22:19.585Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-11T19:22:19.585Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-11T19:22:19.585Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-11T19:22:19.585Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-11T19:22:19.585Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-11T19:22:19.585Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-11T19:22:19.585Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-11T19:22:19.585Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-11T19:22:19.585Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-11T19:22:19.585Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-11T19:22:19.585Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-11T19:22:19.585Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-11T19:22:19.585Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-11T19:22:19.585Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-11T19:22:19.585Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-11T19:22:23.957Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-11T19:22:27.747Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-11T19:22:28.264Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-11T19:22:28.264Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-11T19:22:28.264Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-11T19:22:28.738Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-11T19:22:28.738Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-11T19:22:28.738Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-11T19:22:28.738Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-11T19:22:28.738Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-11T19:22:28.738Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-11T19:22:28.738Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-11T19:22:28.738Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-11T19:22:28.738Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-11T19:22:30.694Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-11T19:22:30.694Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-11T19:22:30.694Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-11T19:22:30.694Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-11T19:22:30.694Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-11T19:22:30.694Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-11T19:22:31.161Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-11T19:22:31.161Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-11T19:22:31.161Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-11T19:22:31.161Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-11T19:22:31.161Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-11T19:22:31.161Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-11T19:22:31.161Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-11T19:22:31.161Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-11T19:22:31.161Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-11T19:22:38.312Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-11T19:22:39.181Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-11T19:22:39.181Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-11T19:22:39.181Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-11T19:22:40.524Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-11T19:22:40.751Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-11T19:22:40.751Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-11T19:22:40.751Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-11T19:22:40.751Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-11T19:22:40.751Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-11T19:22:40.751Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-11T19:22:40.751Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-11T19:22:40.751Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-11T19:22:40.751Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-11T19:22:40.751Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-11T19:22:40.751Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-11T19:22:40.751Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-11T19:22:40.751Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-11T19:22:40.751Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-11T19:22:41.219Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-11T19:22:41.219Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-11T19:22:41.219Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-11T19:22:41.219Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-11T19:22:41.219Z] === RUN TestDockerSuite/TestRunMount [2022-03-11T19:22:41.219Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-11T19:22:41.219Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-11T19:22:41.219Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-11T19:22:41.219Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-11T19:22:41.219Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-11T19:22:41.219Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-11T19:22:41.219Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-11T19:22:41.219Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-11T19:22:42.800Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-11T19:22:49.898Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-11T19:22:49.898Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.898Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-11T19:22:49.898Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.898Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-11T19:22:49.898Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.898Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-11T19:22:49.958Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-11T19:22:49.958Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-11T19:22:49.958Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-11T19:22:49.958Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-11T19:22:49.958Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-11T19:22:49.958Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-11T19:22:49.958Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-11T19:22:49.958Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-11T19:22:49.958Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-11T19:22:49.958Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-11T19:22:49.958Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-11T19:22:49.958Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-11T19:22:49.958Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-11T19:22:49.958Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-11T19:22:49.958Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-11T19:22:49.958Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-11T19:22:49.958Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-11T19:22:49.958Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-11T19:22:52.168Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-11T19:22:52.635Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-11T19:22:53.103Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-11T19:22:53.571Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-11T19:22:54.655Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-11T19:22:55.132Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-11T19:22:55.132Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-11T19:22:58.451Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-11T19:22:58.451Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-11T19:22:58.451Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-11T19:22:58.451Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-11T19:22:58.451Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-11T19:22:58.451Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-11T19:22:58.451Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-11T19:22:58.451Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-11T19:22:58.451Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-11T19:22:58.451Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-11T19:22:58.451Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-11T19:22:58.451Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-11T19:22:58.916Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-11T19:22:58.921Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-11T19:22:58.921Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-11T19:22:58.921Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-11T19:22:58.921Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-11T19:22:58.921Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-11T19:22:58.921Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-11T19:22:58.921Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-11T19:22:58.921Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-11T19:23:00.487Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-11T19:23:02.699Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-11T19:23:02.704Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-11T19:23:04.922Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-11T19:23:05.645Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-11T19:23:05.645Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-11T19:23:05.645Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-11T19:23:06.489Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-11T19:23:08.710Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-11T19:23:08.710Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-11T19:23:08.710Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-11T19:23:08.710Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-11T19:23:08.710Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-11T19:23:08.710Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-11T19:23:08.710Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-11T19:23:08.710Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-11T19:23:08.710Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-11T19:23:08.710Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-11T19:23:08.710Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-11T19:23:08.710Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-11T19:23:08.710Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-11T19:23:08.710Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-11T19:23:09.187Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-11T19:23:09.187Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-11T19:23:09.187Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-11T19:23:12.129Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-11T19:23:12.129Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-11T19:23:12.129Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-11T19:23:12.129Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-11T19:23:12.129Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-11T19:23:12.129Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-11T19:23:12.129Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-11T19:23:12.129Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-11T19:23:12.129Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-11T19:23:12.129Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-11T19:23:12.129Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-11T19:23:18.094Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-11T19:23:18.095Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-11T19:23:18.095Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-11T19:23:23.816Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-11T19:23:23.816Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-11T19:23:23.816Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-11T19:23:23.816Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-11T19:23:23.816Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-11T19:23:23.816Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-11T19:23:23.816Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-11T19:23:23.816Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-11T19:23:23.816Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-11T19:23:34.336Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-11T19:23:34.336Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-11T19:23:34.336Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-11T19:23:34.336Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-11T19:23:34.336Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-11T19:23:34.336Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-11T19:23:34.336Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-11T19:23:34.336Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-11T19:23:34.336Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-11T19:23:34.336Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-11T19:23:34.336Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-11T19:23:34.336Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-11T19:23:34.336Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-11T19:23:37.155Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-11T19:23:37.155Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-11T19:23:37.155Z] === RUN TestDockerSuite/TestRunRm [2022-03-11T19:23:37.626Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-11T19:23:38.127Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-11T19:23:42.875Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-11T19:23:42.875Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-11T19:23:42.875Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-11T19:23:43.499Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-11T19:23:45.721Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-11T19:23:46.659Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-11T19:23:46.659Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-11T19:23:46.659Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-11T19:23:46.659Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-11T19:23:46.659Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-11T19:23:46.659Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-11T19:23:46.659Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-11T19:23:46.659Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-11T19:23:46.659Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-11T19:23:46.659Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-11T19:23:46.659Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-11T19:23:46.659Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-11T19:23:46.659Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-11T19:23:48.681Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-11T19:23:50.901Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-11T19:23:53.857Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-11T19:23:53.857Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-11T19:23:53.857Z] === RUN TestDockerSuite/TestRunState [2022-03-11T19:23:53.857Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-11T19:23:53.857Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-11T19:23:56.077Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-11T19:23:56.077Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-11T19:23:56.077Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-11T19:23:58.294Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-11T19:23:58.294Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-11T19:23:58.294Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-11T19:23:58.294Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-11T19:23:58.294Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-11T19:23:58.294Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-11T19:23:58.294Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-11T19:23:58.294Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-11T19:23:58.294Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-11T19:24:01.576Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-11T19:24:01.576Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-11T19:24:02.044Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-11T19:24:02.044Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-11T19:24:02.044Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-11T19:24:02.511Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-11T19:24:02.511Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-11T19:24:02.983Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-11T19:24:04.175Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-11T19:24:04.175Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-11T19:24:04.175Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-11T19:24:04.175Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-11T19:24:04.175Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-11T19:24:04.175Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-11T19:24:04.175Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-11T19:24:04.175Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-11T19:24:04.175Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-11T19:24:04.175Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-11T19:24:04.175Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-11T19:24:04.175Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-11T19:24:04.175Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-11T19:24:04.175Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-11T19:24:04.175Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-11T19:24:04.175Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-11T19:24:04.175Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-11T19:24:04.175Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-11T19:24:04.175Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-11T19:24:04.175Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-11T19:24:04.175Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-11T19:24:05.744Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-11T19:24:05.744Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-11T19:24:05.744Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-11T19:24:06.767Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-11T19:24:06.767Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-11T19:24:09.541Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-11T19:24:09.541Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-11T19:24:09.541Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-11T19:24:09.541Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-11T19:24:09.541Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-11T19:24:11.511Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-11T19:24:11.511Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-11T19:24:11.981Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-11T19:24:11.981Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-11T19:24:11.981Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-11T19:24:18.219Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-11T19:24:24.417Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-11T19:24:24.417Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-11T19:24:24.417Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-11T19:24:24.417Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-11T19:24:24.417Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-11T19:24:24.417Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-11T19:24:24.417Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-11T19:24:25.375Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-11T19:24:30.112Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-11T19:24:34.770Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-11T19:24:34.770Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-11T19:24:35.238Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-11T19:24:37.283Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-11T19:24:37.283Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-11T19:24:37.283Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-11T19:24:37.283Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-11T19:24:40.241Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-11T19:24:43.201Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-11T19:24:45.422Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-11T19:24:45.422Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-11T19:24:45.422Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-11T19:24:45.422Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-11T19:24:45.422Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-11T19:24:45.422Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-11T19:24:45.422Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-11T19:24:45.422Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-11T19:24:45.422Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-11T19:24:45.422Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-11T19:24:45.422Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-11T19:24:45.422Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-11T19:24:45.422Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-11T19:24:45.422Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-11T19:24:45.422Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-11T19:24:50.156Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-11T19:24:50.156Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-11T19:24:50.156Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-11T19:24:50.184Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite (3047.99s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.85s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.27s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.70s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (87.52s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.82s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.21s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.55s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.59s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.78s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (99.03s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.57s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.46s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.67s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.04s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.04s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.62s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.84s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.42s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.85s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.51s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.24s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.48s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.93s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.41s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.64s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAddTar (43.41s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.54s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (23.28s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.06s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.73s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (9.72s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.46s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.66s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.11s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (12.22s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.53s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.77s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.70s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (30.69s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.39s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.53s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.75s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (6.32s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.76s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.71s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.16s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCmd (0.69s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.66s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.70s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.40s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.65s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.46s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.58s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (3.23s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.18s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.60s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.07s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.84s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.19s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (46.40s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.84s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.77s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.42s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.52s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.69s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (30.68s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.85s) [2022-03-11T19:24:50.623Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-11T19:24:50.623Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.70s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.12s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.07s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (5.10s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (4.08s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.98s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerignore (64.74s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.90s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.57s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (71.94s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.15s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.03s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (25.10s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.21s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.64s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (37.33s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (14.32s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.50s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (100.30s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.59s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.50s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.06s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.68s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.38s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.64s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.66s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.21s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.13s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.50s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.49s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.51s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.21s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.79s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (18.11s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.78s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildFails (3.46s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (8.47s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (8.17s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.52s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.81s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.78s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (7.40s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.83s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.69s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.67s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildHistory (13.95s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.21s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (3.42s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.07s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (6.03s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildLabel (1.21s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.76s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.20s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.73s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildLabels (1.21s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.84s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.10s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.72s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.77s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (7.19s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (21.16s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.69s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (44.51s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (20.76s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.90s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.82s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.80s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (24.14s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.74s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.78s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildNoContext (4.15s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.99s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.66s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.20s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.95s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.27s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.63s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.20s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.11s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (12.40s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.24s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.25s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (7.14s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.91s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.65s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.66s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (53.38s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (24.95s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildRm (18.00s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.65s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.80s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (5.09s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.18s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.79s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (21.09s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.04s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.76s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.01s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.81s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildStderr (6.29s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (27.18s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.51s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.51s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.62s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildTagEvent (6.49s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (7.15s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.79s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.68s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (4.19s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (27.20s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.09s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.03s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.99s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.51s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.56s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (18.56s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.12s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.57s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (16.72s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.39s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.85s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.27s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.51s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.59s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestCommitChange (6.75s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.40s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.67s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.04s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestCommitTTY (9.97s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.45s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.16s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.87s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (10.05s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.45s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.50s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.59s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.34s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (4.16s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (4.29s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.14s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.50s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.56s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.52s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.57s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.30s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.50s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.70s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (6.86s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.40s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.53s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (8.69s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.17s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.25s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.49s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.83s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.41s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.39s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.37s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.43s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.33s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0005b9f68_} (3.32s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11256677807_c:\foo_false____} (3.32s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11256677807_c:\foo_true____} (3.23s) [2022-03-11T19:24:50.624Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.47s) [2022-03-11T19:24:50.624Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.60s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.68s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.66s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.66s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.58s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCpToCaseE (13.14s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.72s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCpToDot (3.56s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCpToStdout (3.51s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.24s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateArgs (0.25s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.39s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.50s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.25s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.27s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (3.24s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.90s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateLabels (0.25s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateRM (0.49s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.24s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.48s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.96s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.29s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.65s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.63s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.61s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.20s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.64s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.71s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.91s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.21s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsCopy (6.75s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.47s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.52s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.93s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (6.17s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.50s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.19s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsFilters (7.32s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsFormat (7.48s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-11T19:24:50.625Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.21s) [2022-03-11T19:24:50.625Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestEventsRename (3.69s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestEventsResize (33.89s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.38s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.40s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.86s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.36s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.80s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.64s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.64s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.64s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (4.12s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (3.69s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.52s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.16s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestExecInspectID (6.38s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.46s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.15s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.92s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.77s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.70s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.75s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (8.06s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.20s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.21s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.36s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.76s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.29s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.14s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.31s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.58s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.83s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestImagesFormat (0.23s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.12s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestImportBadURL (0.11s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.49s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.41s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.53s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.40s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-11T19:24:51.093Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestInspectDefault (3.42s) [2022-03-11T19:24:51.093Z] --- PASS: TestDockerSuite/TestInspectHistory (6.19s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.56s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectJSONFields (4.11s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.26s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.41s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (4.12s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (4.30s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectStatus (4.31s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.75s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectTemplateError (4.35s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.58s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (4.42s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.29s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.42s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (9.18s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (5.66s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.52s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.74s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.48s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (4.12s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.89s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.83s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.94s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (5.23s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.89s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.54s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.52s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsSince (10.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsTail (3.94s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.71s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.46s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.77s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.80s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPsByOrder (14.52s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPsListContainersBase (14.28s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (20.17s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.38s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.48s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.69s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (7.56s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.61s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPsShowMounts (11.33s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.70s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.30s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (7.34s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (6.98s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.48s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (31.65s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (10.31s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.30s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.25s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.97s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.63s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (6.67s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (7.35s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.38s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (20.57s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (4.12s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.86s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (10.37s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.68s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.57s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.96s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRmiTag (0.75s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.54s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (23.37s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.82s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.46s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.42s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.82s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.76s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.33s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.45s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.42s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.38s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.92s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.29s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.51s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (3.23s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.51s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.61s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.37s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.36s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.12s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (7.51s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.57s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.18s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.35s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.43s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.41s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunExitCode (3.41s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.45s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.54s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.47s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (6.21s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.62s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-11T19:24:51.094Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.77s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-11T19:24:51.094Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (10.46s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (7.29s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (6.19s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.47s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.28s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.43s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.27s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.20s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.91s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (11.89s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunRm (3.47s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.52s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.41s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.45s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (4.10s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.04s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.38s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.44s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.84s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.53s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.41s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.25s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.75s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.86s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (9.95s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.20s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.97s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.59s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.50s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (6.27s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.87s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.42s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.95s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.42s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.45s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.28s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.75s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.48s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.49s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (3.56s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.41s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (11.09s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestStartAttachSilent (6.52s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.18s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (4.48s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.34s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.67s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.34s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.36s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.17s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.79s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.23s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.43s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.46s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (11.13s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.73s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.38s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.31s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.33s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.55s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-11T19:24:51.095Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.87s) [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-11T19:24:51.095Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.095Z] --- PASS: TestDockerRegistrySuite (0.18s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-11T19:24:51.095Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.18s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-11T19:24:51.096Z] === RUN TestDockerSchema1RegistrySuite [2022-03-11T19:24:51.096Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-11T19:24:51.096Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-11T19:24:51.096Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-11T19:24:51.096Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-11T19:24:51.096Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-11T19:24:51.096Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-11T19:24:51.096Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-11T19:24:51.096Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-11T19:24:51.096Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-11T19:24:51.096Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-11T19:24:51.096Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-11T19:24:51.096Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:24:51.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-11T19:24:51.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-11T19:24:51.096Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-11T19:24:51.096Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-11T19:24:51.096Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-11T19:24:51.096Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-11T19:24:51.096Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-11T19:24:51.096Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-11T19:24:51.096Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-11T19:24:51.096Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-11T19:24:51.096Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-11T19:24:51.096Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-11T19:24:51.096Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-11T19:24:51.096Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-11T19:24:51.096Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-11T19:24:51.096Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-11T19:24:51.096Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-11T19:24:51.096Z] === RUN TestDockerDaemonSuite [2022-03-11T19:24:51.096Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-11T19:24:51.096Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-11T19:24:51.096Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-11T19:24:51.096Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-11T19:24:51.096Z] === RUN TestDockerSwarmSuite [2022-03-11T19:24:51.096Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-11T19:24:51.096Z] === RUN TestDockerPluginSuite [2022-03-11T19:24:51.096Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-11T19:24:51.096Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-11T19:24:51.096Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-11T19:24:51.096Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-11T19:24:51.096Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-11T19:24:51.096Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-11T19:24:51.096Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-11T19:24:51.096Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-11T19:24:51.096Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-11T19:24:51.096Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-11T19:24:51.096Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-11T19:24:51.096Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-11T19:24:51.096Z] === RUN TestDockerExternalVolumeSuite [2022-03-11T19:24:51.096Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-11T19:24:51.096Z] === RUN TestDockerNetworkSuite [2022-03-11T19:24:51.096Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-11T19:24:51.096Z] === RUN TestDockerHubPullSuite [2022-03-11T19:24:51.096Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-11T19:24:51.096Z] PASS [2022-03-11T19:24:51.096Z] ok github.com/docker/docker/integration-cli 3048.449s [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === Skipped [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-11T19:24:51.096Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-11T19:24:51.096Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-11T19:24:51.096Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-11T19:24:51.096Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-11T19:24:51.096Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-11T19:24:51.096Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-11T19:24:51.096Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-03-11T19:24:51.096Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-11T19:24:51.096Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-11T19:24:51.096Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-11T19:24:51.096Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-11T19:24:51.096Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-11T19:24:51.096Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-11T19:24:51.096Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-11T19:24:51.096Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-11T19:24:51.096Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-11T19:24:51.096Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.096Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-11T19:24:51.096Z] [2022-03-11T19:24:51.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.57s) [2022-03-11T19:24:51.097Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.57s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.54s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.54s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.06s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.06s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.46s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.46s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.53s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.53s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-11T19:24:51.097Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.52s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.52s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.57s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.57s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.50s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.50s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.06s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.06s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.49s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.49s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-11T19:24:51.097Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.097Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-11T19:24:51.097Z] [2022-03-11T19:24:51.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-11T19:24:51.098Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.098Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-11T19:24:51.098Z] [2022-03-11T19:24:51.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-11T19:24:51.098Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.098Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-11T19:24:51.098Z] [2022-03-11T19:24:51.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-11T19:24:51.098Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.098Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-11T19:24:51.098Z] [2022-03-11T19:24:51.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-11T19:24:51.098Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.098Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-11T19:24:51.098Z] [2022-03-11T19:24:51.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-11T19:24:51.098Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.098Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-11T19:24:51.098Z] [2022-03-11T19:24:51.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-11T19:24:51.098Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.098Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-11T19:24:51.098Z] [2022-03-11T19:24:51.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-11T19:24:51.098Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.098Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-11T19:24:51.098Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-03-11T19:24:51.566Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.51s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.51s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.51s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.51s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.51s) [2022-03-11T19:24:51.566Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.51s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-11T19:24:51.566Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-11T19:24:51.566Z] docker_cli_sni_test.go:18: Flakey test [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-11T19:24:51.566Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-11T19:24:51.566Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.04s) [2022-03-11T19:24:51.566Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.04s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-11T19:24:51.566Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-11T19:24:51.566Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-11T19:24:51.566Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-11T19:24:51.566Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-11T19:24:51.566Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-11T19:24:51.566Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-11T19:24:51.566Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-11T19:24:51.566Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-11T19:24:51.566Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-11T19:24:51.566Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.566Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-11T19:24:51.566Z] [2022-03-11T19:24:51.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-11T19:24:51.566Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-11T19:24:51.567Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-11T19:24:51.567Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-11T19:24:51.567Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-11T19:24:51.567Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-11T19:24:51.567Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-11T19:24:51.567Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-11T19:24:51.567Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-11T19:24:51.567Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-11T19:24:51.567Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-11T19:24:51.567Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-11T19:24:51.567Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-11T19:24:51.567Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-11T19:24:51.567Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-11T19:24:51.567Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-11T19:24:51.567Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-11T19:24:51.567Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-11T19:24:51.567Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-11T19:24:51.567Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-11T19:24:51.567Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-11T19:24:51.567Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-11T19:24:51.567Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-11T19:24:51.567Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-11T19:24:51.567Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-11T19:24:51.567Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.567Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-11T19:24:51.567Z] [2022-03-11T19:24:51.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.03s) [2022-03-11T19:24:51.568Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-11T19:24:51.568Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-11T19:24:51.568Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-11T19:24:51.568Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-11T19:24:51.568Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-11T19:24:51.568Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-11T19:24:51.568Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-11T19:24:51.568Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-11T19:24:51.568Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-11T19:24:51.568Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-11T19:24:51.568Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-11T19:24:51.568Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-11T19:24:51.568Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-11T19:24:51.568Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-11T19:24:51.568Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.568Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-11T19:24:51.568Z] [2022-03-11T19:24:51.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-11T19:24:51.569Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-11T19:24:51.569Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-11T19:24:51.569Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-11T19:24:51.569Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-11T19:24:51.569Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-11T19:24:51.569Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-11T19:24:51.569Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-11T19:24:51.569Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-11T19:24:51.569Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-11T19:24:51.569Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-11T19:24:51.569Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-11T19:24:51.569Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-11T19:24:51.569Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.569Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-11T19:24:51.569Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-03-11T19:24:51.570Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-11T19:24:51.570Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.570Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-11T19:24:51.570Z] [2022-03-11T19:24:51.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.04s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.04s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.03s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-03-11T19:24:51.571Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-11T19:24:51.571Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-11T19:24:51.571Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.571Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-11T19:24:51.571Z] [2022-03-11T19:24:51.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-11T19:24:51.572Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.572Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-11T19:24:51.572Z] [2022-03-11T19:24:51.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-11T19:24:51.572Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-11T19:24:51.572Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-11T19:24:51.760Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-11T19:24:52.039Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-11T19:24:52.039Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-11T19:24:52.039Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-11T19:24:52.039Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-11T19:24:52.039Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-11T19:24:52.039Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-11T19:24:52.039Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-11T19:24:52.039Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-11T19:24:52.039Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-11T19:24:52.039Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-11T19:24:52.039Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-11T19:24:52.039Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-11T19:24:52.039Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.18s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.18s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-11T19:24:52.039Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.039Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-11T19:24:52.039Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-11T19:24:52.040Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] DONE 1088 tests, 544 skipped in 3060.810s [2022-03-11T19:24:52.040Z] INFO: Integration tests ended at 03/11/2022 19:24:51. Duration:00:51:00.9741478 [2022-03-11T19:24:52.040Z] INFO: Docker info of the daemon under test at end of run [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] Containers: 2 [2022-03-11T19:24:52.040Z] Running: 0 [2022-03-11T19:24:52.040Z] Paused: 0 [2022-03-11T19:24:52.040Z] Stopped: 2 [2022-03-11T19:24:52.040Z] Images: 18 [2022-03-11T19:24:52.040Z] Server Version: 0.0.0-dev [2022-03-11T19:24:52.040Z] Storage Driver: windowsfilter [2022-03-11T19:24:52.040Z] Windows: [2022-03-11T19:24:52.040Z] Logging Driver: json-file [2022-03-11T19:24:52.040Z] Plugins: [2022-03-11T19:24:52.040Z] Volume: local [2022-03-11T19:24:52.040Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-11T19:24:52.040Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-11T19:24:52.040Z] Swarm: inactive [2022-03-11T19:24:52.040Z] Default Isolation: process [2022-03-11T19:24:52.040Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-11T19:24:52.040Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-11T19:24:52.040Z] OSType: windows [2022-03-11T19:24:52.040Z] Architecture: x86_64 [2022-03-11T19:24:52.040Z] CPUs: 4 [2022-03-11T19:24:52.040Z] Total Memory: 32GiB [2022-03-11T19:24:52.040Z] Name: azwin-2-63fea0 [2022-03-11T19:24:52.040Z] ID: 6SPQ:UHQE:MYXA:GZCU:KT4M:4PIR:R7RD:CUGT:DVTX:QMJN:BP5W:JU7W [2022-03-11T19:24:52.040Z] Docker Root Dir: D:\CI\PR-42942\32\daemon [2022-03-11T19:24:52.040Z] Debug Mode (client): false [2022-03-11T19:24:52.040Z] Debug Mode (server): true [2022-03-11T19:24:52.040Z] File Descriptors: -1 [2022-03-11T19:24:52.040Z] Goroutines: 44 [2022-03-11T19:24:52.040Z] System Time: 2022-03-11T19:24:51.7845671Z [2022-03-11T19:24:52.040Z] EventsListeners: 0 [2022-03-11T19:24:52.040Z] Registry: https://index.docker.io/v1/ [2022-03-11T19:24:52.040Z] Labels: [2022-03-11T19:24:52.040Z] Experimental: false [2022-03-11T19:24:52.040Z] Insecure Registries: [2022-03-11T19:24:52.040Z] 127.0.0.0/8 [2022-03-11T19:24:52.040Z] Live Restore Enabled: false [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] [2022-03-11T19:24:52.040Z] INFO: Stopping daemon under test [2022-03-11T19:24:52.040Z] SUCCESS: The process with PID 1748 (child process of PID 3376) has been terminated. [2022-03-11T19:24:52.040Z] SUCCESS: The process with PID 3376 (child process of PID 4772) has been terminated. [2022-03-11T19:24:52.508Z] INFO: Stop tailing logs of the daemon under tests [2022-03-11T19:24:52.508Z] INFO: executeCI.ps1 Completed successfully at 03/11/2022 19:24:52. [2022-03-11T19:24:52.508Z] INFO: Tidying up at end of run [2022-03-11T19:24:52.508Z] INFO: Saving daemon under test log (d:\CI\PR-42942\32\dut.out) to bundles\CIDUT.out [2022-03-11T19:24:52.508Z] INFO: Saving daemon under test log (d:\CI\PR-42942\32\dut.err) to bundles\CIDUT.err [2022-03-11T19:24:52.508Z] INFO: Saving containerd logs to bundles [2022-03-11T19:24:52.508Z] INFO: Nuke-Everything... [2022-03-11T19:24:52.976Z] INFO: Container count on control daemon to delete is 2 [2022-03-11T19:24:52.976Z] 7082c008be1f [2022-03-11T19:24:52.976Z] 590d68645860 [2022-03-11T19:24:53.443Z] INFO: Tidying pidfile d:\CI\PR-42942\32\docker.pid [2022-03-11T19:24:53.443Z] INFO: Killing containerd with PID 2008 [2022-03-11T19:24:53.443Z] INFO: Nuking d:\CI [2022-03-11T19:24:54.717Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-11T19:24:59.477Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-11T19:24:59.477Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-11T19:24:59.477Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-11T19:24:59.477Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-11T19:24:59.477Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-11T19:24:59.477Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-11T19:24:59.477Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-11T19:24:59.477Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-11T19:24:59.477Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-11T19:24:59.477Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-11T19:24:59.477Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-11T19:24:59.477Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-11T19:24:59.477Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-11T19:24:59.477Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-11T19:24:59.477Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-11T19:24:59.477Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-11T19:24:59.477Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-11T19:24:59.477Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-11T19:25:02.438Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-11T19:25:02.438Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-11T19:25:02.909Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-11T19:25:02.909Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-11T19:25:05.128Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-11T19:25:05.128Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-11T19:25:07.347Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-11T19:25:09.568Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-11T19:25:12.524Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-11T19:25:12.524Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-11T19:25:12.524Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-11T19:25:21.196Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-11T19:25:21.196Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-11T19:25:21.196Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-11T19:25:23.536Z] INFO: Zapped successfully [2022-03-11T19:25:23.536Z] [2022-03-11T19:25:23.536Z] INFO: executeCI.ps1 exiting at Fri Mar 11 19:25:22 CUT 2022. Duration 01:20:46.9622768 [2022-03-11T19:25:23.536Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-11T19:25:23.824Z] Recording test results [2022-03-11T19:25:31.635Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-11T19:25:31.635Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-11T19:25:31.635Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-11T19:25:31.635Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-11T19:25:31.635Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-11T19:25:31.635Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-11T19:25:31.635Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-11T19:25:31.635Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-11T19:25:31.636Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-11T19:25:33.232Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-11T19:25:35.396Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-11T19:25:37.823Z] Archiving artifacts [2022-03-11T19:25:42.079Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-11T19:25:42.079Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-11T19:25:42.079Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-11T19:25:42.079Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-11T19:25:42.079Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-11T19:25:42.079Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-11T19:25:42.079Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-11T19:25:42.079Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-11T19:25:42.079Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-11T19:25:42.079Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-11T19:25:42.079Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-11T19:25:42.079Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-11T19:25:42.079Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-11T19:25:44.305Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-11T19:25:46.818Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-11T19:25:46.818Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-11T19:25:46.818Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-11T19:25:49.778Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-11T19:25:49.778Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-11T19:25:49.778Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-11T19:25:49.778Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-11T19:25:49.778Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-11T19:25:49.778Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-11T19:25:49.778Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-11T19:25:49.778Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-11T19:25:49.778Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-11T19:25:49.778Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-11T19:25:49.778Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-11T19:25:49.778Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-11T19:25:49.778Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-11T19:25:54.387Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42942/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-11T19:25:55.338Z] + make clean [2022-03-11T19:25:56.899Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-11T19:25:56.899Z] docker-dev-cache [2022-03-11T19:25:56.899Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-11T19:26:04.727Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-11T19:26:05.199Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-11T19:26:05.199Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-11T19:26:05.199Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-11T19:26:05.199Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-11T19:26:05.669Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-11T19:26:06.148Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-11T19:26:06.148Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-11T19:26:09.109Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-11T19:26:09.109Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-11T19:26:12.908Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-11T19:26:13.378Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-11T19:26:13.849Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-11T19:26:13.849Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-11T19:26:13.849Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-11T19:26:22.531Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-11T19:26:22.531Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-11T19:26:22.531Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-11T19:26:23.520Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-11T19:26:23.520Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-11T19:26:23.520Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-11T19:26:23.520Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-11T19:26:36.039Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-11T19:26:36.509Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-11T19:26:36.509Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-11T19:26:46.950Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-11T19:26:46.950Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-11T19:26:46.950Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-11T19:26:47.937Z] --- PASS: TestDockerSuite (3012.37s) [2022-03-11T19:26:47.937Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-11T19:26:47.937Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-11T19:26:47.937Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.79s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.32s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.72s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (112.91s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.96s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.47s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.45s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.67s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.39s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.53s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (130.72s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.59s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.57s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.64s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.04s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.03s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.62s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.76s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.33s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.10s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.48s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.24s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.54s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.93s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.50s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.60s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAddTar (60.83s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (23.90s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.68s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.96s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.24s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.56s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.23s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.50s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (10.43s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.31s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.69s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.06s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (44.35s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.18s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.87s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.45s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.71s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.21s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.58s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.77s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.17s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCmd (0.73s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.68s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.67s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.95s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.73s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.47s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.58s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.23s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.08s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.60s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.07s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.78s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.81s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (36.44s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.78s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.69s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.93s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.63s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (35.60s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.90s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (29.06s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.98s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.96s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.90s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (7.86s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.10s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerignore (97.64s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.13s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (84.92s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.94s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.91s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (26.01s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.64s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (16.12s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (44.96s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (16.62s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (11.56s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (130.42s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.53s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.67s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.30s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.58s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.65s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.84s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.63s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.21s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.28s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.17s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.48s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.99s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.75s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildFails (7.42s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.00s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.93s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildForceRm (12.16s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.63s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.72s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.11s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.06s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.86s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.68s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (14.58s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildHistory (13.19s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.17s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.31s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.90s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.19s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildLabel (1.16s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.78s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.14s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.74s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildLabels (1.21s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.82s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.80s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.68s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.76s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.66s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (21.77s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.71s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (34.27s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (25.83s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.90s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.65s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.24s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (18.39s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (18.25s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.79s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-03-11T19:26:47.938Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.16s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.92s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.65s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.29s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.91s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.25s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.63s) [2022-03-11T19:26:47.938Z] --- PASS: TestDockerSuite/TestBuildOnBuild (19.58s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.89s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.86s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.17s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.63s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.60s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.41s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.40s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.03s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.56s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (50.26s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (35.23s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildRm (14.69s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.86s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.46s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.75s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.00s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.97s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.01s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (22.52s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.93s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.79s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.45s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.39s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.72s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildStderr (5.12s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (21.81s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.44s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.38s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.48s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.26s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.95s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.78s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.68s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.30s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (24.41s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.13s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.76s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (10.98s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.45s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.90s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.49s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.19s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.53s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (19.50s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.43s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.43s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.44s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.85s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.35s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.44s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.40s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.01s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCommitChange (5.43s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.04s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.36s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCommitTTY (17.19s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (10.00s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.29s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.54s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.43s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPICreate (7.33s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.82s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.86s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.44s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.39s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.49s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.47s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.48s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.13s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.78s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.27s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIRename (7.23s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (9.12s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.36s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.11s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.06s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.34s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.68s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.61s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.20s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.10s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (29.12s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.77s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.73s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.72s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.71s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000a6a150_} (2.72s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13604065551_c:\foo_false____} (7.70s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13604065551_c:\foo_true____} (7.72s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.33s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.65s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCpGarbagePath (7.47s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCpRelativePath (7.57s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCpToCaseA (9.87s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.62s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCpToCaseE (14.54s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCpToCaseH (14.65s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCpToDot (2.59s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCpToStdout (2.66s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.22s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateArgs (0.21s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.26s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.45s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.24s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.82s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateLabels (0.21s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateRM (0.39s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.40s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.51s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.26s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.61s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.47s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.21s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.34s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-11T19:26:47.939Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.94s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.61s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.75s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (19.02s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestEventsCopy (5.67s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (11.90s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.43s) [2022-03-11T19:26:47.939Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.94s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (8.91s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.75s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.19s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestEventsFilters (5.11s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestEventsFormat (5.13s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestEventsRename (2.66s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestEventsResize (8.03s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (7.26s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.98s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.01s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestEventsUntag (2.79s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.18s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.25s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.19s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.17s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.55s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.46s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.22s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.65s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.55s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestExecInspectID (5.05s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.76s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.57s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (8.89s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.37s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.37s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.44s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.35s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.16s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestHealth (0.03s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.11s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.27s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.40s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.79s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.25s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.12s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.09s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.32s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.53s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.81s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestImagesFormat (0.23s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.03s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.41s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.44s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.13s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.44s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.60s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectDefault (7.26s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectHistory (5.11s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.53s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.44s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.60s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.37s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.54s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectStatus (3.07s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.94s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.55s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.40s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.34s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (7.20s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.37s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.40s) [2022-03-11T19:26:47.940Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.10s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-11T19:26:47.940Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.09s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.13s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.92s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.69s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.54s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.09s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.88s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.78s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.95s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.90s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.78s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.59s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.49s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsSince (9.28s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsTail (3.11s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.81s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.59s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-11T19:26:48.410Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-11T19:26:48.410Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.76s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.84s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPsByOrder (9.55s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPsListContainersBase (13.49s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (16.55s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.37s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.46s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.48s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (13.11s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.49s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.57s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.54s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.74s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.63s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.60s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.67s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (18.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.26s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.27s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.22s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.86s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.68s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.61s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.62s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.34s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.58s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.10s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.81s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.45s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (10.60s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.31s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.87s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRmiTag (0.80s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.55s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (18.20s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.76s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.28s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.40s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.22s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.83s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.15s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.57s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (7.26s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.54s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunBindMounts (14.72s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.36s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.47s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.15s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.46s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.47s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (7.21s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.46s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.22s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.82s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (7.38s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.43s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.45s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.49s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunExitCode (2.58s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.45s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.41s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.49s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (9.01s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (10.36s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.90s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.52s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.42s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.49s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.41s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.26s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.33s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.35s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.27s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.17s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.15s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (22.70s) [2022-03-11T19:26:48.411Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunRm (2.46s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.72s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.76s) [2022-03-11T19:26:48.411Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.48s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.44s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.75s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.39s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.12s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.21s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.91s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.40s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.11s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (8.24s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.38s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.92s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.92s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.14s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.69s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.48s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.47s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.45s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.89s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.39s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.77s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.53s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.45s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.45s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.30s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.79s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.39s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.39s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.46s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.52s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.72s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestStartAttachSilent (9.41s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (11.23s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.42s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.60s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.44s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.36s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.26s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.26s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.45s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.34s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.18s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.82s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.11s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.38s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.48s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.45s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.11s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.22s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.52s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.75s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.24s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (12.45s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.33s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.33s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.66s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-11T19:26:48.412Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.63s) [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-11T19:26:48.412Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] --- PASS: TestDockerRegistrySuite (0.20s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.20s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-11T19:26:48.412Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-11T19:26:48.412Z] === RUN TestDockerSchema1RegistrySuite [2022-03-11T19:26:48.412Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-11T19:26:48.412Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-11T19:26:48.412Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-11T19:26:48.412Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-11T19:26:48.412Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-11T19:26:48.412Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-11T19:26:48.412Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-11T19:26:48.412Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-11T19:26:48.412Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-11T19:26:48.412Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.412Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-11T19:26:48.412Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-11T19:26:48.413Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:26:48.413Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-11T19:26:48.413Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-11T19:26:48.413Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-11T19:26:48.413Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-11T19:26:48.413Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-11T19:26:48.413Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-11T19:26:48.413Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-11T19:26:48.413Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-11T19:26:48.413Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-11T19:26:48.413Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-11T19:26:48.413Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-11T19:26:48.413Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-11T19:26:48.413Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-11T19:26:48.413Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-11T19:26:48.413Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-11T19:26:48.413Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-11T19:26:48.413Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-11T19:26:48.413Z] === RUN TestDockerDaemonSuite [2022-03-11T19:26:48.413Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-11T19:26:48.413Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-11T19:26:48.413Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-11T19:26:48.413Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-11T19:26:48.413Z] === RUN TestDockerSwarmSuite [2022-03-11T19:26:48.413Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-11T19:26:48.413Z] === RUN TestDockerPluginSuite [2022-03-11T19:26:48.413Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-11T19:26:48.413Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-11T19:26:48.413Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-11T19:26:48.413Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-11T19:26:48.413Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-11T19:26:48.413Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-11T19:26:48.413Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-11T19:26:48.413Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-11T19:26:48.413Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-11T19:26:48.413Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-11T19:26:48.413Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-11T19:26:48.413Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-11T19:26:48.413Z] === RUN TestDockerExternalVolumeSuite [2022-03-11T19:26:48.413Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-11T19:26:48.413Z] === RUN TestDockerNetworkSuite [2022-03-11T19:26:48.413Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-11T19:26:48.413Z] === RUN TestDockerHubPullSuite [2022-03-11T19:26:48.413Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-11T19:26:48.413Z] PASS [2022-03-11T19:26:48.413Z] ok github.com/docker/docker/integration-cli 3012.908s [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === Skipped [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-11T19:26:48.413Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-11T19:26:48.413Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-11T19:26:48.413Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-03-11T19:26:48.413Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.03s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-11T19:26:48.413Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-03-11T19:26:48.413Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-11T19:26:48.413Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-11T19:26:48.413Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-11T19:26:48.413Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-03-11T19:26:48.413Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-11T19:26:48.413Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-11T19:26:48.413Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-11T19:26:48.413Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-11T19:26:48.413Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-11T19:26:48.413Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-11T19:26:48.413Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-11T19:26:48.413Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-11T19:26:48.413Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.59s) [2022-03-11T19:26:48.413Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.59s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-11T19:26:48.413Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-11T19:26:48.413Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-11T19:26:48.413Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-11T19:26:48.413Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-11T19:26:48.413Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-11T19:26:48.413Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-11T19:26:48.413Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-11T19:26:48.413Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-11T19:26:48.413Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-11T19:26:48.413Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.413Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-11T19:26:48.413Z] [2022-03-11T19:26:48.413Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-11T19:26:48.413Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.24s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.24s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.06s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.06s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.87s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.87s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.45s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.45s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-11T19:26:48.414Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.41s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.06s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.06s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.03s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.03s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.03s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.414Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-11T19:26:48.414Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.414Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-11T19:26:48.414Z] [2022-03-11T19:26:48.415Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-11T19:26:48.415Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.415Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.46s) [2022-03-11T19:26:48.885Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.46s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.44s) [2022-03-11T19:26:48.885Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.44s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.05s) [2022-03-11T19:26:48.885Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestBuildUser (0.05s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-11T19:26:48.885Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-11T19:26:48.885Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-11T19:26:48.885Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-11T19:26:48.885Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.45s) [2022-03-11T19:26:48.885Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.45s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-11T19:26:48.885Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-03-11T19:26:48.885Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.43s) [2022-03-11T19:26:48.885Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.43s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.43s) [2022-03-11T19:26:48.885Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.43s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-11T19:26:48.885Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.44s) [2022-03-11T19:26:48.885Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.44s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-11T19:26:48.885Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-11T19:26:48.885Z] docker_cli_sni_test.go:18: Flakey test [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-11T19:26:48.885Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-11T19:26:48.885Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-11T19:26:48.885Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-11T19:26:48.885Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-11T19:26:48.885Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-11T19:26:48.885Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-11T19:26:48.885Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-11T19:26:48.885Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.03s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.03s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-11T19:26:48.885Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-11T19:26:48.885Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-11T19:26:48.885Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-11T19:26:48.885Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-11T19:26:48.885Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-11T19:26:48.885Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.885Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-11T19:26:48.885Z] [2022-03-11T19:26:48.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-11T19:26:48.886Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-11T19:26:48.886Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.03s) [2022-03-11T19:26:48.886Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.03s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.03s) [2022-03-11T19:26:48.886Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-11T19:26:48.886Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-11T19:26:48.886Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-11T19:26:48.886Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-11T19:26:48.886Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-11T19:26:48.886Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-11T19:26:48.886Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-11T19:26:48.886Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-11T19:26:48.886Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-11T19:26:48.886Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-11T19:26:48.886Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-11T19:26:48.886Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-03-11T19:26:48.886Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.03s) [2022-03-11T19:26:48.886Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestEventsTop (0.03s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-11T19:26:48.886Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-11T19:26:48.886Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-11T19:26:48.886Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-11T19:26:48.886Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-11T19:26:48.886Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.886Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-11T19:26:48.886Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-11T19:26:48.887Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-11T19:26:48.887Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-03-11T19:26:48.887Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-11T19:26:48.887Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2022-03-11T19:26:48.887Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.03s) [2022-03-11T19:26:48.887Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestHealth (0.03s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-03-11T19:26:48.887Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-11T19:26:48.887Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-11T19:26:48.887Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-11T19:26:48.887Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-11T19:26:48.887Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-11T19:26:48.887Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-11T19:26:48.887Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-11T19:26:48.887Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-11T19:26:48.887Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-11T19:26:48.887Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.887Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-11T19:26:48.887Z] [2022-03-11T19:26:48.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-11T19:26:48.887Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-11T19:26:48.888Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-11T19:26:48.888Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-11T19:26:48.888Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-11T19:26:48.888Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-11T19:26:48.888Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-11T19:26:48.888Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-11T19:26:48.888Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-11T19:26:48.888Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-11T19:26:48.888Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-11T19:26:48.888Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-03-11T19:26:48.888Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-11T19:26:48.888Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-11T19:26:48.888Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-03-11T19:26:48.888Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-11T19:26:48.888Z] [2022-03-11T19:26:48.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-11T19:26:48.888Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.888Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.03s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.889Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-11T19:26:48.889Z] [2022-03-11T19:26:48.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-11T19:26:48.889Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-11T19:26:48.890Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-11T19:26:48.890Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-11T19:26:48.890Z] [2022-03-11T19:26:48.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-11T19:26:49.369Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-11T19:26:49.369Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-11T19:26:49.369Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-11T19:26:49.369Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.369Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-11T19:26:49.369Z] [2022-03-11T19:26:49.369Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-11T19:26:49.369Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-11T19:26:49.370Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.03s) [2022-03-11T19:26:49.370Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.03s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-11T19:26:49.370Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-11T19:26:49.370Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-11T19:26:49.370Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-11T19:26:49.370Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-11T19:26:49.370Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-11T19:26:49.370Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-11T19:26:49.370Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-03-11T19:26:49.370Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-11T19:26:49.370Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-11T19:26:49.370Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-11T19:26:49.370Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.20s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.20s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-11T19:26:49.370Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.370Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-11T19:26:49.370Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-11T19:26:49.371Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] DONE 1088 tests, 539 skipped in 3023.318s [2022-03-11T19:26:49.371Z] INFO: Integration tests ended at 03/11/2022 19:26:49. Duration:00:50:23.5213007 [2022-03-11T19:26:49.371Z] INFO: Docker info of the daemon under test at end of run [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] Containers: 2 [2022-03-11T19:26:49.371Z] Running: 0 [2022-03-11T19:26:49.371Z] Paused: 0 [2022-03-11T19:26:49.371Z] Stopped: 2 [2022-03-11T19:26:49.371Z] Images: 18 [2022-03-11T19:26:49.371Z] Server Version: 0.0.0-dev [2022-03-11T19:26:49.371Z] Storage Driver: windowsfilter [2022-03-11T19:26:49.371Z] Windows: [2022-03-11T19:26:49.371Z] Logging Driver: json-file [2022-03-11T19:26:49.371Z] Plugins: [2022-03-11T19:26:49.371Z] Volume: local [2022-03-11T19:26:49.371Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-11T19:26:49.371Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-11T19:26:49.371Z] Swarm: inactive [2022-03-11T19:26:49.371Z] Default Isolation: process [2022-03-11T19:26:49.371Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-11T19:26:49.371Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-11T19:26:49.371Z] OSType: windows [2022-03-11T19:26:49.371Z] Architecture: x86_64 [2022-03-11T19:26:49.371Z] CPUs: 4 [2022-03-11T19:26:49.371Z] Total Memory: 32GiB [2022-03-11T19:26:49.371Z] Name: azwin-2-43e6b0 [2022-03-11T19:26:49.371Z] ID: TZDK:RVC5:3H4E:37J3:J42Q:MDJS:V4AE:XTC7:PFUZ:3SR3:YYRA:JQPB [2022-03-11T19:26:49.371Z] Docker Root Dir: D:\CI\PR-42942\32\daemon [2022-03-11T19:26:49.371Z] Debug Mode (client): false [2022-03-11T19:26:49.371Z] Debug Mode (server): true [2022-03-11T19:26:49.371Z] File Descriptors: -1 [2022-03-11T19:26:49.371Z] Goroutines: 17 [2022-03-11T19:26:49.371Z] System Time: 2022-03-11T19:26:49.1565329Z [2022-03-11T19:26:49.371Z] EventsListeners: 0 [2022-03-11T19:26:49.371Z] Registry: https://index.docker.io/v1/ [2022-03-11T19:26:49.371Z] Labels: [2022-03-11T19:26:49.371Z] Experimental: false [2022-03-11T19:26:49.371Z] Insecure Registries: [2022-03-11T19:26:49.371Z] 127.0.0.0/8 [2022-03-11T19:26:49.371Z] Live Restore Enabled: false [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] [2022-03-11T19:26:49.371Z] INFO: Stopping daemon under test [2022-03-11T19:26:49.841Z] SUCCESS: The process with PID 5292 (child process of PID 4684) has been terminated. [2022-03-11T19:26:49.841Z] SUCCESS: The process with PID 4684 (child process of PID 3240) has been terminated. [2022-03-11T19:26:49.841Z] INFO: Stop tailing logs of the daemon under tests [2022-03-11T19:26:49.841Z] INFO: executeCI.ps1 Completed successfully at 03/11/2022 19:26:49. [2022-03-11T19:26:49.841Z] INFO: Tidying up at end of run [2022-03-11T19:26:49.841Z] INFO: Saving daemon under test log (d:\CI\PR-42942\32\dut.out) to bundles\CIDUT.out [2022-03-11T19:26:49.841Z] INFO: Saving daemon under test log (d:\CI\PR-42942\32\dut.err) to bundles\CIDUT.err [2022-03-11T19:26:49.841Z] INFO: Saving containerd logs to bundles [2022-03-11T19:26:49.841Z] INFO: Nuke-Everything... [2022-03-11T19:26:50.310Z] INFO: Container count on control daemon to delete is 2 [2022-03-11T19:26:50.779Z] 35d3be90553d [2022-03-11T19:26:50.779Z] 241a94350d85 [2022-03-11T19:26:50.779Z] INFO: Tidying pidfile d:\CI\PR-42942\32\docker.pid [2022-03-11T19:26:50.779Z] INFO: Nuking d:\CI [2022-03-11T19:27:26.652Z] INFO: Zapped successfully [2022-03-11T19:27:26.652Z] [2022-03-11T19:27:26.652Z] INFO: executeCI.ps1 exiting at Fri Mar 11 19:27:25 CUT 2022. Duration 01:21:29.0459426 [2022-03-11T19:27:26.652Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-11T19:27:26.908Z] Recording test results [2022-03-11T19:27:36.577Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-11T19:27:38.756Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-11T19:27:40.533Z] Archiving artifacts [2022-03-11T19:27:55.999Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42942/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-11T19:27:57.031Z] + make clean [2022-03-11T19:27:58.603Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-11T19:27:58.603Z] docker-dev-cache [2022-03-11T19:27:58.603Z] docker-mod-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